<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret, .cs-btn &gt; .caret, .cc-btn &gt; .caret, #page-foot .footer-navigation .newsletter-form form .Actions input.action &gt; .caret, .cmp-bar-btn-2 &gt; .caret, .cmp-bar-btn-1 &gt; .caret, .read-more__btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table, .cms-content table {
    border-collapse: collapse !important;
  }
  .table td, .cms-content table td,
  .table th,
  .cms-content table th {
    background-color: #fff !important;
  }
  .table-bordered th, .cms-content table th,
  .table-bordered td,
  .cms-content table td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7c7c7c;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #005a9a;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(0, 45.2922077922, 77.5);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7c7c7c;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1,
.page-title, .h2, .forum-post--first-post h1, .h3, .h4, .box__title, .h5, #comments-holder .comment__author, .h6, .main-content .side-box__title {
  margin-bottom: 0.3rem;
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1, .page-title {
  font-size: 2.8rem;
}

h2, .h2, .forum-post--first-post h1 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4, .box__title {
  font-size: 1.125rem;
}

h5, .h5, #comments-holder .comment__author {
  font-size: 1.125rem;
}

h6, .h6, .main-content .side-box__title {
  font-size: 1rem;
}

.lead, .content-page__lead {
  font-size: 1.8rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .cs-nav .nav-primary__submenu ul, .nav-primary__submenu ul {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #e6e6e6;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7c7c7c;
}
.blockquote-footer::before {
  content: "—&nbsp;";
}

.blockquote-reverse {
  padding-right: 1.25rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e6e6e6;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: "&nbsp;—";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #7c7c7c;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.5rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.1rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 544px) {
  .container {
    width: 576px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .container {
    width: 1024px;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1550px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media (min-width: 544px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.col-xs {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.3333333333%;
}

.pull-xs-2 {
  right: 16.6666666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.3333333333%;
}

.pull-xs-5 {
  right: 41.6666666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.3333333333%;
}

.pull-xs-8 {
  right: 66.6666666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.3333333333%;
}

.pull-xs-11 {
  right: 91.6666666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.3333333333%;
}

.push-xs-2 {
  left: 16.6666666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.3333333333%;
}

.push-xs-5 {
  left: 41.6666666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.3333333333%;
}

.push-xs-8 {
  left: 66.6666666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.3333333333%;
}

.push-xs-11 {
  left: 91.6666666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.3333333333%;
}

.offset-xs-2 {
  margin-left: 16.6666666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.3333333333%;
}

.offset-xs-5 {
  margin-left: 41.6666666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.3333333333%;
}

.offset-xs-8 {
  margin-left: 66.6666666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.3333333333%;
}

.offset-xs-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 544px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .cms-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.table th, .cms-content table th,
.table td,
.cms-content table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d7d2cd;
}
.table thead th, .cms-content table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d7d2cd;
}
.table tbody + tbody, .cms-content table tbody + tbody {
  border-top: 2px solid #d7d2cd;
}
.table .table, .cms-content table .table, .table .cms-content table, .cms-content .table table, .cms-content table table {
  background-color: #fff;
}

.table-sm th, .cms-content .table-compact th,
.table-sm td,
.cms-content .table-compact td {
  padding: 0.3rem;
}

.table-bordered, .cms-content table {
  border: 1px solid #d7d2cd;
}
.table-bordered th, .cms-content table th,
.table-bordered td,
.cms-content table td {
  border: 1px solid #d7d2cd;
}
.table-bordered thead th, .cms-content table thead th,
.table-bordered thead td,
.cms-content table thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f1f0;
}

.table-hover tbody tr:hover {
  background-color: #e5f5ff;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: #e5f5ff;
}

.table-hover .table-active:hover {
  background-color: rgb(203.5, 235.1923076923, 255);
}
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgb(203.5, 235.1923076923, 255);
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #464a4d;
  background-color: #e6e6e6;
}

.table-inverse {
  color: #e6e6e6;
  background-color: #373a3c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #464a4d;
}
.table-inverse.table-bordered, .cms-content table.table-inverse {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #d7d2cd;
  border-left: 1px solid #d7d2cd;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #d7d2cd;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #d7d2cd;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #d7d2cd;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4d;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #e6e6e6;
  border-radius: 25px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464a4d;
  background-color: #fff;
  border-color: rgb(0, 119.8051948052, 205);
  outline: none;
  box-shadow: rgb(1, 149.4415584416, 255);
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e6e6e6;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem - 2px);
}
select.form-control:focus::-ms-value {
  color: #464a4d;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm &gt; .form-control-static.form-control,
.input-group-sm &gt; .form-control-static.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.cs-btn,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-sm &gt; .input-group-btn &gt; input.form-control-static.action,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.cmp-bar-btn-2,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.cmp-bar-btn-1,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.read-more__btn, .form-control-static.form-control-lg, .input-group-lg &gt; .form-control-static.form-control,
.input-group-lg &gt; .form-control-static.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.cs-btn,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-lg &gt; .input-group-btn &gt; input.form-control-static.action,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.cmp-bar-btn-2,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.cmp-bar-btn-1,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.read-more__btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn,
.input-group-sm &gt; .input-group-btn &gt; .cs-btn,
.input-group-sm &gt; .input-group-btn &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-sm &gt; .input-group-btn &gt; input.action,
.input-group-sm &gt; .input-group-btn &gt; .cmp-bar-btn-2,
.input-group-sm &gt; .input-group-btn &gt; .cmp-bar-btn-1,
.input-group-sm &gt; .input-group-btn &gt; .read-more__btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.1rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm &gt; select.form-control:not([size]):not([multiple]),
.input-group-sm &gt; select.input-group-addon:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-btn &gt; select.btn:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-btn &gt; select.cs-btn:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-btn &gt; select.cc-btn:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-btn &gt; select.cmp-bar-btn-2:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-btn &gt; select.cmp-bar-btn-1:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-btn &gt; select.read-more__btn:not([size]):not([multiple]) {
  height: 1.8625rem;
}

.form-control-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn,
.input-group-lg &gt; .input-group-btn &gt; .cs-btn,
.input-group-lg &gt; .input-group-btn &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-lg &gt; .input-group-btn &gt; input.action,
.input-group-lg &gt; .input-group-btn &gt; .cmp-bar-btn-2,
.input-group-lg &gt; .input-group-btn &gt; .cmp-bar-btn-1,
.input-group-lg &gt; .input-group-btn &gt; .read-more__btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 25px;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg &gt; select.form-control:not([size]):not([multiple]),
.input-group-lg &gt; select.input-group-addon:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-btn &gt; select.btn:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-btn &gt; select.cs-btn:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-btn &gt; select.cc-btn:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-btn &gt; select.cmp-bar-btn-2:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-btn &gt; select.cmp-bar-btn-1:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-btn &gt; select.read-more__btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-text {
  display: block;
  margin-top: 0.3125rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.9375rem;
}
.form-check + .form-check {
  margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
  color: #7c7c7c;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-check-inline.disabled {
  color: #7c7c7c;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.3125rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.75rem;
  background-size: 1.5rem 1.5rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(163.0512820513, 214.9487179487, 163.0512820513);
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: rgb(234.1025641026, 245.8974358974, 234.1025641026);
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(247.96875, 216.5625, 172.03125);
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: rgb(253.2242990654, 246.9626168224, 246.7757009346);
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  .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;
    width: auto;
    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 &gt; .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .cs-btn, .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions input.action, .cmp-bar-btn-2, .cmp-bar-btn-1, .read-more__btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .cs-btn:focus, .cc-btn:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:focus, .cmp-bar-btn-2:focus, .cmp-bar-btn-1:focus, .read-more__btn:focus, .btn.focus, .focus.cs-btn, .focus.cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions input.focus.action, .focus.cmp-bar-btn-2, .focus.cmp-bar-btn-1, .focus.read-more__btn, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus, .cs-btn:focus, .cc-btn:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:focus, .cmp-bar-btn-2:focus, .cmp-bar-btn-1:focus, .read-more__btn:focus, .btn:hover, .cs-btn:hover, .cc-btn:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.action:hover, .cmp-bar-btn-2:hover, .cmp-bar-btn-1:hover, .read-more__btn:hover {
  text-decoration: none;
}
.btn.focus, .focus.cs-btn, .focus.cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions input.focus.action, .focus.cmp-bar-btn-2, .focus.cmp-bar-btn-1, .focus.read-more__btn {
  text-decoration: none;
}
.btn:active, .cs-btn:active, .cc-btn:active, #page-foot .footer-navigation .newsletter-form form .Actions input.action:active, .cmp-bar-btn-2:active, .cmp-bar-btn-1:active, .read-more__btn:active, .btn.active, .active.cs-btn, .active.cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions input.active.action, .active.cmp-bar-btn-2, .active.cmp-bar-btn-1, .active.read-more__btn {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.cs-btn, .disabled.cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions input.disabled.action, .disabled.cmp-bar-btn-2, .disabled.cmp-bar-btn-1, .disabled.read-more__btn, .btn:disabled, .cs-btn:disabled, .cc-btn:disabled, #page-foot .footer-navigation .newsletter-form form .Actions input.action:disabled, .cmp-bar-btn-2:disabled, .cmp-bar-btn-1:disabled, .read-more__btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, a.disabled.cs-btn, a.disabled.cc-btn, a.disabled.cmp-bar-btn-2, a.disabled.cmp-bar-btn-1, a.disabled.read-more__btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.cs-btn,
fieldset[disabled] a.cc-btn,
fieldset[disabled] a.cmp-bar-btn-2,
fieldset[disabled] a.cmp-bar-btn-1,
fieldset[disabled] a.read-more__btn {
  pointer-events: none;
}

.btn-primary, .cc-btn, #comments-holder #Form_CommentsForm_action_doPostComment, .cmp-bar-btn-1 {
  color: #fff;
  background-color: #005a9a;
  border-color: #005a9a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover, .cc-btn:hover, #comments-holder #Form_CommentsForm_action_doPostComment:hover, .cmp-bar-btn-1:hover {
  color: #fff;
  background-color: rgb(0, 60.1948051948, 103);
  border-color: rgb(0, 54.2337662338, 92.8);
}
.btn-primary:focus, .cc-btn:focus, #comments-holder #Form_CommentsForm_action_doPostComment:focus, .cmp-bar-btn-1:focus, .btn-primary.focus, .focus.cc-btn, #comments-holder .focus#Form_CommentsForm_action_doPostComment, .focus.cmp-bar-btn-1 {
  color: #fff;
  background-color: rgb(0, 60.1948051948, 103);
  border-color: rgb(0, 54.2337662338, 92.8);
}
.btn-primary:active, .cc-btn:active, #comments-holder #Form_CommentsForm_action_doPostComment:active, .cmp-bar-btn-1:active, .btn-primary.active, .active.cc-btn, #comments-holder .active#Form_CommentsForm_action_doPostComment, .active.cmp-bar-btn-1, .open &gt; .btn-primary.dropdown-toggle, .open &gt; .dropdown-toggle.cc-btn, #comments-holder .open &gt; .dropdown-toggle#Form_CommentsForm_action_doPostComment, .open &gt; .dropdown-toggle.cmp-bar-btn-1 {
  color: #fff;
  background-color: rgb(0, 60.1948051948, 103);
  border-color: rgb(0, 54.2337662338, 92.8);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary:active:hover, .cc-btn:active:hover, #comments-holder #Form_CommentsForm_action_doPostComment:active:hover, .cmp-bar-btn-1:active:hover, .btn-primary:active:focus, .cc-btn:active:focus, #comments-holder #Form_CommentsForm_action_doPostComment:active:focus, .cmp-bar-btn-1:active:focus, .btn-primary:active.focus, .cc-btn:active.focus, #comments-holder #Form_CommentsForm_action_doPostComment:active.focus, .cmp-bar-btn-1:active.focus, .btn-primary.active:hover, .active.cc-btn:hover, #comments-holder .active#Form_CommentsForm_action_doPostComment:hover, .active.cmp-bar-btn-1:hover, .btn-primary.active:focus, .active.cc-btn:focus, #comments-holder .active#Form_CommentsForm_action_doPostComment:focus, .active.cmp-bar-btn-1:focus, .btn-primary.active.focus, .active.focus.cc-btn, #comments-holder .active.focus#Form_CommentsForm_action_doPostComment, .active.focus.cmp-bar-btn-1, .open &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .dropdown-toggle.cc-btn:hover, #comments-holder .open &gt; .dropdown-toggle#Form_CommentsForm_action_doPostComment:hover, .open &gt; .dropdown-toggle.cmp-bar-btn-1:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .dropdown-toggle.cc-btn:focus, #comments-holder .open &gt; .dropdown-toggle#Form_CommentsForm_action_doPostComment:focus, .open &gt; .dropdown-toggle.cmp-bar-btn-1:focus, .open &gt; .btn-primary.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.cc-btn, #comments-holder .open &gt; .dropdown-toggle.focus#Form_CommentsForm_action_doPostComment, .open &gt; .dropdown-toggle.focus.cmp-bar-btn-1 {
  color: #fff;
  background-color: rgb(0, 39.3311688312, 67.3);
  border-color: rgb(0, 15.487012987, 26.5);
}
.btn-primary.disabled:focus, .disabled.cc-btn:focus, #comments-holder .disabled#Form_CommentsForm_action_doPostComment:focus, .disabled.cmp-bar-btn-1:focus, .btn-primary.disabled.focus, .disabled.focus.cc-btn, #comments-holder .disabled.focus#Form_CommentsForm_action_doPostComment, .disabled.focus.cmp-bar-btn-1, .btn-primary:disabled:focus, .cc-btn:disabled:focus, #comments-holder #Form_CommentsForm_action_doPostComment:disabled:focus, .cmp-bar-btn-1:disabled:focus, .btn-primary:disabled.focus, .cc-btn:disabled.focus, #comments-holder #Form_CommentsForm_action_doPostComment:disabled.focus, .cmp-bar-btn-1:disabled.focus {
  background-color: #005a9a;
  border-color: #005a9a;
}
.btn-primary.disabled:hover, .disabled.cc-btn:hover, #comments-holder .disabled#Form_CommentsForm_action_doPostComment:hover, .disabled.cmp-bar-btn-1:hover, .btn-primary:disabled:hover, .cc-btn:disabled:hover, #comments-holder #Form_CommentsForm_action_doPostComment:disabled:hover, .cmp-bar-btn-1:disabled:hover {
  background-color: #005a9a;
  border-color: #005a9a;
}

.btn-secondary, #page-foot .footer-navigation .newsletter-form form .Actions input.action {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.action:hover {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-secondary:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:focus, .btn-secondary.focus, #page-foot .footer-navigation .newsletter-form form .Actions input.focus.action {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-secondary:active, #page-foot .footer-navigation .newsletter-form form .Actions input.action:active, .btn-secondary.active, #page-foot .footer-navigation .newsletter-form form .Actions input.active.action, .open &gt; .btn-secondary.dropdown-toggle, #page-foot .footer-navigation .newsletter-form form .Actions .open &gt; input.dropdown-toggle.action {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary:active:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.action:active:hover, .btn-secondary:active:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:active:focus, .btn-secondary:active.focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:active.focus, .btn-secondary.active:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.active.action:hover, .btn-secondary.active:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.active.action:focus, .btn-secondary.active.focus, #page-foot .footer-navigation .newsletter-form form .Actions input.active.focus.action, .open &gt; .btn-secondary.dropdown-toggle:hover, #page-foot .footer-navigation .newsletter-form form .Actions .open &gt; input.dropdown-toggle.action:hover, .open &gt; .btn-secondary.dropdown-toggle:focus, #page-foot .footer-navigation .newsletter-form form .Actions .open &gt; input.dropdown-toggle.action:focus, .open &gt; .btn-secondary.dropdown-toggle.focus, #page-foot .footer-navigation .newsletter-form form .Actions .open &gt; input.dropdown-toggle.focus.action {
  color: #373a3c;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-secondary.disabled:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.disabled.action:focus, .btn-secondary.disabled.focus, #page-foot .footer-navigation .newsletter-form form .Actions input.disabled.focus.action, .btn-secondary:disabled:focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:disabled:focus, .btn-secondary:disabled.focus, #page-foot .footer-navigation .newsletter-form form .Actions input.action:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.disabled.action:hover, .btn-secondary:disabled:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.action:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
}
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary, .cmp-bar-btn-2 {
  color: #005a9a;
  background-image: none;
  background-color: transparent;
  border-color: #005a9a;
}
.btn-outline-primary:hover, .cmp-bar-btn-2:hover {
  color: #fff;
  background-color: #005a9a;
  border-color: #005a9a;
}
.btn-outline-primary:focus, .cmp-bar-btn-2:focus, .btn-outline-primary.focus, .focus.cmp-bar-btn-2 {
  color: #fff;
  background-color: #005a9a;
  border-color: #005a9a;
}
.btn-outline-primary:active, .cmp-bar-btn-2:active, .btn-outline-primary.active, .active.cmp-bar-btn-2, .open &gt; .btn-outline-primary.dropdown-toggle, .open &gt; .dropdown-toggle.cmp-bar-btn-2 {
  color: #fff;
  background-color: #005a9a;
  border-color: #005a9a;
}
.btn-outline-primary:active:hover, .cmp-bar-btn-2:active:hover, .btn-outline-primary:active:focus, .cmp-bar-btn-2:active:focus, .btn-outline-primary:active.focus, .cmp-bar-btn-2:active.focus, .btn-outline-primary.active:hover, .active.cmp-bar-btn-2:hover, .btn-outline-primary.active:focus, .active.cmp-bar-btn-2:focus, .btn-outline-primary.active.focus, .active.focus.cmp-bar-btn-2, .open &gt; .btn-outline-primary.dropdown-toggle:hover, .open &gt; .dropdown-toggle.cmp-bar-btn-2:hover, .open &gt; .btn-outline-primary.dropdown-toggle:focus, .open &gt; .dropdown-toggle.cmp-bar-btn-2:focus, .open &gt; .btn-outline-primary.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.cmp-bar-btn-2 {
  color: #fff;
  background-color: rgb(0, 39.3311688312, 67.3);
  border-color: rgb(0, 15.487012987, 26.5);
}
.btn-outline-primary.disabled:focus, .disabled.cmp-bar-btn-2:focus, .btn-outline-primary.disabled.focus, .disabled.focus.cmp-bar-btn-2, .btn-outline-primary:disabled:focus, .cmp-bar-btn-2:disabled:focus, .btn-outline-primary:disabled.focus, .cmp-bar-btn-2:disabled.focus {
  border-color: rgb(1, 149.4415584416, 255);
}
.btn-outline-primary.disabled:hover, .disabled.cmp-bar-btn-2:hover, .btn-outline-primary:disabled:hover, .cmp-bar-btn-2:disabled:hover {
  border-color: rgb(1, 149.4415584416, 255);
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open &gt; .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open &gt; .btn-outline-secondary.dropdown-toggle:hover, .open &gt; .btn-outline-secondary.dropdown-toggle:focus, .open &gt; .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(160.65, 160.65, 160.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active, .btn-outline-info.active, .open &gt; .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open &gt; .btn-outline-info.dropdown-toggle:hover, .open &gt; .btn-outline-info.dropdown-toggle:focus, .open &gt; .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active, .btn-outline-success.active, .open &gt; .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open &gt; .btn-outline-success.dropdown-toggle:hover, .open &gt; .btn-outline-success.dropdown-toggle:focus, .open &gt; .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open &gt; .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open &gt; .btn-outline-warning.dropdown-toggle:hover, .open &gt; .btn-outline-warning.dropdown-toggle:focus, .open &gt; .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: rgb(247.96875, 216.5625, 172.03125);
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: rgb(247.96875, 216.5625, 172.03125);
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open &gt; .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open &gt; .btn-outline-danger.dropdown-toggle:hover, .open &gt; .btn-outline-danger.dropdown-toggle:focus, .open &gt; .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}

.btn-link {
  font-weight: normal;
  color: #005a9a;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: rgb(0, 45.2922077922, 77.5);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #7c7c7c;
  text-decoration: none;
}

.btn-lg, .btn-group-lg &gt; .btn, .btn-group-lg &gt; .cs-btn, .btn-group-lg &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-lg &gt; input.action, .btn-group-lg &gt; .cmp-bar-btn-2, .btn-group-lg &gt; .cmp-bar-btn-1, .btn-group-lg &gt; .read-more__btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 25px;
}

.btn-sm, .cs-btn, .cc-btn, .cmp-bar-btn-2, .cmp-bar-btn-1, .btn-group-sm &gt; .btn, .btn-group-sm &gt; .cs-btn, .btn-group-sm &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-sm &gt; input.action, .btn-group-sm &gt; .cmp-bar-btn-2, .btn-group-sm &gt; .cmp-bar-btn-1, .btn-group-sm &gt; .read-more__btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-divider {
  height: 1px;
  margin: 0.625rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgb(42.8043478261, 45.1391304348, 46.6956521739);
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #005a9a;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #7c7c7c;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #7c7c7c;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn, .btn-group &gt; .cs-btn, .btn-group &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action, .btn-group &gt; .cmp-bar-btn-2, .btn-group &gt; .cmp-bar-btn-1, .btn-group &gt; .read-more__btn,
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .cs-btn,
.btn-group-vertical &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action,
.btn-group-vertical &gt; .cmp-bar-btn-2,
.btn-group-vertical &gt; .cmp-bar-btn-1,
.btn-group-vertical &gt; .read-more__btn {
  position: relative;
  float: left;
  margin-bottom: 0;
}
.btn-group &gt; .btn:focus, .btn-group &gt; .cs-btn:focus, .btn-group &gt; .cc-btn:focus, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:focus, .btn-group &gt; .cmp-bar-btn-2:focus, .btn-group &gt; .cmp-bar-btn-1:focus, .btn-group &gt; .read-more__btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .cs-btn:active, .btn-group &gt; .cc-btn:active, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:active, .btn-group &gt; .cmp-bar-btn-2:active, .btn-group &gt; .cmp-bar-btn-1:active, .btn-group &gt; .read-more__btn:active, .btn-group &gt; .btn.active, .btn-group &gt; .active.cs-btn, .btn-group &gt; .active.cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.active.action, .btn-group &gt; .active.cmp-bar-btn-2, .btn-group &gt; .active.cmp-bar-btn-1, .btn-group &gt; .active.read-more__btn,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .cs-btn:focus,
.btn-group-vertical &gt; .cc-btn:focus,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action:focus,
.btn-group-vertical &gt; .cmp-bar-btn-2:focus,
.btn-group-vertical &gt; .cmp-bar-btn-1:focus,
.btn-group-vertical &gt; .read-more__btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .cs-btn:active,
.btn-group-vertical &gt; .cc-btn:active,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action:active,
.btn-group-vertical &gt; .cmp-bar-btn-2:active,
.btn-group-vertical &gt; .cmp-bar-btn-1:active,
.btn-group-vertical &gt; .read-more__btn:active,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .active.cs-btn,
.btn-group-vertical &gt; .active.cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.active.action,
.btn-group-vertical &gt; .active.cmp-bar-btn-2,
.btn-group-vertical &gt; .active.cmp-bar-btn-1,
.btn-group-vertical &gt; .active.read-more__btn {
  z-index: 2;
}
.btn-group &gt; .btn:hover, .btn-group &gt; .cs-btn:hover, .btn-group &gt; .cc-btn:hover, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:hover, .btn-group &gt; .cmp-bar-btn-2:hover, .btn-group &gt; .cmp-bar-btn-1:hover, .btn-group &gt; .read-more__btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .cs-btn:hover,
.btn-group-vertical &gt; .cc-btn:hover,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action:hover,
.btn-group-vertical &gt; .cmp-bar-btn-2:hover,
.btn-group-vertical &gt; .cmp-bar-btn-1:hover,
.btn-group-vertical &gt; .read-more__btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .cs-btn + .btn, .btn-group .btn + .cs-btn, .btn-group .cs-btn + .cs-btn, .btn-group .cc-btn + .btn, .btn-group .cc-btn + .cs-btn, .btn-group .btn + .cc-btn, .btn-group .cs-btn + .cc-btn, .btn-group .cc-btn + .cc-btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .cs-btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .cs-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .cc-btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions .btn + input.action, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions .cs-btn + input.action, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions .cc-btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group .btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group .cs-btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group .cc-btn + input.action, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + input.action, .btn-group .cmp-bar-btn-2 + .btn, .btn-group .cmp-bar-btn-2 + .cs-btn, .btn-group .cmp-bar-btn-2 + .cc-btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions .cmp-bar-btn-2 + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group .cmp-bar-btn-2 + input.action, .btn-group .btn + .cmp-bar-btn-2, .btn-group .cs-btn + .cmp-bar-btn-2, .btn-group .cc-btn + .cmp-bar-btn-2, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .cmp-bar-btn-2, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .cmp-bar-btn-2, .btn-group .cmp-bar-btn-2 + .cmp-bar-btn-2, .btn-group .cmp-bar-btn-1 + .btn, .btn-group .cmp-bar-btn-1 + .cs-btn, .btn-group .cmp-bar-btn-1 + .cc-btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions .cmp-bar-btn-1 + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group .cmp-bar-btn-1 + input.action, .btn-group .cmp-bar-btn-1 + .cmp-bar-btn-2, .btn-group .btn + .cmp-bar-btn-1, .btn-group .cs-btn + .cmp-bar-btn-1, .btn-group .cc-btn + .cmp-bar-btn-1, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .cmp-bar-btn-1, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .cmp-bar-btn-1, .btn-group .cmp-bar-btn-2 + .cmp-bar-btn-1, .btn-group .cmp-bar-btn-1 + .cmp-bar-btn-1, .btn-group .read-more__btn + .btn, .btn-group .read-more__btn + .cs-btn, .btn-group .read-more__btn + .cc-btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions .read-more__btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group .read-more__btn + input.action, .btn-group .read-more__btn + .cmp-bar-btn-2, .btn-group .read-more__btn + .cmp-bar-btn-1, .btn-group .btn + .read-more__btn, .btn-group .cs-btn + .read-more__btn, .btn-group .cc-btn + .read-more__btn, .btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .read-more__btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .read-more__btn, .btn-group .cmp-bar-btn-2 + .read-more__btn, .btn-group .cmp-bar-btn-1 + .read-more__btn, .btn-group .read-more__btn + .read-more__btn,
.btn-group .btn + .btn-group,
.btn-group .cs-btn + .btn-group,
.btn-group .cc-btn + .btn-group,
.btn-group #page-foot .footer-navigation .newsletter-form form .Actions input.action + .btn-group,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group input.action + .btn-group,
.btn-group .cmp-bar-btn-2 + .btn-group,
.btn-group .cmp-bar-btn-1 + .btn-group,
.btn-group .read-more__btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .cs-btn,
.btn-group .btn-group + .cc-btn,
.btn-group #page-foot .footer-navigation .newsletter-form form .Actions .btn-group + input.action,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group .btn-group + input.action,
.btn-group .btn-group + .cmp-bar-btn-2,
.btn-group .btn-group + .cmp-bar-btn-1,
.btn-group .btn-group + .read-more__btn,
.btn-group .btn-group + .btn-group {
  margin-left: -2px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn, .btn-toolbar &gt; .cs-btn, .btn-toolbar &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-toolbar &gt; input.action, .btn-toolbar &gt; .cmp-bar-btn-2, .btn-toolbar &gt; .cmp-bar-btn-1, .btn-toolbar &gt; .read-more__btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 0.5rem;
}

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cs-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cc-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cmp-bar-btn-2:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cmp-bar-btn-1:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group &gt; .read-more__btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group &gt; .btn:first-child, .btn-group &gt; .cs-btn:first-child, .btn-group &gt; .cc-btn:first-child, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:first-child, .btn-group &gt; .cmp-bar-btn-2:first-child, .btn-group &gt; .cmp-bar-btn-1:first-child, .btn-group &gt; .read-more__btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cs-btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cc-btn:first-child:not(:last-child):not(.dropdown-toggle), #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:first-child:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cmp-bar-btn-2:first-child:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .cmp-bar-btn-1:first-child:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .read-more__btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group &gt; .btn:last-child:not(:first-child), .btn-group &gt; .cs-btn:last-child:not(:first-child), .btn-group &gt; .cc-btn:last-child:not(:first-child), #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; input.action:last-child:not(:first-child), .btn-group &gt; .cmp-bar-btn-2:last-child:not(:first-child), .btn-group &gt; .cmp-bar-btn-1:last-child:not(:first-child), .btn-group &gt; .read-more__btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group &gt; .btn-group {
  float: left;
}

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn, .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cs-btn, .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; input.action, .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cmp-bar-btn-2, .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cmp-bar-btn-1, .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .read-more__btn {
  border-radius: 0;
}

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .cs-btn:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .cc-btn:last-child, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; input.action:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .cmp-bar-btn-2:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .cmp-bar-btn-1:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .read-more__btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child, .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .cs-btn:first-child, .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .cc-btn:first-child, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; input.action:first-child, .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .cmp-bar-btn-2:first-child, .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .cmp-bar-btn-1:first-child, .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .read-more__btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split, .cs-btn + .dropdown-toggle-split, .cc-btn + .dropdown-toggle-split, #page-foot .footer-navigation .newsletter-form form .Actions input.action + .dropdown-toggle-split, .cmp-bar-btn-2 + .dropdown-toggle-split, .cmp-bar-btn-1 + .dropdown-toggle-split, .read-more__btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after, .cs-btn + .dropdown-toggle-split::after, .cc-btn + .dropdown-toggle-split::after, #page-foot .footer-navigation .newsletter-form form .Actions input.action + .dropdown-toggle-split::after, .cmp-bar-btn-2 + .dropdown-toggle-split::after, .cmp-bar-btn-1 + .dropdown-toggle-split::after, .read-more__btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .cs-btn + .dropdown-toggle-split, .cc-btn + .dropdown-toggle-split, .cmp-bar-btn-2 + .dropdown-toggle-split, .cmp-bar-btn-1 + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-sm &gt; input.action + .dropdown-toggle-split, .btn-group-sm &gt; .read-more__btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split, .btn-group-lg &gt; .cs-btn + .dropdown-toggle-split, .btn-group-lg &gt; .cc-btn + .dropdown-toggle-split, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-lg &gt; input.action + .dropdown-toggle-split, .btn-group-lg &gt; .cmp-bar-btn-2 + .dropdown-toggle-split, .btn-group-lg &gt; .cmp-bar-btn-1 + .dropdown-toggle-split, .btn-group-lg &gt; .read-more__btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, .cs-btn .caret, .cc-btn .caret, #page-foot .footer-navigation .newsletter-form form .Actions input.action .caret, .cmp-bar-btn-2 .caret, .cmp-bar-btn-1 .caret, .read-more__btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg &gt; .btn .caret, .btn-group-lg &gt; .cs-btn .caret, .btn-group-lg &gt; .cc-btn .caret, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-lg &gt; input.action .caret, .btn-group-lg &gt; .cmp-bar-btn-2 .caret, .btn-group-lg &gt; .cmp-bar-btn-1 .caret, .btn-group-lg &gt; .read-more__btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret, .dropup .btn-group-lg &gt; .cs-btn .caret, .dropup .btn-group-lg &gt; .cc-btn .caret, .dropup #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-lg &gt; input.action .caret, #page-foot .footer-navigation .newsletter-form form .Actions .dropup .btn-group-lg &gt; input.action .caret, .dropup .btn-group-lg &gt; .cmp-bar-btn-2 .caret, .dropup .btn-group-lg &gt; .cmp-bar-btn-1 .caret, .dropup .btn-group-lg &gt; .read-more__btn .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical &gt; .btn, .btn-group-vertical &gt; .cs-btn, .btn-group-vertical &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action, .btn-group-vertical &gt; .cmp-bar-btn-2, .btn-group-vertical &gt; .cmp-bar-btn-1, .btn-group-vertical &gt; .read-more__btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn,
.btn-group-vertical &gt; .btn-group &gt; .cs-btn,
.btn-group-vertical &gt; .btn-group &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn-group &gt; input.action,
.btn-group-vertical &gt; .btn-group &gt; .cmp-bar-btn-2,
.btn-group-vertical &gt; .btn-group &gt; .cmp-bar-btn-1,
.btn-group-vertical &gt; .btn-group &gt; .read-more__btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group::after {
  content: "";
  display: table;
  clear: both;
}
.btn-group-vertical &gt; .btn-group &gt; .btn, .btn-group-vertical &gt; .btn-group &gt; .cs-btn, .btn-group-vertical &gt; .btn-group &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn-group &gt; input.action, .btn-group-vertical &gt; .btn-group &gt; .cmp-bar-btn-2, .btn-group-vertical &gt; .btn-group &gt; .cmp-bar-btn-1, .btn-group-vertical &gt; .btn-group &gt; .read-more__btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn, .btn-group-vertical &gt; .cs-btn + .btn, .btn-group-vertical &gt; .btn + .cs-btn, .btn-group-vertical &gt; .cs-btn + .cs-btn, .btn-group-vertical &gt; .cc-btn + .btn, .btn-group-vertical &gt; .cc-btn + .cs-btn, .btn-group-vertical &gt; .btn + .cc-btn, .btn-group-vertical &gt; .cs-btn + .cc-btn, .btn-group-vertical &gt; .cc-btn + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .cs-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .cs-btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .cc-btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + input.action, .btn-group-vertical &gt; .cmp-bar-btn-2 + .btn, .btn-group-vertical &gt; .cmp-bar-btn-2 + .cs-btn, .btn-group-vertical &gt; .cmp-bar-btn-2 + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .cmp-bar-btn-2 + input.action, .btn-group-vertical &gt; .btn + .cmp-bar-btn-2, .btn-group-vertical &gt; .cs-btn + .cmp-bar-btn-2, .btn-group-vertical &gt; .cc-btn + .cmp-bar-btn-2, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .cmp-bar-btn-2, .btn-group-vertical &gt; .cmp-bar-btn-2 + .cmp-bar-btn-2, .btn-group-vertical &gt; .cmp-bar-btn-1 + .btn, .btn-group-vertical &gt; .cmp-bar-btn-1 + .cs-btn, .btn-group-vertical &gt; .cmp-bar-btn-1 + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .cmp-bar-btn-1 + input.action, .btn-group-vertical &gt; .cmp-bar-btn-1 + .cmp-bar-btn-2, .btn-group-vertical &gt; .btn + .cmp-bar-btn-1, .btn-group-vertical &gt; .cs-btn + .cmp-bar-btn-1, .btn-group-vertical &gt; .cc-btn + .cmp-bar-btn-1, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .cmp-bar-btn-1, .btn-group-vertical &gt; .cmp-bar-btn-2 + .cmp-bar-btn-1, .btn-group-vertical &gt; .cmp-bar-btn-1 + .cmp-bar-btn-1, .btn-group-vertical &gt; .read-more__btn + .btn, .btn-group-vertical &gt; .read-more__btn + .cs-btn, .btn-group-vertical &gt; .read-more__btn + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .read-more__btn + input.action, .btn-group-vertical &gt; .read-more__btn + .cmp-bar-btn-2, .btn-group-vertical &gt; .read-more__btn + .cmp-bar-btn-1, .btn-group-vertical &gt; .btn + .read-more__btn, .btn-group-vertical &gt; .cs-btn + .read-more__btn, .btn-group-vertical &gt; .cc-btn + .read-more__btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .read-more__btn, .btn-group-vertical &gt; .cmp-bar-btn-2 + .read-more__btn, .btn-group-vertical &gt; .cmp-bar-btn-1 + .read-more__btn, .btn-group-vertical &gt; .read-more__btn + .read-more__btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .cs-btn + .btn-group,
.btn-group-vertical &gt; .cc-btn + .btn-group,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action + .btn-group,
.btn-group-vertical &gt; .cmp-bar-btn-2 + .btn-group,
.btn-group-vertical &gt; .cmp-bar-btn-1 + .btn-group,
.btn-group-vertical &gt; .read-more__btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .cs-btn,
.btn-group-vertical &gt; .btn-group + .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn-group + input.action,
.btn-group-vertical &gt; .btn-group + .cmp-bar-btn-2,
.btn-group-vertical &gt; .btn-group + .cmp-bar-btn-1,
.btn-group-vertical &gt; .btn-group + .read-more__btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -2px;
  margin-left: 0;
}

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child), .btn-group-vertical &gt; .cs-btn:not(:first-child):not(:last-child), .btn-group-vertical &gt; .cc-btn:not(:first-child):not(:last-child), #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action:not(:first-child):not(:last-child), .btn-group-vertical &gt; .cmp-bar-btn-2:not(:first-child):not(:last-child), .btn-group-vertical &gt; .cmp-bar-btn-1:not(:first-child):not(:last-child), .btn-group-vertical &gt; .read-more__btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child), .btn-group-vertical &gt; .cs-btn:first-child:not(:last-child), .btn-group-vertical &gt; .cc-btn:first-child:not(:last-child), #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action:first-child:not(:last-child), .btn-group-vertical &gt; .cmp-bar-btn-2:first-child:not(:last-child), .btn-group-vertical &gt; .cmp-bar-btn-1:first-child:not(:last-child), .btn-group-vertical &gt; .read-more__btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child), .btn-group-vertical &gt; .cs-btn:last-child:not(:first-child), .btn-group-vertical &gt; .cc-btn:last-child:not(:first-child), #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; input.action:last-child:not(:first-child), .btn-group-vertical &gt; .cmp-bar-btn-2:last-child:not(:first-child), .btn-group-vertical &gt; .cmp-bar-btn-1:last-child:not(:first-child), .btn-group-vertical &gt; .read-more__btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn, .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cs-btn, .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; input.action, .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cmp-bar-btn-2, .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .cmp-bar-btn-1, .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .read-more__btn {
  border-radius: 0;
}

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .cs-btn:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .cc-btn:last-child, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; input.action:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .cmp-bar-btn-2:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .cmp-bar-btn-1:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .read-more__btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child, .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .cs-btn:first-child, .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .cc-btn:first-child, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; input.action:first-child, .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .cmp-bar-btn-2:first-child, .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .cmp-bar-btn-1:first-child, .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .read-more__btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons] &gt; .btn input[type=radio], [data-toggle=buttons] &gt; .cs-btn input[type=radio], [data-toggle=buttons] &gt; .cc-btn input[type=radio], #page-foot .footer-navigation .newsletter-form form .Actions [data-toggle=buttons] &gt; input.action input[type=radio], [data-toggle=buttons] &gt; .cmp-bar-btn-2 input[type=radio], [data-toggle=buttons] &gt; .cmp-bar-btn-1 input[type=radio], [data-toggle=buttons] &gt; .read-more__btn input[type=radio],
[data-toggle=buttons] &gt; .btn input[type=checkbox],
[data-toggle=buttons] &gt; .cs-btn input[type=checkbox],
[data-toggle=buttons] &gt; .cc-btn input[type=checkbox],
#page-foot .footer-navigation .newsletter-form form .Actions [data-toggle=buttons] &gt; input.action input[type=checkbox],
[data-toggle=buttons] &gt; .cmp-bar-btn-2 input[type=checkbox],
[data-toggle=buttons] &gt; .cmp-bar-btn-1 input[type=checkbox],
[data-toggle=buttons] &gt; .read-more__btn input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .cs-btn input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .cc-btn input[type=radio],
#page-foot .footer-navigation .newsletter-form form .Actions [data-toggle=buttons] &gt; .btn-group &gt; input.action input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .cmp-bar-btn-2 input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .cmp-bar-btn-1 input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .read-more__btn input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .cs-btn input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .cc-btn input[type=checkbox],
#page-foot .footer-navigation .newsletter-form form .Actions [data-toggle=buttons] &gt; .btn-group &gt; input.action input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .cmp-bar-btn-2 input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .cmp-bar-btn-1 input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .read-more__btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4d;
  text-align: center;
  background-color: #e6e6e6;
  border: 2px solid #e6e6e6;
  border-radius: 25px;
}
.input-group-addon.form-control-sm,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.cs-btn,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-sm &gt; .input-group-btn &gt; input.input-group-addon.action,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.cmp-bar-btn-2,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.cmp-bar-btn-1,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.read-more__btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.1rem;
}
.input-group-addon.form-control-lg,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.cs-btn,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-lg &gt; .input-group-btn &gt; input.input-group-addon.action,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.cmp-bar-btn-2,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.cmp-bar-btn-1,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.read-more__btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 25px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) &gt; .btn,
.input-group-btn:not(:last-child) &gt; .cs-btn,
.input-group-btn:not(:last-child) &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:last-child) &gt; input.action,
.input-group-btn:not(:last-child) &gt; .cmp-bar-btn-2,
.input-group-btn:not(:last-child) &gt; .cmp-bar-btn-1,
.input-group-btn:not(:last-child) &gt; .read-more__btn,
.input-group-btn:not(:last-child) &gt; .btn-group &gt; .btn,
.input-group-btn:not(:last-child) &gt; .btn-group &gt; .cs-btn,
.input-group-btn:not(:last-child) &gt; .btn-group &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:last-child) &gt; .btn-group &gt; input.action,
.input-group-btn:not(:last-child) &gt; .btn-group &gt; .cmp-bar-btn-2,
.input-group-btn:not(:last-child) &gt; .btn-group &gt; .cmp-bar-btn-1,
.input-group-btn:not(:last-child) &gt; .btn-group &gt; .read-more__btn,
.input-group-btn:not(:last-child) &gt; .dropdown-toggle,
.input-group-btn:not(:first-child) &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) &gt; .cs-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) &gt; .cc-btn:not(:last-child):not(.dropdown-toggle),
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; input.action:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) &gt; .cmp-bar-btn-2:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) &gt; .cmp-bar-btn-1:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) &gt; .read-more__btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; .btn,
.input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; .cs-btn,
.input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; input.action,
.input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; .cmp-bar-btn-2,
.input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; .cmp-bar-btn-1,
.input-group-btn:not(:first-child) &gt; .btn-group:not(:last-child) &gt; .read-more__btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) &gt; .btn,
.input-group-btn:not(:first-child) &gt; .cs-btn,
.input-group-btn:not(:first-child) &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; input.action,
.input-group-btn:not(:first-child) &gt; .cmp-bar-btn-2,
.input-group-btn:not(:first-child) &gt; .cmp-bar-btn-1,
.input-group-btn:not(:first-child) &gt; .read-more__btn,
.input-group-btn:not(:first-child) &gt; .btn-group &gt; .btn,
.input-group-btn:not(:first-child) &gt; .btn-group &gt; .cs-btn,
.input-group-btn:not(:first-child) &gt; .btn-group &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; .btn-group &gt; input.action,
.input-group-btn:not(:first-child) &gt; .btn-group &gt; .cmp-bar-btn-2,
.input-group-btn:not(:first-child) &gt; .btn-group &gt; .cmp-bar-btn-1,
.input-group-btn:not(:first-child) &gt; .btn-group &gt; .read-more__btn,
.input-group-btn:not(:first-child) &gt; .dropdown-toggle,
.input-group-btn:not(:last-child) &gt; .btn:not(:first-child),
.input-group-btn:not(:last-child) &gt; .cs-btn:not(:first-child),
.input-group-btn:not(:last-child) &gt; .cc-btn:not(:first-child),
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:last-child) &gt; input.action:not(:first-child),
.input-group-btn:not(:last-child) &gt; .cmp-bar-btn-2:not(:first-child),
.input-group-btn:not(:last-child) &gt; .cmp-bar-btn-1:not(:first-child),
.input-group-btn:not(:last-child) &gt; .read-more__btn:not(:first-child),
.input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; .btn,
.input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; .cs-btn,
.input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; input.action,
.input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; .cmp-bar-btn-2,
.input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; .cmp-bar-btn-1,
.input-group-btn:not(:last-child) &gt; .btn-group:not(:first-child) &gt; .read-more__btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn, .input-group-btn &gt; .cs-btn, .input-group-btn &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action, .input-group-btn &gt; .cmp-bar-btn-2, .input-group-btn &gt; .cmp-bar-btn-1, .input-group-btn &gt; .read-more__btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn, .input-group-btn &gt; .cs-btn + .btn, .input-group-btn &gt; .btn + .cs-btn, .input-group-btn &gt; .cs-btn + .cs-btn, .input-group-btn &gt; .cc-btn + .btn, .input-group-btn &gt; .cc-btn + .cs-btn, .input-group-btn &gt; .btn + .cc-btn, .input-group-btn &gt; .cs-btn + .cc-btn, .input-group-btn &gt; .cc-btn + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + .btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + .cs-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; .btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; .cs-btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; .cc-btn + input.action, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + input.action, .input-group-btn &gt; .cmp-bar-btn-2 + .btn, .input-group-btn &gt; .cmp-bar-btn-2 + .cs-btn, .input-group-btn &gt; .cmp-bar-btn-2 + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; .cmp-bar-btn-2 + input.action, .input-group-btn &gt; .btn + .cmp-bar-btn-2, .input-group-btn &gt; .cs-btn + .cmp-bar-btn-2, .input-group-btn &gt; .cc-btn + .cmp-bar-btn-2, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + .cmp-bar-btn-2, .input-group-btn &gt; .cmp-bar-btn-2 + .cmp-bar-btn-2, .input-group-btn &gt; .cmp-bar-btn-1 + .btn, .input-group-btn &gt; .cmp-bar-btn-1 + .cs-btn, .input-group-btn &gt; .cmp-bar-btn-1 + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; .cmp-bar-btn-1 + input.action, .input-group-btn &gt; .cmp-bar-btn-1 + .cmp-bar-btn-2, .input-group-btn &gt; .btn + .cmp-bar-btn-1, .input-group-btn &gt; .cs-btn + .cmp-bar-btn-1, .input-group-btn &gt; .cc-btn + .cmp-bar-btn-1, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + .cmp-bar-btn-1, .input-group-btn &gt; .cmp-bar-btn-2 + .cmp-bar-btn-1, .input-group-btn &gt; .cmp-bar-btn-1 + .cmp-bar-btn-1, .input-group-btn &gt; .read-more__btn + .btn, .input-group-btn &gt; .read-more__btn + .cs-btn, .input-group-btn &gt; .read-more__btn + .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; .read-more__btn + input.action, .input-group-btn &gt; .read-more__btn + .cmp-bar-btn-2, .input-group-btn &gt; .read-more__btn + .cmp-bar-btn-1, .input-group-btn &gt; .btn + .read-more__btn, .input-group-btn &gt; .cs-btn + .read-more__btn, .input-group-btn &gt; .cc-btn + .read-more__btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action + .read-more__btn, .input-group-btn &gt; .cmp-bar-btn-2 + .read-more__btn, .input-group-btn &gt; .cmp-bar-btn-1 + .read-more__btn, .input-group-btn &gt; .read-more__btn + .read-more__btn {
  margin-left: -2px;
}
.input-group-btn &gt; .btn:focus, .input-group-btn &gt; .cs-btn:focus, .input-group-btn &gt; .cc-btn:focus, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action:focus, .input-group-btn &gt; .cmp-bar-btn-2:focus, .input-group-btn &gt; .cmp-bar-btn-1:focus, .input-group-btn &gt; .read-more__btn:focus, .input-group-btn &gt; .btn:active, .input-group-btn &gt; .cs-btn:active, .input-group-btn &gt; .cc-btn:active, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action:active, .input-group-btn &gt; .cmp-bar-btn-2:active, .input-group-btn &gt; .cmp-bar-btn-1:active, .input-group-btn &gt; .read-more__btn:active, .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .cs-btn:hover, .input-group-btn &gt; .cc-btn:hover, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn &gt; input.action:hover, .input-group-btn &gt; .cmp-bar-btn-2:hover, .input-group-btn &gt; .cmp-bar-btn-1:hover, .input-group-btn &gt; .read-more__btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) &gt; .btn, .input-group-btn:not(:last-child) &gt; .cs-btn, .input-group-btn:not(:last-child) &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:last-child) &gt; input.action, .input-group-btn:not(:last-child) &gt; .cmp-bar-btn-2, .input-group-btn:not(:last-child) &gt; .cmp-bar-btn-1, .input-group-btn:not(:last-child) &gt; .read-more__btn,
.input-group-btn:not(:last-child) &gt; .btn-group {
  margin-right: -2px;
}
.input-group-btn:not(:first-child) &gt; .btn, .input-group-btn:not(:first-child) &gt; .cs-btn, .input-group-btn:not(:first-child) &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; input.action, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-2, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-1, .input-group-btn:not(:first-child) &gt; .read-more__btn,
.input-group-btn:not(:first-child) &gt; .btn-group {
  z-index: 2;
  margin-left: -2px;
}
.input-group-btn:not(:first-child) &gt; .btn:focus, .input-group-btn:not(:first-child) &gt; .cs-btn:focus, .input-group-btn:not(:first-child) &gt; .cc-btn:focus, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; input.action:focus, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-2:focus, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-1:focus, .input-group-btn:not(:first-child) &gt; .read-more__btn:focus, .input-group-btn:not(:first-child) &gt; .btn:active, .input-group-btn:not(:first-child) &gt; .cs-btn:active, .input-group-btn:not(:first-child) &gt; .cc-btn:active, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; input.action:active, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-2:active, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-1:active, .input-group-btn:not(:first-child) &gt; .read-more__btn:active, .input-group-btn:not(:first-child) &gt; .btn:hover, .input-group-btn:not(:first-child) &gt; .cs-btn:hover, .input-group-btn:not(:first-child) &gt; .cc-btn:hover, #page-foot .footer-navigation .newsletter-form form .Actions .input-group-btn:not(:first-child) &gt; input.action:hover, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-2:hover, .input-group-btn:not(:first-child) &gt; .cmp-bar-btn-1:hover, .input-group-btn:not(:first-child) &gt; .read-more__btn:hover,
.input-group-btn:not(:first-child) &gt; .btn-group:focus,
.input-group-btn:not(:first-child) &gt; .btn-group:active,
.input-group-btn:not(:first-child) &gt; .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.5rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none;
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(3rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9 ;
  color: #464a4d;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9 ;
  background-size: 8px 10px;
  border: 2px solid #e6e6e6;
  border-radius: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.custom-select:focus::-ms-value {
  color: #464a4d;
  background-color: #fff;
}
.custom-select:disabled {
  color: #7c7c7c;
  cursor: not-allowed;
  background-color: #e6e6e6;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.5rem 0.5rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav, .article-footer-items {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #7c7c7c;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #7c7c7c;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item, .article-footer-items .nav-item, .article-footer-items li {
  display: inline-block;
}
.nav-inline .nav-item + .nav-item, .article-footer-items .nav-item + .nav-item, .article-footer-items li + .nav-item, .article-footer-items .nav-item + li, .article-footer-items li + li,
.nav-inline .nav-link + .nav-link,
.article-footer-items .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item, .nav-tabs .article-footer-items li, .article-footer-items .nav-tabs li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item, .nav-tabs .article-footer-items li + .nav-item, .article-footer-items .nav-tabs li + .nav-item, .nav-tabs .article-footer-items .nav-item + li, .article-footer-items .nav-tabs .nav-item + li, .nav-tabs .article-footer-items li + li, .article-footer-items .nav-tabs li + li {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e6e6e6 #e6e6e6 #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #7c7c7c;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .article-footer-items li.open .nav-link,
.article-footer-items .nav-tabs li.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #464a4d;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item, .nav-pills .article-footer-items li, .article-footer-items .nav-pills li {
  float: left;
}
.nav-pills .nav-item + .nav-item, .nav-pills .article-footer-items li + .nav-item, .article-footer-items .nav-pills li + .nav-item, .nav-pills .article-footer-items .nav-item + li, .article-footer-items .nav-pills .nav-item + li, .nav-pills .article-footer-items li + li, .article-footer-items .nav-pills li + li {
  margin-left: 0.2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .article-footer-items li.open .nav-link,
.article-footer-items .nav-pills li.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #005a9a;
}

.nav-stacked .nav-item, .nav-stacked .article-footer-items li, .article-footer-items .nav-stacked li {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item, .nav-stacked .article-footer-items li + .nav-item, .article-footer-items .nav-stacked li + .nav-item, .nav-stacked .article-footer-items .nav-item + li, .article-footer-items .nav-stacked .nav-item + li, .nav-stacked .article-footer-items li + li, .article-footer-items .nav-stacked li + li {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.625rem 1.25rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0.5rem;
  }
}

.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: "&nbsp;";
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 1.5rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 769px) {
  .navbar-toggleable-sm {
    display: block;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 1025px) {
  .navbar-toggleable-md {
    display: block;
  }
}
.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block;
  }
}
.navbar-toggleable-xl {
  display: block;
}
.navbar-toggleable-xl::after {
  content: "";
  display: table;
  clear: both;
}
.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .nav-item, .navbar-nav .article-footer-items li, .article-footer-items .navbar-nav li {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item, .navbar-nav .article-footer-items li + .nav-item, .article-footer-items .navbar-nav li + .nav-item, .navbar-nav .article-footer-items .nav-item + li, .article-footer-items .navbar-nav .nav-item + li, .navbar-nav .article-footer-items li + li, .article-footer-items .navbar-nav li + li {
  margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .open &gt; .nav-link, .navbar-light .navbar-nav .open &gt; .nav-link:focus, .navbar-light .navbar-nav .open &gt; .nav-link:hover,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link:focus,
.navbar-light .navbar-nav .active &gt; .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open &gt; .nav-link, .navbar-dark .navbar-nav .open &gt; .nav-link:focus, .navbar-dark .navbar-nav .open &gt; .nav-link:hover,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link:focus,
.navbar-dark .navbar-nav .active &gt; .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item, .navbar-toggleable-xs .navbar-nav .article-footer-items li, .article-footer-items .navbar-toggleable-xs .navbar-nav li {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .navbar-toggleable-sm .navbar-nav .nav-item, .navbar-toggleable-sm .navbar-nav .article-footer-items li, .article-footer-items .navbar-toggleable-sm .navbar-nav li {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .navbar-toggleable-md .navbar-nav .nav-item, .navbar-toggleable-md .navbar-nav .article-footer-items li, .article-footer-items .navbar-toggleable-md .navbar-nav li {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}
.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
  content: "";
  display: table;
  clear: both;
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
  content: "";
  display: table;
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #005a9a;
  border-color: #005a9a;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #005a9a;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.5rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.5rem - 1px);
  border-top-left-radius: calc(0.5rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

@media (min-width: 544px) {
  .card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  list-style: none;
  background-color: #e6e6e6;
  border-radius: 0.5rem;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #7c7c7c;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #7c7c7c;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
}

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #005a9a;
  border-color: #005a9a;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #7c7c7c;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #005a9a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: rgb(0, 45.2922077922, 77.5);
  background-color: #e6e6e6;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}
.tag:empty {
  display: none;
}

.btn .tag, .cs-btn .tag, .cc-btn .tag, #page-foot .footer-navigation .newsletter-form form .Actions input.action .tag, .cmp-bar-btn-2 .tag, .cmp-bar-btn-1 .tag, .read-more__btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #7c7c7c;
}
.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: rgb(98.5, 98.5, 98.5);
}

.tag-primary {
  background-color: #005a9a;
}
.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: rgb(0, 60.1948051948, 103);
}

.tag-success {
  background-color: #5cb85c;
}
.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.tag-info {
  background-color: #5bc0de;
}
.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.tag-warning {
  background-color: #f0ad4e;
}
.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.tag-danger {
  background-color: #d9534f;
}
.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e6e6e6;
  border-radius: 25px;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: rgb(204.5, 204.5, 204.5);
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .message {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
  border: 0 solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 2.5rem;
}
.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1.25rem;
  color: inherit;
}

.alert-success, .message--good, .message.good {
  background-color: #dff0d8;
  border-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr, .message--good hr, .message.good hr {
  border-top-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link, .message--good .alert-link, .message.good .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 223.0304347826, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 213.052173913, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning, .message--warning .message.warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr, .message--warning .message.warning hr {
  border-top-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.alert-warning .alert-link, .message--warning .message.warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger, form .error, .message.required, .message--bad, .message.bad {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
  color: #a94442;
}
.alert-danger hr, form .error hr, .message.required hr, .message--bad hr, .message.bad hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.alert-danger .alert-link, form .error .alert-link, .message.required .alert-link, .message--bad .alert-link, .message.bad .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.25rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.25rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1.25rem;
  margin-bottom: 1.25rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.5rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.5rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.5rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    display: inline-block;
    height: 1.25rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.25rem 1.25rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.25rem 1.25rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.25rem 1.25rem;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1.25rem 1.25rem;
  }
}
.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}
@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.media-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #7c7c7c;
  cursor: not-allowed;
  background-color: #e6e6e6;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #7c7c7c;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #005a9a;
  border-color: #005a9a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: rgb(103, 191.8311688312, 255);
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #333;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    max-width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.5rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: rgb(247.35, 247.35, 247.35);
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 24.9375px 24.9375px 0 0;
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.align-baseline {
  vertical-align: baseline !important;
}

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

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f5f2;
}

.bg-primary {
  background-color: #005a9a !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(0, 60.1948051948, 103) !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375) !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.bg-inverse {
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: rgb(30.6086956522, 32.2782608696, 33.3913043478) !important;
}

.rounded {
  border-radius: 0.5rem;
}

.rounded-top {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-right {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-left {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after, .main-content .facts-box::after, .forum-post__user-info::after, #comments-holder .comment__info::after, #page-head .inner.container::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.flex-xs-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-xs-unordered {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex-items-xs-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-items-xs-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-items-xs-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.flex-xs-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.flex-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.flex-items-xs-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-items-xs-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-items-xs-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-items-xs-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flex-items-xs-between {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 544px) {
  .flex-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 544px) {
  .flex-items-sm-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-sm-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-sm-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 544px) {
  .flex-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-sm-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 544px) {
  .flex-items-sm-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-sm-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-sm-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-sm-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-sm-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .flex-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 769px) {
  .flex-items-md-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-md-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-md-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .flex-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-md-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 769px) {
  .flex-items-md-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-md-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-md-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-md-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-md-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .flex-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1025px) {
  .flex-items-lg-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-lg-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-lg-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1025px) {
  .flex-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-lg-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 1025px) {
  .flex-items-lg-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-lg-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-lg-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-lg-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-lg-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .flex-items-xl-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-items-xl-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-items-xl-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex-xl-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-items-xl-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-items-xl-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-items-xl-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-items-xl-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-items-xl-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1.25rem 1.25rem !important;
}

.mt-1 {
  margin-top: 1.25rem !important;
}

.mr-1 {
  margin-right: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 1.25rem !important;
}

.ml-1 {
  margin-left: 1.25rem !important;
}

.mx-1 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.my-1 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.m-2 {
  margin: 1.875rem 1.875rem !important;
}

.mt-2 {
  margin-top: 1.875rem !important;
}

.mr-2 {
  margin-right: 1.875rem !important;
}

.mb-2 {
  margin-bottom: 1.875rem !important;
}

.ml-2 {
  margin-left: 1.875rem !important;
}

.mx-2 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.my-2 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.m-3 {
  margin: 3.75rem 3.75rem !important;
}

.mt-3 {
  margin-top: 3.75rem !important;
}

.mr-3 {
  margin-right: 3.75rem !important;
}

.mb-3 {
  margin-bottom: 3.75rem !important;
}

.ml-3 {
  margin-left: 3.75rem !important;
}

.mx-3 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.my-3 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1.25rem 1.25rem !important;
}

.pt-1 {
  padding-top: 1.25rem !important;
}

.pr-1 {
  padding-right: 1.25rem !important;
}

.pb-1 {
  padding-bottom: 1.25rem !important;
}

.pl-1 {
  padding-left: 1.25rem !important;
}

.px-1 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.py-1 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.p-2 {
  padding: 1.875rem 1.875rem !important;
}

.pt-2 {
  padding-top: 1.875rem !important;
}

.pr-2 {
  padding-right: 1.875rem !important;
}

.pb-2 {
  padding-bottom: 1.875rem !important;
}

.pl-2 {
  padding-left: 1.875rem !important;
}

.px-2 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.py-2 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.p-3 {
  padding: 3.75rem 3.75rem !important;
}

.pt-3 {
  padding-top: 3.75rem !important;
}

.pr-3 {
  padding-right: 3.75rem !important;
}

.pb-3 {
  padding-bottom: 3.75rem !important;
}

.pl-3 {
  padding-left: 3.75rem !important;
}

.px-3 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.py-3 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #7c7c7c !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: rgb(98.5, 98.5, 98.5) !important;
}

.text-primary {
  color: #005a9a !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(0, 60.1948051948, 103) !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(236.015625, 151.21875, 30.984375) !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: rgb(30.6086956522, 32.2782608696, 33.3913043478) !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: relative; /*Any position but static should work*/
  overflow: hidden;
}

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container &gt; div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a &gt; * {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.ekko-lightbox-nav-overlay a &gt; :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.ekko-lightbox-loader &gt; div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader &gt; div &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
          animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader &gt; div &gt; div:last-child {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader &gt; div &gt; div {
  background-color: #333;
}

@-webkit-keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.visible-xl {
  display: none;
}

@media (max-width: 543px) {
  .visible-xs {
    display: inherit !important;
  }
}

@media (min-width: 544px) and (max-width: 768px) {
  .visible-sm {
    display: inherit !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: inherit !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-lg {
    display: inherit !important;
  }
}

@media (min-width: 1200px) {
  .visible-xl {
    display: inherit !important;
  }
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "entypo";
  src: url("/themes/netdoktor/dist/fonts/entypo/entypo.eot");
  src: url("/themes/netdoktor/dist/fonts/entypo/entypo.eot?#iefix") format("embedded-opentype"), url("/themes/netdoktor/dist/fonts/entypo/entypo.woff") format("woff"), url("/themes/netdoktor/dist/fonts/entypo/entypo.ttf") format("truetype"), url("/themes/netdoktor/dist/fonts/entypo/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*[class^="entypo-"], [class*=" entypo-"] {
  font-family: entypo;
  font-style: normal;

  //font-size: 14px;

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
}*/
/* entypo */
[class*=entypo-]:before {
  font-family: "entypo", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.the-icons li {
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 1.5rem;
}

.entypo-note:before {
  content: "♪";
} /* '\266a' */
.entypo-note-beamed:before {
  content: "♫";
} /* '\266b' */
.entypo-music:before {
  content: "🎵";
} /* '\1f3b5' */
.entypo-search:before {
  content: "🔍";
} /* '\1f50d' */
.entypo-flashlight:before {
  content: "🔦";
} /* '\1f526' */
.entypo-mail:before {
  content: "✉";
} /* '\2709' */
.entypo-heart:before {
  content: "♥";
} /* '\2665' */
.entypo-heart-empty:before {
  content: "♡";
} /* '\2661' */
.entypo-star:before {
  content: "★";
} /* '\2605' */
.entypo-star-empty:before {
  content: "☆";
} /* '\2606' */
.entypo-user:before {
  content: "👤";
} /* '\1f464' */
.entypo-users:before {
  content: "👥";
} /* '\1f465' */
.entypo-user-add:before {
  content: "\e700";
} /* '\e700' */
.entypo-video:before {
  content: "🎬";
} /* '\1f3ac' */
.entypo-picture:before {
  content: "🌄";
} /* '\1f304' */
.entypo-camera:before {
  content: "📷";
} /* '\1f4f7' */
.entypo-layout:before {
  content: "⚏";
} /* '\268f' */
.entypo-menu:before {
  content: "☰";
} /* '\2630' */
.entypo-check:before {
  content: "✓";
} /* '\2713' */
.entypo-cancel:before {
  content: "✕";
} /* '\2715' */
.entypo-cancel-circled:before {
  content: "✖";
} /* '\2716' */
.entypo-cancel-squared:before {
  content: "❎";
} /* '\274e' */
.entypo-plus:before {
  content: "+";
} /* '\2b' */
.entypo-plus-circled:before {
  content: "➕";
} /* '\2795' */
.entypo-plus-squared:before {
  content: "⊞";
} /* '\229e' */
.entypo-minus:before {
  content: "-";
} /* '\2d' */
.entypo-minus-circled:before {
  content: "➖";
} /* '\2796' */
.entypo-minus-squared:before {
  content: "⊟";
} /* '\229f' */
.entypo-help:before {
  content: "❓";
} /* '\2753' */
.entypo-help-circled:before {
  content: "\e704";
} /* '\e704' */
.entypo-info:before {
  content: "ℹ";
} /* '\2139' */
.entypo-info-circled:before {
  content: "\e705";
} /* '\e705' */
.entypo-back:before {
  content: "🔙";
} /* '\1f519' */
.entypo-home:before {
  content: "⌂";
} /* '\2302' */
.entypo-link:before {
  content: "🔗";
} /* '\1f517' */
.entypo-attach:before {
  content: "📎";
} /* '\1f4ce' */
.entypo-lock:before {
  content: "🔒";
} /* '\1f512' */
.entypo-lock-open:before {
  content: "🔓";
} /* '\1f513' */
.entypo-eye:before {
  content: "\e70a";
} /* '\e70a' */
.entypo-tag:before {
  content: "\e70c";
} /* '\e70c' */
.entypo-bookmark:before {
  content: "🔖";
} /* '\1f516' */
.entypo-bookmarks:before {
  content: "📑";
} /* '\1f4d1' */
.entypo-flag:before {
  content: "⚑";
} /* '\2691' */
.entypo-thumbs-up:before {
  content: "👍";
} /* '\1f44d' */
.entypo-thumbs-down:before {
  content: "👎";
} /* '\1f44e' */
.entypo-download:before {
  content: "📥";
} /* '\1f4e5' */
.entypo-upload:before {
  content: "📤";
} /* '\1f4e4' */
.entypo-upload-cloud:before {
  content: "\e711";
} /* '\e711' */
.entypo-reply:before {
  content: "\e712";
} /* '\e712' */
.entypo-reply-all:before {
  content: "\e713";
} /* '\e713' */
.entypo-forward:before {
  content: "➦";
} /* '\27a6' */
.entypo-quote:before {
  content: "❞";
} /* '\275e' */
.entypo-code:before {
  content: "\e714";
} /* '\e714' */
.entypo-export:before {
  content: "\e715";
} /* '\e715' */
.entypo-pencil:before {
  content: "✎";
} /* '\270e' */
.entypo-feather:before {
  content: "✒";
} /* '\2712' */
.entypo-print:before {
  content: "\e716";
} /* '\e716' */
.entypo-retweet:before {
  content: "\e717";
} /* '\e717' */
.entypo-keyboard:before {
  content: "⌨";
} /* '\2328' */
.entypo-comment:before {
  content: "\e718";
} /* '\e718' */
.entypo-chat:before {
  content: "\e720";
} /* '\e720' */
.entypo-bell:before {
  content: "🔔";
} /* '\1f514' */
.entypo-attention:before {
  content: "⚠";
} /* '\26a0' */
.entypo-alert:before {
  content: "💥";
} /* '\1f4a5' */
.entypo-vcard:before {
  content: "\e722";
} /* '\e722' */
.entypo-address:before {
  content: "\e723";
} /* '\e723' */
.entypo-location:before {
  content: "\e724";
} /* '\e724' */
.entypo-map:before {
  content: "\e727";
} /* '\e727' */
.entypo-direction:before {
  content: "➢";
} /* '\27a2' */
.entypo-compass:before {
  content: "\e728";
} /* '\e728' */
.entypo-cup:before {
  content: "☕";
} /* '\2615' */
.entypo-trash:before {
  content: "\e729";
} /* '\e729' */
.entypo-doc:before {
  content: "\e730";
} /* '\e730' */
.entypo-docs:before {
  content: "\e736";
} /* '\e736' */
.entypo-doc-landscape:before {
  content: "\e737";
} /* '\e737' */
.entypo-doc-text:before {
  content: "📄";
} /* '\1f4c4' */
.entypo-doc-text-inv:before {
  content: "\e731";
} /* '\e731' */
.entypo-newspaper:before {
  content: "📰";
} /* '\1f4f0' */
.entypo-book-open:before {
  content: "📖";
} /* '\1f4d6' */
.entypo-book:before {
  content: "📕";
} /* '\1f4d5' */
.entypo-folder:before {
  content: "📁";
} /* '\1f4c1' */
.entypo-archive:before {
  content: "\e738";
} /* '\e738' */
.entypo-box:before {
  content: "📦";
} /* '\1f4e6' */
.entypo-rss:before {
  content: "\e73a";
} /* '\e73a' */
.entypo-phone:before {
  content: "📞";
} /* '\1f4de' */
.entypo-cog:before {
  content: "⚙";
} /* '\2699' */
.entypo-tools:before {
  content: "⚒";
} /* '\2692' */
.entypo-share:before {
  content: "\e73c";
} /* '\e73c' */
.entypo-shareable:before {
  content: "\e73e";
} /* '\e73e' */
.entypo-basket:before {
  content: "\e73d";
} /* '\e73d' */
.entypo-bag:before {
  content: "👜";
} /* '\1f45c' */
.entypo-calendar:before {
  content: "📅";
} /* '\1f4c5' */
.entypo-login:before {
  content: "\e740";
} /* '\e740' */
.entypo-logout:before {
  content: "\e741";
} /* '\e741' */
.entypo-mic:before {
  content: "🎤";
} /* '\1f3a4' */
.entypo-mute:before {
  content: "🔇";
} /* '\1f507' */
.entypo-sound:before {
  content: "🔊";
} /* '\1f50a' */
.entypo-volume:before {
  content: "\e742";
} /* '\e742' */
.entypo-clock:before {
  content: "🕔";
} /* '\1f554' */
.entypo-hourglass:before {
  content: "⏳";
} /* '\23f3' */
.entypo-lamp:before {
  content: "💡";
} /* '\1f4a1' */
.entypo-light-down:before {
  content: "🔅";
} /* '\1f505' */
.entypo-light-up:before {
  content: "🔆";
} /* '\1f506' */
.entypo-adjust:before {
  content: "◑";
} /* '\25d1' */
.entypo-block:before {
  content: "🚫";
} /* '\1f6ab' */
.entypo-resize-full:before {
  content: "\e744";
} /* '\e744' */
.entypo-resize-small:before {
  content: "\e746";
} /* '\e746' */
.entypo-popup:before {
  content: "\e74c";
} /* '\e74c' */
.entypo-publish:before {
  content: "\e74d";
} /* '\e74d' */
.entypo-window:before {
  content: "\e74e";
} /* '\e74e' */
.entypo-arrow-combo:before {
  content: "\e74f";
} /* '\e74f' */
.entypo-down-circled:before {
  content: "\e758";
} /* '\e758' */
.entypo-left-circled:before {
  content: "\e759";
} /* '\e759' */
.entypo-right-circled:before {
  content: "\e75a";
} /* '\e75a' */
.entypo-up-circled:before {
  content: "\e75b";
} /* '\e75b' */
.entypo-down-open:before {
  content: "\e75c";
} /* '\e75c' */
.entypo-left-open:before {
  content: "\e75d";
} /* '\e75d' */
.entypo-right-open:before {
  content: "\e75e";
} /* '\e75e' */
.entypo-up-open:before {
  content: "\e75f";
} /* '\e75f' */
.entypo-down-open-mini:before {
  content: "\e760";
} /* '\e760' */
.entypo-left-open-mini:before {
  content: "\e761";
} /* '\e761' */
.entypo-right-open-mini:before {
  content: "\e762";
} /* '\e762' */
.entypo-up-open-mini:before {
  content: "\e763";
} /* '\e763' */
.entypo-down-open-big:before {
  content: "\e764";
} /* '\e764' */
.entypo-left-open-big:before {
  content: "\e765";
} /* '\e765' */
.entypo-right-open-big:before {
  content: "\e766";
} /* '\e766' */
.entypo-up-open-big:before {
  content: "\e767";
} /* '\e767' */
.entypo-down:before {
  content: "⬇";
} /* '\2b07' */
.entypo-left:before {
  content: "⬅";
} /* '\2b05' */
.entypo-right:before {
  content: "➡";
} /* '\27a1' */
.entypo-up:before {
  content: "⬆";
} /* '\2b06' */
.entypo-down-dir:before {
  content: "▾";
} /* '\25be' */
.entypo-left-dir:before {
  content: "◂";
} /* '\25c2' */
.entypo-right-dir:before {
  content: "▸";
} /* '\25b8' */
.entypo-up-dir:before {
  content: "▴";
} /* '\25b4' */
.entypo-down-bold:before {
  content: "\e4b0";
} /* '\e4b0' */
.entypo-left-bold:before {
  content: "\e4ad";
} /* '\e4ad' */
.entypo-right-bold:before {
  content: "\e4ae";
} /* '\e4ae' */
.entypo-up-bold:before {
  content: "\e4af";
} /* '\e4af' */
.entypo-down-thin:before {
  content: "↓";
} /* '\2193' */
.entypo-left-thin:before {
  content: "←";
} /* '\2190' */
.entypo-right-thin:before {
  content: "→";
} /* '\2192' */
.entypo-up-thin:before {
  content: "↑";
} /* '\2191' */
.entypo-ccw:before {
  content: "⟲";
} /* '\27f2' */
.entypo-cw:before {
  content: "⟳";
} /* '\27f3' */
.entypo-arrows-ccw:before {
  content: "🔄";
} /* '\1f504' */
.entypo-level-down:before {
  content: "↳";
} /* '\21b3' */
.entypo-level-up:before {
  content: "↰";
} /* '\21b0' */
.entypo-shuffle:before {
  content: "🔀";
} /* '\1f500' */
.entypo-loop:before {
  content: "🔁";
} /* '\1f501' */
.entypo-switch:before {
  content: "⇆";
} /* '\21c6' */
.entypo-play:before {
  content: "▶";
} /* '\25b6' */
.entypo-stop:before {
  content: "■";
} /* '\25a0' */
.entypo-pause:before {
  content: "⎉";
} /* '\2389' */
.entypo-record:before {
  content: "⚫";
} /* '\26ab' */
.entypo-to-end:before {
  content: "⏭";
} /* '\23ed' */
.entypo-to-start:before {
  content: "⏮";
} /* '\23ee' */
.entypo-fast-forward:before {
  content: "⏩";
} /* '\23e9' */
.entypo-fast-backward:before {
  content: "⏪";
} /* '\23ea' */
.entypo-progress-0:before {
  content: "\e768";
} /* '\e768' */
.entypo-progress-1:before {
  content: "\e769";
} /* '\e769' */
.entypo-progress-2:before {
  content: "\e76a";
} /* '\e76a' */
.entypo-progress-3:before {
  content: "\e76b";
} /* '\e76b' */
.entypo-target:before {
  content: "🎯";
} /* '\1f3af' */
.entypo-palette:before {
  content: "🎨";
} /* '\1f3a8' */
.entypo-list:before {
  content: "\e005";
} /* '\e005' */
.entypo-list-add:before {
  content: "\e003";
} /* '\e003' */
.entypo-signal:before {
  content: "📶";
} /* '\1f4f6' */
.entypo-trophy:before {
  content: "🏆";
} /* '\1f3c6' */
.entypo-battery:before {
  content: "🔋";
} /* '\1f50b' */
.entypo-back-in-time:before {
  content: "\e771";
} /* '\e771' */
.entypo-monitor:before {
  content: "💻";
} /* '\1f4bb' */
.entypo-mobile:before {
  content: "📱";
} /* '\1f4f1' */
.entypo-network:before {
  content: "\e776";
} /* '\e776' */
.entypo-cd:before {
  content: "💿";
} /* '\1f4bf' */
.entypo-inbox:before {
  content: "\e777";
} /* '\e777' */
.entypo-install:before {
  content: "\e778";
} /* '\e778' */
.entypo-globe:before {
  content: "🌎";
} /* '\1f30e' */
.entypo-cloud:before {
  content: "☁";
} /* '\2601' */
.entypo-cloud-thunder:before {
  content: "⛈";
} /* '\26c8' */
.entypo-flash:before {
  content: "⚡";
} /* '\26a1' */
.entypo-moon:before {
  content: "☽";
} /* '\263d' */
.entypo-flight:before {
  content: "✈";
} /* '\2708' */
.entypo-paper-plane:before {
  content: "\e79b";
} /* '\e79b' */
.entypo-leaf:before {
  content: "🍂";
} /* '\1f342' */
.entypo-lifebuoy:before {
  content: "\e788";
} /* '\e788' */
.entypo-mouse:before {
  content: "\e789";
} /* '\e789' */
.entypo-briefcase:before {
  content: "💼";
} /* '\1f4bc' */
.entypo-suitcase:before {
  content: "\e78e";
} /* '\e78e' */
.entypo-dot:before {
  content: "\e78b";
} /* '\e78b' */
.entypo-dot-2:before {
  content: "\e78c";
} /* '\e78c' */
.entypo-dot-3:before {
  content: "\e78d";
} /* '\e78d' */
.entypo-brush:before {
  content: "\e79a";
} /* '\e79a' */
.entypo-magnet:before {
  content: "\e7a1";
} /* '\e7a1' */
.entypo-infinity:before {
  content: "∞";
} /* '\221e' */
.entypo-erase:before {
  content: "⌫";
} /* '\232b' */
.entypo-chart-pie:before {
  content: "\e751";
} /* '\e751' */
.entypo-chart-line:before {
  content: "📈";
} /* '\1f4c8' */
.entypo-chart-bar:before {
  content: "📊";
} /* '\1f4ca' */
.entypo-chart-area:before {
  content: "🔾";
} /* '\1f53e' */
.entypo-tape:before {
  content: "✇";
} /* '\2707' */
.entypo-graduation-cap:before {
  content: "🎓";
} /* '\1f393' */
.entypo-language:before {
  content: "\e752";
} /* '\e752' */
.entypo-ticket:before {
  content: "🎫";
} /* '\1f3ab' */
.entypo-water:before {
  content: "💦";
} /* '\1f4a6' */
.entypo-droplet:before {
  content: "💧";
} /* '\1f4a7' */
.entypo-air:before {
  content: "\e753";
} /* '\e753' */
.entypo-credit-card:before {
  content: "💳";
} /* '\1f4b3' */
.entypo-floppy:before {
  content: "💾";
} /* '\1f4be' */
.entypo-clipboard:before {
  content: "📋";
} /* '\1f4cb' */
.entypo-megaphone:before {
  content: "📣";
} /* '\1f4e3' */
.entypo-database:before {
  content: "\e754";
} /* '\e754' */
.entypo-drive:before {
  content: "\e755";
} /* '\e755' */
.entypo-bucket:before {
  content: "\e756";
} /* '\e756' */
.entypo-thermometer:before {
  content: "\e757";
} /* '\e757' */
.entypo-key:before {
  content: "🔑";
} /* '\1f511' */
.entypo-flow-cascade:before {
  content: "\e790";
} /* '\e790' */
.entypo-flow-branch:before {
  content: "\e791";
} /* '\e791' */
.entypo-flow-tree:before {
  content: "\e792";
} /* '\e792' */
.entypo-flow-line:before {
  content: "\e793";
} /* '\e793' */
.entypo-flow-parallel:before {
  content: "\e794";
} /* '\e794' */
.entypo-rocket:before {
  content: "🚀";
} /* '\1f680' */
.entypo-gauge:before {
  content: "\e7a2";
} /* '\e7a2' */
.entypo-traffic-cone:before {
  content: "\e7a3";
} /* '\e7a3' */
.entypo-cc:before {
  content: "\e7a5";
} /* '\e7a5' */
.entypo-cc-by:before {
  content: "\e7a6";
} /* '\e7a6' */
.entypo-cc-nc:before {
  content: "\e7a7";
} /* '\e7a7' */
.entypo-cc-nc-eu:before {
  content: "\e7a8";
} /* '\e7a8' */
.entypo-cc-nc-jp:before {
  content: "\e7a9";
} /* '\e7a9' */
.entypo-cc-sa:before {
  content: "\e7aa";
} /* '\e7aa' */
.entypo-cc-nd:before {
  content: "\e7ab";
} /* '\e7ab' */
.entypo-cc-pd:before {
  content: "\e7ac";
} /* '\e7ac' */
.entypo-cc-zero:before {
  content: "\e7ad";
} /* '\e7ad' */
.entypo-cc-share:before {
  content: "\e7ae";
} /* '\e7ae' */
.entypo-cc-remix:before {
  content: "\e7af";
} /* '\e7af' */
.entypo-github:before {
  content: "\f300";
} /* '\f300' */
.entypo-github-circled:before {
  content: "\f301";
} /* '\f301' */
.entypo-flickr:before {
  content: "\f303";
} /* '\f303' */
.entypo-flickr-circled:before {
  content: "\f304";
} /* '\f304' */
.entypo-vimeo:before {
  content: "\f306";
} /* '\f306' */
.entypo-vimeo-circled:before {
  content: "\f307";
} /* '\f307' */
.entypo-twitter:before {
  content: "\f309";
} /* '\f309' */
.entypo-twitter-circled:before {
  content: "\f30a";
} /* '\f30a' */
.entypo-facebook:before {
  content: "\f30c";
} /* '\f30c' */
.entypo-facebook-circled:before {
  content: "\f30d";
} /* '\f30d' */
.entypo-facebook-squared:before {
  content: "\f30e";
} /* '\f30e' */
.entypo-gplus:before {
  content: "\f30f";
} /* '\f30f' */
.entypo-gplus-circled:before {
  content: "\f310";
} /* '\f310' */
.entypo-pinterest:before {
  content: "\f312";
} /* '\f312' */
.entypo-pinterest-circled:before {
  content: "\f313";
} /* '\f313' */
.entypo-tumblr:before {
  content: "\f315";
} /* '\f315' */
.entypo-tumblr-circled:before {
  content: "\f316";
} /* '\f316' */
.entypo-linkedin:before {
  content: "\f318";
} /* '\f318' */
.entypo-linkedin-circled:before {
  content: "\f319";
} /* '\f319' */
.entypo-dribbble:before {
  content: "\f31b";
} /* '\f31b' */
.entypo-dribbble-circled:before {
  content: "\f31c";
} /* '\f31c' */
.entypo-stumbleupon:before {
  content: "\f31e";
} /* '\f31e' */
.entypo-stumbleupon-circled:before {
  content: "\f31f";
} /* '\f31f' */
.entypo-lastfm:before {
  content: "\f321";
} /* '\f321' */
.entypo-lastfm-circled:before {
  content: "\f322";
} /* '\f322' */
.entypo-rdio:before {
  content: "\f324";
} /* '\f324' */
.entypo-rdio-circled:before {
  content: "\f325";
} /* '\f325' */
.entypo-spotify:before {
  content: "\f327";
} /* '\f327' */
.entypo-spotify-circled:before {
  content: "\f328";
} /* '\f328' */
.entypo-qq:before {
  content: "\f32a";
} /* '\f32a' */
.entypo-instagrem:before {
  content: "\f32d";
} /* '\f32d' */
.entypo-dropbox:before {
  content: "\f330";
} /* '\f330' */
.entypo-evernote:before {
  content: "\f333";
} /* '\f333' */
.entypo-flattr:before {
  content: "\f336";
} /* '\f336' */
.entypo-skype:before {
  content: "\f339";
} /* '\f339' */
.entypo-skype-circled:before {
  content: "\f33a";
} /* '\f33a' */
.entypo-renren:before {
  content: "\f33c";
} /* '\f33c' */
.entypo-sina-weibo:before {
  content: "\f33f";
} /* '\f33f' */
.entypo-paypal:before {
  content: "\f342";
} /* '\f342' */
.entypo-picasa:before {
  content: "\f345";
} /* '\f345' */
.entypo-soundcloud:before {
  content: "\f348";
} /* '\f348' */
.entypo-mixi:before {
  content: "\f34b";
} /* '\f34b' */
.entypo-behance:before {
  content: "\f34e";
} /* '\f34e' */
.entypo-google-circles:before {
  content: "\f351";
} /* '\f351' */
.entypo-vkontakte:before {
  content: "\f354";
} /* '\f354' */
.entypo-smashing:before {
  content: "\f357";
} /* '\f357' */
.entypo-sweden:before {
  content: "\f601";
} /* '\f601' */
.entypo-db-shape:before {
  content: "\f600";
} /* '\f600' */
.entypo-logo-db:before {
  content: "\f603";
} /* '\f603' */
/**/
.entypo-check-circle {
  background: #3c763d;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  color: white;
  vertical-align: baseline;
  font-size: 15px;
}
.entypo-check-circle:before {
  font-family: "entypo", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.entypo-check-circle:after {
  content: "✓";
}

/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700'); //removed and placed on own server, see below*/
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-300.woff2") format("woff2"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-300.woff") format("woff"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-300.ttf") format("truetype"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-regular.woff2") format("woff2"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-regular.woff") format("woff"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-regular.ttf") format("truetype"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/netdoktor/dist/fonts/source-sans-pro-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("/themes/netdoktor/dist/fonts/source-sans-pro-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("/themes/netdoktor/dist/fonts/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("/themes/netdoktor/dist/fonts/source-sans-pro-v14-latin-600.woff") format("woff"), url("/themes/netdoktor/dist/fonts/source-sans-pro-v14-latin-600.ttf") format("truetype"), url("/themes/netdoktor/dist/fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-700.woff2") format("woff2"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-700.woff") format("woff"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-700.ttf") format("truetype"), url("/themes/netdoktor/dist/fonts/source-sans-pro/source-sans-pro-v9-latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Publico Headline";
  src: url("/themes/netdoktor/dist/fonts/PublicoHeadline-Medium-Web.eot");
  src: url("/themes/netdoktor/dist/fonts/PublicoHeadline-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/themes/netdoktor/dist/fonts/PublicoHeadline-Medium-Web.woff2") format("woff2"), url("/themes/netdoktor/dist/fonts/PublicoHeadline-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6,
.h1,
.page-title, .h2, .forum-post--first-post h1, .h3, .h4, .box__title, .h5, #comments-holder .comment__author, .h6, .main-content .side-box__title {
  letter-spacing: 0.5px;
  font-weight: 500;
}

mark,
.mark {
  background-color: #fff5d3;
}

.nd-current-markjs {
  background-color: #54bb46;
  color: white;
}

.text-label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #464a4d;
}

.text-small {
  font-size: 0.8125rem;
}

.title {
  margin-top: 2rem;
  font-size: 2.8rem;
}

.text-gray {
  color: #4c4c4c;
}

html {
  font-size: 14px;
}

@media (min-width: 769px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #262626;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
}
body.body--nav-sticky {
  margin-top: 80px;
}

html, body {
  overflow: auto;
}

a:hover {
  cursor: pointer;
}

h1.site-logo-title {
  display: inline-block;
  font-size: 8px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  /*@include media-breakpoint-up(xl){
    padding-left:  ($gutter);
    padding-right: ($gutter);
  }*/
  /*padding-left: 1rem;
  padding-right: 1rem;*/
  /*@media (max-width: 1440px) and (min-width: 1200px){
    padding-left: 40px;
    padding-right: 40px;
  }*/
  /*@include media-breakpoint-up(sm) {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }*/
}
.chat-holder .container,
.content-holder .container,
.sidebar-holder .container {
  max-width: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.chat-holder .page-label, .chat-holder .list-item__label, .chat-holder .ElementJobList__label, .chat-holder .article-list__item__type {
  margin: 10px 0 16px;
}

.content-holder {
  z-index: 2;
}

.sponsored-notice {
  margin: 0 0 0.5rem 0;
  background: #fdf2d6;
  padding: 0.5rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.3125rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .sponsored-notice {
    width: auto;
    text-align: left;
    float: right;
  }
}
@media (min-width: 1200px) {
  .sponsored-notice {
    height: 32px;
    margin-top: -34px;
  }
}

wbr {
  margin: 1.25rem;
}

wbr:after {
  content: "​";
}

iframe {
  border: 0;
}

#page-head .extra-dropdown {
  float: right;
}
#page-head .extra-dropdown__toggle {
  font-size: 0.875rem;
  text-transform: uppercase;
}
#page-head .extra-dropdown__item {
  font-size: 0.875rem;
}
#page-head .extra-dropdown .dropdown-toggle {
  color: #7c7c7c;
}
#page-head .extra-dropdown .dropdown-toggle:after {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 0.25rem;
  border: 0;
  font-family: "entypo", sans-serif;
  content: "▾";
}
#page-head .extra-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  text-align: left;
  min-width: 100px;
}
#page-head .simple-list.partner-list {
  float: left;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #page-head .simple-list.partner-list {
    position: fixed;
    z-index: 1031;
    background-color: white;
    top: 0;
    right: 0;
    left: 0;
    height: 2rem;
    padding: 0.3125rem 1.5rem;
  }
}
#page-head .info-holder {
  margin-left: auto;
  margin-right: auto;
  /*@include media-breakpoint-up(xl){
    padding-left:  ($gutter);
    padding-right: ($gutter);
  }*/
}
@media (min-width: 544px) {
  #page-head .info-holder {
    width: 576px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  #page-head .info-holder {
    width: 1024px;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  #page-head .info-holder {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-head .info-holder {
    width: 1550px;
    max-width: 100%;
  }
}

#page-content .main-content {
  min-height: 600px;
}
#page-content .main-content--no-pad-top {
  margin-top: -0.625rem;
}
@media (min-width: 1025px) {
  #page-content {
    width: 930px;
    margin: 0 auto;
  }
}

.overlay,
.modal-backdrop {
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay.box-shadow,
.modal-backdrop.box-shadow {
  box-shadow: inset 0 0 50rem rgba(0, 0, 0, 0.5);
}

.overlay {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overlay.show {
  z-index: 1029;
  opacity: 1;
}

html #SilverStripeNavigatorMessage {
  padding: 0.625rem 1.25rem;
  border: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  right: 0px;
  border-radius: 10rem 0rem 0 10rem;
  top: 0.625rem;
}

#SilverStripeNavigator, #BetterNavigator {
  z-index: 99;
}

html #BetterNavigator {
  top: auto;
  bottom: 100px;
}

/* Helper classes *********/
@media (max-width: 768px) {
  .px-0-sm-down {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .px-0-lg-down {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: auto;
  }
}

.mb-05 {
  margin-bottom: 0.5rem;
}

@media (max-width: 543px) {
  .mb-1-xs {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .row--block-xl {
    display: block;
  }
}

.block {
  display: block;
}

.err-span {
  background-color: #F2DEDE;
  font-weight: normal;
  color: #A94442;
  padding: 12px 15px;
  border-radius: 5rem;
  margin-bottom: 12px !important;
  font-size: 1rem;
}

.info-holder {
  text-align: center;
}

.info-box {
  display: inline-block;
  height: 120px;
  width: 980px;
  max-width: 100%;
  background-color: #ddd;
  margin-bottom: 1rem;
  position: relative;
}
.info-box:after {
  color: #bbb;
  content: "Annons";
  position: absolute;
  left: 48%;
  top: 40%;
}

.spnsrd-link, .read-more-shortcode {
  background-color: #fdf2d6;
  padding: 0.625rem 1.25rem 1.25rem;
  margin: 2.5rem 0;
}
.spnsrd-link__heading, .read-more-shortcode__heading {
  margin-top: 0 !important;
}
.spnsrd-link__title, .read-more-shortcode__title {
  color: #666;
}
.spnsrd-link__content.cms-content p, .read-more-shortcode__content.cms-content p {
  margin: 0;
  color: #262626;
  font-size: 1rem;
  line-height: 1.4;
}
.spnsrd-link__content.cms-content p + p, .read-more-shortcode__content.cms-content p + p {
  margin-top: 2em;
}
.spnsrd-link__alternative-link, .read-more-shortcode__alternative-link {
  font-size: 1rem;
}

.read-more-shortcode {
  background-color: #e5f5ff;
  padding: 1.25rem;
}

.btn, .cs-btn, .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions input.action, .cmp-bar-btn-2, .cmp-bar-btn-1, .read-more__btn {
  border-radius: 5rem;
  height: 3rem;
  border: 0;
  padding: 0.75rem 1.75rem;
  box-shadow: none !important;
  font-size: 1.125rem;
}
.btn--width-auto, form#MemberLoginForm_LoginForm .Actions input[type=submit] {
  width: auto;
  display: inline-block;
}
.btn--block {
  display: block;
}
.btn--width-max {
  width: 100%;
  display: inline-block;
}
.btn--auto-height {
  height: auto;
  min-height: 3rem;
  white-space: normal;
}

.btn-default {
  color: #005a9a;
  background-color: #fff;
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 3rem;
  border-width: 0.125rem;
  border-style: solid;
  font-weight: bold;
  line-height: 1.4rem;
}
.btn-default:hover {
  color: #005a9a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(199.4, 199.4, 199.4);
}
.btn-default:focus, .btn-default.focus {
  color: #005a9a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(199.4, 199.4, 199.4);
}
.btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
  color: #005a9a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(199.4, 199.4, 199.4);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open &gt; .btn-default.dropdown-toggle:hover, .open &gt; .btn-default.dropdown-toggle:focus, .open &gt; .btn-default.dropdown-toggle.focus {
  color: #005a9a;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(166.25, 166.25, 166.25);
}
.btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus {
  background-color: #fff;
  border-color: #e6e6e6;
}
.btn-default.disabled:hover, .btn-default:disabled:hover {
  background-color: #fff;
  border-color: #e6e6e6;
}

.btn-sm, .cs-btn, .cc-btn, .cmp-bar-btn-2, .cmp-bar-btn-1, .btn-group-sm &gt; .btn, .btn-group-sm &gt; .cs-btn, .btn-group-sm &gt; .cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions .btn-group-sm &gt; input.action, .btn-group-sm &gt; .cmp-bar-btn-2, .btn-group-sm &gt; .cmp-bar-btn-1, .btn-group-sm &gt; .read-more__btn {
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.4rem;
}

.btn-secondary, #page-foot .footer-navigation .newsletter-form form .Actions input.action {
  background-color: #464a4d;
  color: white;
  border-radius: 5rem;
  border: 0;
  height: 3rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.btn-secondary:hover, #page-foot .footer-navigation .newsletter-form form .Actions input.action:hover {
  background-color: #373a3c;
  color: white;
}

.btn-popup-cancel {
  font-weight: 500;
  color: #464a4d;
  background: white;
}

.read-more__btn:focus,
.read-more__btn:active,
.read-more__btn:active:focus {
  outline: none;
}

/*#PopupModal {
    .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
    }
}*/
.modal-content {
  border-radius: 0.3rem;
  box-shadow: none;
  border: 0;
}

.modal-backdrop {
  transition: all 0.4s ease-in-out;
  background-repeat: repeat;
  box-shadow: none;
}
.modal-backdrop.in {
  opacity: 1;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*body.modal-open {
  #page-container {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
  }
}
*/
.modal {
  text-align: center;
  padding: 0 !important;
}

@media (min-width: 769px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.ekko-lightbox .modal-dialog[style] {
  display: inline-block !important;
  padding: 0 !important;
  width: 100% !important;
}
.alert-notice, .message--notice, .message.notice {
  background-color: #f7f5f2;
  border-color: transparent;
  color: #4c4c4c;
}
.alert-notice hr, .message--notice hr, .message.notice hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-notice .alert-link, .message--notice .alert-link, .message.notice .alert-link {
  color: rgb(50.5, 50.5, 50.5);
}

.alert, .message {
  font-style: italic;
}
.alert--center, .message--center {
  text-align: center;
}
.alert--white, .message--white {
  background: #ffffff;
}

.message {
  margin: 0.3125rem 0 0.625rem 0;
  display: block;
  text-align: center;
  font-style: normal;
  border-radius: 0;
}
.message--span-width {
  width: 100%;
}
.message[id*=_error] {
  margin-bottom: 0.3125rem;
  margin-top: 0.625rem;
}

input, textarea, select {
  font-size: 1.125rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search] {
  height: 3rem;
  border-radius: 25px;
  border: 2px solid #e6e6e6;
  padding: 0 0.9375rem;
  box-shadow: none;
  /*border-radius: 5rem;

  border:0;*/
}

input {
  display: block;
  width: 100%;
}

.nd-textinput, .ElementNewsletter input[type=email] {
  border-radius: 5rem;
  height: 3rem;
  padding: 0.9375rem;
}

.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgb(1, 149.4415584416, 255);
}
.form-control.valid {
  border-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.form-control.required {
  border-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.form-control-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn,
.input-group-sm &gt; .input-group-btn &gt; .cs-btn,
.input-group-sm &gt; .input-group-btn &gt; .cc-btn,
#page-foot .footer-navigation .newsletter-form form .Actions .input-group-sm &gt; .input-group-btn &gt; input.action,
.input-group-sm &gt; .input-group-btn &gt; .cmp-bar-btn-2,
.input-group-sm &gt; .input-group-btn &gt; .cmp-bar-btn-1,
.input-group-sm &gt; .input-group-btn &gt; .read-more__btn {
  height: 2.5rem;
  line-height: 1;
  font-size: 0.875rem;
}

.select-form-control {
  position: relative;
}
input#Form_NewsletterSubscribeForm_Email {
  border-radius: 5rem;
  height: 3rem;
}

textarea,
textarea.form-control {
  border: 2px solid #e6e6e6;
  border-radius: 0.625rem;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1rem;
  box-shadow: none;
}

input.form-control {
  border: 2px solid #e6e6e6;
  margin-bottom: 1rem;
}

form .form-control {
  box-shadow: none;
}

.field &gt; label {
  margin-bottom: 0.3125rem;
}

.radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: 0;
  margin-top: 0.125rem;
}

.checkbox label,
.radio label {
  padding-left: 0.2rem;
}

/**/
.form-group {
  /*display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;*/
}

.control {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.9375rem;
  cursor: pointer;
  font-size: 1.125rem;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 0.4375rem;
  top: 0.4375rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #ffffff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 25px;
  height: 3rem;
  border-width: 2px;
  border-color: #e6e6e6;
  border-style: solid;
  background: white;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  /*color: #000;
  background: #ccc;*/
  opacity: 0.8;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 0.875rem;
  right: 1.75rem;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #4c4c4c;
  /*border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;*/
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/**/
::-webkit-input-placeholder {
  font-style: italic;
  color: #ccc;
}

:-moz-placeholder {
  font-style: italic;
  color: #ccc;
}

::-moz-placeholder {
  font-style: italic;
  color: #ccc;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #ccc;
}

.field .dropzone-holder.uploadable {
  border: 2px solid #d7d2cd;
  border-radius: 0.625rem;
}

.dropzone-image.removed,
.dropzone-image.detached {
  opacity: 0.2;
}

.field.fileattachment ul.file-attachment-field-previews li {
  border-left: none;
}

.field.fileattachment ul.file-attachment-field-previews li .dropzone-action &gt; span {
  position: absolute;
  top: 0.1875rem;
  right: 1.5rem;
  display: block;
}

div .chosen-container-multi .chosen-choices {
  border-radius: 1.5rem;
  border: 0.125rem solid #eee;
  padding: 0.625rem 0.9375rem;
  min-height: 3rem;
  box-shadow: none;
  background: none;
}

div .chosen-container-multi .chosen-choices li:last-of-type:not(:first-of-type) {
  border-top: 1px dashed #ccc;
  padding-top: 0.25rem;
  margin-top: 0.625rem;
}

div .chosen-container-multi .chosen-choices li.search-field {
  width: 100%;
}
div .chosen-container-multi .chosen-choices li.search-field:after {
  top: 0.375rem;
}

.chosen-container .chosen-results li.group-result {
  color: #7c7c7c;
  text-transform: uppercase;
  font-size: 0.875rem;
}

div .chosen-container .chosen-drop {
  font-size: 1rem;
  border: 0.125rem solid #eee;
  padding: 0.9375rem;
  border-radius: 1.5rem;
  box-shadow: none;
}

div .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0.1875rem 0.3125rem 0.1875rem 0;
  padding: 0.625rem 1.625rem 0.625rem 0.625rem;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0.1875rem;
  background: none;
  background-color: #eee;
  color: #333333;
  line-height: 0.8125rem;
  font-size: 1rem;
  cursor: default;
}

div .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0.625rem;
  right: 0.375rem;
}

div.chosen-select.field {
  margin-bottom: 1rem;
}

.field.dropdown,
.field.file {
  margin-bottom: 1rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

label.required-form-field {
  position: relative;
}
label.required-form-field::before {
  color: #dc2c33;
  position: absolute;
  top: 2px;
  left: -8px;
  content: "*";
}

.field.checkbox {
  position: relative;
}
.field.checkbox input[type=checkbox].checkbox {
  width: auto;
  position: relative;
  display: inline-block;
  min-width: 14px;
}

@media (max-width: 768px) {
  .jump-select {
    margin-bottom: 1rem;
  }
}

.card-block--registration {
  padding: 0;
}

form .middleColumn,
form .field.checkbox {
  position: relative;
}
form .middleColumn .message, form .middleColumn .alert,
form .field.checkbox .message,
form .field.checkbox .alert {
  position: absolute;
  z-index: 50;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3125rem 1.25rem;
  right: 0;
  top: -42px;
  border-radius: 60px;
}
form .middleColumn .message:before, form .middleColumn .alert:before,
form .field.checkbox .message:before,
form .field.checkbox .alert:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -9px;
  z-index: -1;
  background: inherit;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 37px;
  margin-left: 0;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
form .field.checkbox .message, form .field.checkbox .alert {
  right: auto;
  left: 0;
}
form .field.checkbox .message:before, form .field.checkbox .alert:before {
  right: auto;
  left: 37px;
}
a.dropzone-select.dz-clickable {
  color: #005a9a;
  font-weight: bold;
}

.form-action--delete {
  background-color: #d9534f;
  color: #ffffff;
  float: right;
}

.course-radio-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.course-radio-group .course-radio {
  width: 16px;
  height: 16px;
  position: relative;
}
.course-radio-group .course-radio .input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7b7b7b;
  background: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-radio-group .course-radio .input .inner {
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 50%;
}
.course-radio-group .course-radio input[type=radio] {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.course-radio-group .course-radio input[type=radio]:checked + .input {
  background: #7b7b7b;
}
.course-radio-group .course-radio-label {
  margin-bottom: 0px;
  padding-left: 5px;
}

@media (max-width: 1024px) {
  #UserForm_Form {
    max-width: 320px;
  }
}
#UserForm_Form input.checkbox,
#UserForm_Form input.radio {
  display: inline-block;
  width: auto;
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
  margin-right: 0.5rem;
}
#UserForm_Form label.left {
  float: unset;
  font-weight: bold;
  font-size: 1.2rem;
}
#UserForm_Form .checkbox label.left {
  font-weight: normal;
  font-size: 1rem;
}
#UserForm_Form #UserForm_Form_Captcha_Holder {
  margin-bottom: 1rem;
}
#UserForm_Form .recaptcha {
  margin-bottom: 1rem;
}
#UserForm_Form ul {
  list-style: none;
  padding-left: 0.1px;
}
#UserForm_Form p {
  margin-bottom: 1rem;
}
#UserForm_Form input[type=submit] {
  width: unset;
  margin-bottom: 1rem;
}
#UserForm_Form .left {
  margin-bottom: 1rem;
}
#UserForm_Form legend {
  font-size: 1.2rem;
}

.disclaimer-footer p i,
.disclaimer-news-with-heading-wrapper p i,
.disclaimer-newsletter p i {
  display: inline-block;
  font-size: 16px;
}

.disclaimer-footer a {
  color: white;
}

.disclaimer-news-with-heading-wrapper p i {
  font-weight: 500;
}

.disclaimer-wrapper a {
  text-decoration: underline;
}

.disclaimer-wrapper a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .disclaimer-wrapper p i {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .disclaimer-wrapper p i {
    font-size: 14px;
  }
}
@media screen and (max-width: 543px) {
  .disclaimer-footer p i {
    text-align: left;
  }
}
#Form_QuestionForm_QuestionConsent_Holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#Form_QuestionForm_QuestionConsent_Holder input[type=checkbox] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 0.9rem;
  margin-right: 0.3rem;
}

.nav-primary {
  background: #d9d8d7;
}
.nav-primary::after {
  content: "";
  display: table;
  clear: both;
}
.nav-primary--stick-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
@media only screen and (max-width: 1080px) {
  .nav-primary .container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.nav-primary .nav, .nav-primary .article-footer-items {
  display: table-row;
  float: left;
  width: 50%;
}
.nav-primary .nav-tools {
  float: right;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-primary .nav-tools__main .btn-orange {
  margin-top: 20px;
  background: #FA7112;
  font-weight: 600;
  color: white;
}
.nav-primary .nav-tools__search {
  margin-top: 25px;
  margin-right: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-primary .nav-tools__search {
    margin-top: 25px;
  }
}
@media screen and (min-width: 0\0 ) {
  .nav-primary .nav-tools__search {
    margin-top: 25px;
  }
}
.nav-primary .nav-tools__search a {
  text-decoration: none;
}
.nav-primary .nav-tools__search a .entypo-search:before {
  font-size: 20px;
}
.nav-primary .nav-tools__search a span {
  font-size: 1.25rem;
}
.nav-primary .nav-tools__search__field {
  height: 2.5rem;
}
.nav-primary .nav-tools__search.disallow-members {
  right: 0;
}
.nav-primary .nav-tools__login {
  top: 0;
  right: 0;
  width: auto;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-primary .nav-tools__login {
    margin-top: 18px;
  }
}
@media screen and (min-width: 0\0 ) {
  .nav-primary .nav-tools__login {
    margin-top: 18px;
  }
}
.nav-primary .nav-tools__login .btn-primary, .nav-primary .nav-tools__login .cc-btn, .nav-primary .nav-tools__login #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder .nav-primary .nav-tools__login #Form_CommentsForm_action_doPostComment, .nav-primary .nav-tools__login .cmp-bar-btn-1 {
  font-size: 1rem;
}
.nav-primary .nav-tools-pro {
  float: right;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-primary .nav-tools-pro__search {
  margin-top: 25px;
  margin-right: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-primary .nav-tools-pro__search {
    margin-top: 15px;
  }
}
@media screen and (min-width: 0\0 ) {
  .nav-primary .nav-tools-pro__search {
    margin-top: 15px;
  }
}
.nav-primary .nav-tools-pro__search a {
  text-decoration: none;
}
.nav-primary .nav-tools-pro__search a .entypo-search:before {
  font-size: 20px;
}
.nav-primary .nav-tools-pro__search a span {
  font-size: 1.25rem;
}
.nav-primary .nav-tools-pro__search__field {
  height: 2.5rem;
}
.nav-primary .nav-tools-pro__search.disallow-members {
  right: 0;
}
.nav-primary .nav-tools-pro__login {
  top: 0;
  right: 0;
  width: auto;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-primary .nav-tools-pro__login {
    margin-top: 15px;
  }
}
@media screen and (min-width: 0\0 ) {
  .nav-primary .nav-tools-pro__login {
    margin-top: 15px;
  }
}
.nav-primary .nav-tools-pro__login .btn-primary, .nav-primary .nav-tools-pro__login .cc-btn, .nav-primary .nav-tools-pro__login #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder .nav-primary .nav-tools-pro__login #Form_CommentsForm_action_doPostComment, .nav-primary .nav-tools-pro__login .cmp-bar-btn-1 {
  font-size: 1rem;
}
.nav-primary li.nav-item.log-in-link, .nav-primary .article-footer-items li.log-in-link, .article-footer-items .nav-primary li.log-in-link {
  display: none;
}
.nav-primary li.nav-item, .nav-primary .article-footer-items li, .article-footer-items .nav-primary li {
  margin: 0;
  display: table-cell;
  height: 77px;
  vertical-align: middle;
}
.nav-primary li.nav-item a.nav-link, .nav-primary .article-footer-items li a.nav-link, .article-footer-items .nav-primary li a.nav-link {
  position: relative;
  transition: background-color 0.2s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0.5rem;
  vertical-align: middle;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #333333;
}
.nav-primary li.nav-item a.nav-link &gt; span, .nav-primary .article-footer-items li a.nav-link &gt; span, .article-footer-items .nav-primary li a.nav-link &gt; span {
  position: relative;
  white-space: nowrap;
}
.nav-primary li.nav-item a.nav-link:hover, .nav-primary .article-footer-items li a.nav-link:hover, .article-footer-items .nav-primary li a.nav-link:hover, .nav-primary li.nav-item a.nav-link:active, .nav-primary .article-footer-items li a.nav-link:active, .article-footer-items .nav-primary li a.nav-link:active, .nav-primary li.nav-item a.nav-link:focus, .nav-primary .article-footer-items li a.nav-link:focus, .article-footer-items .nav-primary li a.nav-link:focus {
  background-color: rgb(229.4230769231, 228.75, 228.0769230769);
}
.nav-primary li.nav-item a.nav-link i, .nav-primary .article-footer-items li a.nav-link i, .article-footer-items .nav-primary li a.nav-link i {
  display: none;
}
.nav-primary li.nav-item.has-children a.nav-link &gt; span, .nav-primary .article-footer-items li.has-children a.nav-link &gt; span, .article-footer-items .nav-primary li.has-children a.nav-link &gt; span {
  padding-right: 0.75rem;
}
.nav-primary li.nav-item.has-children a.nav-link i, .nav-primary .article-footer-items li.has-children a.nav-link i, .article-footer-items .nav-primary li.has-children a.nav-link i {
  transition: background-color 0.4s ease-in-out;
  display: inline-block;
  color: #9c9c9c;
  font-size: 1rem;
  margin-left: 0.125rem;
  position: absolute;
  top: 2px;
  right: 0;
}
.nav-primary li.nav-item.current, .nav-primary .article-footer-items li.current, .article-footer-items .nav-primary li.current {
  /*a.nav-link{
    text-decoration: underline;
  }*/
}
.nav-primary li.nav-item a.logo, .nav-primary .article-footer-items li a.logo, .article-footer-items .nav-primary li a.logo {
  margin-left: 0;
  padding-left: 0;
  opacity: 0.99;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-primary li.nav-item a.logo .site-logo-title, .nav-primary .article-footer-items li a.logo .site-logo-title, .article-footer-items .nav-primary li a.logo .site-logo-title {
    height: 48px;
  }
  .nav-primary li.nav-item a.logo img[src*=".svg"], .nav-primary .article-footer-items li a.logo img[src*=".svg"], .article-footer-items .nav-primary li a.logo img[src*=".svg"] {
    width: 100%;
  }
}
@media screen and (min-width: 0\0 ) {
  .nav-primary li.nav-item a.logo .site-logo-title, .nav-primary .article-footer-items li a.logo .site-logo-title, .article-footer-items .nav-primary li a.logo .site-logo-title {
    height: 48px;
  }
  .nav-primary li.nav-item a.logo img[src*=".svg"], .nav-primary .article-footer-items li a.logo img[src*=".svg"], .article-footer-items .nav-primary li a.logo img[src*=".svg"] {
    width: 100%;
  }
}
.nav-primary li.nav-item a.logo img, .nav-primary .article-footer-items li a.logo img, .article-footer-items .nav-primary li a.logo img {
  display: inline-block;
  height: 48px;
  width: auto;
}
.nav-primary li.nav-item a.logo:hover, .nav-primary .article-footer-items li a.logo:hover, .article-footer-items .nav-primary li a.logo:hover, .nav-primary li.nav-item a.logo:active, .nav-primary .article-footer-items li a.logo:active, .article-footer-items .nav-primary li a.logo:active, .nav-primary li.nav-item a.logo:focus, .nav-primary .article-footer-items li a.logo:focus, .article-footer-items .nav-primary li a.logo:focus {
  background-color: #d9d8d7 !important;
}
.nav-primary li.nav-item a.logo:hover img, .nav-primary .article-footer-items li a.logo:hover img, .article-footer-items .nav-primary li a.logo:hover img, .nav-primary li.nav-item a.logo:active img, .nav-primary .article-footer-items li a.logo:active img, .article-footer-items .nav-primary li a.logo:active img, .nav-primary li.nav-item a.logo:focus img, .nav-primary .article-footer-items li a.logo:focus img, .article-footer-items .nav-primary li a.logo:focus img {
  opacity: 0.8;
}
.nav-primary li.nav-item.hovering, .nav-primary .article-footer-items li.hovering, .article-footer-items .nav-primary li.hovering {
  background-color: rgb(229.4230769231, 228.75, 228.0769230769);
}
.nav-primary li.nav-item.hovering i, .nav-primary .article-footer-items li.hovering i, .article-footer-items .nav-primary li.hovering i {
  color: #333 !important;
}
.nav-primary li.nav-item.hovering .nav-primary__submenu, .nav-primary .article-footer-items li.hovering .nav-primary__submenu, .article-footer-items .nav-primary li.hovering .nav-primary__submenu {
  z-index: 1100;
  opacity: 1;
  display: block;
}
.nav-primary__submenu {
  transition: all 0.2s ease-in-out;
  display: none;
  z-index: -10;
  opacity: 0;
  border-top: 5px solid white;
  padding: 1.25rem;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #e6e6e6;
}
.nav-primary__submenu__title {
  margin: 1rem 0 0 0;
  font-weight: normal;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
.nav-primary__submenu__title span {
  color: #262626;
}
.nav-primary__submenu__title span:after {
  content: "|";
  margin: 0 0.875rem;
  color: #ccc;
}
.nav-primary__submenu hr {
  border-top-width: 0.125rem;
  border-top-color: white;
}
.nav-primary__submenu__item__link {
  display: block;
  color: #262626;
  margin: 1px 0;
}
.nav-primary__submenu__item__link span {
  display: inline-block;
  padding: 0.25rem 0.25rem 0.5rem;
}
.nav-primary__submenu__item__link:hover span, .nav-primary__submenu__item__link:focus span, .nav-primary__submenu__item__link:active span {
  background-color: #f0efed;
  text-decoration: none;
}
.nav-primary__submenu__item__link.current span {
  text-decoration: underline;
}
.nav-primary .nav-primary__submenu-holder {
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav-primary .nav-primary__submenu-holder {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
  }
}
.nav-primary .nav-primary__submenu-holder .nav-primary__submenu-item {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.nav-primary .sticky-search-bar {
  position: fixed;
  top: 370px;
  left: 0;
  right: 0;
}
.nav-primary .nav-tools-lg {
  display: none;
  z-index: -2;
  background-color: #d9d8d7;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
}
.nav-primary .nav-tools-lg .wrapper-search {
  width: 1480px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-primary .nav-tools-lg input {
  outline: none;
  height: 2.5rem !important;
  width: 100%;
}
.nav-primary .nav-tools-lg--stick-search-bar {
  position: fixed;
  top: 375px;
  left: 0;
  right: 0;
}
.nav-primary .nav-tools-lg.show {
  z-index: 1030;
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 56px;
}
.nav-primary .nav-tools-lg.show .live-search__form {
  width: 400px;
}
.nav-primary .aktiv-patient-desktop {
  width: 15.5em;
  height: 2.3em;
  background-color: #005c99;
  border-radius: 25px;
  margin: 20px 0 0 0;
}
.nav-primary .aktiv-patient-desktop .ap-half-round-top {
  width: 35px;
  height: 30px;
  border-radius: 50%;
  background-color: #005c99;
  position: relative;
  top: -15px;
  left: 12px;
}
.nav-primary .aktiv-patient-desktop .ap-icon {
  width: 60px;
  height: 45px;
  position: relative;
  top: -40px;
}
.nav-primary .aktiv-patient-desktop .ap-url {
  color: #ffffff;
  text-decoration: none;
}
.nav-primary .aktiv-patient-desktop .ap-url span {
  position: relative;
  top: -33px;
  left: -10px;
  font-size: 1.125rem;
  word-wrap: break-word;
}
.nav-primary .aktiv-patient-loggedin {
  display: none;
  width: 10em;
  height: 2.3em;
  background-color: #005c99;
  border-radius: 25px;
  margin: 20px 0 0 0;
}
.nav-primary .aktiv-patient-loggedin .ap-half-round-top {
  width: 35px;
  height: 30px;
  border-radius: 50%;
  background-color: #005c99;
  position: relative;
  top: -15px;
  left: 12px;
}
.nav-primary .aktiv-patient-loggedin .ap-icon {
  width: 60px;
  height: 45px;
  position: relative;
  top: -40px;
}
.nav-primary .aktiv-patient-loggedin .ap-url {
  color: #ffffff;
  text-decoration: none;
}
.nav-primary .aktiv-patient-loggedin .ap-url span {
  position: relative;
  top: -33px;
  left: -10px;
  font-size: 1.125rem;
  word-wrap: break-word;
}
.nav-primary .aktiv-patient-loggedin .back-to-ap {
  display: none;
  background: #005c99;
  padding: 24px;
  color: #ffffff;
  position: absolute;
  top: 70px;
  right: 0;
  width: 240px;
  border-radius: 25px;
  z-index: 999;
}
.nav-primary .aktiv-patient-loggedin .back-to-ap:before {
  content: "";
  vertical-align: middle;
  margin: auto;
  position: absolute;
  right: 70px;
  top: -7px;
  width: 15px;
  height: 15px;
  background: #005c99;
  border-top: 1px solid #005c99;
  border-right: 1px solid #005c99;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.nav-primary .aktiv-patient-loggedin .back-to-ap .back-to-ap-heading {
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
  padding-bottom: 12px;
}
.nav-primary .aktiv-patient-loggedin .back-to-ap .back-to-ap-info {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.nav-primary .aktiv-patient-loggedin .back-to-ap .back-to-ap-close {
  outline: none;
  border: none;
  background: #005c99;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 25px;
  margin-top: 16px;
  height: 2.4rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  padding: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-primary .aktiv-patient-loggedin .back-to-ap .back-to-ap-close:hover {
  cursor: pointer;
}
.nav-primary .aktiv-patient-loggedin .back-to-ap .back-to-ap-close span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 12px;
  font-size: 16px;
}

@media only screen and (max-width: 1210px) {
  .nav-primary {
    overflow-y: auto;
    max-height: calc(100% - 54px);
    position: fixed;
    z-index: 1030;
    top: -100%;
    width: 100%;
    border-bottom: 0.25rem solid #e6e6e6;
    background-color: #f7f5f2;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .nav-primary {
    max-height: calc(100% - 65px);
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) and (max-width: 1024px) {
  .nav-primary {
    width: 50%;
    min-width: 355px;
    right: 0;
    overflow-y: scroll;
    left: auto;
  }
}
@media only screen and (max-width: 1210px) {
  .nav-primary.show {
    top: 54px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .nav-primary.show {
    top: 65px;
  }
}
@media only screen and (max-width: 1210px) {
  .nav-primary &gt; .container {
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .nav-primary .nav.nav-inline, .nav-primary .article-footer-items {
    display: block;
    float: none;
    width: auto;
  }
  .nav-primary li.nav-item, .nav-primary .article-footer-items li, .article-footer-items .nav-primary li,
  .nav-primary li.nav-item.log-in-link {
    margin: 0 !important;
    display: block;
    height: auto;
  }
  .nav-primary li.nav-item a.nav-link, .nav-primary .article-footer-items li a.nav-link, .article-footer-items .nav-primary li a.nav-link,
  .nav-primary li.nav-item.log-in-link a.nav-link {
    position: relative;
    display: block;
    text-align: left;
    padding: 1rem 1.25rem;
    border-top: 0.125rem solid white;
    text-transform: none;
  }
  .nav-primary li.nav-item a.nav-link span, .nav-primary .article-footer-items li a.nav-link span, .article-footer-items .nav-primary li a.nav-link span,
  .nav-primary li.nav-item.log-in-link a.nav-link span {
    position: static;
  }
  .nav-primary li.nav-item a.nav-link i.entypo-down-dir, .nav-primary .article-footer-items li a.nav-link i.entypo-down-dir, .article-footer-items .nav-primary li a.nav-link i.entypo-down-dir,
  .nav-primary li.nav-item.log-in-link a.nav-link i.entypo-down-dir {
    background-color: #f7f5f2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 50px;
  }
  .nav-primary li.nav-item a.nav-link i.entypo-down-dir:before, .nav-primary .article-footer-items li a.nav-link i.entypo-down-dir:before, .article-footer-items .nav-primary li a.nav-link i.entypo-down-dir:before,
  .nav-primary li.nav-item.log-in-link a.nav-link i.entypo-down-dir:before {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 33%;
    bottom: 0;
  }
  .nav-primary li.nav-item.current a.nav-link, .nav-primary .article-footer-items li.current a.nav-link, .article-footer-items .nav-primary li.current a.nav-link, .nav-primary li.nav-item.section a.nav-link, .nav-primary .article-footer-items li.section a.nav-link, .article-footer-items .nav-primary li.section a.nav-link,
  .nav-primary li.nav-item.log-in-link.current a.nav-link,
  .nav-primary li.nav-item.log-in-link.section a.nav-link {
    text-decoration: underline;
  }
  .nav-primary li.nav-item.current a.nav-link:after, .nav-primary .article-footer-items li.current a.nav-link:after, .article-footer-items .nav-primary li.current a.nav-link:after, .nav-primary li.nav-item.section a.nav-link:after, .nav-primary .article-footer-items li.section a.nav-link:after, .article-footer-items .nav-primary li.section a.nav-link:after,
  .nav-primary li.nav-item.log-in-link.current a.nav-link:after,
  .nav-primary li.nav-item.log-in-link.section a.nav-link:after {
    content: none;
  }
  .nav-primary li.nav-item.home, .nav-primary .article-footer-items li.home, .article-footer-items .nav-primary li.home {
    display: none;
  }
  .nav-primary__submenu {
    border-top-width: 0.125rem;
    position: static;
    opacity: 1;
    z-index: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 1.25rem 0;
    display: none;
  }
  .nav-primary__submenu &gt; .container {
    /*max-width: none;
    width: auto;
    margin: 0;
    padding: 0;*/
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .nav-primary .nav-primary__submenu__title {
    display: none;
  }
  .nav-primary .nav-primary__submenu__title + hr {
    display: none;
  }
  .nav-primary .nav-primary__submenu-holder {
    /*columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin: 1rem 0;
    @include media-breakpoint-down(sm) {*/
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0;
  }
  .nav-primary .nav-primary__submenu-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-primary .nav-primary__submenu-holder ul li.nav-primary__submenu-item {
    display: block;
  }
  .nav-primary .nav-tools {
    display: none;
  }
  .wrapper-new-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 540px) {
  .wrapper-new-btn .back-to-ap {
    top: 60px;
  }
}
@media only screen and (max-width: 1210px) {
  .wrapper-new-btn .back-to-ap .back-to-ap-heading {
    padding-bottom: 0 !important;
  }
  .wrapper-new-btn .back-to-ap .back-to-ap-info {
    font-size: 14px !important;
  }
  .pre-btn {
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: white;
    padding: 6px 18px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) {
  .pre-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1210px) {
  .pre-btn-orange {
    background-color: #FA7112;
  }
  .pre-btn-blue {
    background-color: #1C3D6A;
  }
  .temp-logo {
    width: 100px;
    height: 50px;
  }
  .ap-triangle {
    position: fixed;
    top: 38px;
    right: 22px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 768px) {
  .ap-triangle {
    top: 44px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 1024px) {
  .ap-triangle {
    top: 47px;
  }
}
@media only screen and (max-width: 1210px) {
  .ap-triangle .ap-arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #ffffff;
  }
  .ap-border-box {
    width: 100%;
    height: 9px;
    background-color: #ffffff;
    z-index: 1;
  }
  .back-to-ap {
    display: none;
    background: #005c99;
    padding: 24px;
    color: #ffffff;
    position: fixed;
    top: 70px;
    border-radius: 25px;
    right: 12px;
    width: 240px;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
  }
  .back-to-ap:before {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    right: 42px;
    top: -7px;
    width: 15px;
    height: 15px;
    background: #005c99;
    border-top: 1px solid #005c99;
    border-right: 1px solid #005c99;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .back-to-ap .back-to-ap-heading {
    font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
    padding-bottom: 12px;
  }
  .back-to-ap .back-to-ap-info {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
  .back-to-ap .back-to-ap-close {
    outline: none;
    border: none;
    background: #005c99;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 25px;
    margin-top: 16px;
    height: 2.4rem;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ffffff;
    padding: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .back-to-ap .back-to-ap-close:hover {
    cursor: pointer;
  }
  .back-to-ap .back-to-ap-close span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 12px;
    font-size: 16px;
  }
  .aktiv-patient {
    width: 6.5em;
    height: 2.3em;
    background-color: #005c99;
    border-radius: 25px 0 0 25px;
    margin-left: 8px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) {
  .aktiv-patient {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1210px) {
  .aktiv-patient span {
    position: relative;
    top: -2.6em;
    color: #ffffff;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) {
  .aktiv-patient span {
    top: -2.4em;
    left: 0.5em;
  }
  .aktiv-patient span p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .aktiv-patient span p a {
    color: white;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1210px) {
  .aktiv-patient span::after {
    content: attr(title);
    position: absolute;
    top: 0.9em;
    left: 0;
  }
  .aktiv-patient .ap-half-round-top {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #005c99;
    position: relative;
    top: -9px;
    left: 6px;
    z-index: 0;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) {
  .aktiv-patient .ap-half-round-top {
    width: 35px;
    top: -10px;
    left: 8px;
  }
}
@media only screen and (max-width: 1210px) {
  .aktiv-patient .ap-icon {
    width: 40px;
    height: 34px;
    position: relative;
    top: -35px;
    left: 1px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) {
  .aktiv-patient .ap-icon {
    height: 40px;
    left: 5px;
  }
}
.triangle {
  position: fixed;
  top: 37px;
  margin-left: 35px;
}
@media only screen and (min-width: 768px) {
  .triangle {
    top: 43px;
  }
}
.triangle .arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #7C7C7C;
}

.pop-up-hide {
  display: none;
}

.back-overlay {
  background-color: black;
  width: 100%;
  height: 100vh;
  opacity: 70%;
  z-index: -1;
  position: fixed;
  top: 70px;
}

.prenumerera-pop-up {
  width: 100%;
  background-color: #7C7C7C;
  color: #ffffff;
  position: fixed;
  top: 54px;
  right: 0px;
}
@media only screen and (min-width: 768px) {
  .prenumerera-pop-up {
    top: 65px;
  }
}
.prenumerera-pop-up .wrapper-prenumerera {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .prenumerera-pop-up .wrapper-prenumerera {
    width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .prenumerera-pop-up .wrapper-prenumerera {
    width: 52%;
  }
}
@media only screen and (min-width: 425px) {
  .prenumerera-pop-up .wrapper-prenumerera {
    font-size: 30px;
  }
}
.prenumerera-pop-up .wrapper-prenumerera h3 {
  font-size: 24px;
  margin: 14px 12px 20px;
  /* @include media-breakpoint-down(md){
      font-size: 30px;
  } */
}
@media only screen and (min-width: 425px) {
  .prenumerera-pop-up .wrapper-prenumerera h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .prenumerera-pop-up .wrapper-prenumerera h3 {
    margin: 14px 8px 20px;
    font-size: 22px;
  }
}
.prenumerera-pop-up .wrapper-prenumerera .mb-05 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 12px 20px;
  font-size: 16px;
}
.prenumerera-pop-up .wrapper-prenumerera .mb-05 p span {
  font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
  .prenumerera-pop-up .wrapper-prenumerera .mb-05 p span {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .prenumerera-pop-up .wrapper-prenumerera .mb-05 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .prenumerera-pop-up .wrapper-prenumerera .mb-05 {
    margin: 0 8px 20px;
  }
}
.prenumerera-pop-up .wrapper-prenumerera .mb-05 ul {
  padding-left: 12px;
  margin: -15px 0 0;
}
.prenumerera-pop-up .wrapper-prenumerera .mb-05 ul li {
  margin: 6px 0;
}

.newsletter-form {
  width: 100%;
}
.newsletter-form #Form_NewsletterSubscribeForm2 label {
  display: none;
}
.newsletter-form #Form_NewsletterSubscribeForm2 .btn-primary, .newsletter-form #Form_NewsletterSubscribeForm2 .cc-btn, .newsletter-form #Form_NewsletterSubscribeForm2 #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder .newsletter-form #Form_NewsletterSubscribeForm2 #Form_CommentsForm_action_doPostComment, .newsletter-form #Form_NewsletterSubscribeForm2 .cmp-bar-btn-1 {
  background-color: #FA7112;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .newsletter-form #Form_NewsletterSubscribeForm2 {
    margin: 0 auto;
  }
}
.Form_ElementNewsletterSubscribeForm .btn, .Form_ElementNewsletterSubscribeForm .cs-btn, .Form_ElementNewsletterSubscribeForm .cc-btn, .Form_ElementNewsletterSubscribeForm #page-foot .footer-navigation .newsletter-form form .Actions input.action, #page-foot .footer-navigation .newsletter-form form .Actions .Form_ElementNewsletterSubscribeForm input.action, .Form_ElementNewsletterSubscribeForm .cmp-bar-btn-2, .Form_ElementNewsletterSubscribeForm .cmp-bar-btn-1, .Form_ElementNewsletterSubscribeForm .read-more__btn {
  padding: 0px;
}

.btn-primary, .cc-btn, #comments-holder #Form_CommentsForm_action_doPostComment, .cmp-bar-btn-1 {
  background-color: #005a9a;
}

.terms-condition {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*align-items: center; */
}
@media only screen and (min-width: 768px) {
  .terms-condition {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms-condition {
    font-size: 18px;
  }
}
.terms-condition p {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .terms-condition p {
    font-size: 18px;
  }
}
.terms-condition p span a {
  color: #1C3D6A;
  text-decoration: underline;
  font-weight: bold;
}
.terms-condition .close-pop-up {
  width: 20px;
  height: 20px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.menu-sm {
  display: none;
}

.nav-tools-sm {
  transition: all 0.2s ease-in-out;
  display: none;
  z-index: -2;
  background-color: #d9d8d7;
  padding: 0rem 1.25rem 1rem;
  position: fixed;
  left: 0;
  top: -65px;
  right: 0;
  opacity: 0;
}
.nav-tools-sm input {
  outline: none;
  height: 2.5rem !important;
}
.nav-tools-sm.show {
  z-index: 1030;
  opacity: 1;
  top: 54px;
}
@media (min-width: 544px) {
  .nav-tools-sm.show {
    top: 65px;
  }
}

@media only screen and (max-width: 1210px) {
  #page-head {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 543px) {
  #page-head {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1210px) {
  .nav-tools-sm {
    display: block;
  }
  .menu-sm {
    position: fixed;
    width: 100%;
    z-index: 1031;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #d9d8d7;
    height: 54px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .menu-sm {
    height: 65px;
  }
}
@media only screen and (max-width: 1210px) {
  .menu-sm a {
    height: 100%;
    width: 30%;
  }
  .menu-sm .ap-url {
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 1024px) {
  .menu-sm .live-search__results a {
    width: 100%;
  }
}
@media only screen and (max-width: 1210px) {
  .menu-sm__search, .menu-sm__menu-btn {
    font-size: 2rem;
    color: #a6a5a4;
    text-decoration: none;
    padding-top: 0;
    padding-right: 1.25rem;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .menu-sm__search, .menu-sm__menu-btn {
    line-height: 60px;
  }
}
@media only screen and (max-width: 1210px) {
  .menu-sm__search span, .menu-sm__menu-btn span {
    font-size: 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 768px) {
  .menu-sm__search span, .menu-sm__menu-btn span {
    display: none;
  }
}
@media only screen and (max-width: 1210px) {
  .menu-sm__search i, .menu-sm__menu-btn i {
    vertical-align: middle;
  }
  .menu-sm__search:hover, .menu-sm__search:focus, .menu-sm__search:active, .menu-sm__menu-btn:hover, .menu-sm__menu-btn:focus, .menu-sm__menu-btn:active {
    text-decoration: none;
    color: #aaa;
  }
  .menu-sm__search {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 0;
  }
  .menu-sm__search i {
    padding-left: 0;
  }
  .menu-sm__search.close-search {
    color: #005a9a;
  }
  .menu-sm__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0.25rem;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 769px) {
  .menu-sm__logo {
    padding: 0.6rem 1.5rem;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .menu-sm__logo {
    padding: 0.9rem 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1210px) {
  .menu-sm__logo img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }
  .menu-sm .menu-sm__logo__not-pro {
    margin-left: 0.3rem;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-sm__menu-btn {
    text-align: right;
  }
  .menu-sm__menu-btn i {
    padding-right: 0;
  }
  .menu-sm__menu-btn.close-menu {
    color: #005a9a;
    /*
    .entypo-cancel:before {
        content: "\2715";
    }
    */
  }
  .menu-sm__menu-btn.close-menu i:before {
    content: "✕";
  }
  .menu-sm__logo-wrapper {
    position: absolute;
    width: 100%;
  }
  .menu-sm__logo-wrapper .menu-sm__logo {
    margin: 0 auto;
  }
}
body .live-search__form:after {
  display: none;
}

.main_search_btn, .main_search_btn_footer {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 25px 25px 0;
  padding: 0 24px;
  outline: none;
  border: none;
  background: #005a9a;
  color: white;
  line-height: 1.4rem;
  font-size: 18px;
  cursor: pointer;
}
.main_search_btn:hover, .main_search_btn_footer:hover {
  background: rgb(0, 75.0974025974, 128.5);
}

.main_search_btn {
  height: 40px;
}

.main_search_btn_footer {
  height: 40px;
}

body .live-search__input--text {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.footer-nav-tools .footer-nav-tools__search.show .nav-tools-sm__search {
  background: #f2f1f0;
}

@media only screen and (max-width: 768px) {
  .main_search_btn_footer {
    height: 35px;
  }
}
.cs-nav .nav-primary {
  background: #d9d8d7;
  padding: 20px;
}
.cs-nav .nav-primary::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 769px) {
  .cs-nav .nav-primary {
    max-width: 300px;
    margin: 8px;
    border: 1px solid #666;
  }
}
.cs-nav .nav-primary--stick-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.cs-nav .nav-primary a {
  color: black;
}
.cs-nav .nav-primary .cs-menu-heading {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.cs-nav .nav-primary .nav, .cs-nav .nav-primary .article-footer-items {
  display: table-row;
  float: left;
  width: 75%;
}
.cs-nav .nav-primary .nav-tools {
  float: right;
  position: relative;
  width: 25%;
}
.cs-nav .nav-primary .nav-tools__search {
  position: absolute;
  top: 0;
  right: 230px;
  width: 82%;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cs-nav .nav-primary .nav-tools__search {
    margin-top: 15px;
  }
}
@media screen and (min-width: 0\0 ) {
  .cs-nav .nav-primary .nav-tools__search {
    margin-top: 15px;
  }
}
.cs-nav .nav-primary .nav-tools__search__field {
  height: 2.5rem;
}
.cs-nav .nav-primary .nav-tools__search.disallow-members {
  right: 0;
}
.cs-nav .nav-primary .nav-tools__login {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cs-nav .nav-primary .nav-tools__login {
    margin-top: 15px;
  }
}
@media screen and (min-width: 0\0 ) {
  .cs-nav .nav-primary .nav-tools__login {
    margin-top: 15px;
  }
}
.cs-nav .nav-primary .nav-tools__login .btn-primary, .cs-nav .nav-primary .nav-tools__login .cc-btn, .cs-nav .nav-primary .nav-tools__login #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder .cs-nav .nav-primary .nav-tools__login #Form_CommentsForm_action_doPostComment, .cs-nav .nav-primary .nav-tools__login .cmp-bar-btn-1 {
  font-size: 1rem;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .cs-nav .nav-primary .nav-tools__search {
    right: 68px;
  }
}
.cs-nav .nav-primary li.nav-item.log-in-link, .cs-nav .nav-primary .article-footer-items li.log-in-link, .article-footer-items .cs-nav .nav-primary li.log-in-link {
  display: none;
}
.cs-nav .nav-primary li.nav-item, .cs-nav .nav-primary .article-footer-items li, .article-footer-items .cs-nav .nav-primary li {
  margin: 0;
  display: table-cell;
  height: 70px;
}
.cs-nav .nav-primary li.nav-item a.nav-link, .cs-nav .nav-primary .article-footer-items li a.nav-link, .article-footer-items .cs-nav .nav-primary li a.nav-link {
  position: relative;
  transition: background-color 0.2s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 1rem;
  vertical-align: middle;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #333333;
}
.cs-nav .nav-primary li.nav-item a.nav-link &gt; span, .cs-nav .nav-primary .article-footer-items li a.nav-link &gt; span, .article-footer-items .cs-nav .nav-primary li a.nav-link &gt; span {
  position: relative;
  white-space: nowrap;
}
.cs-nav .nav-primary li.nav-item a.nav-link:hover, .cs-nav .nav-primary .article-footer-items li a.nav-link:hover, .article-footer-items .cs-nav .nav-primary li a.nav-link:hover, .cs-nav .nav-primary li.nav-item a.nav-link:active, .cs-nav .nav-primary .article-footer-items li a.nav-link:active, .article-footer-items .cs-nav .nav-primary li a.nav-link:active, .cs-nav .nav-primary li.nav-item a.nav-link:focus, .cs-nav .nav-primary .article-footer-items li a.nav-link:focus, .article-footer-items .cs-nav .nav-primary li a.nav-link:focus {
  background-color: rgb(229.4230769231, 228.75, 228.0769230769);
}
.cs-nav .nav-primary li.nav-item a.nav-link i, .cs-nav .nav-primary .article-footer-items li a.nav-link i, .article-footer-items .cs-nav .nav-primary li a.nav-link i {
  display: none;
}
.cs-nav .nav-primary li.nav-item.has-children a.nav-link &gt; span, .cs-nav .nav-primary .article-footer-items li.has-children a.nav-link &gt; span, .article-footer-items .cs-nav .nav-primary li.has-children a.nav-link &gt; span {
  padding-right: 0.75rem;
}
.cs-nav .nav-primary li.nav-item.has-children a.nav-link i, .cs-nav .nav-primary .article-footer-items li.has-children a.nav-link i, .article-footer-items .cs-nav .nav-primary li.has-children a.nav-link i {
  transition: background-color 0.4s ease-in-out;
  display: inline-block;
  color: #9c9c9c;
  font-size: 1rem;
  margin-left: 0.125rem;
  position: absolute;
  top: 2px;
  right: 0;
}
.cs-nav .nav-primary li.nav-item.current, .cs-nav .nav-primary .article-footer-items li.current, .article-footer-items .cs-nav .nav-primary li.current {
  /*a.nav-link{
    text-decoration: underline;
  }*/
}
.cs-nav .nav-primary li.nav-item a.logo, .cs-nav .nav-primary .article-footer-items li a.logo, .article-footer-items .cs-nav .nav-primary li a.logo {
  margin-left: 0;
  padding-left: 0;
  opacity: 0.99;
}
.cs-nav .nav-primary li.nav-item a.logo img, .cs-nav .nav-primary .article-footer-items li a.logo img, .article-footer-items .cs-nav .nav-primary li a.logo img {
  max-height: 48px;
  display: inline-block;
}
.cs-nav .nav-primary li.nav-item a.logo:hover, .cs-nav .nav-primary .article-footer-items li a.logo:hover, .article-footer-items .cs-nav .nav-primary li a.logo:hover, .cs-nav .nav-primary li.nav-item a.logo:active, .cs-nav .nav-primary .article-footer-items li a.logo:active, .article-footer-items .cs-nav .nav-primary li a.logo:active, .cs-nav .nav-primary li.nav-item a.logo:focus, .cs-nav .nav-primary .article-footer-items li a.logo:focus, .article-footer-items .cs-nav .nav-primary li a.logo:focus {
  background-color: #d9d8d7 !important;
}
.cs-nav .nav-primary li.nav-item a.logo:hover img, .cs-nav .nav-primary .article-footer-items li a.logo:hover img, .article-footer-items .cs-nav .nav-primary li a.logo:hover img, .cs-nav .nav-primary li.nav-item a.logo:active img, .cs-nav .nav-primary .article-footer-items li a.logo:active img, .article-footer-items .cs-nav .nav-primary li a.logo:active img, .cs-nav .nav-primary li.nav-item a.logo:focus img, .cs-nav .nav-primary .article-footer-items li a.logo:focus img, .article-footer-items .cs-nav .nav-primary li a.logo:focus img {
  opacity: 0.8;
}
.cs-nav .nav-primary li.nav-item.hovering, .cs-nav .nav-primary .article-footer-items li.hovering, .article-footer-items .cs-nav .nav-primary li.hovering {
  background-color: rgb(229.4230769231, 228.75, 228.0769230769);
}
.cs-nav .nav-primary li.nav-item.hovering i, .cs-nav .nav-primary .article-footer-items li.hovering i, .article-footer-items .cs-nav .nav-primary li.hovering i {
  color: #333 !important;
}
.cs-nav .nav-primary li.nav-item.hovering .nav-primary__submenu, .cs-nav .nav-primary .article-footer-items li.hovering .nav-primary__submenu, .article-footer-items .cs-nav .nav-primary li.hovering .nav-primary__submenu {
  z-index: 1100;
  opacity: 1;
  display: block;
}
.cs-nav .nav-primary__submenu {
  transition: all 0.2s ease-in-out;
  display: none;
  z-index: -10;
  opacity: 0;
  border-top: 5px solid white;
  padding: 1.25rem;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #e6e6e6;
}
.cs-nav .nav-primary__submenu__title {
  margin: 1rem 0 0 0;
  font-weight: normal;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
.cs-nav .nav-primary__submenu__title span {
  color: #262626;
}
.cs-nav .nav-primary__submenu__title span:after {
  content: "|";
  margin: 0 0.875rem;
  color: #ccc;
}
.cs-nav .nav-primary__submenu hr {
  border-top-width: 0.125rem;
  border-top-color: white;
}
.cs-nav .nav-primary__submenu__item__link {
  display: block;
  color: #262626;
  margin: 1px 0;
}
.cs-nav .nav-primary__submenu__item__link span {
  display: inline-block;
  padding: 0.25rem 0.25rem 0.5rem;
}
.cs-nav .nav-primary__submenu__item__link:hover span, .cs-nav .nav-primary__submenu__item__link:focus span, .cs-nav .nav-primary__submenu__item__link:active span {
  background-color: #f0efed;
  text-decoration: none;
}
.cs-nav .nav-primary__submenu__item__link.current span {
  text-decoration: underline;
}
.cs-nav .nav-primary .nav-primary__submenu-holder {
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin: 0;
  /*ul {
      list-style: none;
      padding: 0;
      margin: 0;
      li.nav-primary__submenu-item {
          display: block;
      }
  }*/
}
@media (min-width: 1200px) {
  .cs-nav .nav-primary .nav-primary__submenu-holder {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
  }
}
.cs-nav .nav-primary .nav-primary__submenu-holder .nav-primary__submenu-item {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.cs-nav .course-pages-main {
  display: none;
  position: absolute;
  left: 50%;
  top: 31.5px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 1025px) {
  .cs-nav .course-pages-main {
    display: unset;
  }
}
.cs-nav .nav-primary {
  overflow-y: auto;
  max-height: calc(100% - 54px);
  position: fixed;
  z-index: 1030;
  top: -100%;
  width: 100%;
  background-color: #f7f5f2;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 544px) {
  .cs-nav .nav-primary {
    max-height: calc(100% - 65px);
  }
}
@media (min-width: 769px) {
  .cs-nav .nav-primary {
    width: 50%;
    min-width: 355px;
    right: 0;
    overflow-y: scroll;
    left: auto;
  }
}
.cs-nav .nav-primary.show {
  top: 54px;
  opacity: 1;
}
@media (min-width: 544px) {
  .cs-nav .nav-primary.show {
    top: 65px;
  }
}
.cs-nav .nav-primary &gt; .container {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.cs-nav .nav-primary .nav.nav-inline, .cs-nav .nav-primary .article-footer-items {
  display: block;
  float: none;
  width: auto;
}
.cs-nav .nav-primary li.nav-item, .cs-nav .nav-primary .article-footer-items li, .article-footer-items .cs-nav .nav-primary li,
.cs-nav .nav-primary li.nav-item.log-in-link {
  margin: 0 !important;
  display: block;
  height: auto;
}
.cs-nav .nav-primary li.nav-item a.nav-link, .cs-nav .nav-primary .article-footer-items li a.nav-link, .article-footer-items .cs-nav .nav-primary li a.nav-link,
.cs-nav .nav-primary li.nav-item.log-in-link a.nav-link {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 1.25rem;
  border-top: 0.125rem solid white;
  text-transform: none;
}
.cs-nav .nav-primary li.nav-item a.nav-link span, .cs-nav .nav-primary .article-footer-items li a.nav-link span, .article-footer-items .cs-nav .nav-primary li a.nav-link span,
.cs-nav .nav-primary li.nav-item.log-in-link a.nav-link span {
  position: static;
}
.cs-nav .nav-primary li.nav-item a.nav-link i.entypo-down-dir, .cs-nav .nav-primary .article-footer-items li a.nav-link i.entypo-down-dir, .article-footer-items .cs-nav .nav-primary li a.nav-link i.entypo-down-dir,
.cs-nav .nav-primary li.nav-item.log-in-link a.nav-link i.entypo-down-dir {
  background-color: #f7f5f2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 50px;
}
.cs-nav .nav-primary li.nav-item a.nav-link i.entypo-down-dir:before, .cs-nav .nav-primary .article-footer-items li a.nav-link i.entypo-down-dir:before, .article-footer-items .cs-nav .nav-primary li a.nav-link i.entypo-down-dir:before,
.cs-nav .nav-primary li.nav-item.log-in-link a.nav-link i.entypo-down-dir:before {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 33%;
  bottom: 0;
}
.cs-nav .nav-primary li.nav-item.current a.nav-link, .cs-nav .nav-primary .article-footer-items li.current a.nav-link, .article-footer-items .cs-nav .nav-primary li.current a.nav-link, .cs-nav .nav-primary li.nav-item.section a.nav-link, .cs-nav .nav-primary .article-footer-items li.section a.nav-link, .article-footer-items .cs-nav .nav-primary li.section a.nav-link,
.cs-nav .nav-primary li.nav-item.log-in-link.current a.nav-link,
.cs-nav .nav-primary li.nav-item.log-in-link.section a.nav-link {
  text-decoration: underline;
}
.cs-nav .nav-primary li.nav-item.current a.nav-link:after, .cs-nav .nav-primary .article-footer-items li.current a.nav-link:after, .article-footer-items .cs-nav .nav-primary li.current a.nav-link:after, .cs-nav .nav-primary li.nav-item.section a.nav-link:after, .cs-nav .nav-primary .article-footer-items li.section a.nav-link:after, .article-footer-items .cs-nav .nav-primary li.section a.nav-link:after,
.cs-nav .nav-primary li.nav-item.log-in-link.current a.nav-link:after,
.cs-nav .nav-primary li.nav-item.log-in-link.section a.nav-link:after {
  content: none;
}
.cs-nav .nav-primary li.nav-item.home, .cs-nav .nav-primary .article-footer-items li.home, .article-footer-items .cs-nav .nav-primary li.home {
  display: none;
}
.cs-nav .nav-primary__submenu {
  border-top-width: 0.125rem;
  position: static;
  opacity: 1;
  z-index: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 1.25rem 0;
  display: none;
}
.cs-nav .nav-primary__submenu &gt; .container {
  /*max-width: none;
  width: auto;
  margin: 0;
  padding: 0;*/
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cs-nav .nav-primary .nav-primary__submenu__title {
  display: none;
}
.cs-nav .nav-primary .nav-primary__submenu__title + hr {
  display: none;
}
.cs-nav .nav-primary .nav-primary__submenu-holder {
  /*columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin: 1rem 0;
  @include media-breakpoint-down(sm) {*/
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
}
.cs-nav .nav-primary .nav-primary__submenu-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-nav .nav-primary .nav-primary__submenu-holder ul li.nav-primary__submenu-item {
  display: block;
}
.cs-nav .nav-primary .nav-tools {
  display: none;
}
.cs-nav .menu-sm {
  display: unset;
}
.cs-nav .nav-tools-sm {
  transition: all 0.2s ease-in-out;
  display: none;
  z-index: -2;
  background-color: #d9d8d7;
  padding: 0rem 1.25rem 1rem;
  position: fixed;
  left: 0;
  top: -65px;
  right: 0;
  opacity: 0;
}
.cs-nav .nav-tools-sm input {
  ouline: none;
  height: 2.5rem !important;
}
.cs-nav .nav-tools-sm.show {
  z-index: 1030;
  opacity: 1;
  top: 54px;
}
@media (min-width: 544px) {
  .cs-nav .nav-tools-sm.show {
    top: 65px;
  }
}
.cs-nav #page-head {
  padding-top: 64px;
}
@media (max-width: 543px) {
  .cs-nav #page-head {
    padding-top: 54px;
  }
}
.cs-nav .nav-tools-sm {
  display: block;
}
.cs-nav .menu-sm {
  z-index: 1031;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #d9d8d7;
  height: 54px;
}
@media (min-width: 544px) {
  .cs-nav .menu-sm {
    height: 65px;
  }
}
.cs-nav .menu-sm .menu-sm__menu-btn {
  margin-left: auto;
}
.cs-nav .menu-sm .cs-logo-text {
  margin-left: 10px;
}
.cs-nav .menu-sm li.nav-item, .cs-nav .menu-sm .article-footer-items li, .article-footer-items .cs-nav .menu-sm li {
  font-weight: bold;
}
.cs-nav .menu-sm img.logo-cs {
  margin-left: 10px;
  width: auto;
}
.cs-nav .menu-sm a {
  height: 100%;
}
.cs-nav .menu-sm__search, .cs-nav .menu-sm__menu-btn {
  font-size: 2rem;
  color: #a6a5a4;
  text-decoration: none;
  padding-top: 0;
  padding-right: 1.25rem;
  line-height: 50px;
}
@media (min-width: 544px) {
  .cs-nav .menu-sm__search, .cs-nav .menu-sm__menu-btn {
    line-height: 60px;
  }
}
.cs-nav .menu-sm__search span, .cs-nav .menu-sm__search p, .cs-nav .menu-sm__menu-btn span, .cs-nav .menu-sm__menu-btn p {
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  display: inline;
}
@media (max-width: 768px) {
  .cs-nav .menu-sm__search span, .cs-nav .menu-sm__menu-btn span {
    display: none;
  }
}
.cs-nav .menu-sm__search i, .cs-nav .menu-sm__menu-btn i {
  vertical-align: middle;
}
.cs-nav .menu-sm__search:hover, .cs-nav .menu-sm__search:focus, .cs-nav .menu-sm__search:active, .cs-nav .menu-sm__menu-btn:hover, .cs-nav .menu-sm__menu-btn:focus, .cs-nav .menu-sm__menu-btn:active {
  text-decoration: none;
  color: #aaa;
}
.cs-nav .menu-sm__search {
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 0;
}
.cs-nav .menu-sm__search i {
  padding-left: 0;
}
.cs-nav .menu-sm__search.close-search {
  color: #005a9a;
}
.cs-nav .menu-sm__logo {
  text-align: center;
  padding: 0.5rem 0.25rem;
  display: block;
}
.cs-nav .menu-sm__logo img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.cs-nav .menu-sm__menu-btn {
  text-align: right;
}
.cs-nav .menu-sm__menu-btn i {
  padding-right: 0;
}
.cs-nav .menu-sm__menu-btn.close-menu {
  color: #005a9a;
  /*
  .entypo-cancel:before {
      content: "\2715";
  }
  */
}
.cs-nav .menu-sm__menu-btn.close-menu i:before {
  content: "✕";
}

.image-holder .image, .image-holder &gt; img {
  max-width: 100%;
}

.read-more {
  text-align: center;
  position: relative;
  margin-bottom: 0.625rem;
  padding-bottom: 1.25rem;
}
.read-more:before {
  content: "";
  border-top: 2px solid #e6e6e6;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 23px;
}
.read-more--bold:before {
  border-width: 4px;
}
.read-more__btn {
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #e6e6e6;
  width: auto;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: white;
  letter-spacing: 0;
  color: #005c99;
  min-width: 150px;
}
.read-more__btn:hover, .read-more__btn:active, .read-more__btn:focus {
  color: rgb(0, 122.6666666667, 204);
}
.read-more__btn--small-text {
  font-size: 0.875rem;
}
.read-more__btn span:before {
  position: relative;
  font-family: "entypo", sans-serif;
  font-style: normal;
  font-weight: normal;
  content: "\e75e";
  margin: 0px 5px 0 -5px;
  display: inline-block;
  top: 1px;
  line-height: 1;
}

/*@include media-breakpoint-only(xl) {
  .row.row--nogap {
    @include clearfix;

    .article-preview {
      float: left;
      &amp;.pos-1 {
        width: 66.3%;
      }
      &amp;.pos-2, &amp;.pos-3 {
        width: 33.2%;
        height: 50%;
      }
    }
  }
}*/
.article-preview {
  overflow: hidden;
  display: block;
  position: relative;
  color: white;
}
.article-preview__image-holder {
  overflow: hidden;
}
.article-preview__image-holder__image {
  max-width: 100%;
  display: inline-block;
  transition: 0.4s all ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.9;
}
.article-preview__content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 3rem 1.5rem;
}
@media (max-width: 1024px) {
  .article-preview__content {
    padding: 0 1rem 0.5rem;
  }
}
.article-preview__content__title, .ElementOneImageContent__article-holder__image-holder__content__title {
  font-size: 3.375rem;
  text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .article-preview__content__title, .ElementOneImageContent__article-holder__image-holder__content__title {
    font-size: 2.286rem;
  }
}
@media (max-width: 543px) {
  .article-preview__content__title, .ElementOneImageContent__article-holder__image-holder__content__title {
    font-size: 1.714rem;
  }
}
.article-preview__content__lead {
  margin-bottom: 0.5rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 15rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 768px) {
  .article-preview__content__lead {
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
  }
}
.article-preview:hover, .article-preview:focus, .article-preview:active {
  color: white;
}
.article-preview:hover .article-preview__content__title, .article-preview:hover .ElementOneImageContent__article-holder__image-holder__content__title, .article-preview:focus .article-preview__content__title, .article-preview:focus .ElementOneImageContent__article-holder__image-holder__content__title, .article-preview:active .article-preview__content__title, .article-preview:active .ElementOneImageContent__article-holder__image-holder__content__title {
  text-decoration: underline;
}
.article-preview:hover .article-preview__image-holder__image, .article-preview:focus .article-preview__image-holder__image, .article-preview:active .article-preview__image-holder__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.article-preview:hover:after, .article-preview:focus:after, .article-preview:active:after {
  opacity: 0.99;
}
.article-preview:after {
  transition: all 0.2s ease-in-out;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#CC000000", GradientType=0);
  opacity: 0.8;
}
.article-preview--small .article-preview__content {
  padding: 0 1.5rem 1rem;
}
@media (max-width: 1024px) {
  .article-preview--small .article-preview__content {
    padding: 0 1rem 0.5rem;
  }
}
.article-preview--small .article-preview__content__title, .article-preview--small .ElementOneImageContent__article-holder__image-holder__content__title {
  font-size: 1.375rem;
}
.article-preview--small .article-preview__content__lead {
  font-size: 0.875rem;
  max-height: 7rem;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .article-preview--small .article-preview__content__lead {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 543px) {
  .article-preview--small .article-preview__content__lead {
    display: none;
  }
}

.ElementContentList__wrap .article-list__item__link {
  display: block;
}

.article-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  .article-list {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .article-list {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  .article-list {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .article-list {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.article-list__item {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
@media (min-width: 544px) {
  .article-list__item {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .article-list__item {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .article-list__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .article-list__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 544px) {
  .article-list__item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .article-list__item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1024px) {
  .article-list__item {
    margin-bottom: 0.625rem;
  }
}
.article-list__item--loading {
  background: #f2f1f0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.article-list__item--loading-flex {
  height: auto;
}
.article-list__item__link {
  text-align: left;
  color: #262626;
  width: 100%;
  height: 100%;
  display: none;
}
.article-list__item__link__title {
  font-size: 1.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .article-list__item__link__title {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .article-list__item__link__title {
    font-size: 1.3rem;
  }
}
.article-list__item__link .article-list__item__image-holder__image {
  transition: 0.4s all ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.9;
}
.article-list__item__link:hover, .article-list__item__link:focus, .article-list__item__link:active {
  color: #262626;
  text-decoration: none;
}
.article-list__item__link:hover .article-list__item__link__title, .article-list__item__link:focus .article-list__item__link__title, .article-list__item__link:active .article-list__item__link__title {
  text-decoration: underline;
  color: #000;
}
.article-list__item__link:hover .article-list__item__image-holder__image, .article-list__item__link:focus .article-list__item__image-holder__image, .article-list__item__link:active .article-list__item__image-holder__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.article-list__item__link--sponsored {
  background-color: #fdf2d6 !important;
}
.article-list__item__box {
  padding: 1.25rem 0 0;
}
.article-list__item__box--sponsored {
  padding: 1.25rem 1.25rem 0.625rem;
}
@media (max-width: 1024px) {
  .article-list__item__box {
    padding: 0.625rem 0 0;
  }
  .article-list__item__box--sponsored {
    padding: 0.625rem 1.25rem 0.625rem;
  }
}
.article-list__item__image-holder {
  overflow: hidden;
}
.article-list__item__image-holder__image {
  max-width: 100%;
  display: inline-block;
}
.article-list__item__image-holder + .article-list__item__box {
  padding: 1rem 0 0;
}
.article-list__item__image-holder + .article-list__item__box--sponsored {
  padding: 1rem 1.25rem 0.625rem;
}
.article-list__item__meta {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.article-list__item__meta--sponsored {
  background-color: #fdf2d6;
  padding: 0px 0px;
  display: inline-block;
}
.article-list__item__type {
  vertical-align: middle;
}
.article-list__item__area {
  vertical-align: middle;
}
.article-list__item__type + .article-list__item__area:before {
  content: "";
  margin-left: 5px;
  margin-right: 0px;
  color: #444;
  opacity: 0.4;
}
.article-list__item__lead {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.article-list__item__lead p:last-child {
  margin-bottom: 0;
}
.article-list__item__comments {
  color: #626262;
}

/*** Content column specific and overrides -
(when placed inside content column or other more narrow space than full page) ***/
.enclosed-area .container {
  padding: 0;
}
.enclosed-area .article-list__item {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .enclosed-area .article-list__item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Side bar specific and overrides ***/
.side-bar .container {
  padding: 0;
}
.side-bar .ElementContentList__wrap--highlighted .article-list__item__link--bright {
  background: #f2f1f0;
}
.side-bar .article-list__item__link--sponsored {
  background: #fdf2d6 !important;
}
.side-bar .article-list-header__content {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.side-bar .article-list__item {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .side-bar .article-list__item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.side-bar .article-list__item__box {
  padding: 0;
}
.side-bar .article-list__item .article-list__item__image-holder + .article-list__item__box {
  padding: 1.25rem 0 0 0;
}
@media (min-width: 1025px) {
  .side-bar .article-list .article-list__item + .article-list__item .article-list__item__link {
    padding-top: 1.25rem;
    border-top: 2px solid #ffffff;
  }
}

.ElementContentList__wrap--highlighted .article-list__item__link--bright {
  background-color: #fff;
}
.ElementContentList__wrap--highlighted .article-list__item__link--bright .article-list__item__box {
  padding: 1rem 1.25rem 0.625rem;
}

.article-list-wide-header {
  border-bottom: 2px solid #e6e6e6;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.article-list-wide-lead {
  color: #4c4c4c;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .article-list-wide-lead {
    font-size: 1.429rem;
  }
}

.article-list-wide {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  .article-list-wide {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .article-list-wide {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  .article-list-wide {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .article-list-wide {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.article-list-wide__item {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 544px) {
  .article-list-wide__item {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .article-list-wide__item {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .article-list-wide__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .article-list-wide__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1025px) {
  .article-list-wide__item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.article-list-wide__item--line {
  border-top: 1px solid #e6e6e6;
}
.article-list-wide__item__link {
  color: #262626;
}
.article-list-wide__item__link:hover, .article-list-wide__item__link:focus, .article-list-wide__item__link:active {
  color: #262626;
  text-decoration: none;
}
.article-list-wide__item__link:hover .article-list-wide__item__link__title, .article-list-wide__item__link:focus .article-list-wide__item__link__title, .article-list-wide__item__link:active .article-list-wide__item__link__title {
  text-decoration: underline;
}
.article-list-wide__item__box {
  padding: 1rem 0;
}
.article-list-wide__item__meta {
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}
.article-list-wide__item__date {
  color: #808080;
}
.article-list-wide__item__area {
  font-weight: bold;
}
.article-list-wide__item__date + .article-list-wide__item__area:before, .article-list-wide__item__area + .article-list-wide__item__area:before {
  content: "|";
  margin-left: 0px;
  margin-right: 4px;
  color: #4c4c4c;
  opacity: 0.4;
}
.article-list-wide__item__lead {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.625rem;
}
.article-list-wide__item__lead p:last-child {
  margin-bottom: 0;
}
.article-list-wide__item__comments {
  color: #626262;
}

.article-footer-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.article-footer-items li {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  /*@include media-breakpoint-down(sm) {
    font-size: 11px;
  }*/
}
.article-footer-items li i {
  margin-right: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  font-size: 1rem;
}
.article-footer-items li:after {
  content: "|";
  margin-left: 0.5rem;
}
.article-footer-items li + li {
  margin-left: 0.25rem !important;
}
.article-footer-items li:last-child:after {
  content: none;
}

.authors__hr-big {
  /*margin-left: $grid-gutter-width/2;
  margin-right: $grid-gutter-width/2;*/
}
.authors__photo {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 1rem;
}
@media (min-width: 769px) {
  .authors__photo {
    width: 100px;
    height: 100px;
  }
}
.authors__photo img {
  max-width: 100%;
}
.authors__authors, .authors__examiners {
  margin-top: 0.25rem;
}

.member-inactive {
  cursor: default;
  color: #464a4d;
  font-weight: bold;
}
.member-inactive:hover, .member-inactive:focus, .member-inactive:visited, .member-inactive:active {
  color: #464a4d;
  text-decoration: none;
}

.box {
  background-color: #f2f1f0;
  padding: 1.25rem;
}
.box hr {
  border-color: white;
}
.box__title {
  /*-ms-word-break: break-all;
  word-break: break-all;

  // Non standard for webkit
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

.meta-box {
  background-color: #f2f1f0;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 1.25rem 0rem;
  text-align: left;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
}
@media (max-width: 1199px) {
  .meta-box {
    padding-left: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .meta-box {
    padding-left: 0 !important;
  }
}
.meta-box__pipe {
  color: #9c9c9c;
  padding: 0 2px;
}
.meta-box__comments {
  display: inline-block;
  margin-left: 0.25rem;
}
.meta-box__comments .comments-amount {
  color: #7c7c7c;
}
.meta-box__comments .comments-amount:hover, .meta-box__comments .comments-amount:focus, .meta-box__comments .comments-amountactive {
  text-decoration: none;
}
.meta-box__favorite {
  color: #9c9c9c;
  float: right;
  margin-right: 1.875rem;
}
.meta-box__labels {
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .meta-box__labels {
    margin-top: 0;
    margin-bottom: 0.625rem;
    padding-left: 12px;
  }
}
.meta-box__share {
  color: #9c9c9c;
  text-align: right;
  height: 2rem;
  line-height: 2rem;
  padding-right: 1rem !important;
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.meta-box__share span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .meta-box__share {
    float: none;
    text-align: center;
  }
  .meta-box__share span {
    display: none;
  }
}
.meta-box__share .social-title,
.meta-box__share .social-img-wrap {
  display: block;
  text-align: center;
  color: #262626;
  text-transform: uppercase;
  font-size: 12px;
}
.meta-box__share .social-title {
  margin-top: 5px;
}
.meta-box__social-icon-holder {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}
@media (max-width: 768px) {
  .meta-box__social-icon-holder {
    float: none;
    text-align: center;
  }
}
.meta-box__print-icon-holder {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .meta-box__print-icon-holder {
    float: none;
    text-align: center;
  }
}
.meta-box__social-icon {
  float: none !important;
  display: inline-block;
  margin-left: 0.5rem;
}
.meta-box__social-icon--print img {
  width: 30px;
  height: 30px;
  margin-right: 0.75rem;
}
@media (max-width: 1024px) {
  .meta-box__social-icon {
    margin-left: 0.25rem;
  }
}
.meta-box__favorite-icon {
  margin-left: 0.25rem;
  width: 2rem;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.breadcrumb .breadcrumb-item {
  float: none;
  display: inline;
}
.breadcrumb &gt; .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.2rem;
  padding-left: 0.3rem;
}

.comments-amount {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
}
.comments-amount i {
  margin-right: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  font-size: 1rem;
}

.cmp-bar-container {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: #f2f1f0;
  border-top: 2px solid #005c99;
  padding: 1.5rem 2.5rem;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.hide-cmp-bar {
  display: none;
}

.cmp-bar-button-wrapper {
  margin: 0 16px;
}

.cmp-bar-close-icon-container {
  position: fixed;
  bottom: 56px;
  right: 6px;
  cursor: pointer;
}
.cmp-bar-close-icon-container svg .st0 {
  fill: #9ebfd8;
}

.cmp-bar-message {
  color: #7c7c7c;
  margin: auto 0;
}

@media print {
  .cmp-bar-container {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .cmp-bar-close-icon-container {
    bottom: 62px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cmp-bar-container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding: 1rem;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .cmp-bar-container .cmp-bar-message {
    margin-bottom: 1em;
    margin-top: 1rem;
  }
  .cmp-bar-container .cmp-bar-button-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .cmp-bar-container .cmp-bar-button-wrapper button {
    width: 40%;
  }
  .cmp-bar-container .cmp-bar-close-icon-container {
    bottom: 116px;
  }
}
@media screen and (max-width: 363px) {
  .cmp-bar-close-icon-container {
    bottom: 144px !important;
  }
}
.hr-big {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.25rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.hr-medium {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.125rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.simple-list__title {
  display: inline-block;
  color: #7c7c7c;
  margin-right: 0.25rem;
  margin-bottom: 0;
}
.simple-list__nav {
  display: inline-block;
}
.simple-list__nav .nav-item, .simple-list__nav .article-footer-items li, .article-footer-items .simple-list__nav li {
  padding: 0;
  margin: 0 !important;
}
.simple-list__nav .nav-item .nav-link, .simple-list__nav .article-footer-items li .nav-link, .article-footer-items .simple-list__nav li .nav-link {
  color: #7c7c7c;
}
.simple-list__nav .nav-item .nav-link:hover, .simple-list__nav .article-footer-items li .nav-link:hover, .article-footer-items .simple-list__nav li .nav-link:hover, .simple-list__nav .nav-item .nav-link:focus, .simple-list__nav .article-footer-items li .nav-link:focus, .article-footer-items .simple-list__nav li .nav-link:focus, .simple-list__nav .nav-item .nav-link:active, .simple-list__nav .article-footer-items li .nav-link:active, .article-footer-items .simple-list__nav li .nav-link:active {
  color: rgb(0, 45.2922077922, 77.5);
}
.simple-list__nav .nav-item:after, .simple-list__nav .article-footer-items li:after, .article-footer-items .simple-list__nav li:after {
  padding: 0 0.3125rem;
  color: #ccc;
  content: "|";
}
.simple-list__nav .nav-item:last-child:after, .simple-list__nav .article-footer-items li:last-child:after, .article-footer-items .simple-list__nav li:last-child:after {
  content: none;
}

.alternative-link {
  color: #262626;
  font-weight: bold;
  text-decoration: underline;
}
.alternative-link:hover, .alternative-link:focus, .alternative-link:active {
  color: #595959;
  text-decoration: none;
}
.comments-agreement__header {
  background: #e5f5ff;
  padding: 1rem;
  border-radius: 4px;
}

.comments-agreement__text {
  padding: 0;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  border-radius: 4px;
}
.comments-agreement__text--showing {
  padding: 1rem;
  opacity: 1;
  max-height: 2000px;
  transition: max-height 0.25s ease-in;
}

#comments-holder {
  margin: 2.5rem 0;
}
#comments-holder #Form_CommentsForm_action_doPostComment {
  display: inline-block;
  width: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
#comments-holder #Form_CommentsForm_Comment_Holder label {
  display: none;
}
#comments-holder #NameView_Holder {
  display: none;
}
#comments-holder #Form_CommentsForm__Holder.recaptcha {
  margin-bottom: 20px;
}
#comments-holder .comments-list {
  margin: 0;
  padding: 0rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  list-style: none;
}
#comments-holder .comments-list__item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}
#comments-holder .comment {
  /*&amp;__moderation-options,*/
}
#comments-holder .comment__holder {
  margin: 1rem 0;
}
#comments-holder .comment__no-comments-yet {
  font-style: italic;
  color: #4c4c4c;
}
#comments-holder .comment__image-holder {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 1rem;
  background-color: #ddd;
}
#comments-holder .comment__image-holder img {
  opacity: 0.8;
}
#comments-holder .comment__author {
  display: block;
  margin-bottom: 0.1rem;
}
#comments-holder .comment__date {
  color: #4c4c4c;
  font-size: 0.875rem;
}
#comments-holder .comment__text {
  margin-top: 1rem;
  font-size: 1.125rem;
}
#comments-holder .comment__text p:last-child {
  margin-bottom: 0;
}
#comments-holder .comment__moderation-options {
  margin-top: 0.625rem;
  background-color: #f9f9f9;
  padding: 0.625rem;
  text-align: right;
}
#comments-holder .comment__moderation-options .nav-link {
  opacity: 0.5;
}
#comments-holder .comment__moderation-options .nav-link:hover {
  opacity: 0.9;
}
#comments-holder .comment__commenting-rss-feed {
  text-align: right;
  display: none;
}
#comments-holder .comment__commenting-rss-feed a {
  margin-left: 1rem;
  color: #ccc;
  font-style: italic;
}
#comments-holder .comment__commenting-rss-feed a:hover, #comments-holder .comment__commenting-rss-feed a:focus, #comments-holder .comment__commenting-rss-feed a:active {
  color: #4c4c4c;
}
#comments-holder .comment__commenting-rss-feed {
  padding: 0.5rem 0;
}
#comments-holder .comments-pagination {
  text-align: center;
}
#comments-holder .comments-pagination .page-item .page-link {
  margin-left: 1px;
  background-color: #f7f5f2;
  border: 0px;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.5;
  margin: 0 0.2rem;
  transition: opacity 0.2s ease-in-out;
}
#comments-holder .comments-pagination .page-item .page-link:hover, #comments-holder .comments-pagination .page-item .page-link:active, #comments-holder .comments-pagination .page-item .page-link:focus {
  opacity: 0.8;
}
#comments-holder .comments-pagination .page-item.active .page-link, #comments-holder .comments-pagination .page-item.active .page-link:focus, #comments-holder .comments-pagination .page-item.active .page-link:hover {
  background-color: #005a9a;
}

.text-size-box {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: right;
  color: #9c9c9c;
  padding: 0.625rem 0;
}
.text-size-box__example {
  margin-left: 0.5rem;
  display: inline-block;
  color: #005c99;
}
.text-size-box__example--medium {
  font-size: 1.25rem;
}
.text-size-box__example--large {
  font-size: 1.625rem;
}

h2.nd-quick-menu-item {
  padding-top: 6.25rem;
  margin-top: -6.25rem;
  pointer-events: none;
}

.cms-content h2.nd-quick-menu-item {
  margin-top: -4.25rem;
}

@media (max-width: 1024px) {
  .p-quick-menu {
    padding-left: 2.5rem;
  }
}

.nd-quick-menu-wrap {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.nd-quick-menu-wrap--sticky {
  position: fixed;
  top: 0;
}

.nd-quick-menu {
  position: absolute;
  width: 17.5rem;
  background: #f1f1f1;
  margin-left: -17.5rem;
  z-index: 1;
  pointer-events: auto;
  transition: margin-left 0.2s ease-in-out;
}
.nd-quick-menu--links {
  top: 2.375rem;
}
@media (min-width: 769px) {
  .nd-quick-menu--links {
    top: 2.313rem;
  }
}
.nd-quick-menu--open {
  margin-left: 2.25rem;
  z-index: 10;
}
.nd-quick-menu--open.nd-quick-menu--links {
  margin-left: 0;
}
.nd-quick-menu__header {
  position: relative;
  /*&amp;-icon{
      position: absolute;
      top: 0;
      left: 0;
      width: 2rem; //32px
      height: 2rem;
      padding: 0;
      text-align: center;
      padding-top:  $spacer/4;
  }*/
}
.nd-quick-menu__header-close {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  outline: none !important;
  position: absolute;
  top: 0;
  right: 0;
  background: #005a9a;
  color: #7eaccf;
  font-size: 1.5rem;
  pointer-events: auto;
  cursor: pointer;
}
.nd-quick-menu__header-text {
  background: #2271aa;
  display: block;
  padding: 0 2rem 0 1rem;
  color: white;
  margin-bottom: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.25rem;
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
}
.nd-quick-menu--links.nd-quick-menu--open .nd-quick-menu__header-text {
  padding-left: 3.7rem;
}
.nd-quick-menu__box {
  padding: 1rem;
  border: 1px solid rgb(221.8, 217.65, 213.5);
  border-top: none;
}
.nd-quick-menu__search {
  position: relative;
}
.nd-quick-menu__search__control {
  height: 2.5rem !important;
  margin-bottom: 0;
}
.nd-quick-menu__search:after {
  position: absolute;
  right: 0.8125rem;
  top: 0.3125rem;
  color: #b7b7b7;
  font-family: "entypo", sans-serif;
  content: "🔍";
  font-size: 1.5rem;
  z-index: 3;
}
.nd-quick-menu__toggle-btn {
  outline: none !important;
  border: none;
  background-color: #f2f1f0;
  position: absolute;
  right: -2.25rem;
  top: 0px;
  color: #262626;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
}
.nd-quick-menu--open .nd-quick-menu__toggle-btn {
  right: auto;
  left: -2.25rem;
  background-color: #1d6da6;
  color: #83aac7;
}
.nd-quick-menu--open .nd-quick-menu__toggle-btn--links {
  left: 0rem;
  z-index: 3;
}
.nd-quick-menu__area-link {
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 0.875rem;
}
.nd-quick-menu__area-link:hover {
  text-decoration: underline;
  color: #7c7c7c;
}
.nd-quick-menu .headings-anchor-list {
  margin: 0.625rem 0;
  padding: 0;
  padding-left: 2.7rem;
  list-style-type: none;
}
.nd-quick-menu .headings-anchor-list .nav-link {
  vertical-align: top;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 0.875rem;
  position: relative;
}
.nd-quick-menu .headings-anchor-list .nav-link:hover {
  text-decoration: underline;
}
.nd-quick-menu .headings-anchor-list .nav-link.active {
  text-decoration: none;
  color: #262626;
}
.nd-quick-menu .headings-anchor-list .nav-link.active:before {
  position: absolute;
  left: -0.75rem;
  top: 0;
  color: #262626;
  font-family: "entypo", sans-serif;
  content: "\e75e";
}

.nd-quick-menu-nav-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.nd-quick-menu-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 2.5rem;
  margin-top: 0.625rem;
}
.nd-quick-menu-nav__item {
  text-align: center;
}
.nd-quick-menu-nav__text {
  line-height: 2.5rem;
  font-style: italic;
}
.nd-quick-menu-nav__text__hits {
  background: #fff5d3;
  padding: 0.3125rem;
}
.nd-quick-menu-nav__btn {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  outline: none !important;
  border: 0;
  background-color: rgb(149.5, 149.5, 149.5);
  color: white;
  font-size: 1.25rem;
  position: absolute;
  top: 0rem;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.nd-quick-menu-nav__btn--prev {
  left: 0rem;
}
.nd-quick-menu-nav__btn--next {
  right: 0rem;
}
.nd-quick-menu-nav__btn:hover, .nd-quick-menu-nav__btn:active, .nd-quick-menu-nav__btn:focus {
  opacity: 0.8;
}
.nd-quick-menu-nav.active .nd-quick-menu-nav__link, .nd-quick-menu-nav.active .nd-quick-menu-nav__link:focus, .nd-quick-menu-nav.active .nd-quick-menu-nav__link:hover {
  background-color: #005a9a;
}

.forum-topics th {
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
}
.forum-topics thead th {
  border-bottom-width: 0.25rem;
  font-size: 1.125rem;
  border-top: 0;
  padding: 0.25rem 0.75rem;
}
.forum-topics thead th.topicName {
  width: 50%;
}
.forum-topics .topicName {
  font-size: 1.125rem;
  min-height: 50px;
  overflow: hidden;
  /*.topic-holder {
    display: table;
    width: 100%;
    height: 100%;


  }*/
}
.forum-topics .topicName .topic-title {
  color: #262626;
  display: inline-block;
  width: 100%;
  /*@include media-breakpoint-up(md) {
      padding: 3rem;
      margin: -3rem;
  }*/
}
.forum-topics .last-post {
  text-align: right;
}
.forum-topics .last-post__created {
  color: #808080;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
.forum-topics .last-post__by-author {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #808080;
  margin-bottom: 0;
}
.forum-topics .alert, .forum-topics .message {
  text-align: center;
}

.forum-header-forms {
  margin-bottom: 1.25rem;
}
.forum-header-forms .forum-search {
  margin-top: 1.25rem;
}
.forum-header-forms select, .forum-header-forms input, .forum-header-forms .btn, .forum-header-forms .cs-btn, .forum-header-forms .cc-btn, .forum-header-forms #page-foot .footer-navigation .newsletter-form form .Actions input.action, #page-foot .footer-navigation .newsletter-form form .Actions .forum-header-forms input.action, .forum-header-forms .read-more__btn, .forum-header-forms .cmp-bar-btn-1, .forum-header-forms .cmp-bar-btn-2 {
  margin-bottom: 1.25rem;
}

#BBTagsHolder {
  background: #f2f1f0;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.BBCodeHint {
  text-align: right;
  margin: -1.25rem 0 1.25rem 0;
  color: #7c7c7c;
}
.BBCodeHint a {
  color: #7c7c7c;
}

.bbcodeExamplesTitle {
  margin-bottom: 1rem;
}

ul.bbcodeExamples {
  color: #464a4d;
  font-size: 0.8rem;
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  ul.bbcodeExamples {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  ul.bbcodeExamples {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  ul.bbcodeExamples {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  ul.bbcodeExamples {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
ul.bbcodeExamples li {
  margin-bottom: 0.5rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.625rem;
}
@media (min-width: 544px) {
  ul.bbcodeExamples li {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  ul.bbcodeExamples li {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
ul.bbcodeExamples strong {
  display: inline-block;
  margin-right: 0.25rem;
}

#reply-anchor {
  position: absolute;
  top: -150px;
}

.forum-form-reply {
  position: relative;
  background: #f2f1f0;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
}
.forum-form-reply &gt; h3 {
  margin-bottom: 0.625rem;
}
.forum-form-reply .MultiFile-remove {
  color: #dc2c33;
  font-size: 1.25rem;
}
.forum-form-reply #Form_PostMessageForm_Title_Holder {
  display: none;
}
.forum-form-reply div[data-post-amount="0"] #Form_PostMessageForm_Title_Holder {
  display: block;
}
.forum-form-reply .Actions {
  text-align: center;
}
.forum-form-reply .Actions input, .forum-form-reply .Actions button {
  display: block;
  width: auto;
  min-width: 50%;
  width: 100%;
}
@media (min-width: 544px) {
  .forum-form-reply .Actions input, .forum-form-reply .Actions button {
    width: auto;
    display: inline-block;
  }
}
.forum-form-reply #Form_PostMessageForm_Title_Holder .readonly {
  display: none;
}
.forum-form-reply #Form_PostMessageForm_TopicSubscription_Holder {
  /*@include media-breakpoint-up(md){
    max-width: 50%;
    float: right;
  }*/
}

#Form_PostMessageForm_TopicSubscription_Holder input[type=checkbox].checkbox {
  margin-top: 0.3rem;
  position: absolute;
}
#Form_PostMessageForm_TopicSubscription_Holder label {
  padding-left: 1.5rem;
}

.forum-admin-features .field.checkbox input[type=checkbox].checkbox {
  margin-top: 0.1rem;
  position: absolute;
}
.forum-admin-features .field.checkbox label {
  padding-left: 1.5rem;
}

.forum-post-list {
  margin-bottom: 2.5rem;
}
.forum-post-list .hr-medium {
  width: 75%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .forum-post-list .hr-medium {
    width: auto;
  }
}

.forum-post {
  width: 75%;
  margin: 2.5rem 0 2.5rem;
}
@media (max-width: 768px) {
  .forum-post {
    width: auto;
  }
}
.forum-post__post-content {
  color: #4c4c4c;
  font-size: 1.125rem;
  line-height: 1.7rem;
}
.forum-post__user-info {
  margin-bottom: 1.25rem;
}
.forum-post__user-info__holder {
  float: left;
}
.forum-post__post-date {
  font-size: 0.75rem;
  color: #4c4c4c;
}
.forum-post__avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 1rem 0 0;
}
.forum-post__post-modifiers {
  margin-top: -1.25rem;
  margin-bottom: 0.625rem;
}
.forum-post__attachments &gt; strong {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.forum-post__post-attachments {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.forum-post__post-attachments li {
  font-size: 0.875rem;
}
.forum-post__post-attachments li a {
  font-size: 1rem;
}
.forum-post--first-post {
  margin: 1.25rem 0 2.5rem;
  width: auto;
}
.forum-post--first-post h1 {
  font-size: 2.1rem;
}
.forum-post--first-post .page-label, .forum-post--first-post .list-item__label, .forum-post--first-post .ElementJobList__label, .forum-post--first-post .article-list__item__type {
  margin: 0 0 1.25rem 0;
}

.forum-footer {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.question-header {
  margin-top: 3rem;
}
.question-header__lead {
  font-size: 1.2rem;
}
.question-header__form-heading {
  margin-top: 2.5rem;
}
.question-header label {
  display: inline-block;
  margin: 0.625rem 0 0.25rem 0;
}
.question-header__form-submit {
  width: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.question-topics-pagination {
  text-align: center;
  width: 100%;
}

.question-post {
  margin: 1.25rem 0 0 0;
}
.question-post img {
  max-width: 100%;
}
.question-post__title {
  margin: 0 0 1.25rem;
  max-width: 750px;
}
.question-post__question {
  max-width: 750px;
  overflow-wrap: break-word;
}
.question-post__post-content {
  color: #4c4c4c;
  font-size: 1.125rem;
}
.question-post__post-content__answer {
  background-color: #e5f5ff;
  max-width: 750px;
  padding: 1.25rem;
  margin: 1.25rem 0;
}
.question-post__post-content__answer--sponsored {
  background-color: #fdf2d6;
}
.question-post__post-content__answer::after {
  content: "";
  display: table;
  clear: both;
}
.question-post__user-info__holder {
  float: left;
  width: 220px;
  padding-right: 10px;
}
@media (max-width: 543px) {
  .question-post__user-info__holder {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 543px) {
  .question-post__answer-content__holder {
    width: 100%;
  }
}
.question-post__user-info__image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.question-post__user-info__info {
  font-size: 14px;
}

.question-form {
  padding: 1.25rem;
  background-color: #f2f1f0;
  margin: 0.625rem 0 2.5rem 0;
}

.list-search {
  margin-top: 2.5rem;
}
.list-search__input {
  width: 100%;
  margin-bottom: 1.25rem;
}
.list-search__input--btn {
  padding-top: 0;
  line-height: 3rem;
}
.list-search__input--btn--white {
  background: #ffffff;
  color: #005c99;
  border: #e6e6e6 2px solid;
}

.question-form__error-message {
  display: none;
}
.question-form__error-message--showing {
  display: block;
}

#Form_QuestionForm_ConsentFieldOne_Holder,
#Form_QuestionForm_ConsentFieldTwo_Holder,
#Form_QuestionForm_ConsentFieldThree_Holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#Form_QuestionForm_ConsentFieldOne_Holder input[type=checkbox],
#Form_QuestionForm_ConsentFieldTwo_Holder input[type=checkbox],
#Form_QuestionForm_ConsentFieldThree_Holder input[type=checkbox] {
  margin-top: 5px;
  margin-right: 4px;
}
#Form_QuestionForm_ConsentFieldOne_Holder label.right,
#Form_QuestionForm_ConsentFieldTwo_Holder label.right,
#Form_QuestionForm_ConsentFieldThree_Holder label.right {
  margin-top: 0;
}

.camp {
  width: 100%;
  background: #e6e6e6;
  min-height: 200px;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #4c4c4c;
}

.info__collection {
  height: auto;
}
.info__collection--loaded {
  height: auto;
}

.h-240 {
  height: calc(250px + 2.5rem);
  width: 100%;
}

.article-list__item .info__collection {
  width: 100%;
}
.article-list__item .info__collection &gt; .element__holder {
  height: 100%;
}
.article-list__item .info__collection &gt; .element__holder &gt; .row {
  height: 100%;
}
.article-list__item .info__collection &gt; .element__holder &gt; .row &gt; .info__columns &gt; .info__holder {
  height: 100%;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article-list__item .info__collection &gt; .element__holder &gt; .row &gt; .info__columns &gt; .info__holder .info__wrap {
    width: 100%;
  }
}
@media screen and (min-width: 0\0 ) {
  .article-list__item .info__collection &gt; .element__holder &gt; .row &gt; .info__columns &gt; .info__holder .info__wrap {
    width: 100%;
  }
}

.article-list--show-image .info__holder {
  background-color: white;
}

.bam-ad-slot {
  width: 100%;
}

.info__heading--above {
  display: none;
}

.info__collection--loaded .info__heading--above {
  display: block;
}

.info__collection--loaded .info__wrap {
  display: inline-block;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  max-width: 100%;
}

.article-list__item .info__collection .element__holder .info__holder {
  line-height: 1.4;
}

.info__collection {
  text-align: center;
  width: 100%;
}
.info__collection .element__holder {
  margin: 0;
}
.info__columns.col-md-2-4 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 544px) {
  .info__columns.col-md-2-4 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .info__columns.col-md-2-4 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .info__columns.col-md-2-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .info__columns.col-md-2-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.info__wrap {
  display: inline-block;
  position: relative;
  height: 100%;
  width: auto;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .info__wrap {
    width: 100%;
  }
}
@media screen and (min-width: 0\0 ) {
  .info__wrap {
    width: 100%;
  }
}
.info__wrap a {
  display: block;
}
.info__wrap iframe {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.info__holder img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.info__heading {
  position: absolute;
  top: -1.1rem;
  right: 0.1rem;
  font-size: 0.825rem;
}
.info__heading::before {
  content: "▼";
  display: inline-block;
  font-size: 10px;
  margin-right: 2px;
}
.info__heading::after {
  clear: both;
  content: " ";
}
.info__heading--gray {
  color: #4c4c4c;
}
.info__heading--gray::before {
  border-top: 5px solid #4c4c4c;
}

@media (min-width: 1025px) {
  .side-bar .info__columns.col-md-6,
  .side-bar .info__columns.col-md-4,
  .side-bar .info__columns.col-md-3 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) and (min-width: 544px) {
  .side-bar .info__columns.col-md-6,
  .side-bar .info__columns.col-md-4,
  .side-bar .info__columns.col-md-3 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .side-bar .info__columns.col-md-6,
  .side-bar .info__columns.col-md-4,
  .side-bar .info__columns.col-md-3 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .side-bar .info__columns.col-md-6,
  .side-bar .info__columns.col-md-4,
  .side-bar .info__columns.col-md-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .side-bar .info__columns.col-md-6,
  .side-bar .info__columns.col-md-4,
  .side-bar .info__columns.col-md-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

tr .info__heading {
  top: -1rem;
}

.info__wrap--rich-media-ads {
  display: block;
  margin-top: 0 !important;
}

.info__wrap--bund-banner {
  margin: 20px 0;
}

.take-over--info-holder {
  z-index: 1032;
  position: relative;
  display: none;
}
.take-over--info-holder .ad-take-over {
  background-color: white;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 300;
}
@media (max-width: 543px) {
  .take-over--info-holder .ad-take-over &gt; div {
    height: calc(100vh - 56px);
  }
}
.take-over--info-holder .ad-take-over__header {
  color: black;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 0.5rem 1rem;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-decoration: none;
}
@media (max-width: 543px) {
  .take-over--info-holder .ad-take-over__header {
    padding: 0.5rem 0.6rem;
  }
}
.take-over--info-holder .ad-take-over__header img {
  width: 120px;
}
@media (max-width: 543px) {
  .take-over--info-holder .ad-take-over__header img {
    width: 105px;
  }
}
.take-over--info-holder .ad-take-over__header .info-text__holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.take-over--info-holder .ad-take-over__header .info-text__holder i {
  padding-left: 8px;
}
.take-over--info-holder .ad-take-over__header .ad-take-over__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media (max-width: 543px) {
  .take-over--info-holder .ad-take-over__header .ad-take-over__info {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1.2;
  }
}
.take-over--info-holder .ad-take-over__header .ad-take-over__info div {
  padding-left: 4px;
}
.take-over--info-holder .ad-take-over__header .ad-take-over__info i {
  padding-left: 8px;
  padding-top: 1.5px;
}
.take-over--info-holder .ad-take-over__header:hover {
  color: black;
  text-decoration: none;
}
.take-over--info-holder .ad-take-over .bam-ad-slot {
  display: block;
  height: calc(100% - 50px);
  margin-top: 0;
  position: relative;
  padding-top: 0;
}

#rich-media-ads &gt; .bam-ad-slot &gt; div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

[aria-current=no-link] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.loading-take-over {
  display: none;
  position: fixed;
  font-size: 20px;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
}
.loading-take-over p {
  margin-top: 70px;
  text-align: center;
}

.banner-container {
  position: relative;
  margin-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.banner-container .banner {
  width: 1300px;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 1210px) {
  .banner-container {
    width: auto;
    margin: 10px 0 20px;
  }
}

.info__wrap {
  height: auto;
  width: 100%;
}

.common-advert-bold {
  color: #888;
}

.topbanner-container {
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  left: 0;
  right: 0;
  box-sizing: initial;
}
.topbanner-container .info__wrap--topbanner .topbanner-wrap {
  margin: 0 auto;
  max-width: 930px;
  min-width: 320px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .topbanner-container .info__wrap--topbanner .topbanner-wrap {
    height: 180px;
  }
}
.topbanner-container .info__wrap--topbanner .topbanner-wrap .topbanner {
  text-align: left;
}
@media (min-width: 1025px) {
  .topbanner-container .info__wrap--topbanner .topbanner-wrap .topbanner .common-advert-bold {
    color: transparent;
  }
}
.topbanner-container .info__wrap--topbanner .topbanner-wrap .topbanner #div-gpt-ad-topbanner {
  height: 320px;
}

.side-sky-banner-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side-sky-banner-container .sky-banner {
  text-align: left;
  margin: 0 0 14px;
}
.side-sky-banner-container .side-sky-banner-left {
  z-index: 100;
  clear: none;
  position: absolute;
}
.side-sky-banner-container .side-sky-banner-right {
  z-index: 100;
  clear: none;
  position: absolute;
  right: 0;
}
.side-sky-banner-container .fixed {
  position: fixed;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .side-sky-banner-container {
    display: none;
  }
}

.bundbanner-container {
  margin: 20px 0;
}

.info__holder--ad-in-content {
  text-align: center;
  margin: 20px 0;
}
.info__holder--ad-in-content #div-gpt-ad-sky-1, .info__holder--ad-in-content #div-gpt-ad-sky-2, .info__holder--ad-in-content #div-gpt-ad-sky-3, .info__holder--ad-in-content #div-gpt-ad-sky-4, .info__holder--ad-in-content #div-gpt-ad-nd-html-link-1 {
  display: inline-block;
}
.info__holder--ad-in-content .ad-in-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .med_rect_plus-1 .common-advert-bold {
    text-align: left;
    display: block;
  }
}

#div-gpt-ad-nd-trackingpixel,
#div-gpt-ad-nd-trackingpixel-2,
#div-gpt-ad-nd-trackingpixel-3,
#div-gpt-ad-nd-maaleenhed,
#div-gpt-ad-nd345x50 {
  display: none;
}

#brevkasse-sky-ad {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
#brevkasse-sky-ad .div-gpt-ad-sky-1 {
  margin-right: -20px;
}
@media (min-width: 544px) {
  #brevkasse-sky-ad {
    display: none;
  }
}

.page-title {
  margin-top: 0rem;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
}
.page-title span {
  color: #9c9c9c;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
}
.page-title--forum {
  color: #009926;
  border-bottom: 4px solid #009926;
}
.page-title--blue {
  color: #005c99;
  border-bottom: 4px solid #005c99;
}
.page-title--with-icon {
  display: block;
  padding-left: 95px;
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .page-title--with-icon {
    padding-left: 5.5rem;
    padding-top: 0.575rem;
    padding-bottom: 1.25rem;
  }
}
.page-title--with-icon:before {
  content: "";
  background: url("/themes/netdoktor/dist/img/forum-bubble.png") center right no-repeat;
  background-size: cover;
  width: 75px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .page-title--with-icon:before {
    top: 0;
    width: 3.5rem;
    height: 3.25rem;
    left: 1rem;
  }
}
.page-title--with-icon--chatbubble:before {
  background-image: url("/themes/netdoktor/dist/img/forum-bubble.png");
}
.page-title--with-icon--questionmark--blue:before {
  background-image: url("/themes/netdoktor/dist/img/icon-question-mark-blue.png");
}
.page-title--with-icon--questionmark--green:before {
  background-image: url("/themes/netdoktor/dist/img/forum-bubble.png");
}
.page-title__context {
  color: #aaa;
  font-size: 1.125rem;
  vertical-align: middle;
}
.page-title__context:before {
  content: "| ";
}

.page-label, .list-item__label, .ElementJobList__label, .article-list__item__type {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  background-color: #9c9c9c;
  color: white;
  padding: 0 3px;
  line-height: 1.2;
}

.page-label-title, .ElementJobList__label-title, .ElementRelatedMaterial__label-title {
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}

a .page-label, a .list-item__label, a .ElementJobList__label, a .article-list__item__type {
  transition: 0.2s all ease-in-out;
  opacity: 0.8;
}
a:hover .page-label, a:hover .list-item__label, a:hover .ElementJobList__label, a:hover .article-list__item__type, a:active .page-label, a:active .list-item__label, a:active .ElementJobList__label, a:active .article-list__item__type, a:focus .page-label, a:focus .list-item__label, a:focus .ElementJobList__label, a:focus .article-list__item__type {
  opacity: 1;
}

.feedback {
  padding: 1.25rem;
  margin: 1.5rem 0;
  background: #f2f1f0;
  position: relative;
}
.feedback form {
  width: 100%;
}
.feedback #Form_FeedbackForm_HelpfulTitle {
  margin: 0 0 0.625rem 0;
}
.feedback textarea {
  margin-bottom: 0.875rem;
}
.feedback #Helpful.optionset {
  float: left;
}
@media (max-width: 768px) {
  .feedback #Helpful.optionset {
    float: none;
  }
}
.feedback #Form_FeedbackForm_Helpful.optionset {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
}
@media (max-width: 768px) {
  .feedback #Form_FeedbackForm_Helpful.optionset {
    text-align: center;
  }
}
.feedback #Form_FeedbackForm_Helpful.optionset input {
  display: none;
}
.feedback #Form_FeedbackForm_Helpful.optionset .selector {
  display: none;
}
.feedback #Form_FeedbackForm_Helpful.optionset li {
  display: inline-block;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .feedback #Form_FeedbackForm_Helpful.optionset li {
    margin-bottom: 0.875rem;
  }
}
.feedback #Form_FeedbackForm_Helpful.optionset li.selected label {
  background-color: #003c67;
  color: #ffffff;
}
.feedback #Form_FeedbackForm_Helpful.optionset label {
  background-color: #959595;
  color: #ffffff;
  border-radius: 5rem;
  padding: 0.375rem 1.15rem;
  box-shadow: none !important;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  cursor: pointer;
  /*@include media-breakpoint-down(xs) {
    padding: 0.9rem 1rem;
  }*/
}
.feedback label.left {
  display: none;
}
.feedback .action {
  width: auto;
  float: right;
  color: #ffffff;
  background-color: #005c99;
  border-radius: 5rem;
  border: 0;
  height: 3rem;
  padding: 0.875rem 1.75rem;
  box-shadow: none !important;
  font-size: 1.125rem;
  line-height: 1.2;
}
.feedback label[for=Form_FeedbackForm_Message] {
  display: none;
}
@media (max-width: 768px) {
  .feedback {
    width: 100%;
  }
  .feedback .action {
    width: 100%;
  }
  .feedback ul.optionset li label {
    padding: 0.875rem 1.125rem;
  }
}
.feedback:after {
  content: "";
  display: block;
  clear: both;
}

.source-list {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 3px solid #f2f1f0;
}
.source-list__heading {
  margin-top: 0 !important;
}
.source-list__list {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.source-list__title {
  font-size: 1rem;
}
.source-list__retrieved {
  font-size: 0.875rem;
  margin-top: -0.125rem;
}
.source-list li {
  overflow-wrap: break-word;
}

#Popup {
  position: fixed;
  bottom: 10%;
  left: 0%;
  z-index: 999;
  display: none;
}
#Popup a {
  text-decoration: none;
  color: #ffffff;
}
#Popup .popup-dialog {
  width: 350px;
  padding: 1.3em 1em 1em 1em;
  overflow: hidden;
  /*  .popup-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: -2em;
  }   */
}
@media (min-width: 1025px) {
  #Popup .popup-dialog {
    position: relative;
    padding: 3.2em 1em 1em 1em;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
#Popup .popup-dialog p {
  padding: 0px;
  margin-top: 10px;
}
#Popup .popup-dialog .head-text {
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
#Popup .popup-dialog .close-pop {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1100;
}
#Popup .popup-dialog .popup-close-button {
  position: absolute;
  top: 17px;
  right: 10px;
}
@media (min-width: 1025px) {
  #Popup .popup-dialog .popup-close-button {
    top: 10px;
  }
}
#Popup .popup-dialog .popup-content button {
  height: 27px;
  width: 27px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Popup .popup-dialog .popup-content button:hover {
  cursor: pointer;
}
#Popup .popup-dialog .call-to-action {
  margin-top: 1.3em;
  padding: 7px 0px;
}
#Popup .popup-dialog .call-to-action a {
  padding: 2px 3px;
  text-decoration: none;
  border-radius: 25px;
  padding: 6px 10px;
}
#Popup .popup-dialog .reduced-size-pop {
  display: none;
  text-decoration: underline !important;
  font-size: 15px;
}
@media (max-width: 1199px) {
  #Popup .popup-dialog .reduced {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.popup-reduce .popup-dialog {
  width: 350px;
  position: fixed;
  top: 54px;
}
.popup-reduce .head-text {
  display: none;
}
.popup-reduce .popup-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -2em;
}
.popup-reduce .popup-wrapper .popup-content p {
  display: none;
}
.popup-reduce .popup-wrapper .popup-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.popup-reduce .popup-wrapper .popup-close-button .call-to-action {
  margin-top: 0.3em;
  padding: 7px 0px;
}
.popup-reduce .popup-wrapper .popup-close-button .call-to-action a {
  padding: 2px 3px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #Popup {
    width: 100%;
    margin-top: 64px;
    margin-bottom: -64px;
  }
  #Popup .popup-dialog {
    width: 100%;
  }
  #Popup .popup-dialog p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 543px) {
  #Popup {
    margin-top: 54px;
    margin-bottom: -54px;
  }
}
@media (max-width: 1024px) {
  #Popup .popup-content__for-mobile .popup-dialog {
    padding: 14px;
  }
  #Popup .popup-content__for-mobile h1,
  #Popup .popup-content__for-mobile h2,
  #Popup .popup-content__for-mobile h3,
  #Popup .popup-content__for-mobile h4,
  #Popup .popup-content__for-mobile h5,
  #Popup .popup-content__for-mobile h6 {
    max-width: 94%;
    margin-bottom: 0;
  }
  #Popup .popup-content__for-mobile p {
    margin-top: 0.3rem;
    margin-bottom: 0;
  }
  #Popup .popup-content__for-mobile img {
    margin-left: 10px;
    margin-top: 4px;
  }
}
.pagination-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pagination {
  display: inline-block;
}
.pagination__page-item {
  text-align: center;
}
.pagination__page-item:first-child .page-link {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.pagination__page-item:last-child .page-link {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.pagination__page-link {
  background-color: #f7f5f2;
  border: 0;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.5em;
  margin: 0 0.25rem 0.25rem 0.25rem;
  transition: opacity 0.2s ease-in-out;
}
.pagination__page-link:hover, .pagination__page-link:active, .pagination__page-link:focus {
  opacity: 0.8;
}
.pagination__page-link--separator {
  cursor: default;
  color: #7c7c7c;
}
.pagination.active .pagination__page-link, .pagination.active .pagination__page-link:focus, .pagination.active .pagination__page-link:hover {
  background-color: #005a9a;
}

.list-page__table td.list-item__column {
  vertical-align: middle;
}

.list-item--active-sponsored {
  background-color: #fdf2d6;
}

.list-page__lead {
  font-size: 1.125rem;
}
.list-page__column-heading {
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
  border-bottom-width: 4px;
  font-size: 1.125rem;
  border-top: 0 !important;
  padding: 0.25rem 0rem;
}
.list-page__column-heading--small {
  font-size: 0.875rem;
}
.list-page .alert, .list-page .message {
  text-align: center;
}
.list-page__pagination {
  text-align: center;
  width: 100%;
}

.list-item__mark {
  text-transform: uppercase;
}
.list-item__created {
  color: #808080;
  font-size: 0.85rem;
  margin-bottom: 0.1rem;
}
.list-item__published {
  color: #4c4c4c;
  font-size: 0.85rem;
  margin-bottom: 0.4166666667rem;
}
.list-item--bold {
  font-weight: bold;
}
.list-item__link {
  color: #262626;
  display: inline-block;
  padding: 3rem 0;
  margin: -3rem 0;
  width: 100%;
}
.list-item__link--small {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
}
.list-item__column {
  font-size: 1.125rem;
  min-height: 50px;
  overflow: hidden;
  vertical-align: top;
}
.list-item__column--no-wrap {
  white-space: nowrap;
}
.list-item__column--align-right {
  text-align: right;
}
.list-item__column--half-width {
  width: 50%;
}
.list-item__column--small-text {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #808080;
  margin-bottom: 0;
}
.list-item__column--vertical-middle {
  vertical-align: middle !important;
}
.list-item__column--horizontal-middle {
  text-align: center;
}
.list-item__button {
  color: #ffffff;
}
.list-item__button--green {
  background: #009926;
}
.list-item__button--green:hover {
  color: #ffffff;
  background: rgb(0, 127.5, 31.6666666667);
}

body .live-search__form {
  z-index: 4;
  position: relative;
}
body .live-search__form:after {
  position: absolute;
  right: 0.8125rem;
  top: 0.1875rem;
  color: #b7b7b7;
  font-family: "entypo", sans-serif;
  content: "🔍";
  font-size: 1.5em;
  z-index: 3;
}
body .live-search__input {
  z-index: 4;
}
body .live-search__input--text {
  height: 2.5rem;
  border: 0;
  padding-right: 40px;
}
body .live-search__results {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
  background: #f7f5f2;
  position: relative;
  overflow: auto;
  padding: 60px 15px 15px;
  border-radius: 25px 25px 10px 10px;
  top: -50px;
  right: 10px;
  width: 420px;
  text-align: left;
}
@media (max-width: 1024px) {
  body .live-search__results {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    width: 100%;
  }
}
body .live-search__results--showing {
  display: block;
}
body .live-search__results--searching {
  display: none;
}
body .live-search__results:hover {
  display: block;
}
body .live-search__results h4 {
  margin: 0;
}
body .live-search__results ul {
  list-style: none;
  padding: 0;
}
body .live-search__results ul li {
  position: relative;
  padding: 0.2rem 0;
}
body .live-search__results input.btn.btn-primary, body .live-search__results input.btn-primary.cs-btn, body .live-search__results input.cc-btn, body .live-search__results #page-foot .footer-navigation .newsletter-form form .Actions input.btn-primary.action, body .live-search__results #page-foot .footer-navigation .newsletter-form form .Actions input.action.cc-btn, #page-foot .footer-navigation .newsletter-form form .Actions body .live-search__results input.btn-primary.action, #page-foot .footer-navigation .newsletter-form form .Actions body .live-search__results input.action.cc-btn, body .live-search__results input.btn-primary.read-more__btn, body .live-search__results input.btn-primary.cmp-bar-btn-2, body .live-search__results input.cmp-bar-btn-1, body .live-search__results #comments-holder input.btn#Form_CommentsForm_action_doPostComment, body .live-search__results #comments-holder input#Form_CommentsForm_action_doPostComment.cs-btn, body .live-search__results #comments-holder input#Form_CommentsForm_action_doPostComment.cc-btn, body .live-search__results #comments-holder #page-foot .footer-navigation .newsletter-form form .Actions input#Form_CommentsForm_action_doPostComment.action, #page-foot .footer-navigation .newsletter-form form .Actions body .live-search__results #comments-holder input#Form_CommentsForm_action_doPostComment.action, #comments-holder body .live-search__results input.btn#Form_CommentsForm_action_doPostComment, #comments-holder body .live-search__results input#Form_CommentsForm_action_doPostComment.cs-btn, #comments-holder body .live-search__results input#Form_CommentsForm_action_doPostComment.cc-btn, #comments-holder body .live-search__results #page-foot .footer-navigation .newsletter-form form .Actions input#Form_CommentsForm_action_doPostComment.action, #page-foot .footer-navigation .newsletter-form form .Actions #comments-holder body .live-search__results input#Form_CommentsForm_action_doPostComment.action, body .live-search__results #comments-holder input.read-more__btn#Form_CommentsForm_action_doPostComment, #comments-holder body .live-search__results input.read-more__btn#Form_CommentsForm_action_doPostComment, body .live-search__results #comments-holder input.cmp-bar-btn-1#Form_CommentsForm_action_doPostComment, #comments-holder body .live-search__results input.cmp-bar-btn-1#Form_CommentsForm_action_doPostComment, body .live-search__results #comments-holder input.cmp-bar-btn-2#Form_CommentsForm_action_doPostComment, #comments-holder body .live-search__results input.cmp-bar-btn-2#Form_CommentsForm_action_doPostComment {
  display: block;
}
@media (max-width: 1024px) {
  body .live-search__results {
    left: 0rem;
    border-radius: 0;
    right: 0rem;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
body .live-search__result-link {
  color: #262626;
  display: block;
  padding: 1px 0;
  padding-left: 0.625rem;
}
body .live-search__result-link i {
  color: #7c7c7c;
  position: absolute;
  left: 0px;
}
body .live-search__text {
  z-index: 4;
  position: relative;
}

.search-loading {
  display: none;
}

body.menu-open.do-blur #page-content,
body.menu-open.do-blur #page-foot {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.show-loader .search-loading {
  position: absolute;
  z-index: 10;
  right: 10px;
  background: white;
  display: block;
  width: 25px;
  top: 4px;
  bottom: 4px;
}
.show-loader .search-loading img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.expert-chat__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.expert-chat__list--chat {
  position: absolute;
  bottom: 0.625rem;
  width: 100%;
  height: auto;
}
.expert-chat__chat-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 400px;
  width: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: 2px solid #d7d2cd;
  border-right: 2px solid #d7d2cd;
  border-top: 2px solid #d7d2cd;
  border-radius: 25px 25px 0 0;
  padding-bottom: 0.625rem;
}
.expert-chat__message-composer {
  border: 2px solid #d7d2cd !important;
  border-radius: 0 0 25px 25px !important;
}
.expert-chat__message-composer:focus {
  outline: none;
}
.expert-chat__tab-content {
  width: 100%;
}

.chat-list-item {
  margin: 0 0 0.125rem 0.625rem;
  max-width: 80%;
  float: left;
}
.chat-list-item--from-myself {
  float: right;
  margin: 0 0.625rem 0.125rem 0;
}

.question-list-item {
  width: 100%;
  float: left;
}
.question-list-item .alert, .question-list-item .message {
  margin-bottom: 0.625rem;
}
.question-list-item__link {
  display: inline-block;
  width: auto;
}
.question-list-item__author-info {
  text-align: center;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
@media (max-width: 768px) {
  .question-list-item__author-info {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.question-list-item__author-photo {
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
}
.question-list-item__answer-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: calc(150px + 2rem);
}
@media (max-width: 768px) {
  .question-list-item__answer-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.question-list-item__answer-text {
  min-width: 150px;
  -webkit-flex: 0 0 calc(100% - 150px);
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
}
.question-list-item__answer-text p {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .question-list-item__answer-text {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #72a8cc;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .question-list-item__answer-text p {
    margin-left: 0;
  }
}
.question-list-item__answer-text--being-composed {
  width: 140px;
}
.question-list-item__answer-text--being-composed::after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 1200ms infinite;
  animation: ellipsis steps(4, end) 1200ms infinite;
  content: "…"; /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 0.8rem;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 0.8rem;
  }
}

.pipe {
  margin: 0 0.625rem;
}

@media (max-width: 1024px) {
  .pagetype-ExpertChatPage .chat-holder h1 {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}

.search-result {
  padding: 2rem 0;
  border-bottom: 1px solid #d7d2cd;
}
.search-result:last-of-type {
  border: none;
}
.search-result__result-area-meta {
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #7c7c7c !important;
}
.search-result__content {
  margin-bottom: 0.3125rem;
}
.search-result--sponsored {
  background: #fdf2d6;
  padding: 2rem 1rem;
}
.search-result__pipe {
  margin: 0 5px;
  display: inline-block;
  color: #d7d2cd;
}

@media (min-width: 1025px) {
  .header__top {
    margin: 0.625rem 0;
  }
  .header__top::after {
    content: "";
    display: table;
    clear: both;
  }
}

.site-info {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #7c7c7c;
}
.site-info--mobile {
  text-align: center;
  padding: 5px 0;
  margin: 0.625rem 0.625rem 0 0.625rem;
}
@media (min-width: 544px) {
  .site-info--mobile {
    margin: 0.625rem;
  }
}

#page-foot .footer-navigation {
  background-color: #7c7c7c;
  border-bottom: 2px solid #a5a5a5;
  color: white;
  padding: 2rem 0;
}
#page-foot .footer-navigation h5 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
#page-foot .footer-navigation .footer-column {
  list-style: none;
}
#page-foot .footer-navigation .footer-column a {
  color: white;
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 543px) {
  #page-foot .footer-navigation .social-links {
    text-align: center;
  }
}
#page-foot .footer-navigation .social-links hr {
  border-top: 2px solid #a5a5a5;
  margin: 1rem 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
#page-foot .footer-navigation .social-links .nav, #page-foot .footer-navigation .social-links .article-footer-items {
  /*height: 90px;
  overflow: hidden;*/
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 543px) {
  #page-foot .footer-navigation .social-links .nav, #page-foot .footer-navigation .social-links .article-footer-items {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page-foot .footer-navigation .social-links .nav li, #page-foot .footer-navigation .social-links .article-footer-items li {
  display: inline-block;
  margin-right: 0.6rem;
}
#page-foot .footer-navigation .social-links .nav li a, #page-foot .footer-navigation .social-links .article-footer-items li a {
  display: block;
}
#page-foot .footer-navigation .social-links .nav li a i, #page-foot .footer-navigation .social-links .article-footer-items li a i {
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  font-size: 3.375rem;
  color: white;
}
#page-foot .footer-navigation .social-links .nav li a:hover, #page-foot .footer-navigation .social-links .article-footer-items li a:hover {
  text-decoration: none;
}
#page-foot .footer-navigation .social-links .nav li a:hover i, #page-foot .footer-navigation .social-links .article-footer-items li a:hover i {
  color: #ccc;
}
#page-foot .footer-navigation .social-links .nav li .instagram, #page-foot .footer-navigation .social-links .article-footer-items li .instagram {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-foot .footer-navigation .social-links .nav li .instagram .entypo-social--instagram-with-circle, #page-foot .footer-navigation .social-links .article-footer-items li .instagram .entypo-social--instagram-with-circle {
  margin-top: -1px;
  display: inline-block;
  width: 3.375rem;
  height: 3.375rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M13 10a3 3 0 1 1-6 0c0-.171.018-.338.049-.5H6v3.997c0 .278.225.503.503.503h6.995a.503.503 0 0 0 .502-.503V9.5h-1.049c.031.162.049.329.049.5m-3 2a2 2 0 1 0-.001-4.001A2 2 0 0 0 10 12m2.4-4.1h1.199a.301.301 0 0 0 .301-.3V6.401a.301.301 0 0 0-.301-.301H12.4a.301.301 0 0 0-.301.301V7.6c.001.165.136.3.301.3M10 .4A9.6 9.6 0 0 0 .4 10a9.6 9.6 0 0 0 9.6 9.6a9.6 9.6 0 0 0 9.6-9.6A9.6 9.6 0 0 0 10 .4m5 13.489C15 14.5 14.5 15 13.889 15H6.111C5.5 15 5 14.5 5 13.889V6.111C5 5.5 5.5 5 6.111 5h7.778C14.5 5 15 5.5 15 6.111z'/%3E%3C/svg%3E");
}
#page-foot .footer-navigation .social-links .nav li .instagram .entypo-social--instagram-with-circle:hover, #page-foot .footer-navigation .social-links .article-footer-items li .instagram .entypo-social--instagram-with-circle:hover {
  opacity: 0.6;
}
#page-foot .footer-navigation .newsletter-form form {
  color: #262626;
}
#page-foot .footer-navigation .newsletter-form form fieldset {
  float: none;
  width: auto;
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  #page-foot .footer-navigation .newsletter-form form fieldset {
    float: left;
    width: 63%;
  }
}
@media (min-width: 1200px) {
  #page-foot .footer-navigation .newsletter-form form fieldset {
    width: 68%;
  }
}
#page-foot .footer-navigation .newsletter-form form fieldset label {
  display: none;
}
#page-foot .footer-navigation .newsletter-form form fieldset input {
  width: 100%;
}
#page-foot .footer-navigation .newsletter-form form .Actions {
  float: none;
  width: auto;
}
@media (min-width: 1025px) {
  #page-foot .footer-navigation .newsletter-form form .Actions {
    float: right;
    width: 34%;
  }
}
@media (min-width: 1200px) {
  #page-foot .footer-navigation .newsletter-form form .Actions {
    width: 28%;
  }
}
#page-foot .footer-navigation .newsletter-form form .Actions input.action {
  width: 100%;
  border: 0;
}
#page-foot .footer-bottom {
  padding: 2rem 0;
  background-color: #7c7c7c;
  color: white;
  /*@include media-breakpoint-down(xs){
    text-align: center;
  }*/
}
#page-foot .footer-bottom h4 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 544px) and (max-width: 1024px) {
  #page-foot .footer-bottom h4 {
    font-size: 1.571rem;
  }
}
#page-foot .footer-bottom .usp-holder ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#page-foot .footer-bottom .usp-holder ul li {
  display: inline-block;
  font-size: 1.25rem;
  margin: 0.4166666667rem 1.25rem 0.4166666667rem 0;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  #page-foot .footer-bottom .usp-holder ul li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #page-foot .footer-bottom .usp-holder ul li {
    width: auto;
  }
}
#page-foot .footer-bottom .usp-holder ul li i {
  margin-right: 0.3125rem;
}
#page-foot .footer-bottom .signup-btn {
  margin-top: 1.25rem;
}
@media (max-width: 543px) {
  #page-foot .footer-bottom .signup-btn {
    width: 100%;
  }
}
#page-foot .footer-text {
  padding: 1.5rem 0;
}
#page-foot hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#page-foot .cookie-setting-wrapper a {
  padding: 0 16px 0 0;
}
#page-foot .cookie-setting-wrapper button {
  color: #005a9a;
  background-color: transparent;
  border: none;
  padding: 0 16px 0 0;
}
#page-foot .cookie-setting-wrapper button:hover {
  color: #003c67;
  text-decoration: underline;
}

#page-footer-mobile-nav {
  display: none;
}

@media only screen and (max-width: 1210px) {
  #page-footer-mobile-nav {
    display: inline-block;
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  #page-footer-mobile-nav {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1210px) {
  #page-footer-mobile-nav .footer-mobile-menu {
    z-index: 2003;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 56px;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  #page-footer-mobile-nav .footer-mobile-menu {
    height: 65px;
  }
}
@media only screen and (max-width: 1210px) {
  #page-footer-mobile-nav .footer-mobile-menu .hide {
    z-index: -1;
  }
  #page-footer-mobile-nav .footer-mobile-menu__icon {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  #page-footer-mobile-nav .footer-mobile-menu__icon .svg {
    height: 42%;
    margin: 4px 0 0;
  }
  #page-footer-mobile-nav .footer-mobile-menu__icon .svg path {
    fill: #72a8cc;
  }
  #page-footer-mobile-nav .footer-mobile-menu__icon p {
    font-size: 15px;
    margin: 0;
    color: #72a8cc;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 350px) {
  #page-footer-mobile-nav .footer-mobile-menu__icon p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 319px) {
  #page-footer-mobile-nav .footer-mobile-menu__icon p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1210px) {
  #page-footer-mobile-nav .footer-mobile-menu__icon-search {
    padding: 0 6px;
  }
  #page-footer-mobile-nav .footer-mobile-menu .selected .svg path {
    fill: #003c67;
  }
  #page-footer-mobile-nav .footer-mobile-menu .selected p {
    color: #003c67;
  }
  #page-footer-mobile-nav .footer-mobile-menu .line-between-icons {
    border-left: 1px solid rgba(215, 210, 205, 0.4705882353);
    height: 100%;
    width: 1px;
  }
  .footer-nav-tools {
    max-height: calc(100% - 100px);
    background-color: #005a9a;
    position: fixed;
    right: 0;
    opacity: 1;
    overflow: visible;
    top: auto;
    bottom: -100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
    z-index: 2002;
  }
  .footer-nav-tools.show {
    bottom: 55px;
    top: auto;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .footer-nav-tools.show {
    bottom: 65px;
  }
}
@media only screen and (max-width: 1210px) {
  .footer-nav-tools.show.show-search-results {
    transition: none;
    bottom: 0;
    max-height: 100%;
  }
  .footer-nav-tools .footer-nav-close-icon {
    position: absolute;
    right: 10px;
    left: auto;
    top: -32px;
    z-index: 1033;
  }
  .footer-nav-tools .dropdown-item {
    color: #ffffff;
    padding: 1.2rem 1rem 1.2rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
  }
  .footer-nav-tools .dropdown-item:nth-last-child(1) {
    border-bottom: 0;
  }
  .footer-nav-tools .dropdown-item:focus, .footer-nav-tools .dropdown-item:hover {
    background-color: #003c67;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .footer-nav-tools .dropdown-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1210px) {
  .footer-nav-tools.illnesses {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-nav-tools .footer-nav-tools__educations,
  .footer-nav-tools .footer-nav-tools__illnesses,
  .footer-nav-tools .footer-nav-tools__search {
    width: 100%;
    display: none;
    height: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .footer-nav-tools .footer-nav-tools__educations,
  .footer-nav-tools .footer-nav-tools__illnesses,
  .footer-nav-tools .footer-nav-tools__search {
    max-height: calc(100% - 173px);
  }
}
@media only screen and (max-width: 1210px) {
  .footer-nav-tools .footer-nav-tools__educations .dropdown-item,
  .footer-nav-tools .footer-nav-tools__illnesses .dropdown-item,
  .footer-nav-tools .footer-nav-tools__search .dropdown-item {
    color: #ffffff;
    padding: 1.2rem 1rem 1.2rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
  }
  .footer-nav-tools .footer-nav-tools__educations .dropdown-item:nth-last-child(1),
  .footer-nav-tools .footer-nav-tools__illnesses .dropdown-item:nth-last-child(1),
  .footer-nav-tools .footer-nav-tools__search .dropdown-item:nth-last-child(1) {
    border-bottom: 0;
  }
  .footer-nav-tools .footer-nav-tools__educations .dropdown-item:focus, .footer-nav-tools .footer-nav-tools__educations .dropdown-item:hover,
  .footer-nav-tools .footer-nav-tools__illnesses .dropdown-item:focus,
  .footer-nav-tools .footer-nav-tools__illnesses .dropdown-item:hover,
  .footer-nav-tools .footer-nav-tools__search .dropdown-item:focus,
  .footer-nav-tools .footer-nav-tools__search .dropdown-item:hover {
    background-color: #003c67;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 544px) {
  .footer-nav-tools .footer-nav-tools__educations .dropdown-item,
  .footer-nav-tools .footer-nav-tools__illnesses .dropdown-item,
  .footer-nav-tools .footer-nav-tools__search .dropdown-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1210px) {
  .footer-nav-tools .footer-nav-tools__educations.show,
  .footer-nav-tools .footer-nav-tools__illnesses.show,
  .footer-nav-tools .footer-nav-tools__search.show {
    display: inline-block;
  }
  .footer-nav-tools .footer-nav-tools__educations .nav-primary__submenu,
  .footer-nav-tools .footer-nav-tools__illnesses .nav-primary__submenu,
  .footer-nav-tools .footer-nav-tools__search .nav-primary__submenu {
    background-color: #005a9a;
    border-top: none;
  }
  .footer-nav-tools .footer-nav-tools__educations .nav-primary__submenu .nav-primary__submenu__item__link,
  .footer-nav-tools .footer-nav-tools__illnesses .nav-primary__submenu .nav-primary__submenu__item__link,
  .footer-nav-tools .footer-nav-tools__search .nav-primary__submenu .nav-primary__submenu__item__link {
    color: #ffffff;
  }
  .footer-nav-tools .footer-nav-tools__illnesses.show .nav-primary__submenu-item span:focus, .footer-nav-tools .footer-nav-tools__illnesses.show .nav-primary__submenu-item span:hover {
    background-color: #003c67;
  }
  .footer-nav-tools .footer-nav-tools__illnesses.show .nav-primary__submenu-item .nav-primary__submenu__item__link.current span {
    text-decoration: underline;
    font-weight: bold;
  }
  .footer-nav-tools .footer-nav-tools__search .live-search__results {
    width: 100% !important;
    position: static;
    bottom: 0;
    padding: 15px;
  }
  .footer-nav-tools .footer-nav-tools__search .live-search__results .btn-primary, .footer-nav-tools .footer-nav-tools__search .live-search__results .cc-btn, .footer-nav-tools .footer-nav-tools__search .live-search__results .cmp-bar-btn-1, .footer-nav-tools .footer-nav-tools__search .live-search__results #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder .footer-nav-tools .footer-nav-tools__search .live-search__results #Form_CommentsForm_action_doPostComment {
    width: 100%;
  }
  .footer-nav-tools .footer-nav-tools__search.show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-nav-tools .footer-nav-tools__search.show .nav-tools-sm__search {
    padding: 1.5rem 1.25rem;
  }
  .footer-nav-tools .footer-nav-tools__search.show .live-search__results.live-search__results--showing {
    top: 0;
  }
  .footer-nav-tools .footer-nav-tools__search.searchInput {
    height: 100vh;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.icon-wrap {
  display: table;
}

.icon-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.25rem;
}

.icon {
  display: table-cell;
}

.icon-question {
  content: "";
  width: 81px;
  height: 75px;
  background: url("/themes/netdoktor/dist/img/ask-doctor-icon.png") no-repeat;
}

.checkbox--boxed {
  margin: 0.5rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #f2f1f0;
}
.checkbox--boxed input[type=checkbox] {
  margin-top: 0.325rem;
  float: left;
  width: auto;
}
.checkbox--boxed label {
  max-width: 90%;
  padding-left: 0.5rem;
}

#Form_RegistrationForm_action_doRegisterMember {
  margin-top: 0.5rem;
}

/*
@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}

@function slick-font-url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
}*/
/* Slider */
/*.slick-list {
    .slick-loading &amp; {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
/*.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    &amp;:hover, &amp;:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &amp;:before {
            opacity: $slick-opacity-on-hover;
        }
    }
    &amp;.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
    &amp;:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.slick-prev {
    left: -25px;
    [dir="rtl"] &amp; {
        left: auto;
        right: -25px;
    }
    &amp;:before {
        content: $slick-prev-character;
        [dir="rtl"] &amp; {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] &amp; {
        left: -25px;
        right: auto;
    }
    &amp;:before {
        content: $slick-next-character;
        [dir="rtl"] &amp; {
            content: $slick-prev-character;
        }
    }
}
*/
/* Dots */
.slick-dots {
  position: absolute;
  top: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .slick-dots {
    text-align: center;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 769px) {
  .slick-dots li {
    margin: 0 0.3125rem;
  }
}
.slick-dots li:last-child {
  margin-right: 0.625rem;
}
@media (min-width: 769px) {
  .slick-dots li:last-child {
    margin-right: 0;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0.625rem;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 1.25rem;
  height: 1.25rem;
  font-size: 3rem;
  line-height: 1.25rem;
  text-align: center;
  color: #ccc;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  color: #aaa;
  opacity: 1;
}

.load {
  position: relative;
}
.load:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: rgba(255, 255, 255, 0.6);
}
.load:after {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  content: "";
  background-image: url(/themes/netdoktor/dist/img/ripple.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  width: 40px;
  height: 40px;
}

/**** Copied from Cookie Consent Css files ****/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating &gt; .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
          align-content: space-between;
}

.cc-compliance &gt; .cc-btn {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-align-items: unset;
            align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-flex: none;
          flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*** start - animation.css ***/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  transition: max-height 1s;
}

/*** end - animation.css ***/
/*** start - base.css ***/
/* the popup window */
.cc-window, .cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box; /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px; /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em; /* 1em == 16px therefore 24em == 384px */
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: bold;
}

/* clickable things */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

/*.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}*/
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: 0.75;
}

.cc-close:hover,
.cc-close:focus {
  opacity: 1;
}

/*** end - base.css ***/
/*** start - layout.css ***/
/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

/* links that are direct decendants should be displayed as block */
.cc-floating &gt; .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* COMPLIANCE BOX */
.cc-compliance {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.cc-compliance &gt; .cc-btn {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

/*** end - layout.css ***/
/*** start - media.css ***/
@media print {
  .cc-window, .cc-revoke {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
/* iPhone 6 */
/* iPhone 6 plus */
/* iPhone 5 &amp; 5S */
/* iPhone 2G - 4S */
/*** end - media.css ***/
/*** start - classic.css ***/
/* Classic */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/*** end - classic.css ***/
/*********** Netdoktor specific css **********/
.cc-window {
  background: #f2f1f0;
  border-top: 2px solid #005c99;
  padding: 0.625rem 1.25rem;
}

.cc-message {
  color: #7c7c7c;
}

.cc-window.cc-floating {
  padding: 0.625rem 1.25rem;
}

/* Special */
form#MemberLoginForm_LoginForm {
  padding: 1.25rem;
  background-color: #f2f1f0;
  margin: 0.625rem 0 2.5rem 0;
}
form#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember_Holder {
  display: inline-block;
  float: left;
}
form#MemberLoginForm_LoginForm #ForgotPassword {
  display: inline-block;
  float: right;
}
#adminLogin &gt; #mfa-validation {
  padding: 1.25rem;
  background-color: #f2f1f0;
  margin: 0.625rem 0 2.5rem 0;
}

#Form_RegistrationForm {
  margin-top: 1.25rem;
  padding: 0 0 1.25rem 0;
}
#Form_RegistrationForm .fieldset-holder {
  padding: 1.25rem 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
  margin: 0 !important;
  background-color: #f2f1f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 544px) {
  #Form_RegistrationForm .fieldset-holder {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  #Form_RegistrationForm .fieldset-holder {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  #Form_RegistrationForm .fieldset-holder {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  #Form_RegistrationForm .fieldset-holder {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
#Form_RegistrationForm .fieldset-holder &gt; .field {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}
@media (max-width: 543px) {
  #Form_RegistrationForm .fieldset-holder &gt; .field {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
#Form_RegistrationForm #Form_RegistrationForm_ApplicationStatus_Holder {
  clear: left;
}
#Form_RegistrationForm #Form_RegistrationForm_WantsNewsletter_Holder.field {
  padding-top: 1.25rem;
}
#Form_RegistrationForm .agreement-holder {
  padding: 0.625rem 2.5rem 0.3125rem;
  background-color: white;
  width: 100%;
}
#Form_RegistrationForm #Form_RegistrationForm_Agreement_Holder.field {
  padding-bottom: 1.25rem;
}
#Form_RegistrationForm .field.checkbox--boxed {
  clear: both;
  display: block;
  background: white;
  max-width: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0.625rem 2.5rem 0.3125rem 2.5rem;
}
#Form_RegistrationForm .field.checkbox--boxed .checkbox {
  width: auto;
  position: relative;
}
#Form_RegistrationForm .chosen-choices {
  background: #fff;
  background-image: none;
}
#Form_RegistrationForm .div .chosen-container-multi .chosen-choices {
  background: #fff;
}
#Form_RegistrationForm .registration-info-box {
  background: #fff;
  padding: 1.25rem 2.5rem;
  clear: both;
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
#Form_RegistrationForm .registration-info-box p {
  margin-bottom: 0;
}
#Form_RegistrationForm .Actions {
  padding: 0 2.5rem;
  margin: 1.25rem 0;
  text-align: center;
}
@media (min-width: 769px) {
  #Form_RegistrationForm .Actions .btn-primary, #Form_RegistrationForm .Actions .cmp-bar-btn-1, #Form_RegistrationForm .Actions #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder #Form_RegistrationForm .Actions #Form_CommentsForm_action_doPostComment, #Form_RegistrationForm .Actions .cc-btn {
    width: 48%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #Form_RegistrationForm .Actions .btn-primary, #Form_RegistrationForm .Actions .cmp-bar-btn-1, #Form_RegistrationForm .Actions #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder #Form_RegistrationForm .Actions #Form_CommentsForm_action_doPostComment, #Form_RegistrationForm .Actions .cc-btn {
    width: 45%;
  }
}

table .container {
  width: 100%;
}

td.td--no-border {
  border-top: 0;
}

.well {
  background-color: #f2f1f0;
  padding: 1rem;
  margin-bottom: 1.25rem;
}
.well--lg {
  padding: 2rem;
}
.well--xs {
  background-color: transparent;
  padding: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.errorpage-404-options__link {
  font-weight: normal;
}
.errorpage-404-options__link i {
  display: block;
  color: #888;
  font-weight: normal;
}

.adminlogin fieldset {
  margin-bottom: 1.25rem;
}
.adminlogin #MemberLoginForm_LoginForm_action_logout {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.date-label {
  margin: 0.25rem 0;
}

.date-deadline {
  color: #262626;
}

.apply-link-small {
  margin-bottom: 0.625rem;
}

.apply-link {
  display: block;
  margin: 2.5rem 0 1.25rem 0;
}
@media (min-width: 544px) {
  .apply-link {
    min-width: 65%;
    width: auto;
    display: inline-block;
  }
}

.cms-content.jobad-content h1, .cms-content.jobad-content h2, .cms-content.jobad-content h3, .cms-content.jobad-content h4, .cms-content.jobad-content h5, .cms-content.jobad-content h6 {
  clear: inherit;
}
.cms-content.jobad-content .info {
  width: 100%;
}
.cms-content.jobad-content .info__box {
  background: #f2f1f0;
  width: 100%;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
}
.cms-content.jobad-content .info__title {
  border-bottom: 0.25rem solid #ffffff;
  padding-bottom: 0.625rem;
  margin-top: 0;
  color: #262626;
  display: block;
}
.cms-content.jobad-content .info__content-list {
  list-style-type: none;
  padding: 0;
  margin: 0.625rem 0 1.25rem 0;
  font-size: 1rem;
}
.cms-content.jobad-content .info__content-list__item {
  margin: 0.625rem 0;
}
.cms-content.jobad-content .info__label {
  font-weight: bold;
  display: block;
  color: #262626;
  font-size: 1rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.cms-content.jobad-content .info__tag {
  display: inline-block;
  margin-right: 0rem;
  margin-bottom: 0.125rem;
}
.medicinal-image__holder {
  padding: 0 20px;
  display: table;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.medicinal-image__image {
  max-width: calc(100vw - 40px);
  height: auto;
  width: auto;
  max-height: calc(100vh - 120px);
}

.medicinal-image__modal-image {
  max-width: calc(100vw - 40px);
  height: auto;
  width: auto;
  max-height: calc(100vh - 300px);
}

.medicinal-image__text {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  margin: 0 20px 40px;
  background-color: #f2f1f0;
  padding: 0 1.25rem 1.25rem;
}

.medicinal-image__modal-text {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  padding: 1.25rem 0;
}

.medicinal-image__modal {
  max-height: 95vh;
  max-width: 95vw;
}

.medicinal-image__modal-holder {
  max-height: 95vh;
  max-width: 95vw;
  display: table;
  position: relative;
}

.medicinal-image__modal-close {
  margin-top: 0.3rem !important;
}

.medicinal-image__title {
  font-size: 1.25rem;
  float: left;
  margin-top: 0.3rem !important;
}

@media all and (max-width: 767px) {
  .medicinal-image__modal-toggle {
    pointer-events: none;
  }
}

.medicinal-image__zoom {
  transition: opacity 200ms;
}
.medicinal-image__zoom:hover {
  opacity: 0.8;
}
.medicinal-image__zoom::after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  padding: 0.5rem;
  text-align: center;
  font-family: entypo, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "🔍";
  font-size: 1.2rem;
  width: 2.5rem;
  background: #000;
  color: #fff;
  border-radius: 100%;
  z-index: 2;
  pointer-events: none;
  height: 2.5rem;
  opacity: 0.5;
}

.cs-html .iframe-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4by3 {
  padding-top: 75%;
}

/* 16:9 Aspect Ratio */
.iframe-container-16by9 {
  padding-top: 56.25%;
}

.ElementContentSmallPicturesList .article-list__item__meta {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 543px) {
  .ElementContentSmallPicturesList .ElementContentList-header {
    height: auto;
    font-size: 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    margin: 0px;
  }
  .ElementContentSmallPicturesList .ElementContentList-header .ElementContentList-header__content {
    padding-left: 0.625rem;
  }
  .ElementContentSmallPicturesList .ElementContentList-header .ElementContentList__title {
    margin: 0.625rem 0;
  }
  .ElementContentSmallPicturesList .article-list__item .article-list__item__link__title {
    margin-top: 0;
  }
  .ElementContentSmallPicturesList .article-list__item .article-list__item__type + .article-list__item__area:before {
    margin-left: 0;
  }
  .ElementContentSmallPicturesList .article-list__item a .page-label, .ElementContentSmallPicturesList .article-list__item a .article-list__item__type, .ElementContentSmallPicturesList .article-list__item a .list-item__label, .ElementContentSmallPicturesList .article-list__item a .ElementJobList__label {
    max-height: 14.64px;
    margin-right: 6px;
    margin-bottom: 2px;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__image-holder__image {
    object-fit: cover;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item a {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__link--bright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-label {
    display: none;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__image-holder {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
    height: 88px;
    padding: 1rem 0 1rem 0.8rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    padding: 1rem 0.8rem 0.625rem;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__link__title {
    font-size: 1.2rem;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__lead {
    display: none;
  }
  .ElementContentSmallPicturesList .article-list--show-image .article-list__item .article-list__item__comments {
    display: none;
  }
}

.dropdown-menu {
  border-radius: 0;
  border-color: #eee;
  border: 0;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dropdown-menu .dropdown-item {
  padding: 0.375rem 1.125rem 0.375rem 1.125rem;
}

.row.row--nogap {
  margin-left: 0;
  margin-right: 0;
}
.row.row--nogap [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.horizontal-list a {
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
.horizontal-list a:before {
  content: none;
}
.horizontal-list a + a:before {
  content: "";
  padding-left: 0.5625rem;
  margin-left: 0rem;
  border-left: 0.0625rem solid #ccc;
}

.elemental-area--footer {
  margin-top: -1rem;
  margin-bottom: -1.25rem;
}

.element::after {
  content: "";
  display: table;
  clear: both;
}
.element__holder {
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .element__holder {
    margin-bottom: 0.625rem;
  }
}
.element__title {
  font-size: 1.75rem;
}
.element__title--show-image {
  border: 0;
  padding-bottom: 0;
}
.element__lead {
  color: #4c4c4c;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .element__lead {
    font-size: 1.429rem;
  }
}
.element:empty {
  display: none;
}

.article-list__item .element__holder {
  margin-bottom: 0;
}

.Element3ImageContent {
  overflow: hidden;
}
.Element3ImageContent &gt; .row {
  margin-bottom: -1px;
}

.pagetype-HomePage .main-content &gt; .elemental-area .element:first-child {
  margin-top: -0.625rem;
}
@media (max-width: 1024px) {
  .pagetype-HomePage .main-content &gt; .elemental-area .element:first-child {
    margin-bottom: -0.3125rem;
  }
}

.ElementNewsletter {
  width: 100%;
}
.ElementNewsletter__box {
  width: 100%;
  padding: 1.25rem;
  background: #f2f1f0 url("/themes/netdoktor/dist/img/form-bg-transparent.png") bottom right no-repeat;
  background-blend-mode: multiply;
}
@media (max-width: 543px) {
  .ElementNewsletter__box {
    background-image: none;
  }
}
.ElementNewsletter label {
  display: none;
}
.ElementNewsletter input[type=email] {
  border: 2px solid #d7d2cd;
  margin-bottom: 0;
}
.ElementNewsletter input[type=submit] {
  height: 3rem;
  padding: 0 1rem;
  background: #005c99;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  font-weight: 700;
  margin: 1rem 0rem;
}
.ElementNewsletter ol, .ElementNewsletter li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.ElementNewsletter ol li, .ElementNewsletter li li {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 0 0.5rem 1.5rem;
}
.ElementNewsletter ol li::after, .ElementNewsletter li li::after {
  position: absolute;
  left: 0;
  top: -0.4rem;
  color: #005c99;
  font-family: "entypo", sans-serif;
  content: "✓";
  font-size: 1.5em;
}

.enclosed-area .ElementNewsletter {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .enclosed-area .ElementNewsletter {
    width: 66.66667%;
    margin: 0 auto;
  }
}

.ElementHighlightedItems__wrap {
  padding: 1.25rem;
  /*@include media-breakpoint-down(lg) {
      padding: 1.5rem 1.5rem 1.5rem; // 1 rem more top than bottom to compensate for paragraph padding-bottom
  }*/
  background-color: #f7f5f2;
}
.ElementHighlightedItems__icon {
  max-width: 100%;
}
.ElementHighlightedItems__item {
  margin-top: 1rem;
}
.ElementHighlightedItems__title {
  margin-top: 0rem;
  text-align: left;
}
@media (max-width: 1199px) {
  .ElementHighlightedItems__title {
    margin-top: 0;
  }
}
.ElementHighlightedItems__title--title1 {
  color: #009926;
}
.ElementHighlightedItems__title--title2 {
  color: #005c99;
}
.ElementHighlightedItems__content {
  text-align: left;
}
.ElementHighlightedItems__image-holder {
  padding: 0rem 2rem 0rem;
}
@media (max-width: 1199px) {
  .ElementHighlightedItems__image-holder {
    padding: 0rem;
    text-align: center;
  }
}
.ElementHighlightedItems__image-holder__image {
  display: inline-block;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .ElementHighlightedItems__image-holder__image {
    max-width: 33%;
  }
}
.ElementHighlightedItems__link {
  display: block;
}
.ElementHighlightedItems__link:hover, .ElementHighlightedItems__link:focus, .ElementHighlightedItems__link:active {
  text-decoration: none;
}
.ElementHighlightedItems__link:hover .ElementHighlightedItems__title, .ElementHighlightedItems__link:focus .ElementHighlightedItems__title, .ElementHighlightedItems__link:active .ElementHighlightedItems__title {
  text-decoration: underline;
}

.ElementImageContent:first-child + .ElementHighlightedItems {
  margin-top: -1.25rem;
}

@media (min-width: 769px) {
  .ElementImageContent__item:nth-of-type(2) .article-preview__content__lead,
  .ElementImageContent__item:nth-of-type(3) .article-preview__content__lead {
    display: none;
  }
}

@media (max-width: 1024px) {
  .mobile-carousel__lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .mobile-carousel__content {
    padding: 0 1rem 1rem 1rem;
  }
}

.ElementImageContent .ElementContentList__lead {
  font-size: 1.125rem;
  margin: 1.25rem;
}
@media (max-width: 1024px) {
  .ElementImageContent .ElementContentList__lead {
    font-size: 1.125rem;
    margin: 0.75rem 1.125rem 1.75rem 1.125rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
  }
  .ElementImageContent .ElementImageContent__item.col-xl-4 {
    position: absolute;
    left: -9000px;
  }
}

.ElementOneImageContent__article-holder {
  height: 720px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .ElementOneImageContent__article-holder {
    height: 500px;
  }
}
.ElementOneImageContent__article-holder__image-holder {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.ElementOneImageContent__article-holder__image-holder .focuspoint {
  height: 720px;
}
@media (max-width: 1199px) {
  .ElementOneImageContent__article-holder__image-holder .focuspoint {
    height: 500px;
  }
}
.ElementOneImageContent__article-holder__image-holder .focuspoint:after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#CC000000", GradientType=1);
}
@media (max-width: 768px) {
  .ElementOneImageContent__article-holder__image-holder .focuspoint:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#CC000000", GradientType=0);
  }
}
.ElementOneImageContent__article-holder__image-holder__image {
  width: 100%;
}
.ElementOneImageContent__article-holder__image-holder__content {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 500px;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .ElementOneImageContent__article-holder__image-holder__content {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .ElementOneImageContent__article-holder__image-holder__content {
    left: 3rem;
    right: 3rem;
    top: auto;
    bottom: 1.5rem;
  }
}
@media (max-width: 768px) and (max-width: 543px) {
  .ElementOneImageContent__article-holder__image-holder__content {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .ElementOneImageContent__article-holder__image-holder__content__title {
    font-size: 1.75rem;
    text-shadow: none;
  }
}
.ElementOneImageContent__article-holder__image-holder__content__lead {
  margin-bottom: 0.3125rem;
}
.ElementOneImageContent__article-holder__image-holder__content__lead p {
  margin-bottom: 0;
}
.ElementOneImageContent__article-holder__image-holder:hover, .ElementOneImageContent__article-holder__image-holder:focus, .ElementOneImageContent__article-holder__image-holder:active {
  color: white;
}
.ElementOneImageContent__article-holder__image-holder:hover .ElementOneImageContent__article-holder__image-holder__content__title, .ElementOneImageContent__article-holder__image-holder:focus .ElementOneImageContent__article-holder__image-holder__content__title, .ElementOneImageContent__article-holder__image-holder:active .ElementOneImageContent__article-holder__image-holder__content__title {
  text-decoration: underline;
}
.ElementOneImageContent__article-holder__image-holder:hover .focuspoint:after, .ElementOneImageContent__article-holder__image-holder:focus .focuspoint:after, .ElementOneImageContent__article-holder__image-holder:active .focuspoint:after {
  opacity: 0.99;
}

.ElementContentList-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  .ElementContentList-header {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .ElementContentList-header {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  .ElementContentList-header {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .ElementContentList-header {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.ElementContentList-header__content {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 544px) {
  .ElementContentList-header__content {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .ElementContentList-header__content {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .ElementContentList-header__content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .ElementContentList-header__content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 769px) {
  .ElementContentList-header__content {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.ElementContentList__wrap--highlighted {
  background: #f2f1f0;
  padding: 1.25rem 0;
}
@media (max-width: 1024px) {
  .ElementContentList__wrap--highlighted {
    padding: 0.625rem 0;
  }
}
@media (max-width: 1024px) and (max-width: 543px) {
  .ElementContentList__wrap--highlighted .article-list__item {
    border-color: rgba(0, 0, 0, 0.1) !important;
  }
  .ElementContentList__wrap--highlighted .article-list--show-image .article-list__item {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.ElementContentList__title {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.ElementContentList__lead {
  color: #4c4c4c;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .ElementContentList__lead {
    font-size: 1.429rem;
  }
}
@media (max-width: 543px) {
  .ElementContentList .article-list__item {
    border-bottom: 1px solid #f2f1f0;
    padding-bottom: 0.3125rem;
  }
  .ElementContentList .article-list__item:last-child {
    border-bottom: 0;
  }
}

.enclosed-area .ElementContentList__wrap--highlighted {
  padding: 1.25rem;
}

.side-bar .ElementContentList-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  .side-bar .ElementContentList-header {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .side-bar .ElementContentList-header {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  .side-bar .ElementContentList-header {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .side-bar .ElementContentList-header {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.side-bar .ElementContentList-header__content {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 544px) {
  .side-bar .ElementContentList-header__content {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .side-bar .ElementContentList-header__content {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .side-bar .ElementContentList-header__content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .side-bar .ElementContentList-header__content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.side-bar .ElementContentList {
  width: 100%;
}
.side-bar .ElementContentList .article-list__item__lead {
  display: none;
}
.side-bar .ElementContentList__wrap {
  background: #f2f1f0;
  padding: 1.25rem 1.25rem 0;
}
.side-bar .ElementContentList__wrap--only-infos {
  background: #fdf2d6;
}
.side-bar .ElementContentList__lead {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.side-bar .ElementContentList__title {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 0.4166666667rem;
}
.side-bar .ElementContentList__title--show-image {
  border: 0;
  padding-bottom: 0;
}

.ElementSingleHighlightedContent {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ElementSingleHighlightedContent__article {
  text-align: center;
  padding: 4rem;
}
@media (max-width: 1199px) {
  .ElementSingleHighlightedContent__article {
    padding: 3rem;
  }
}
@media (max-width: 1024px) {
  .ElementSingleHighlightedContent__article {
    padding: 1em;
  }
}
@media (max-width: 768px) {
  .ElementSingleHighlightedContent__article {
    padding: 5rem 1rem;
  }
}
.ElementSingleHighlightedContent__article__link {
  color: #262626;
}
.ElementSingleHighlightedContent__article__link:hover, .ElementSingleHighlightedContent__article__link:focus, .ElementSingleHighlightedContent__article__link:active {
  text-decoration: none;
  color: #262626;
}
.ElementSingleHighlightedContent__article__link:hover .ElementSingleHighlightedContent__article__title, .ElementSingleHighlightedContent__article__link:focus .ElementSingleHighlightedContent__article__title, .ElementSingleHighlightedContent__article__link:active .ElementSingleHighlightedContent__article__title {
  text-decoration: underline;
  color: #262626;
}
.ElementSingleHighlightedContent__article__title {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  .ElementSingleHighlightedContent__article__title {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .ElementSingleHighlightedContent__article__title {
    font-size: 1.5rem;
  }
}
.ElementSingleHighlightedContent__article__lead {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .ElementSingleHighlightedContent__article__lead {
    font-size: 1rem;
  }
}
.ElementSingleHighlightedContent__article__meta {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ElementSingleHighlightedContent__image--single {
  max-width: 100%;
}
.ElementSingleHighlightedContent__image--fourth {
  max-width: 50%;
  float: left;
}

.ElementRelatedMaterial {
  width: 100%;
}
.ElementRelatedMaterial__box {
  background: #f2f1f0;
  width: 100%;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
}
.ElementRelatedMaterial__title {
  border-bottom: 0.25rem solid #ffffff;
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
}
.ElementRelatedMaterial__label-title {
  font-size: 0.8125rem;
}
.ElementRelatedMaterial__content-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ElementRelatedMaterial__content-list__item {
  margin: 0.4166666667rem 0;
}
.ElementRelatedMaterial__content-link {
  color: #262626;
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.ElementRelatedMaterial__separator {
  border-bottom: 0.25rem solid #ffffff;
  font-size: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.ElementAskDoctor {
  width: 100%;
  height: 100%;
}
.ElementAskDoctor__box {
  color: #005c99;
  background: #e5f5ff;
  padding: 1.25rem;
  height: 100%;
}
.ElementAskDoctor__box__header {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 0.625rem;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ElementAskDoctor__box__header__description {
  margin-top: 0.625rem;
  font-size: 1.125rem;
}
.ElementAskDoctor__box__title {
  font-size: 1.25rem;
}
.ElementAskDoctor__box__description {
  margin-top: 0.625rem;
}
.ElementAskDoctor__box__link {
  border: 1px solid #72a8cc;
  font-weight: bold;
  margin-bottom: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.ElementAskDoctor__box__list {
  margin-top: 1.25rem;
  list-style-type: none;
  padding: 0;
}
.ElementAskDoctor__box__list__item {
  margin: 0.625rem 0;
}
.ElementAskDoctor__box__list__item__tag {
  font-size: 0.75rem;
  display: block;
  text-transform: uppercase;
}
.ElementAskDoctor__box__list__item__link {
  font-size: 1.125rem;
}

.carousel__item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .carousel__item {
    max-height: 440px;
  }
}
.carousel__item__link {
  color: #fff;
}
.carousel__item__link:hover, .carousel__item__link:active, .carousel__item__link:focus {
  color: #fff;
}
.carousel__item__link:hover .carousel__item__box__title, .carousel__item__link:active .carousel__item__box__title, .carousel__item__link:focus .carousel__item__box__title {
  text-decoration: underline;
}
.carousel__item__link:hover .carousel__item__image, .carousel__item__link:active .carousel__item__image, .carousel__item__link:focus .carousel__item__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.carousel__item__link:hover:after, .carousel__item__link:active:after, .carousel__item__link:focus:after {
  opacity: 0.99;
}
.carousel__item__link:after {
  transition: all 0.2s ease-in-out;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0);
  opacity: 0.8;
}
.carousel__item__image {
  display: block;
  width: 100%;
  transition: 0.4s all ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.9;
}
.carousel__item__box {
  padding: 1.25rem 2.5rem;
  margin-bottom: 1.25rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  z-index: 2;
}
.carousel__item__box__lead {
  margin-bottom: 0.3125rem;
}

.ElementAdvertisement .element__holder {
  margin: 0;
}
.ElementAdvertisement .element__holder &gt; .row {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ElementAdvertisement .info__collection {
  margin-left: auto;
  margin-right: auto;
  /*@include media-breakpoint-up(xl){
    padding-left:  ($gutter);
    padding-right: ($gutter);
  }*/
  position: relative;
}
@media (min-width: 544px) {
  .ElementAdvertisement .info__collection {
    width: 576px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .ElementAdvertisement .info__collection {
    width: 1024px;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .ElementAdvertisement .info__collection {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .ElementAdvertisement .info__collection {
    width: 1550px;
    max-width: 100%;
  }
}

.side-bar .ElementAdvertisement .info__collection {
  padding: 0;
}
.side-bar .ElementAdvertisement .info__collection[data-stick] {
  position: static;
}
.side-bar .ElementAdvertisement .info__collection--stick[data-stick] {
  position: fixed;
}

.ElementJobList {
  width: 100%;
}
.ElementJobList__box {
  background: #f2f1f0;
  width: 100%;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
}
.ElementJobList__title {
  border-bottom: 0.25rem solid #ffffff;
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
}
.ElementJobList__label-title {
  font-size: 0.8125rem;
}
.ElementJobList__content-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ElementJobList__content-list__item {
  margin: 0.4166666667rem 0;
}
.ElementJobList__content-link {
  color: #262626;
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.ElementJobList__tags {
  margin: 0.25rem 0 0.1rem 0;
}
.ElementJobList__tag {
  font-size: 0.75rem;
}
.ElementJobList__label {
  font-size: 0.75rem;
}
.ElementJobList__pipe {
  margin: 0 0.25rem;
  display: inline-block;
  color: #d7d2cd;
  font-size: 0.75rem;
}

.ElementPoll {
  width: 100%;
}
.ElementPoll__box {
  width: 100%;
  padding: 1.25rem;
  background: #f2f1f0;
}
.ElementPoll label {
  display: inline-block;
  position: relative;
  top: -0.15rem;
  left: 0.25rem;
  max-width: 90%;
  cursor: pointer;
}
.ElementPoll input[type=checkbox],
.ElementPoll input[type=radio] {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.ElementPoll ol, .ElementPoll li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.ElementPoll ol li, .ElementPoll li li {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 0 0.5rem 1.5rem;
}
.ElementPoll ol li::after, .ElementPoll li li::after {
  position: absolute;
  left: 0;
  top: -0.4rem;
  color: #005c99;
  font-family: "entypo", sans-serif;
  content: "✓";
  font-size: 1.5em;
}

.enclosed-area .ElementPoll {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .enclosed-area .ElementPoll {
    width: 66.66667%;
    margin: 0 auto;
  }
}

.ElementFullWidthImage__content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .ElementFullWidthImage__content {
    display: block;
  }
}
.ElementFullWidthImage__content--full-width-image {
  width: 100%;
}
.ElementFullWidthImage__content--full-width-image img {
  width: 100%;
}
.ElementFullWidthImage__content--inner {
  position: absolute;
  bottom: 50px;
}
@media (max-width: 1199px) {
  .ElementFullWidthImage__content--inner {
    position: initial;
  }
}
.ElementFullWidthImage__content--inner .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ElementFullWidthImage__content--inner .container .row {
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 25px;
  width: 1000px;
}
@media (max-width: 1199px) {
  .ElementFullWidthImage__content--inner .container .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ElementFullWidthImage__content--inner .container .row .icon {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .ElementFullWidthImage__content--inner .container .row .icon {
    display: none;
  }
}
.ElementFullWidthImage__content--inner .container .row .icon img {
  width: 100%;
}
.ElementFullWidthImage__content--inner .container .row .textblock {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ElementFullWidthImage__content--inner .container .row .links {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .ElementFullWidthImage__content--inner .container .row .links {
    margin-left: 0px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .ElementFullWidthImage__content--inner .container .row .links ul {
    padding-left: 20px;
  }
}
.ElementFullWidthImage__content--inner .container .row .links a {
  background: rgba(0, 0, 0, 0);
}

.ElementCustomBlockList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 544px) {
  .ElementCustomBlockList {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .ElementCustomBlockList {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 1025px) {
  .ElementCustomBlockList {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .ElementCustomBlockList {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.ElementCustomBlockList .custom-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 544px) {
  .ElementCustomBlockList .custom-block {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .ElementCustomBlockList .custom-block {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .ElementCustomBlockList .custom-block {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .ElementCustomBlockList .custom-block {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .ElementCustomBlockList .custom-block {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .ElementCustomBlockList .custom-block {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.ElementCustomBlockList .custom-block__info-label {
  position: absolute;
  top: -1.1rem;
  right: 0.625rem;
  font-size: 0.825rem;
}
.ElementCustomBlockList .custom-block__info-label::before {
  content: "▼";
  display: inline-block;
  font-size: 10px;
  margin-right: 2px;
}
.ElementCustomBlockList .custom-block__info-label::after {
  clear: both;
  content: " ";
}
@media (max-width: 768px) {
  .ElementCustomBlockList .custom-block--info {
    margin-top: 15px;
  }
}
.ElementCustomBlockList .custom-block__content {
  height: 100%;
  margin-bottom: 10px;
}
.ElementCustomBlockList .custom-block__content img {
  max-width: 100%;
}
.ElementCustomBlockList .custom-block__content img.right {
  float: right;
}
.ElementCustomBlockList .custom-block__content img.center {
  margin: 0 0 0 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ElementSingleImage {
  margin: 0 auto;
  text-align: center;
}
.ElementSingleImage .single-image__container {
  width: 100%;
}
.ElementSingleImage .single-image__image {
  max-width: calc(100vw - 20px);
}

.ElementHorizontalContentList {
  display: block;
  background: #f2f1f0;
}
.ElementHorizontalContentList .element__holder {
  margin-bottom: 0;
}
.ElementHorizontalContentList .ElementContentList__wrap {
  padding: 1.25rem 0;
}
@media (max-width: 543px) {
  .ElementHorizontalContentList .ElementContentList__wrap {
    padding: 1rem 0 0.37rem;
  }
}
.ElementHorizontalContentList .ElementContentList__wrap .container {
  position: relative;
  overflow: hidden;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1024px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 543px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container {
    margin: 0 0.625rem 0.625rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left,
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right {
  width: 48px;
  height: 48px;
  background: rgba(0, 90, 154, 0.698);
  position: absolute;
  z-index: 2;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 30%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left i,
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right i {
  font-size: 24px;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left {
  left: 2.5rem;
  padding-left: 1.1rem;
  border-top-right-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  opacity: 0;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left i {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left {
    left: 0.625rem;
  }
}
@media (max-width: 543px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left {
    left: -10px;
  }
  .ElementHorizontalContentList .ElementContentList__wrap .container .arrow-left i {
    padding-right: 10px;
  }
}
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right {
  right: 2.5rem;
  padding-right: 1.1rem;
  border-top-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right i {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right {
    right: 0.625rem;
  }
}
@media (max-width: 543px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right {
    right: -10px;
  }
  .ElementHorizontalContentList .ElementContentList__wrap .container .arrow-right i {
    padding-left: 10px;
  }
}
.ElementHorizontalContentList .ElementContentList__wrap .container .ElementContentList-header {
  border-bottom: 1px solid #f2f1f0;
  border-color: rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: 0;
  background: #ffffff;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .ElementContentList-header__content {
  padding-left: 1rem;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .ElementContentList-header__content .ElementContentList__title {
  margin: 0.625rem 0;
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list li {
  max-width: 30%;
  border-right: 1px solid #f2f1f0;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 0;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container .article-list li {
    max-width: 40%;
  }
}
@media (max-width: 543px) {
  .ElementHorizontalContentList .ElementContentList__wrap .container .article-list li {
    max-width: 70%;
  }
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list li:nth-last-child(1) {
  border: none;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list li a .article-list__item__link__title {
  font-size: 1.2rem;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list li a .article-list__item__meta__mobile-ND {
  margin-bottom: 0.3125rem;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list li a .article-list__item__meta__mobile-ND .article-list__item__area {
  line-height: 1.2rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list li a .article-list__item__image-holder__image {
  max-width: 100%;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .ElementContentList__lead {
  margin-bottom: 1rem;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list__item__lead {
  margin-bottom: 0;
}
.ElementHorizontalContentList .ElementContentList__wrap .container .article-list__item__comments {
  display: none;
}

.published,
.updated {
  display: block;
}

.content-page .image-holder {
  width: 100%;
}
.content-page .image-holder iframe {
  max-width: 100%;
  margin-bottom: -0.4375rem;
}
.content-page__title {
  margin-top: 1.25rem;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .content-page__title {
    font-size: 2rem;
  }
}
.content-page__lead {
  color: #4c4c4c;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .content-page__lead {
    line-height: 1.4;
    font-size: 1.375rem;
  }
}
.content-page__content {
  position: relative;
}
.content-page__content--collapsed {
  height: 800px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.content-page__button-expand-content-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  pointer-events: none;
}
.content-page__button-expand-content-holder:before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.01) 80%, #ffffff 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f9f9f9", endColorstr="#ffffff", GradientType=0);
  content: "";
  pointer-events: none;
}
.content-page__button-expand-content-holder:after {
  content: "";
  border-top: 2px solid #e6e6e6;
  position: absolute;
  height: 1px;
  left: 1.25rem;
  right: 1.25rem;
  top: auto;
  bottom: 19px;
  z-index: 10;
}
.content-page__button-expand-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: -90px;
  z-index: 11;
  position: absolute;
  bottom: 0;
  top: auto;
  width: auto;
  pointer-events: auto;
}
.content-page .cms-content {
  font-size: 1.125rem;
}
.content-page .authors {
  margin-bottom: 2rem;
}

.forum-page .cms-content {
  font-size: 1.125rem;
}

.area-page__title {
  margin-top: 2rem;
  font-size: 2.8rem;
}
.area-page__lead {
  font-size: 1.375rem;
  line-height: 1.5;
  max-width: 900px;
}

.profile-page__photo-holder {
  position: relative;
  margin-bottom: 3rem;
}
.profile-page__profile-photo {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .profile-page__profile-photo {
    width: 100%;
  }
}
.profile-page__member-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 1.875rem;
  border-radius: 1.875rem;
  background: #ffffff;
  border: 1px solid #ccc;
  font-weight: 600;
  padding: 0 1.5rem;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.profile-page__hr {
  border-top: 2px solid #ccc;
  padding-top: 2rem;
}
.profile-page__title {
  font-size: 1.25rem;
}
.profile-page__description {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.profile-page__description img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .profile-page__description {
    margin-top: 1rem;
  }
}
.profile-page__meta {
  list-style-type: none;
  padding: 0;
}
.profile-page__meta-item {
  color: #262626;
  margin-bottom: 0.125rem;
}
.profile-page__list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.profile-page__list-item {
  padding: 0.75rem 0;
}
.profile-page__list-item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.profile-page__list-title {
  font-size: 1.25rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.3125rem;
  margin: 3rem 0 0 0;
}
@media (max-width: 1024px) {
  .profile-page__sidebar {
    margin-top: 1rem;
  }
}
@media (max-width: 1024px) {
  .profile-page__form-holder {
    margin-top: 1rem;
  }
}
.profile-page__remove-icon {
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: -0.1875rem;
}
@media (max-width: 1024px) {
  .profile-page #Photo {
    display: none;
  }
}

.paywall_article {
  position: relative;
}
.paywall_article:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0) 40%);
  pointer-events: none; /* so the text is still selectable */
}

.login-ap-container {
  text-align: center;
  position: relative;
  top: 12px;
}
.login-ap-container .login-ap-btn {
  padding: 12px;
  background-color: #005c99;
  position: relative;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
}
.login-ap-container .login-ap-btn:hover, .login-ap-container .login-ap-btn:hover .round-top {
  background-color: rgb(0, 107.3333333333, 178.5);
}
.login-ap-container .login-ap-btn a {
  font-size: 1.125rem;
  text-decoration: none;
}
.login-ap-container .login-ap-btn a:hover {
  text-decoration: none;
}
.login-ap-container .login-ap-btn .round-top {
  width: 39px;
  height: 40px;
  position: absolute;
  top: -13px;
  left: 11px;
  background-color: #005c99;
  border-radius: 50%;
}
.login-ap-container .login-ap-btn img.ap-icon {
  height: 48px;
  position: absolute;
  left: 10px;
  top: -9px;
}
.login-ap-container .login-ap-btn span {
  margin-left: 48px;
  color: white;
}

.paywall-info {
  display: block;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2.7rem !important;
  font-weight: 600;
}

.ap-info {
  padding: 1.25rem;
  background: #f2f1f0;
  margin-bottom: 0.85rem;
}
.ap-info h2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1rem;
}
.ap-info a.ap-create-account-link {
  color: #005c99 !important;
  display: block;
  margin-bottom: 1rem;
}
.ap-info a.ap-create-account-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 543px) {
  .login-ap-container img.ap-icon {
    margin: 0 !important;
  }
}
.ap_btn_sc_wrapper {
  padding: 24px 0px 10px;
  display: block;
}
.ap_btn_sc_wrapper .ap_btn_sc {
  padding: 12px;
  background-color: #005c99;
  position: relative;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1.125rem;
  text-decoration: none;
}
.ap_btn_sc_wrapper .ap_btn_sc:hover, .ap_btn_sc_wrapper .ap_btn_sc:hover .ap_btn_sc_round_top {
  text-decoration: none;
  background-color: rgb(0, 107.3333333333, 178.5);
}
.ap_btn_sc_wrapper .ap_btn_sc .ap_btn_sc_round_top {
  width: 39px;
  height: 40px;
  position: absolute;
  top: -13px;
  left: 11px;
  background-color: #005c99;
  border-radius: 50%;
}
.ap_btn_sc_wrapper .ap_btn_sc .ap_btn_sc_round_top:hover {
  background-color: rgb(0, 107.3333333333, 178.5);
}
.ap_btn_sc_wrapper .ap_btn_sc img.ap_btn_sc_icon {
  height: 48px;
  position: absolute;
  left: 10px;
  top: -9px;
  margin: 0 !important;
}
.ap_btn_sc_wrapper .ap_btn_sc span {
  margin-left: 48px;
  color: white;
}

.main-content .side-box {
  margin-left: -25%;
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 250px;
}
@media (max-width: 1199px) {
  .main-content .side-box {
    margin-left: 0;
  }
}
@media (max-width: 543px) {
  .main-content .side-box {
    width: 100%;
    max-width: 100%;
    float: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.25rem 0;
    border-left: 0;
    border-right: 0;
  }
}
.main-content .side-box__zoomable-notice {
  position: relative;
}
.main-content .side-box__zoomable-notice::after {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-family: "entypo", sans-serif;
  font-style: normal;
  font-weight: normal;
  content: "🔍";
  font-size: 1.2rem;
  width: 2.5rem;
  background: #000000;
  color: #ffffff;
  border-radius: 100%;
  z-index: 2;
  pointer-events: none;
  height: 2.5rem;
  opacity: 0.5;
}
.main-content .side-box__link {
  position: relative;
  color: #005c99;
  text-decoration: underline;
  font-weight: normal;
  transition: color 0.2s ease-in-out;
}
.main-content .side-box__link .side-box__image {
  transition: opacity 0.2s ease-in-out;
}
.main-content .side-box__link:hover, .main-content .side-box__link:focus, .main-content .side-box__link:active {
  text-decoration: none;
  color: #7c7c7c !important;
}
.main-content .side-box__link:hover .side-box__title, .main-content .side-box__link:focus .side-box__title, .main-content .side-box__link:active .side-box__title {
  color: rgb(0, 45.2922077922, 77.5);
}
.main-content .side-box__link:hover .side-box__image, .main-content .side-box__link:focus .side-box__image, .main-content .side-box__link:active .side-box__image {
  opacity: 0.9;
}
.main-content .side-box__link:hover .side-box__caption, .main-content .side-box__link:focus .side-box__caption, .main-content .side-box__link:active .side-box__caption {
  text-decoration: underline;
}
.main-content .side-box__link--show-image .side-box__title {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
  font-size: 0.75rem;
  padding: 0.125rem 0.3125rem;
  text-decoration: none;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-content .side-box__link--show-image .side-box__image {
  position: relative;
  z-index: 2;
}
.main-content .side-box__link--show-image:hover .side-box__image, .main-content .side-box__link--show-image:focus .side-box__image, .main-content .side-box__link--show-image:active .side-box__image {
  opacity: 0.5;
}
.main-content .side-box__link--show-image:hover .side-box__title, .main-content .side-box__link--show-image:focus .side-box__title, .main-content .side-box__link--show-image:active .side-box__title {
  color: white;
}
.main-content .side-box__link--show-image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "entypo", sans-serif;
  font-style: normal;
  font-weight: normal;
  content: "🔍";
  font-size: 9rem;
}
@media (max-width: 1024px) {
  .main-content .side-box__link--show-image:after {
    font-size: 5rem;
  }
}
.main-content .side-box__image {
  opacity: 0.99;
  max-width: 100%;
}
.main-content .side-box__caption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  padding: 0 0.625rem;
}
.main-content .side-box__label {
  text-transform: uppercase;
  font-weight: 800;
}
.main-content .side-box--link-box__title {
  font-size: 1.125rem;
  margin-top: 0;
}
.main-content .facts-box {
  position: relative;
}
.main-content .facts-box__label {
  font-size: 1rem;
  margin: 0;
  display: block;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  background-color: #f7f5f2;
  color: #4c4c4c;
}
.main-content .facts-box__title {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.main-content .facts-box__text {
  padding: 1.5rem 0.5rem 0.5rem;
}
.main-content .facts-box__content .cms-content {
  transition: all 350ms ease-in-out;
  max-height: 1500px;
  font-size: 1rem;
}
.main-content .facts-box__content .cms-content h1, .main-content .facts-box__content .cms-content h2, .main-content .facts-box__content .cms-content h3, .main-content .facts-box__content .cms-content h4, .main-content .facts-box__content .cms-content h5, .main-content .facts-box__content .cms-content h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.main-content .facts-box__content .cms-content h1 {
  font-size: 1.5rem;
}
.main-content .facts-box__content .cms-content h2 {
  font-size: 1.375rem;
}
.main-content .facts-box__content .cms-content h3 {
  font-size: 1.25rem;
}
.main-content .facts-box__content .cms-content h4 {
  font-size: 1.125rem;
}
.main-content .facts-box__content .cms-content h5 {
  font-size: 1rem;
}
.main-content .facts-box__content .cms-content h6 {
  font-size: 1rem;
  font-weight: normal;
}
.main-content .facts-box__content:after {
  content: none;
}
.main-content .facts-box__content--faded {
  border: 0;
}
.main-content .facts-box__content--faded .cms-content {
  max-height: 100px;
  overflow: hidden;
}
.main-content .facts-box__content--faded .toggle-fade {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
}
.main-content .facts-box__content--faded:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
  content: "";
}
.main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper {
  margin: 20px 0;
  font-weight: bold;
  color: #009926;
}
.main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading {
  color: #4c4c4c;
  margin: 16px 0;
  padding: 20px;
  background-color: #f2f1f0;
}
.main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading__heading {
  font-size: 18px;
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading input {
  font-weight: normal;
}
.main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading .btn-primary, .main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading .cmp-bar-btn-1, .main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading #comments-holder #Form_CommentsForm_action_doPostComment, #comments-holder .main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading #Form_CommentsForm_action_doPostComment, .main-content .Form_ElementNewsletterSubscribeForm_with_heading_wrapper .Form_ElementNewsletterSubscribeForm_with_heading .cc-btn {
  background-color: #FA7112;
}

.cms-content {
  color: #4c4c4c;
}
.cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
  color: #262626;
  overflow-wrap: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
@media (max-width: 768px) {
  .cms-content h2 {
    font-size: 1.5rem;
  }
}
.cms-content ul, .cms-content ol {
  margin: 0;
  padding-left: 1.25rem;
  overflow: hidden;
}
.cms-content ul li, .cms-content ol li {
  margin-bottom: 0.5rem;
}
.cms-content ul, .cms-content ol, .cms-content p {
  margin-bottom: 1rem;
}
.cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
  clear: both;
}
.cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
  margin-top: 2rem;
}
.cms-content a {
  font-weight: bold;
}
.cms-content .left {
  float: left;
  margin: 0.5rem 1rem 1rem 0rem;
}
.cms-content .right {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}
.cms-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 543px) {
  .cms-content img {
    display: block;
    margin: 0.5rem 0 !important;
    float: none !important;
  }
}
.cms-content .leftAlone {
  display: block;
  text-align: left;
  float: none;
  margin: 0.5rem 0 1rem;
  clear: both;
}
.cms-content .center {
  display: block;
  clear: both;
  margin: 0.5rem auto 1rem;
}
@media (min-width: 769px) {
  .cms-content .info__collection {
    text-align: left;
  }
}
.cms-content .table-transparent {
  border: none;
}
.cms-content .table-transparent th,
.cms-content .table-transparent td {
  border: none;
}
.cms-content p:last-child {
  margin-bottom: 0;
}
.cms-content .image {
  display: none;
}

.editor-right {
  float: right;
}

.editor-left {
  float: left;
}

.editor-image-caption {
  font-size: 0.875rem;
}

.captionImage p.caption {
  font-style: italic;
}

.image-holder .main-img {
  margin-bottom: 1rem;
}

.nd-vagtlaege {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.faktaboks {
  background: #ccddea;
  margin: 15px 0;
  padding: 30px;
}
@media (max-width: 543px) {
  .faktaboks {
    padding: 15px;
  }
}

.faktaboks h2, .faktaboks h3 {
  margin-top: 0;
}

.faktaboks ul {
  margin-bottom: 0;
}

.nd-vagtlaege ul {
  margin-bottom: 0;
}

.nd-vagtlaege img {
  margin-right: 32px !important;
}
@media (max-width: 543px) {
  .nd-vagtlaege img {
    margin-right: 15px !important;
  }
}

figure.nd-image-figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

figure.nd-image-figure figcaption {
  font-size: 14px;
}

figure.nd-image-figure .copyright-text {
  opacity: 0.5;
  font-size: 12px;
}

.sygeforsikringen-danmark {
  float: right;
  width: 180px;
  margin: 0 0 10px 10px;
  padding: 2px;
  border: 1px solid #05b59d;
  font-size: 10px;
  text-align: center;
  background-color: #ADDCD2;
  -webkit-font-smoothing: initial;
}
.sygeforsikringen-danmark div {
  border-radius: 8px;
  background-color: #05b59d;
  margin: 6px;
  padding: 4px 1px;
  color: #FFF;
  text-align: center;
}
.sygeforsikringen-danmark pre {
  all: unset;
}
.sygeforsikringen-danmark pre code {
  all: unset;
}
.sygeforsikringen-danmark span.articleText {
  font-size: 10px;
  text-align: center;
  color: #000;
}
.sygeforsikringen-danmark span.articleText b {
  display: block;
}
.sygeforsikringen-danmark span.articleText a {
  text-decoration: underline;
  color: #000;
}
.sygeforsikringen-danmark span.articleText a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

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

.cf {
  clear: both;
}

.row--vertical-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.capitalizeFirst:first-letter {
  text-transform: capitalize;
}

body {
  height: 100%;
}

.cs-html, .cs-body, .cs-page-container {
  height: 100%;
  position: relative;
}

.cs-body {
  background-color: #fa8989;
}

.cs-body-no-scroll {
  overflow: hidden;
}

.cs-page-container {
  max-width: 1200px !important;
  padding-bottom: 2.5rem;
  width: 100%;
  margin-top: 50px;
  /*@include media-breakpoint-up(xl){
    max-width: 1200px;
  }*/
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cs-page-container {
    max-width: calc(100% - 2.5rem) !important;
  }
}
.cs-page-container h1, .cs-page-container h2, .cs-page-container h3, .cs-page-container h4, .cs-page-container h5, .cs-page-container h6,
.cs-page-container .h1,
.cs-page-container .page-title, .cs-page-container .h2, .cs-page-container .h3, .cs-page-container .h4, .cs-page-container .box__title, .cs-page-container .h5, .cs-page-container #comments-holder .comment__author, #comments-holder .cs-page-container .comment__author, .cs-page-container .h6, .cs-page-container .main-content .side-box__title, .main-content .cs-page-container .side-box__title {
  letter-spacing: 0;
  font-weight: bold;
}
.cs-page-container h1, .cs-page-container .h1, .cs-page-container .page-title {
  font-size: 2rem;
}
.cs-page-container h2, .cs-page-container .h2, .cs-page-container .forum-post--first-post h1, .forum-post--first-post .cs-page-container h1 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cs-page-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.cs-page-container.cs-Alternative1, .cs-page-container.cs-Alternative3 {
  max-width: 1024px !important;
  margin-top: 0;
}
@media (max-width: 543px) {
  .cs-page-container.cs-Alternative1, .cs-page-container.cs-Alternative3 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cs-page-container.cs-Alternative1 .cs-main-row, .cs-page-container.cs-Alternative3 .cs-main-row {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cs-page-container.cs-Alternative1 .cs-aside-footer hr, .cs-page-container.cs-Alternative3 .cs-aside-footer hr {
  display: block;
}
.cs-page-container.cs-Alternative1 #cs-page-head, .cs-page-container.cs-Alternative3 #cs-page-head {
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .cs-page-container.cs-Alternative1 #cs-page-head, .cs-page-container.cs-Alternative3 #cs-page-head {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.cs-page-container.cs-Alternative1 #cs-page-head .cs-page-head, .cs-page-container.cs-Alternative3 #cs-page-head .cs-page-head {
  background-color: white;
  position: relative;
  height: 100%;
}
.cs-page-container.cs-Alternative1 #cs-page-head .cs-page-head .cs-page-head__header, .cs-page-container.cs-Alternative3 #cs-page-head .cs-page-head .cs-page-head__header {
  position: relative;
  z-index: 3;
}
.cs-page-container.cs-Alternative1 #cs-page-head .cs-page-head:before, .cs-page-container.cs-Alternative3 #cs-page-head .cs-page-head:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.cs-page-container.cs-Alternative1 #cs-page-head .cs-page-head:after, .cs-page-container.cs-Alternative3 #cs-page-head .cs-page-head:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 40px;
  background-color: white;
  z-index: 2;
}
.cs-page-container.cs-Alternative1 .cs-page-footer.hidden-md-down, .cs-page-container.cs-Alternative3 .cs-page-footer.hidden-md-down {
  display: none;
}
.cs-page-container.cs-Alternative1 .cs-page-head, .cs-page-container.cs-Alternative1 .cs-page-main__holder, .cs-page-container.cs-Alternative1 .cs-page-foot, .cs-page-container.cs-Alternative1 .cs-panel, .cs-page-container.cs-Alternative3 .cs-page-head, .cs-page-container.cs-Alternative3 .cs-page-main__holder, .cs-page-container.cs-Alternative3 .cs-page-foot, .cs-page-container.cs-Alternative3 .cs-panel {
  box-shadow: none;
  border: 0;
  background-color: transparent;
}
.cs-page-container.cs-Alternative1 #cs-page-head .cs-logo-header, .cs-page-container.cs-Alternative3 #cs-page-head .cs-logo-header {
  display: none;
}
.cs-page-container.cs-Alternative1 .cs-page-head,
.cs-page-container.cs-Alternative1 .cs-page-main__holder,
.cs-page-container.cs-Alternative1 .cs-page-foot,
.cs-page-container.cs-Alternative1 .cs-panel, .cs-page-container.cs-Alternative3 .cs-page-head,
.cs-page-container.cs-Alternative3 .cs-page-main__holder,
.cs-page-container.cs-Alternative3 .cs-page-foot,
.cs-page-container.cs-Alternative3 .cs-panel {
  border-radius: 0;
}
.cs-page-container.cs-Alternative1 .cs-navigation, .cs-page-container.cs-Alternative3 .cs-navigation {
  margin-top: 0;
  background-color: white;
  padding-left: 0.5rem;
}
.cs-page-container.cs-Alternative1 .cs-navigation ul, .cs-page-container.cs-Alternative1 .cs-navigation li, .cs-page-container.cs-Alternative3 .cs-navigation ul, .cs-page-container.cs-Alternative3 .cs-navigation li {
  border-color: white;
  border-width: 2px;
}
.cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link {
  border-left: 5px solid #eee;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link.current, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link.current, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:active, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:active, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:focus, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:focus, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:hover, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:hover, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link.current, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link.current, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:active, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:active, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:focus, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:focus, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:hover, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:hover {
  background-color: white;
  color: #4c4c4c;
  padding: 10px 8px 10px 13px;
  box-shadow: none;
  margin: 0;
  font-size: 15px;
  opacity: 1;
}
.cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link.current:before, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link.current:before, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link.current:after, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link.current:after, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:active:before, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:active:before, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:active:after, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:active:after, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:focus:before, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:focus:before, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:focus:after, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:focus:after, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:hover:before, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:hover:before, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:hover:after, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:hover:after, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link.current:before, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link.current:before, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link.current:after, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link.current:after, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:active:before, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:active:before, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:active:after, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:active:after, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:focus:before, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:focus:before, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:focus:after, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:focus:after, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:hover:before, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:hover:before, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:hover:after, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:hover:after {
  content: none;
}
.cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:before, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:before, .cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link:after, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link:after, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:before, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:before, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link:after, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link:after {
  content: none;
}
.cs-page-container.cs-Alternative1 .cs-navigation .nav .nav-link span, .cs-page-container.cs-Alternative1 .cs-navigation .article-footer-items .nav-link span, .cs-page-container.cs-Alternative3 .cs-navigation .nav .nav-link span, .cs-page-container.cs-Alternative3 .cs-navigation .article-footer-items .nav-link span {
  display: inline-block;
  height: 22px;
}
.cs-page-container.cs-Alternative2 .cs-main-row {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-page-container.cs-Alternative2 #cs-page-head {
  /*@include media-breakpoint-up(md){
    @include make-col(3);
    @include make-col-push(2);
  }*/
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cs-page-container.cs-Alternative2 #cs-page-head {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cs-page-container.cs-Alternative2 .cs-aside-footer {
    display: block;
  }
}
.cs-page-container.cs-Alternative2 #cs-page-content {
  /*@include media-breakpoint-only(md){
    @include make-col(6);
  }*/
  /*@include media-breakpoint-up(md){
    @include make-col(6);
    @include make-col-push(2);

  }*/
}
@media (min-width: 769px) {
  .cs-page-container.cs-Alternative2 #cs-page-content .cs-page-footer {
    display: table !important;
  }
}
@media (min-width: 769px) {
  .cs-page-container.cs-Alternative2 .cs-bottom-sm-footer {
    display: none;
  }
}

#cs-page-content {
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

#cs-page-head,
#cs-page-content,
#cs-page-panel {
  margin-bottom: 1.25rem;
}

.cs-page-head {
  height: 100%;
}

.cs-page-head,
.cs-page-main__holder,
.cs-page-foot,
.cs-panel {
  background-color: white;
  border-radius: 0.3rem;
  padding: 1.25rem;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.cs-page-hero {
  position: relative;
  margin: 0;
  z-index: 4;
  width: 100%;
  max-width: 100vw;
  /*@include media-breakpoint-down(sm){
    height: 230px;
    overflow:hidden;
  }*/
}
@media (max-width: 1024px) {
  .cs-page-hero {
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  .cs-page-hero {
    margin-top: 63px;
  }
}
@media (max-width: 768px) {
  .cs-page-hero__holder {
    margin: 0rem -13rem;
  }
}
@media (max-width: 543px) {
  .cs-page-hero__holder {
    margin: 0rem -20rem;
  }
}
.cs-page-hero__img {
  width: 100%;
  max-height: 280px;
  display: inline-block;
}
.cs-page-hero__logo {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.cs-page-hero__logo img {
  height: auto;
  width: 282px;
}
@media (max-width: 1024px) {
  .cs-page-hero__logo {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .cs-page-hero__logo a {
    display: inline-block;
  }
}
@media (max-width: 543px) {
  .cs-page-hero__logo {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.cs-page-hero:after {
  content: "";
  width: 100%;
  height: 11px;
  background: #2a053a;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
}

.cs-page-hero-margin-top {
  height: 70px;
}

#cs-page-panel .cs-panel {
  overflow: auto;
}

.cs-page-main__holder {
  padding: 0;
  overflow: hidden;
}

.cs-page-main {
  height: 100%;
  padding: 1.25rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 544px) {
  .cs-page-main {
    padding: 2.5rem;
  }
}

.secondary-title h2 {
  font-size: 1.2rem;
}

.cs-panel {
  overflow: hidden;
  background-color: #f7f5f2;
}
.cs-panel__head {
  margin: -1.25rem -1.25rem 1.25rem -1.25rem;
  padding: 1.25rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: white;
  position: relative;
}
.cs-panel__head__title {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
.cs-panel__head__title:after {
  content: "";
  display: block;
  height: 19px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: -19px;
  background: url("/themes/netdoktor/dist/img/right-top-shadow.png") no-repeat center bottom;
}
.cs-panel__body {
  background-color: white;
  padding: 1.25rem;
  margin: -1.25rem -1.25rem 1.25rem -1.25rem;
}

.cs-expert__profile {
  border: 1px solid #dedede;
  padding: 0.5rem;
  background-color: white;
  text-align: center;
}
.cs-expert__profile img {
  display: inline-block;
  max-width: 100%;
}
.cs-expert__profile__details {
  font-size: 14px;
  color: #464a4d;
  padding: 0.5rem 0 0;
}
.cs-expert__profile__details strong {
  font-size: 16px;
  color: #373a3c;
}
.cs-expert__profile__details .cms-content {
  font-size: 14px;
  line-height: 1.2;
}
.cs-expert + .cs-expert {
  margin-top: 1.25rem;
}

.cs-logo-header {
  text-align: center;
}
.cs-logo-header img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.cs-logo-header a {
  display: block;
  color: #262626;
}
.cs-logo-header a:focus, .cs-logo-header a:active, .cs-logo-header a:hover {
  color: #262626;
  text-decoration: none;
}

.cs-page-container .page-label, .cs-page-container .article-list__item__type, .cs-page-container .list-item__label, .cs-page-container .ElementJobList__label {
  margin-bottom: 20px;
}

.cs-breadcrumbs {
  background: #eee;
  margin: 0 -1.25rem -1.25rem;
  padding: 0.625rem;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cs-breadcrumbs .breadcrumb {
  text-align: center;
  margin-bottom: 0;
}
.cs-breadcrumbs .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
}

.cs-page-footer {
  background: #f7f5f2;
  padding: 0.625rem;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  font-size: 14px;
  color: #464a4d;
}
.cs-page-footer__holder {
  display: table-cell;
  vertical-align: middle;
}
.cs-page-footer a {
  color: #262626;
}

.cs-bottom-sm-footer {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.cs-bottom-sm-footer .cs-page-footer {
  position: static;
}
@media (min-width: 1025px) {
  .cs-bottom-sm-footer {
    display: none;
  }
}

.cs-footer-details {
  font-size: 14px;
  color: #464a4d;
  text-align: center;
}
.cs-footer-details p:last-child {
  margin-bottom: 0;
}

.cs-nav nav li {
  margin-bottom: 3px;
}

.cs-navigation {
  margin: 1.25rem -1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .cs-navigation {
    margin: 1.25rem -1.25rem 1.25rem;
    padding-bottom: 5px;
  }
}
.cs-navigation .nav, .cs-navigation .article-footer-items {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
.cs-navigation .nav-item, .cs-navigation .article-footer-items li, .article-footer-items .cs-navigation li {
  margin-left: 0px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cs-navigation .nav-link {
  border-left: 5px solid #eee;
  display: block;
  padding: 13px 8px 12px 13px;
  position: relative;
  z-index: 1;
  background-color: white;
  font-size: 14px;
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #262626;
}
.cs-navigation .nav-link span {
  position: relative;
  z-index: 3;
}
.cs-navigation .nav-link:after, .cs-navigation .nav-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  right: -22px;
}
.cs-navigation .nav-link:active, .cs-navigation .nav-link:hover, .cs-navigation .nav-link:focus, .cs-navigation .nav-link.current {
  background-color: #005a9a;
  color: white;
  padding-left: 26px;
  border-left: 0px;
  box-shadow: 25px 8px 37px rgba(0, 0, 0, 0.3);
  margin: 0 -8px;
  padding-right: 16px;
}
@media (max-width: 543px) {
  .cs-navigation .nav-link:active, .cs-navigation .nav-link:hover, .cs-navigation .nav-link:focus, .cs-navigation .nav-link.current {
    margin: 0 5px 0 -8px;
  }
}
.cs-navigation .nav-link:active:before, .cs-navigation .nav-link:hover:before, .cs-navigation .nav-link:focus:before, .cs-navigation .nav-link.current:before {
  /*bottom: 50%;
  top: 0%;
  border-bottom: 24px solid rgba(0, 0, 0, 0.8);
  border-right: 24px solid transparent;*/
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 9px solid #333;
  border-left: 8px solid transparent;
}
.cs-navigation .nav-link:active:after, .cs-navigation .nav-link:hover:after, .cs-navigation .nav-link:focus:after, .cs-navigation .nav-link.current:after {
  /*bottom: 0;
  top: 50%;
  border-top: 24px solid rgba(0, 0, 0, 0.8);
  border-right: 24px solid transparent;*/
  top: 50%;
  margin-top: -22px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 22px solid #005a9a;
  border-bottom: 22px solid transparent;
}
@media (max-width: 768px) {
  .cs-navigation .nav-link:active:after, .cs-navigation .nav-link:hover:after, .cs-navigation .nav-link:focus:after, .cs-navigation .nav-link.current:after {
    display: none;
  }
}

.cs-header-title {
  color: #9c9c9c;
  text-align: left;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}

.cs-aside-footer hr {
  display: none;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (max-width: 1024px) {
  .cs-aside-footer {
    display: none;
  }
}

.cs-send-email {
  margin-bottom: 1.25rem;
}
.cs-send-email .field label {
  display: none;
}
.cs-send-email .field input.text {
  margin: 0;
  height: 2.5rem;
  font-size: 14px;
}
.cs-send-email .field.email.text {
  margin-bottom: 0.625rem;
}
.cs-send-email form {
  position: relative;
}
.cs-send-email form .Actions button {
  line-height: 1;
  height: 2.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
}

.cs-btn {
  font-size: 14px;
}
.cs-btn.btn-primary, .cs-btn.cmp-bar-btn-1, #comments-holder .cs-btn#Form_CommentsForm_action_doPostComment, .cs-btn.cc-btn {
  margin: 1.25rem 0;
}
.cs-btn.btn-main {
  font-size: 16px;
  display: block;
  word-wrap: break-word;
  white-space: normal;
  height: auto;
}

.cs-html .iframe-holder {
  margin: 4px -1rem 0 -1rem;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.cs-html .iframe-holder iframe {
  height: 100%;
  border: 0;
}
@media (min-width: 769px) {
  .cs-html .iframe-holder iframe {
    width: 99%;
  }
}
@media (max-width: 768px) {
  .cs-html .iframe-holder {
    margin: 4px 0.5rem 0 0.5rem;
  }
}
.cs-html .meta-box__share {
  float: none;
  height: auto;
  padding: 0 !important;
}
.cs-html .meta-box__share .h5, .cs-html .meta-box__share #comments-holder .comment__author, #comments-holder .cs-html .meta-box__share .comment__author {
  text-align: center;
}
.cs-html .meta-box__share .meta-box__social-icon-holder {
  float: none;
  text-align: center;
  padding: 1.25rem 0 1.25rem 0;
  margin: 0 -1.25rem 1.25rem -1.25rem;
  background: #f7f5f2;
  border-bottom: 2px solid #dedede;
}
.cs-html .meta-box__share a.meta-box__social-icon {
  vertical-align: middle;
  margin: 0;
}
.cs-html .meta-box__share a.meta-box__social-icon img {
  transition: all 0.2s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.cs-html .meta-box__share a.meta-box__social-icon:hover img, .cs-html .meta-box__share a.meta-box__social-icon:focus img, .cs-html .meta-box__share a.meta-box__social-icon:active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.cs-html .page-title {
  margin-top: 0rem;
  font-size: 42px;
}
@media (max-width: 1024px) {
  .cs-html .page-title {
    text-align: center;
  }
}

body.has-iframe {
  overflow: auto;
  /*@media (max-width: 321px){
    #page-container{
      overflow-x:hidden;
    }
    #cs-page-content{
      margin: 0 -1.25rem 1.25rem;
      width: auto;
      max-width: none;
      flex: 0 0 112%;
      .cs-page-main__holder{
        border-radius: 0;
      }
    }
  }*/
}
body.has-iframe .cs-page-main {
  padding-bottom: 4px;
}

.cs-Alternative1 .cs-page-hero {
  margin-top: 0 !important;
}

.cs-page-container.cs-Alternative1 .cs-main-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

header#cs-page-head {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cs-page-hero__logo {
  left: 0 !important;
  width: 33.3333333333%;
}

.agreement-container {
  background: #f2f1f0;
  padding: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}

#Agreement_Form label.right {
  margin: 0 !important;
  float: unset;
}
#Agreement_Form .agreement-form-heading {
  text-transform: unset;
  color: #262626;
  font-size: 20px;
  display: block !important;
  margin-bottom: 24px !important;
  font-weight: bold;
}
#Agreement_Form .agreement-confirmation-text p {
  font-size: 16px;
}

#Agreement_Form .g-recaptcha {
  padding-bottom: 18px;
}
#Agreement_Form input[type=submit] {
  padding: 0;
}

#Agreement_Form_agreement-form-confirmation {
  margin-bottom: 1rem;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .cs-page-hero__holder {
    margin: unset !important;
  }
}
#Agreement_Form h5 {
  padding-bottom: 12px;
}
#Agreement_Form .middleColumn {
  padding-top: 8px;
}
#Agreement_Form label.left {
  color: #262626;
  float: unset;
  font-weight: 700;
  font-size: 18px;
}
#Agreement_Form .left {
  margin-bottom: 1rem;
}
#Agreement_Form .checkbox label.left {
  font-weight: 400;
}
#Agreement_Form #Agreement_Form_agreeCheckbox_Holder,
#Agreement_Form #Agreement_Form_NewsLetterCheckBox_Holder {
  margin: 1rem 0;
}
#Agreement_Form .checkbox label, #Agreement_Form .radio label {
  padding-left: 0.5rem;
}
#Agreement_Form .field.checkbox input[type=checkbox].checkbox {
  margin-top: 6px;
}
#Agreement_Form em {
  margin-bottom: 1rem;
}
#Agreement_Form input[type=submit] {
  width: 105px;
}
#Agreement_Form label {
  display: unset !important;
}
#Agreement_Form #Agreement_Form_EmailAgree {
  margin-top: 1rem;
}

.agreement-container h5 {
  margin-bottom: 24px;
}

.design-4-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  opacity: 0;
}

.design-4-subtitle {
  margin: 0;
  font-size: 14px;
  opacity: 0;
}

h1.design-4-h1 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 12px;
}

p.design-4-p {
  font-size: 18px;
  line-height: 24px;
}

.design-4-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}
.design-4-wrapper .page-label, .design-4-wrapper .article-list__item__type, .design-4-wrapper .list-item__label, .design-4-wrapper .ElementJobList__label {
  margin-bottom: 0;
}

.flex-center-design-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.design-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #3d3d3f;
  background: #d9d8d7;
  color: white;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}

.design-4-green-btn {
  background: #7dce94 !important;
  color: #292929 !important;
}

header.design-4 {
  z-index: 9998;
}

header .design-4-container,
.campaign-message-bar .design-4-container {
  width: 100%;
  width: 1000px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 24px;
}

.design-4-head {
  height: 70px;
}
.design-4-head hgroup a:hover {
  text-decoration: none;
}

.cs-4-logo img {
  height: 50px;
  margin-right: 12px;
  opacity: 0;
}

.show-title, .show-logo {
  transition: 0.5s linear;
  opacity: 1 !important;
}

.design-4-content {
  padding: 0 0 32px 0;
  margin: 0 auto;
  width: 725px;
}
.design-4-content p, .design-4-content .share-title-share-box {
  font-size: 1.125rem;
}

.design-4-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.design-4-nav a {
  margin-left: 12px;
  padding: 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.design-4-mobile-menu-items {
  position: absolute;
  top: 70px;
  right: 0;
  background: white;
  list-style: none;
  background: #3d3d3f;
  border-bottom-left-radius: 4px;
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
}
.design-4-mobile-menu-items li a {
  font-size: 16px;
}

.design-4-mobile-menu {
  display: none;
}

.design-4-mobile-menu-items li {
  padding: 0;
}

.design-4-mobile-menu-items a {
  padding: 18px 32px;
  display: block;
  text-decoration: none;
}

.design-4-mobile-menu-icon {
  cursor: pointer;
  padding: 14px;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.design-4-mobile-menu-icon:hover,
.design-4-mobile-menu-items a:hover,
.design-4-nav a:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
}

.design-4-mobile-menu-icon-pin {
  width: 24px;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 4px;
}

.design-4-mobile-menu-icon-pin:last-child {
  margin-bottom: 0;
}

.design-4-d-none {
  display: none;
}

.hide-element {
  display: none;
}

#design-4-distance {
  height: 10px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.agreement-container {
  padding-top: 24px;
}

.design-4-content h1 {
  margin-bottom: 12px;
}
.design-4-content h5 {
  margin-bottom: 16px;
}
.design-4-content .design-4-iframe-holder {
  margin: 0;
  background: white;
}
.design-4-content .design-4-iframe {
  width: 100%;
}
.design-4-content .agreement-container {
  background: #f2f1f0;
  padding: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.design-4-content .agreement-container h5 {
  font-size: 20px;
  margin-bottom: 48px;
}
.design-4-content .agreement-container .Actions {
  padding-top: 18px;
}

.design-4-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
}
.design-4-footer a {
  padding: 0 12px;
}

.design-4-btn {
  padding: 12px 28px !important;
  width: unset !important;
  display: inline-block !important;
}

.design-4-sections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
}

@media screen and (max-width: 1048px) {
  .design-4-container {
    width: unset;
  }
  .design-4-container, header.design-4-container {
    max-width: 100%;
  }
  .design-4-content .design-4-container {
    max-width: 100%;
    width: unset;
  }
  .design-4-head {
    width: 100%;
  }
}
.agreement-container-design-three h5 {
  padding: 24px 0;
}

.design-4-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.design-4-content .design-4-container {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1047px) {
  .design-4-sections {
    width: 100%;
    max-width: 100%;
  }
  .design-4-sections {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .design-4-head {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .design-4-sections {
    padding: 0 24px;
    padding-top: 24px;
  }
  .design-4-content {
    max-width: 100%;
    width: 100%;
  }
  .design-4-content h1 {
    font-size: 2rem;
  }
  .design-4-content .agreement-container {
    padding: 32px;
  }
  #Agreement_Form .agreement-confirmation-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .design-4-sections {
    margin: 0;
    padding: 0;
  }
  #Agreement_Form {
    font-size: unset;
  }
  .design-4-title {
    font-size: 16px;
  }
  .design-4-subtitle {
    font-size: 12px;
  }
  .design-4-mobile-menu-icon {
    padding: 8px;
  }
  .design-4-mobile-menu-icon-pin {
    margin-bottom: 6px;
  }
  .design-4-head {
    height: 70px;
  }
  .design-4-head img {
    max-width: 100%;
    padding: 6px 6px 6px 0;
    margin-left: unset;
  }
  .design-4-head hgroup {
    padding: 0 12px 0 0;
  }
  .design-4-mobile-menu-items {
    top: 70px;
  }
  .design-4-content {
    margin-top: 70px;
    padding: 12px 0 12px 0;
  }
  header .design-4-container {
    margin: 0;
    padding: 12px 6px;
  }
  .campaign-message-bar .design-4-container {
    margin: 0;
    padding: 6px;
  }
  .design-4-container {
    margin: 0;
    padding: 12px;
  }
  .design-4-content .design-4-content {
    padding: 0 0 32px 0;
    margin: 0 auto;
    width: 725px;
  }
  .design-4-content .design-4-content p, .design-4-content .design-4-content .share-title-share-box {
    font-size: 1rem;
  }
  .design-4-content .agreement-container {
    padding: 24px;
  }
  .design-4-content .agreement-container h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .design-4-title {
    font-size: 12px;
  }
  .design-4-subtitle {
    font-size: 10px;
  }
  .design-4-content .agreement-container {
    padding: 16px;
  }
}
.cs-4-logo img {
  height: 50px;
}

.alternative-1-hamburger {
  padding: 6px;
  background: white;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 1;
  display: none;
}
.alternative-1-hamburger i {
  font-size: 20px;
}

.alternative-1-mobile-menu {
  background: white;
  border-radius: 4px;
  padding: 12px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  top: 52px;
  right: 12px;
  min-width: 140px;
  z-index: 1;
}
.alternative-1-mobile-menu a {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  color: #262626;
}

.cs-share i {
  color: #4C4C4C;
  font-size: 28px;
  margin-right: 8px !important;
}
.cs-share i:last-child {
  margin-right: 0x;
}
.cs-share i:hover {
  color: rgb(101.5, 101.5, 101.5);
}

@media screen and (max-width: 768px) {
  .alternative-1-hamburger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cs-page-head {
    display: none !important;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.panel-group {
  margin-bottom: 20px;
  margin-top: 20px;
}

.panel-default {
  border-color: #ddd;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-default .panel-heading {
  color: #333;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f7f7f7;
}

.panel-title {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.panel-title a {
  font-size: 1.5rem;
  color: #262626;
  line-height: 1.2;
  font-family: "Publico Headline", Georgia, "Times New Roman", Times, serif;
  text-decoration: none !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500 !important;
}
.panel-title a:hover {
  text-decoration: none;
}

.collapse {
  display: none;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}

.panel-body {
  padding: 15px;
}

.panel-title &gt; a i {
  float: right;
  margin-left: 20px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel &gt; .list-group:last-child .list-group-item:last-child, .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-default {
  border-color: #DDDDDD;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.panel-body {
  border-bottom: 1px solid #F5F5F5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel-default {
  border-color: #DDDDDD;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

[class*=entypo-]:before {
  font-family: entypo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.panel-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none !important;
}

.panel-title {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.panel-default .panel-heading {
  border-color: #F5F5F5 !important;
}

/* AREA-MODAL START*/
.area-modal-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  z-index: 9999;
}

.area-modal {
  width: 800px;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  display: none;
}

.area-modal-header {
  background: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}

.area-modal-title {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.area-modal-title h1 {
  margin: 0;
  font-size: 1.6rem;
  color: #333;
}

#area-modal-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer !important;
  width: 32px;
  font-size: 20px;
  color: #333;
}

.area-modal-body {
  height: 100%;
}

.area-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .area-modal-title h1 {
    font-size: 1.4rem;
  }
}
/* AREA-MODAL END*/
.iframe-holder-template-4 {
  height: calc(100vh - 70px);
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  width: 100%;
}
.iframe-holder-template-4 .template-4-iframe {
  width: 100%;
  height: calc(100vh - 64px);
  border: 0;
}

.campaign-share-box {
  font-size: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.campaign-share-box .share-title-share-box {
  font-size: 16px;
  margin-right: 6px;
  font-weight: 600;
  opacity: 0.6;
}
.campaign-share-box a {
  margin-left: 12px;
}
.campaign-share-box .facebook-icon {
  color: #3b5998;
}
.campaign-share-box .facebook-icon:hover {
  color: rgb(76.345971564, 111.6066350711, 185.654028436);
}
.campaign-share-box .linkedin-icon {
  color: #2867B2;
}
.campaign-share-box .linkedin-icon:hover {
  color: rgb(58.2201834862, 127.8669724771, 210.7798165138);
}
.campaign-share-box .whatsapp-icon {
  color: #25d366;
}
.campaign-share-box .whatsapp-icon:hover {
  color: rgb(75.4798387097, 223.5201612903, 130.7822580645);
}
.campaign-share-box .messenger-icon {
  color: #0078FF;
}
.campaign-share-box .messenger-icon:hover {
  color: #3393ff;
}

.on-complete-message {
  color: #009926;
  font-weight: bold;
  margin: 20px 0 32px;
}

@media print {
  #BetterNavigator, #page-head, #page-foot, #comments-holder, .breadcrumbs, .sidebar-holder, .feedback, .elemental-area, .enclosed-area, .read-more, .meta-box__share {
    display: none;
  }
  .content-page .image-holder {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-page .main-img img {
    margin-bottom: 24px;
  }
  h1 {
    -webkit-column-break-before: always;
            break-before: always;
  }
  h2, h3, h4 {
    -webkit-column-break-after: avoid;
            break-after: avoid-page;
  }
  p {
    orphans: 2;
    widows: 2;
  }
  @page {
    margin: 5em;
  }
  .facts-box__content--faded {
    border: 0;
  }
  .facts-box__content--faded .cms-content {
    max-height: unset;
    overflow: auto;
  }
  .facts-box__content--faded .toggle-fade {
    display: none;
    position: relative;
    z-index: 2;
    margin-top: auto;
  }
  .facts-box__content--faded:after {
    display: none;
  }
  .read-more {
    display: none;
  }
  .content-box.side-box {
    display: none;
  }
  .content-page__content img {
    float: right;
  }
  .content-page__content p.caption {
    float: right;
  }
  .spnsrd-link {
    display: none;
  }
  .info__collection {
    display: none;
  }
  .info__sticky-marker {
    display: none;
  }
  div.media iframe {
    display: none;
  }
}

/*# sourceMappingURL=styles.concat.css.map */</pre></body></html>