@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009fe3;
  --secondary: #F17D00;
  --success: #00973B;
  --info: #C8D600;
  --warning: #EC4F97;
  --danger: #E80042;
  --light: #e6f5fc;
  --dark: #02326C;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5C5C5C;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #009fe3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #006997;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.6rem 1rem;
  padding-bottom: 0.6rem 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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 {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.3;
  color: inherit; }

h1, .h1 {
  font-size: 3.125rem; }

h2, .h2 {
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 1.3125rem; }

h5, .h5 {
  font-size: 1.3125rem; }

h6, .h6 {
  font-size: 1.125rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .site-footer-navigation .menu {
  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: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.3125rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #333333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #333333; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.6rem 1rem;
    vertical-align: top;
    border-top: 1px solid #D6DEE7; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D6DEE7; }
  .table tbody + tbody {
    border-top: 2px solid #D6DEE7; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #D6DEE7; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D6DEE7; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e4f7; }

.table-hover .table-primary:hover {
  background-color: #a1dbf4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1dbf4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbdbb8; }

.table-hover .table-secondary:hover {
  background-color: #facfa0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #facfa0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e2c8; }

.table-hover .table-success:hover {
  background-color: #a6dbba; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a6dbba; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #f0f4b8; }

.table-hover .table-info:hover {
  background-color: #ebf1a2; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #ebf1a2; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #facee2; }

.table-hover .table-warning:hover {
  background-color: #f8b7d4; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f8b7d4; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9b8ca; }

.table-hover .table-danger:hover {
  background-color: #f7a0b8; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f7a0b8; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f8fcfe; }

.table-hover .table-light:hover {
  background-color: #e2f2fb; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e2f2fb; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8c6d6; }

.table-hover .table-dark:hover {
  background-color: #a8b9cd; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #a8b9cd; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646; }

.table .thead-light th {
  color: #5C5C5C;
  background-color: #D6DEE7;
  border-color: #D6DEE7; }

.table-dark {
  color: #fff;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #02326C;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #02326C;
    background-color: #fff;
    border-color: #64d0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #D6DEE7;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.375rem + 2px); }

select.form-control:focus::-ms-value {
  color: #02326C;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.21875rem + 1px);
  padding-bottom: calc(0.21875rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.21875rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.75rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.625rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00973B; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 151, 59, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00973B; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #00973B;
    box-shadow: 0 0 0 0.2rem rgba(0, 151, 59, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00973B; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00973B; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #18ff72; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00ca4f; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 151, 59, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00973B; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 59, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E80042; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(232, 0, 66, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E80042; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #E80042;
    box-shadow: 0 0 0 0.2rem rgba(232, 0, 66, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E80042; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E80042; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ff6993; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff1c5d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 0, 66, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E80042; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(232, 0, 66, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.53125rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0084bd;
    border-color: #007bb0; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bb0;
    border-color: #0072a3; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #F17D00;
  border-color: #F17D00; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #cb6900;
    border-color: #be6300; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 125, 0, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #F17D00;
    border-color: #F17D00; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #be6300;
    border-color: #b15c00; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 125, 0, 0.5); }

.btn-success {
  color: #fff;
  background-color: #00973B;
  border-color: #00973B; }
  .btn-success:hover {
    color: #fff;
    background-color: #00712c;
    border-color: #006427; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 151, 59, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00973B;
    border-color: #00973B; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006427;
    border-color: #005722; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 151, 59, 0.5); }

.btn-info {
  color: #333333;
  background-color: #C8D600;
  border-color: #C8D600; }
  .btn-info:hover {
    color: #333333;
    background-color: #a4b000;
    border-color: #98a300; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 214, 0, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #333333;
    background-color: #C8D600;
    border-color: #C8D600; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #98a300;
    border-color: #8c9600; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(200, 214, 0, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #EC4F97;
  border-color: #EC4F97; }
  .btn-warning:hover {
    color: #fff;
    background-color: #e82c83;
    border-color: #e7217c; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 79, 151, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #EC4F97;
    border-color: #EC4F97; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e7217c;
    border-color: #e31875; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(236, 79, 151, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #E80042;
  border-color: #E80042; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c20037;
    border-color: #b50033; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 0, 66, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E80042;
    border-color: #E80042; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b50033;
    border-color: #a80030; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 0, 66, 0.5); }

.btn-light {
  color: #333333;
  background-color: #e6f5fc;
  border-color: #e6f5fc; }
  .btn-light:hover {
    color: #333333;
    background-color: #c4e7f8;
    border-color: #b8e3f7; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 245, 252, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #333333;
    background-color: #e6f5fc;
    border-color: #e6f5fc; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #333333;
    background-color: #b8e3f7;
    border-color: #addef5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 245, 252, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #02326C;
  border-color: #02326C; }
  .btn-dark:hover {
    color: #fff;
    background-color: #012146;
    border-color: #011b3a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 50, 108, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #02326C;
    border-color: #02326C; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #011b3a;
    border-color: #01152d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 50, 108, 0.5); }

.btn-outline-primary {
  color: #009fe3;
  background-color: transparent;
  background-image: none;
  border-color: #009fe3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #009fe3;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }

.btn-outline-secondary {
  color: #F17D00;
  background-color: transparent;
  background-image: none;
  border-color: #F17D00; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #F17D00;
    border-color: #F17D00; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 125, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #F17D00;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #F17D00;
    border-color: #F17D00; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 125, 0, 0.5); }

.btn-outline-success {
  color: #00973B;
  background-color: transparent;
  background-image: none;
  border-color: #00973B; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00973B;
    border-color: #00973B; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 151, 59, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00973B;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00973B;
    border-color: #00973B; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 151, 59, 0.5); }

.btn-outline-info {
  color: #C8D600;
  background-color: transparent;
  background-image: none;
  border-color: #C8D600; }
  .btn-outline-info:hover {
    color: #333333;
    background-color: #C8D600;
    border-color: #C8D600; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 214, 0, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #C8D600;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #333333;
    background-color: #C8D600;
    border-color: #C8D600; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(200, 214, 0, 0.5); }

.btn-outline-warning {
  color: #EC4F97;
  background-color: transparent;
  background-image: none;
  border-color: #EC4F97; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #EC4F97;
    border-color: #EC4F97; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 79, 151, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #EC4F97;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #EC4F97;
    border-color: #EC4F97; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(236, 79, 151, 0.5); }

.btn-outline-danger {
  color: #E80042;
  background-color: transparent;
  background-image: none;
  border-color: #E80042; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E80042;
    border-color: #E80042; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 0, 66, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #E80042;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #E80042;
    border-color: #E80042; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 0, 66, 0.5); }

.btn-outline-light {
  color: #e6f5fc;
  background-color: transparent;
  background-image: none;
  border-color: #e6f5fc; }
  .btn-outline-light:hover {
    color: #333333;
    background-color: #e6f5fc;
    border-color: #e6f5fc; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 245, 252, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e6f5fc;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #333333;
    background-color: #e6f5fc;
    border-color: #e6f5fc; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 245, 252, 0.5); }

.btn-outline-dark {
  color: #02326C;
  background-color: transparent;
  background-image: none;
  border-color: #02326C; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #02326C;
    border-color: #02326C; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 50, 108, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #02326C;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #02326C;
    border-color: #02326C; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 50, 108, 0.5); }

.btn-link {
  font-weight: 400;
  color: #009fe3;
  background-color: transparent; }
  .btn-link:hover {
    color: #006997;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 25px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.21875rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 15px; }

.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.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.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: #5C5C5C;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #D6DEE7; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #262626;
    text-decoration: none;
    background-color: #F5F7F9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009fe3; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #02326C;
  text-align: center;
  white-space: nowrap;
  background-color: #D6DEE7;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #009fe3; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #97e0ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #D6DEE7; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #858585; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #009fe3; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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='%23fff' 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-label::before {
  background-color: #009fe3; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 227, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 159, 227, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #009fe3; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 227, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #02326C;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #64d0ff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(100, 208, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #02326C;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #D6DEE7; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.375rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.375rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #64d0ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #64d0ff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.375rem + 2px);
  padding: 0.4375rem 1rem;
  line-height: 1.5;
  color: #02326C;
  background-color: #fff;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.375rem + 2px) - 1px * 2);
    padding: 0.4375rem 1rem;
    line-height: 1.5;
    color: #02326C;
    content: "Browse";
    background-color: #D6DEE7;
    border-left: 1px solid #d4dce6;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.75rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #858585; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #D6DEE7 #D6DEE7 #858585; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #5C5C5C;
    background-color: #fff;
    border-color: #858585 #858585 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009fe3; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card, .person-box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #D6DEE7;
  border-radius: 0.25rem; }
  .card > hr, .person-box > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child, .person-box > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child, .person-box > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 2rem; }

.card-title {
  margin-bottom: 1.5rem; }

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 2rem; }

.card-header {
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  background-color: white;
  border-bottom: 1px solid #D6DEE7; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1.5rem 2rem;
  background-color: white;
  border-top: 1px solid #D6DEE7; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1.5rem;
  margin-left: -1rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top, .person-box > .image {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card, .card-deck .person-box {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card, .card-deck .person-box {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card, .card-group > .person-box {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card, .card-group > .person-box {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card, .card-group > .person-box + .card, .card-group > .card + .person-box, .card-group > .person-box + .person-box {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child, .card-group > .person-box:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top, .card-group > .person-box:first-child .card-img-top, .card-group > .card:first-child .person-box > .image, .card-group > .person-box:first-child .person-box > .image,
          .card-group > .card:first-child .card-header,
          .card-group > .person-box:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom, .card-group > .person-box:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer,
          .card-group > .person-box:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child, .card-group > .person-box:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top, .card-group > .person-box:last-child .card-img-top, .card-group > .card:last-child .person-box > .image, .card-group > .person-box:last-child .person-box > .image,
          .card-group > .card:last-child .card-header,
          .card-group > .person-box:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom, .card-group > .person-box:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer,
          .card-group > .person-box:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child, .card-group > .person-box:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top, .card-group > .person-box:only-child .card-img-top, .card-group > .card:only-child .person-box > .image, .card-group > .person-box:only-child .person-box > .image,
          .card-group > .card:only-child .card-header,
          .card-group > .person-box:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom, .card-group > .person-box:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer,
          .card-group > .person-box:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .person-box:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .person-box:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .person-box > .image, .card-group > .person-box:not(:first-child):not(:last-child):not(:only-child) .person-box > .image,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .person-box:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .person-box:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
          .card-group > .person-box:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card, .card-columns .person-box {
  margin-bottom: 1.5rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card, .card-columns .person-box {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #D6DEE7;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009fe3;
  background-color: #fff;
  border: 1px solid #858585; }
  .page-link:hover {
    color: #006997;
    text-decoration: none;
    background-color: #D6DEE7;
    border-color: #858585; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #858585; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #009fe3; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #007bb0; }

.badge-secondary {
  color: #fff;
  background-color: #F17D00; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #be6300; }

.badge-success {
  color: #fff;
  background-color: #00973B; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #006427; }

.badge-info {
  color: #333333;
  background-color: #C8D600; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #98a300; }

.badge-warning {
  color: #fff;
  background-color: #EC4F97; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e7217c; }

.badge-danger {
  color: #fff;
  background-color: #E80042; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #b50033; }

.badge-light {
  color: #333333;
  background-color: #e6f5fc; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #b8e3f7; }

.badge-dark {
  color: #fff;
  background-color: #02326C; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #011b3a; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #D6DEE7;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005376;
  background-color: #ccecf9;
  border-color: #b8e4f7; }
  .alert-primary hr {
    border-top-color: #a1dbf4; }
  .alert-primary .alert-link {
    color: #002f43; }

.alert-secondary {
  color: #7d4100;
  background-color: #fce5cc;
  border-color: #fbdbb8; }
  .alert-secondary hr {
    border-top-color: #facfa0; }
  .alert-secondary .alert-link {
    color: #4a2600; }

.alert-success {
  color: #004f1f;
  background-color: #ccead8;
  border-color: #b8e2c8; }
  .alert-success hr {
    border-top-color: #a6dbba; }
  .alert-success .alert-link {
    color: #001c0b; }

.alert-info {
  color: #686f00;
  background-color: #f4f7cc;
  border-color: #f0f4b8; }
  .alert-info hr {
    border-top-color: #ebf1a2; }
  .alert-info .alert-link {
    color: #383c00; }

.alert-warning {
  color: #7b294f;
  background-color: #fbdcea;
  border-color: #facee2; }
  .alert-warning hr {
    border-top-color: #f8b7d4; }
  .alert-warning .alert-link {
    color: #551c36; }

.alert-danger {
  color: #790022;
  background-color: #faccd9;
  border-color: #f9b8ca; }
  .alert-danger hr {
    border-top-color: #f7a0b8; }
  .alert-danger .alert-link {
    color: #460014; }

.alert-light {
  color: #787f83;
  background-color: #fafdfe;
  border-color: #f8fcfe; }
  .alert-light hr {
    border-top-color: #e2f2fb; }
  .alert-light .alert-link {
    color: #606568; }

.alert-dark {
  color: #011a38;
  background-color: #ccd6e2;
  border-color: #b8c6d6; }
  .alert-dark hr {
    border-top-color: #a8b9cd; }
  .alert-dark .alert-link {
    color: #000306; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #D6DEE7;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #009fe3;
  transition: width 0.6s ease; }

.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: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #5C5C5C;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #5C5C5C;
    text-decoration: none;
    background-color: #F5F7F9; }
  .list-group-item-action:active {
    color: #5C5C5C;
    background-color: #D6DEE7; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #005376;
  background-color: #b8e4f7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005376;
    background-color: #a1dbf4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005376;
    border-color: #005376; }

.list-group-item-secondary {
  color: #7d4100;
  background-color: #fbdbb8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7d4100;
    background-color: #facfa0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7d4100;
    border-color: #7d4100; }

.list-group-item-success {
  color: #004f1f;
  background-color: #b8e2c8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004f1f;
    background-color: #a6dbba; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004f1f;
    border-color: #004f1f; }

.list-group-item-info {
  color: #686f00;
  background-color: #f0f4b8; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #686f00;
    background-color: #ebf1a2; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #686f00;
    border-color: #686f00; }

.list-group-item-warning {
  color: #7b294f;
  background-color: #facee2; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7b294f;
    background-color: #f8b7d4; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7b294f;
    border-color: #7b294f; }

.list-group-item-danger {
  color: #790022;
  background-color: #f9b8ca; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #790022;
    background-color: #f7a0b8; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #790022;
    border-color: #790022; }

.list-group-item-light {
  color: #787f83;
  background-color: #f8fcfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #787f83;
    background-color: #e2f2fb; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #787f83;
    border-color: #787f83; }

.list-group-item-dark {
  color: #011a38;
  background-color: #b8c6d6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #011a38;
    background-color: #a8b9cd; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #011a38;
    border-color: #011a38; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: 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-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #e6f5fc;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #D6DEE7;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #D6DEE7; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 770px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  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: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #5C5C5C; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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-primary {
  background-color: #009fe3 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007bb0 !important; }

.bg-secondary {
  background-color: #F17D00 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #be6300 !important; }

.bg-success {
  background-color: #00973B !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #006427 !important; }

.bg-info {
  background-color: #C8D600 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #98a300 !important; }

.bg-warning {
  background-color: #EC4F97 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e7217c !important; }

.bg-danger {
  background-color: #E80042 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b50033 !important; }

.bg-light {
  background-color: #e6f5fc !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b8e3f7 !important; }

.bg-dark {
  background-color: #02326C !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #011b3a !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #858585 !important; }

.border-top {
  border-top: 1px solid #858585 !important; }

.border-right {
  border-right: 1px solid #858585 !important; }

.border-bottom {
  border-bottom: 1px solid #858585 !important; }

.border-left {
  border-left: 1px solid #858585 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #009fe3 !important; }

.border-secondary {
  border-color: #F17D00 !important; }

.border-success {
  border-color: #00973B !important; }

.border-info {
  border-color: #C8D600 !important; }

.border-warning {
  border-color: #EC4F97 !important; }

.border-danger {
  border-color: #E80042 !important; }

.border-light {
  border-color: #e6f5fc !important; }

.border-dark {
  border-color: #02326C !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .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::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .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; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .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-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #009fe3 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #007bb0 !important; }

.text-secondary {
  color: #F17D00 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #be6300 !important; }

.text-success {
  color: #00973B !important; }

a.text-success:hover, a.text-success:focus {
  color: #006427 !important; }

.text-info {
  color: #C8D600 !important; }

a.text-info:hover, a.text-info:focus {
  color: #98a300 !important; }

.text-warning {
  color: #EC4F97 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e7217c !important; }

.text-danger {
  color: #E80042 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b50033 !important; }

.text-light {
  color: #e6f5fc !important; }

a.text-light:hover, a.text-light:focus {
  color: #b8e3f7 !important; }

.text-dark {
  color: #02326C !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #011b3a !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    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; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.simple-box {
  display: block;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 10px; }

.simple-box-shadow, .certification-box, .profile-settings-card, .contact-box {
  display: block;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.1); }

@font-face {
  font-family: 'gi';
  src: url("../icons/gi.eot?16697022");
  src: url("../icons/gi.eot?16697022#iefix") format("embedded-opentype"), url("../icons/gi.woff2?16697022") format("woff2"), url("../icons/gi.woff?16697022") format("woff"), url("../icons/gi.ttf?16697022") format("truetype"), url("../icons/gi.svg?16697022#gi") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'gi';
    src: url('../icons/gi.svg?16697021#gi') format('svg');
  }
}
*/
.gi:before {
  font-family: "gi";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gi.gi-exit:before {
  content: '\e800'; }

/* '' */
.gi.gi-internet:before {
  content: '\e801'; }

/* '' */
.gi.gi-lock:before {
  content: '\e802'; }

/* '' */
.gi.gi-mojeid:before {
  content: '\e803'; }

/* '' */
.gi.gi-s-check:before {
  content: '\e804'; }

/* '' */
.gi.gi-s-conference:before {
  content: '\e805'; }

/* '' */
.gi.gi-s-db:before {
  content: '\e806'; }

/* '' */
.gi.gi-s-dev:before {
  content: '\e807'; }

/* '' */
.gi.gi-s-graphics:before {
  content: '\e808'; }

/* '' */
.gi.gi-s-location:before {
  content: '\e809'; }

/* '' */
.gi.gi-s-people:before {
  content: '\e80a'; }

/* '' */
.gi.gi-s-personal-growth:before {
  content: '\e80b'; }

/* '' */
.gi.gi-s-professionals:before {
  content: '\e80c'; }

/* '' */
.gi.gi-s-projects:before {
  content: '\e80d'; }

/* '' */
.gi.gi-s-security:before {
  content: '\e80e'; }

/* '' */
.gi.gi-s-target:before {
  content: '\e80f'; }

/* '' */
.gi.gi-s-users:before {
  content: '\e810'; }

/* '' */
.gi.gi-s-vendors:before {
  content: '\e811'; }

/* '' */
.gi.gi-shopping-bag:before {
  content: '\e812'; }

/* '' */
.gi.gi-user:before {
  content: '\e813'; }

/* '' */
.gi.gi-s-enterprise:before {
  content: '\e814';
  margin-top: 5px; }

/* '' */
.gi.gi-s-special-offer:before {
  content: '\e815';
  margin-top: 5px; }

/* '' */
.gi.gi-s-guarantee:before {
  content: '\e816'; }

/* '' */
/* BASE SCSS
    
    1. CORE
    2. BASIC ELEMENTS
    3. FORMS
    4. NAVS
    5. BREADCRUMB NAV
    6. BUTTONS
    7. CHECKBOXES, RADIO BUTTONS
    8. BADGES
    9. MODALS
    10. PAGER
    11. KENDO GRID
    12. OTHER
*/
/* 1. CORE */
body {
  font-family: 'din-2014', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #02326C; }

h1, h2, h3, h4, h6 {
  font-family: 'din-2014', sans-serif;
  font-weight: 400; }

h5 {
  font-weight: 400; }

/* 2. BASIC ELEMENTS */
.lead {
  position: relative;
  color: rgba(2, 50, 108, 0.8);
  overflow: hidden;
  text-align: justify; }

.notice, .special-offers .vat-notice, .term-block .term-container .vat-notice {
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 45px; }

.table th {
  background-color: #e6f5fc;
  color: #02326C; }

.table thead th {
  border-bottom: initial; }

.table tbody tr:nth-of-type(even) {
  background-color: #f2fafe; }

@media (min-width: 1200px) {
  .container.container-n1 {
    max-width: 970px; } }

@media (min-width: 992px) {
  .container.container-n2 {
    max-width: 740px; } }

@media (min-width: 992px) {
  .container.container-n3 {
    max-width: 740px; } }

/* 3. FORMS */
.form-control {
  box-shadow: none; }

.form-control-search {
  padding-right: 36px;
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  .form-control-search:focus {
    border-color: #ededef;
    box-shadow: none; }
  .form-control-search.form-control-lg, .input-group-lg > .form-control-search.form-control,
  .input-group-lg > .input-group-prepend > .form-control-search.input-group-text,
  .input-group-lg > .input-group-append > .form-control-search.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-search.btn,
  .input-group-lg > .input-group-append > .form-control-search.btn {
    padding-right: 50px;
    background-position: right 15px center; }

.advanced-search-form .input-group-text {
  width: 60px;
  background-size: auto 35%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='27'%3E%3Cdefs%3E%3Cpath id='a' d='M1747.94 88.9a10.3 10.3 0 0 1 14.37 0 9.84 9.84 0 0 1 .88 13.12l.06-.06 5.74 5.64-1.43 1.41-5.7-5.6a10.3 10.3 0 0 1-13.92-.4 9.84 9.84 0 0 1 0-14.1zm1.44 12.71a8.23 8.23 0 0 0 11.5 0 7.9 7.9 0 0 0 0-11.3 8.23 8.23 0 0 0-11.5 0 7.9 7.9 0 0 0 0 11.3z'/%3E%3C/defs%3E%3Cuse fill='%23ffffff' xlink:href='%23a' transform='translate(-1742 -84)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F17D00;
  border: 1px solid #F17D00;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  border-left: none; }

.form-advanced-search .input-group-text {
  width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0; }

/* 4. NAVS */
.nav-tabs {
  font-family: 'din-2014', sans-serif;
  font-size: 1.3115rem;
  border-bottom-color: #D6DEE7; }

.nav-tabs .nav-link {
  color: #02326C;
  border-bottom-width: 3px;
  padding: 0.75rem 3.5rem; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  font-weight: 700;
  color: #02326C;
  background-color: transparent;
  border-bottom-color: #F17D00; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: 0; }

/* 5. BREADCRUMB NAV */
.breadcrumb {
  font-size: 0.8125rem;
  color: rgba(35, 37, 58, 0.5);
  background-color: #ffffff;
  /*padding: $spacer *1.5 0;*/
  margin-bottom: 0; }
  .breadcrumb ul {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; }
  .breadcrumb li {
    display: inline; }
  .breadcrumb li a {
    color: rgba(35, 37, 58, 0.5); }

/* 6. BUTTONS */
.btn {
  font-size: 0.875rem;
  text-transform: uppercase; }

.btn.btn-sm, .btn-group-sm > .btn {
  text-transform: none;
  font-weight: 400; }

.btn-secondary {
  color: #fff !important; }

.btn-orange, .profile-settings-card .btn-document-download {
  background-color: #F17D00;
  color: #fff; }

.btn-outline,
.btn-outline-negative {
  border-width: 2px;
  padding: 0.46875rem 2rem;
  font-weight: 700; }
  .btn-outline.btn-sm, .btn-group-sm > .btn-outline.btn,
  .btn-outline-negative.btn-sm,
  .btn-group-sm > .btn-outline-negative.btn {
    padding: 0.15625rem 1.25rem; }
  .btn-outline.btn-lg, .btn-group-lg > .btn-outline.btn,
  .btn-outline-negative.btn-lg,
  .btn-group-lg > .btn-outline-negative.btn {
    padding: 0.8125rem 2rem; }

.btn-outline {
  color: #02326C;
  background-color: transparent;
  background-image: none;
  border-color: #02326C;
  border-color: #d4dce6; }
  .btn-outline:hover {
    color: #02326C;
    background-color: transparent;
    border-color: #02326C; }
  .btn-outline:focus, .btn-outline.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 50, 108, 0.5); }
  .btn-outline.disabled, .btn-outline:disabled {
    color: #02326C;
    background-color: transparent; }
  .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active,
  .show > .btn-outline.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #02326C; }
    .btn-outline:not(:disabled):not(.disabled):active:focus, .btn-outline:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 50, 108, 0.5); }
  .btn-outline:hover {
    border-color: #f5f7f9; }
  .btn-outline:active, .btn-outline:focus {
    color: #02326C !important;
    border-color: #d4dce6 !important; }

.btn-outline-negative {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  border-color: #9aadc4; }
  .btn-outline-negative:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-outline-negative:focus, .btn-outline-negative.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-negative.disabled, .btn-outline-negative:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-negative:not(:disabled):not(.disabled):active, .btn-outline-negative:not(:disabled):not(.disabled).active,
  .show > .btn-outline-negative.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
    .btn-outline-negative:not(:disabled):not(.disabled):active:focus, .btn-outline-negative:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-negative.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-negative:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.btn-facebook {
  color: #fff;
  background-color: #5A7FA7;
  border-color: transparent; }
  .btn-facebook:hover {
    color: #fff;
    background-color: #4c6c8f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #5A7FA7;
    border-color: transparent; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #486686;
    border-color: rgba(0, 0, 0, 0); }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-twitter {
  color: #fff;
  background-color: #059FF5;
  border-color: transparent; }
  .btn-twitter:hover {
    color: #fff;
    background-color: #0487d0;
    border-color: rgba(0, 0, 0, 0); }
  .btn-twitter:focus, .btn-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #fff;
    background-color: #059FF5;
    border-color: transparent; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #047fc3;
    border-color: rgba(0, 0, 0, 0); }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-googleplus {
  color: #fff;
  background-color: #d35546;
  border-color: transparent; }
  .btn-googleplus:hover {
    color: #fff;
    background-color: #c43f2f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-googleplus:focus, .btn-googleplus.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-googleplus.disabled, .btn-googleplus:disabled {
    color: #fff;
    background-color: #d35546;
    border-color: transparent; }
  .btn-googleplus:not(:disabled):not(.disabled):active, .btn-googleplus:not(:disabled):not(.disabled).active,
  .show > .btn-googleplus.dropdown-toggle {
    color: #fff;
    background-color: #ba3b2c;
    border-color: rgba(0, 0, 0, 0); }
    .btn-googleplus:not(:disabled):not(.disabled):active:focus, .btn-googleplus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-googleplus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-course-detail {
  font-size: 11px;
  padding: 5px 14px 5px 14px; }

.btn-primary-redesigned {
  color: #F17D00;
  font-size: 0.8125rem !important;
  font-weight: 600;
  border-radius: 0px; }

.btn-base, .btn-grey, .btn-white, .btn-orange, .profile-settings-card .btn-document-download, .btn-blue, .advanced-search-filter .section.bottom .btn-redirect {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 0.66667rem 2.2rem; }
  .btn-base:hover, .btn-grey:hover, .btn-white:hover, .btn-orange:hover, .profile-settings-card .btn-document-download:hover, .btn-blue:hover, .advanced-search-filter .section.bottom .btn-redirect:hover {
    cursor: pointer; }

.btn-light-base, .btn-light-orange, .btn-light-grey {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ededef;
  padding: 0.66667rem 2.2rem; }
  .btn-light-base:hover, .btn-light-orange:hover, .btn-light-grey:hover {
    border-color: #F17D00;
    cursor: pointer; }

.btn-grey {
  color: rgba(35, 37, 58, 0.5);
  background-color: #ffffff; }
  .btn-grey:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .btn-grey:disabled {
    background-color: #dee0e0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.btn-white {
  color: rgba(35, 37, 58, 0.5);
  background-color: #fff;
  border: 1px solid rgba(35, 37, 58, 0.5); }

.btn-orange, .profile-settings-card .btn-document-download {
  color: #fff;
  background-color: #F17D00; }
  .btn-orange:hover, .profile-settings-card .btn-document-download:hover {
    background-color: #fb9c37;
    color: #fff !important;
    text-decoration: none; }
  .btn-orange:disabled, .profile-settings-card .btn-document-download:disabled {
    background-color: #faa952;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.btn-blue {
  color: #fff;
  background-color: #009fe3;
  border: 1px solid #009fe3; }

.btn-light-orange {
  color: #F17D00; }

.btn-light-grey {
  color: rgba(35, 37, 58, 0.5); }

.course-action-button, .course-action-buttons .fav, .course-action-buttons .detail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 55px;
  height: 57px;
  border: 1px solid #EDEDEF;
  border-radius: 3px;
  margin-left: 10px; }
  .course-action-button:hover, .course-action-buttons .fav:hover, .course-action-buttons .detail:hover {
    border-color: #F17D00; }

.course-action-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px; }
  @media (min-width: 768px) {
    .course-action-buttons {
      justify-content: center;
      padding-left: 35px;
      padding-top: 0; } }
  @media (max-width: 991.98px) {
    .course-action-buttons .fav {
      margin-left: 0; } }
  .course-action-buttons .fav button {
    padding: 0px; }
  .course-action-buttons .detail img {
    width: 16px;
    height: 16px; }

#back-to-top-button {
  display: inline-block;
  background-color: #F17D00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 70px;
  right: 25px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#back-to-top-button::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#back-to-top-button:hover {
  cursor: pointer;
  background-color: #333; }

#back-to-top-button:active {
  background-color: #555; }

#back-to-top-button.show {
  opacity: 1;
  visibility: visible; }

/* 7. CHECKBOXES, RADIO BUTTONS */
.custom-control {
  display: inline-block;
  padding-right: 1.5rem; }

.custom-control-label {
  cursor: pointer; }

.custom-control-label::after {
  cursor: pointer; }

.custom-control-label::before {
  border: 1px solid #DBDCDF;
  background-color: #ffffff; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F17D00 !important; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #D6DEE7; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 125, 0, 0.25); }

/* 8. BADGES */
.badge-container {
  background-color: #F6F6F7;
  padding-top: 12px; }

.badge {
  border: 1px solid transparent;
  margin-right: 2px; }

.badge-catalog {
  float: right; }
  @media (max-width: 767.98px) {
    .badge-catalog {
      float: left; } }

.badge-page-header {
  font-size: 0.8125rem;
  background-color: #F6F6F7;
  padding: 0.75rem;
  color: rgba(35, 37, 58, 0.75);
  font-weight: 800;
  margin-bottom: 1rem; }
  .badge-page-header:hover {
    text-decoration: none; }

.badge.badge-lg {
  font-size: 14px;
  padding: 0.75rem 0.75rem;
  margin: 0 10px 10px 0; }

.badge.badge-light {
  color: #02326C; }

.badge.badge-white {
  border-color: #e6f5fc;
  color: #02326C; }

.badge.badge-outline {
  border-color: #fff;
  color: #fff; }

.hero-block {
  background-image: url(../../content/img/hero-front.jpg); }
  .hero-block a.badge.badge-outline:hover {
    text-decoration: none;
    background-color: #e6f5fc;
    color: #02326C; }
  .hero-block #categories {
    display: none; }
  .hero-block.gopas-anniversary {
    background-image: url(../../content/img/hero-front-grey.jpg); }
    .hero-block.gopas-anniversary .anniversary-badge {
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 767.98px) {
        .hero-block.gopas-anniversary .anniversary-badge {
          display: none; } }
      .hero-block.gopas-anniversary .anniversary-badge .anniversary-image {
        /*  width: 77%;*/
        margin-left: 4.75rem; }
        @media (min-width: 768px) {
          .hero-block.gopas-anniversary .anniversary-badge .anniversary-image {
            width: 94%; } }
        @media (min-width: 992px) {
          .hero-block.gopas-anniversary .anniversary-badge .anniversary-image {
            width: 85%; } }
        @media (min-width: 1200px) {
          .hero-block.gopas-anniversary .anniversary-badge .anniversary-image {
            width: 77%; } }

/* 9. MODALS */
.modal {
  background-color: rgba(0, 0, 0, 0.3); }

.modal-header {
  display: block;
  padding: 1.3125rem 1.3125rem 0.5rem 1.3125rem !important;
  background-color: #ffffff;
  border: none; }
  .modal-header .modal-title {
    display: block;
    font-weight: 800; }
  .modal-header .modal-subtitle {
    display: block;
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }

.modal-body {
  padding: 1.3125rem 1.3125rem 0.5rem 1.3125rem !important; }
  .modal-body .form-group label {
    font-size: 0.8125rem;
    font-weight: 800;
    color: rgba(35, 37, 58, 0.5); }
  .modal-body .form-group .form-control {
    color: rgba(35, 37, 58, 0.5); }

.modal-content {
  background-color: #ffffff; }

.modal-footer {
  display: block;
  background-color: #fff;
  border: none;
  padding: 0.5rem 1.3125rem 1.3125rem 1.3125rem !important; }
  @media (max-width: 767.98px) {
    .modal-footer .btn + .btn {
      margin-top: 0.5rem; } }

@media (min-width: 768px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 1.5rem 4rem; } }

.card-img-top, .person-box > .image {
  min-height: 1px; }

/* 10. PAGER */
.pager li a {
  color: rgba(35, 37, 58, 0.5) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #ededef !important; }
  .pager li a:after {
    color: rgba(35, 37, 58, 0.5); }
  .pager li a:focus {
    box-shadow: none !important; }

.pager li.current-page span {
  border-radius: 0;
  border: 1px solid #F17D00 !important;
  background-color: #F17D00; }

/* 11. KENDO GRID */
.custom-grid-design {
  overflow-x: auto;
  border-top: none; }
  .custom-grid-design .k-grid-header {
    border-bottom: 1px solid #e3e3e3;
    background-image: none;
    background-color: #f4f4f4; }
    .custom-grid-design .k-grid-header .k-header {
      font-size: 0.875rem;
      font-weight: 700;
      white-space: normal;
      background-image: none;
      background-color: #f4f4f4;
      vertical-align: middle;
      border-top: none;
      border: 1px solid #e3e3e3;
      border-left: none;
      font-weight: bold;
      padding: 0.625rem 0.5rem; }
    .custom-grid-design .k-grid-header .k-grid-header-wrap {
      border-right: none; }
  .custom-grid-design .k-grid {
    overflow-x: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    font-size: 0.875rem;
    font-weight: 400; }
  .custom-grid-design tr td {
    border: none;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #e3e3e3;
    font-size: 0.875rem;
    font-weight: 400; }
  .custom-grid-design tr:hover {
    background-color: transparent !important; }
  .custom-grid-design tr.k-alt td {
    background-color: #fbfbfb; }
  .custom-grid-design .k-pager-wrap {
    border: none;
    border-top: 1px solid #ededed;
    background: #f4f4f4;
    padding: 0.5rem 0.5rem 0.375rem 0.5rem; }
  .custom-grid-design .k-pager-wrap > .k-link {
    border-radius: 0;
    margin: 0;
    margin-left: -1px;
    height: 32px;
    line-height: 31px;
    background: #ffffff;
    border: 1px solid #ddd;
    min-width: 30px; }
    .custom-grid-design .k-pager-wrap > .k-link:hover {
      background: #f0f0f0; }
  .custom-grid-design .k-pager-numbers {
    margin: 0 0 0 -1px; }
    .custom-grid-design .k-pager-numbers .k-link {
      background: #ffffff;
      border: 1px solid #ddd;
      margin-right: -1px;
      border-radius: 0;
      height: 32px;
      line-height: 31px;
      min-width: 31px; }
      .custom-grid-design .k-pager-numbers .k-link:hover {
        background: #f0f0f0; }
    .custom-grid-design .k-pager-numbers .k-state-selected {
      border-radius: 0;
      margin: 0px;
      background: #F17D00;
      height: 32px;
      line-height: 31px;
      min-width: 30px;
      border-color: #F17D00; }

/* 12. OTHER */
.hidden {
  display: none !important; }

.card-body {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #F3F3F5; }
  .card-body > p:last-child {
    margin-bottom: 0; }

.alert.alert-primary {
  background-color: #f2fafe;
  border-color: #d4dce6; }

.bg-grey {
  background-color: #F6F6F7; }

.fa-alarm-clock {
  font-weight: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*@preserve
 * Tempus Dominus Bootstrap4 v5.0.0-alpha18 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2018 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem; }

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled, .bootstrap-datetimepicker-widget .site-footer-navigation .menu, .site-footer-navigation .bootstrap-datetimepicker-widget .menu {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group [data-toggle="datetimepicker"] {
  cursor: pointer; }

/*

    1. SIMPLE ELEMENTS
    2. BUTTONS
    3. CHECKBOX
    4. HEADER, HERO, CUSTOM HEADERS
    5. UNIVERSAL BLOCKS
    6. SIDEBAR
    7. OTHER ELEMENTS
    8. UI KIT
    9. LOADING
    10. PAGER

*/
/* 1. SIMPLE ELEMENTS */
.text-stdcase {
  text-transform: none; }

.text-small {
  font-size: 0.8125rem; }

.text-subheading {
  color: #6784a7;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase; }

.text-strong {
  font-weight: 700;
  color: #333333; }

.text-rusty {
  color: #6784a7;
  font-size: 0.9375rem; }

ol.ol-text {
  color: #009fe3;
  list-style: none;
  padding-left: 0;
  counter-reset: ol; }
  ol.ol-text li {
    color: #5C5C5C; }
  ol.ol-text li:before {
    counter-increment: ol;
    content: counter(ol) ".";
    display: inline-block;
    width: 40px; }

ul.ul-text {
  list-style: none;
  padding-left: 0; }
  ul.ul-text li:before {
    content: '—';
    display: inline-block;
    width: 40px; }

/* 2. BUTTONS */
.symbol-button {
  border: 0;
  cursor: pointer;
  background-color: #5C5C5C;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 0.875rem;
  color: #fff; }
  .symbol-button:focus {
    outline: none; }
  .symbol-button.symbol-button-primary {
    background-color: #009fe3; }
    .symbol-button.symbol-button-primary:hover {
      opacity: 0.7; }
  .symbol-button.symbol-button-secondary {
    background-color: #F17D00; }
    .symbol-button.symbol-button-secondary:hover {
      opacity: 0.7; }
  .symbol-button.symbol-button-success {
    background-color: #00973B; }
    .symbol-button.symbol-button-success:hover {
      opacity: 0.7; }
  .symbol-button.symbol-button-gray {
    background-color: #6c757d; }
    .symbol-button.symbol-button-gray:hover {
      opacity: 0.7; }
  .symbol-button.symbol-button-danger {
    background-color: #E80042; }
    .symbol-button.symbol-button-danger:hover {
      opacity: 0.7; }
  .symbol-button > .fa-chevron-left {
    margin-right: 4px; }
  .symbol-button > .fa-chevron-right {
    margin-left: 4px; }

.mini-button {
  border: 0;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 1rem;
  color: #02326C;
  background-color: transparent;
  text-align: center;
  line-height: 1rem;
  cursor: pointer; }
  .mini-button:focus {
    outline: none; }

.favorite-button {
  cursor: pointer;
  color: #b8bfcc; }
  .favorite-button.-favorited {
    color: #F17D00;
    animation: pulse .5s; }

.fav {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px; }
  .fav .wishlist-button {
    cursor: pointer;
    color: #b8bfcc;
    background: none;
    border: none; }
    .fav .wishlist-button:focus {
      outline: none; }
    .fav .wishlist-button.-favorited {
      color: #F17D00;
      animation: pulse .5s; }
  .fav:focus {
    outline: none; }

.detail-button {
  padding: 17px;
  border: 1px solid #ededef;
  line-height: 16px; }
  .detail-button img {
    width: 16px;
    height: 16px; }
  .detail-button:hover {
    cursor: pointer;
    border: 1px solid #F17D00; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.4); } }

.circle-arrow {
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .circle-arrow:hover {
    opacity: 0.5; }
  .circle-arrow.circle-arrow-white {
    filter: brightness(1000%); }
  .circle-arrow.circle-arrow-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239FB2C9' fill-rule='evenodd'%3E%3Cpath d='M20 40c11.046 0 20-8.954 20-20S31.046 0 20 0 0 8.954 0 20s8.954 20 20 20zm0-2c-9.941 0-18-8.059-18-18S10.059 2 20 2s18 8.059 18 18-8.059 18-18 18z'/%3E%3Cpath d='M13.416 21H31a1 1 0 0 0 0-2H13.414l7.293-7.293a1 1 0 0 0-1.414-1.414l-9 9a.997.997 0 0 0 .04 1.452l8.96 8.962a1 1 0 1 0 1.414-1.414L13.416 21z' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E"); }
  .circle-arrow.circle-arrow-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239FB2C9' fill-rule='evenodd'%3E%3Cpath d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm0-2c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18z'/%3E%3Cpath d='M26.584 21H9a1 1 0 0 1 0-2h17.586l-7.293-7.293a1 1 0 0 1 1.414-1.414l9 9a.997.997 0 0 1-.04 1.452l-8.96 8.962a1 1 0 1 1-1.414-1.414L26.584 21z' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80%;
    float: right; }

.select-minimal {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  padding-right: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1397.8 39.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2303326c' xlink:href='%23a' transform='translate(-1390 -30)'/%3E%3C/svg%3E");
  background-size: 13px 9px;
  background-position: right center;
  background-repeat: no-repeat; }
  .select-minimal:focus {
    outline: none; }

/* 3. CHECKBOX */
.replaced-checkbox, .check-button, .check-button-mini, .check-button-mini-light {
  display: block;
  position: relative;
  cursor: pointer; }
  .replaced-checkbox > .input, .check-button > .input, .check-button-mini > .input, .check-button-mini-light > .input {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0; }
  .replaced-checkbox > .text, .check-button > .text, .check-button-mini > .text, .check-button-mini-light > .text {
    border-radius: 0.25rem;
    border: 1px solid transparent;
    color: #02326C;
    background-color: #fff;
    user-select: none;
    font-size: 0.875rem;
    border: 1px solid #DBDCDF; }

.check-button > .input {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0; }

.check-button > .text {
  display: block;
  padding: 0.5rem 8px 0.5625rem 44px;
  font-size: 0.875rem; }

.check-button > .input:checked + .text {
  background-color: #f2fafe; }

.check-button > .text:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0.25rem;
  border: 1px solid #d4dce6;
  position: absolute;
  left: 13px;
  top: 10px;
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.check-button > .input[type="checkbox"]:checked + .text:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2302326C' d='M2 8.6l4.24 4.1L14 5.5l-1.7-1.75L6.23 9.4 3.76 7z' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.check-button > .input[type="radio"]:checked + .text:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%2300306E' x='5' y='5' width='6' height='6' rx='2' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.check-button-mini > .text {
  padding: 0.125rem 0.25rem;
  text-align: center;
  font-size: 0.875rem; }

.check-button-mini > .input:checked + .text {
  background-color: #02326C;
  color: #e6f5fc; }

.check-button-mini-light {
  width: 115px;
  margin-bottom: 0.5rem; }
  .check-button-mini-light > .text {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 2px;
    text-align: center; }
  .check-button-mini-light > .input:checked + .text {
    background-color: #F17D00;
    color: #ffffff;
    border: none; }

/* 4. HEADER, HERO, CUSTOM HEADERS */
.page-header {
  background-image: url(/Themes/Gopas/content/img/page-header.jpg);
  background-size: cover;
  background-color: #02326C;
  color: #fff;
  padding: 3.5rem 0;
  /*@include media-breakpoint-down(lg) {
        height: auto;
    }*/ }
  .page-header .category {
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #9aadc4; }
  .page-header .title {
    display: inline-block;
    margin: 0 !important;
    color: #fff;
    line-height: 1;
    font-size: 46px; }
  .page-header .title.-small {
    font-size: 2.5rem; }
  .page-header .subtitle {
    font-family: 'din-2014', sans-serif;
    color: #9aadc4;
    font-size: 1.3125rem;
    font-weight: 300;
    max-width: 530px;
    margin: 0 auto; }
  .page-header .date,
  .page-header .details {
    color: #9aadc4; }
  .page-header .tags {
    display: inline-block; }
  .page-header .tags.-bordered {
    border-top: 1px solid #6784a7; }
  .page-header.-center {
    text-align: center; }
  .page-header.-light {
    background-color: #f2fafe; }
    .page-header.-light .title {
      color: #02326C; }
    .page-header.-light .subtitle {
      color: #6784a7; }
  .page-header .tags {
    margin-top: 12px; }
    @media (min-width: 768px) {
      .page-header .tags {
        float: right; } }
    @media (max-width: 991.98px) {
      .page-header .tags {
        float: left; } }
  @media (min-width: 992px) {
    .page-header .title.-small {
      color: #02326C; }
      .page-header .title.-small.-dark {
        color: #fff; } }

.hero-block {
  height: 540px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background-color: #6784a7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-block .header {
    text-align: left;
    color: #02326D;
    margin-bottom: 1rem; }
  .hero-block .heading {
    font-family: 'din-2014', sans-serif;
    color: inherit;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 2.25rem; }
    @media screen and (max-width: 332px) {
      .hero-block .heading {
        font-size: 2rem; } }
  .hero-block .subhead {
    font-family: 'din-2014', sans-serif;
    font-size: 1.25rem;
    font-weight: 300; }
  .hero-block .subhead.-large {
    font-size: 2rem; }
  .hero-block .search {
    max-width: 580px;
    margin-bottom: 3rem; }
  .hero-block .recommended-vendors {
    font-size: 0.9375rem;
    color: #8e8f99;
    margin-bottom: 1.25rem; }
  .hero-block .actions {
    max-width: 410px; }
    .hero-block .actions .badge {
      font-size: 0.8125rem;
      font-weight: 700;
      color: #585a6a;
      border: 1px solid #ededef;
      padding: 10px;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 2px; }
    .hero-block .actions > br + .badge {
      margin-top: 8px; }
  @media (min-width: 768px) {
    .hero-block {
      padding-top: 5rem;
      padding-bottom: 3rem; }
      .hero-block .header {
        margin-bottom: 1rem; }
      .hero-block .heading {
        font-size: 3.125rem; }
        .hero-block .heading.slovak {
          font-size: 2.7rem; }
      .hero-block .heading.-large {
        font-size: 12rem;
        line-height: 1em; }
      .hero-block .title {
        font-size: 11.875rem; } }

@media (min-width: 992px) {
  .page-header-about-us {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-about-us .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-about-us.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-about-us .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-certifications {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-certifications .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-certifications.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-certifications .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-conferences {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-conferences .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-conferences.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-conferences .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-contact {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-contact .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-contact.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-contact .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-contact-sk {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-contact-sk .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-contact-sk.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-contact-sk .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-courses {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-courses .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-courses.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-courses .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-elearning {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-elearning .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-elearning.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-elearning .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

@media (min-width: 992px) {
  .page-header-it-club {
    padding: 0 !important;
    height: 200px;
    background-color: #F6F6F8;
    background-image: none; }
    .page-header-it-club .banner {
      background-image: url("/Themes/Gopas/content/img/page-header-it-club.jpg");
      background-repeat: no-repeat;
      float: right;
      height: 200px;
      width: 400px; }
    .page-header-it-club .title {
      padding: 3.5rem 0;
      line-height: 1.5;
      color: #02326C; } }

/* 5. UNIVERSAL BLOCKS */
.content-block {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .content-block .container > .header {
    /*max-width: 750px;*/ }
  .content-block .header > .subhead {
    margin: 0 auto 1rem auto;
    color: rgba(2, 50, 108, 0.8);
    font-size: 1.5rem; }
  .content-block .header > .subsubhead {
    margin: 0 auto 1rem auto;
    max-width: 580px; }
  .content-block .content {
    padding-bottom: 1px; }
  .content-block .actions {
    margin-top: 2rem;
    text-align: center; }
  .content-block .bheader {
    margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .content-block .bheading {
      text-align: left;
      font-size: 1.5rem; }
    .content-block .btext {
      font-size: 1.125rem; } }

.custom-slider-block {
  /*text-align: center;*/
  background-color: #ffffff !important; }
  .custom-slider-block a {
    color: #02326D;
    text-decoration: none;
    cursor: pointer; }

/* 6. SIDEBAR */
.sidebar-nav {
  border-radius: 0.25rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
  /*font-weight: 800;*/
  font-family: 'din-2014', sans-serif; }
  .sidebar-nav > .nav-item.level-0 > .aligned {
    margin-left: 1rem !important;
    font-weight: 600; }
  .sidebar-nav > .nav-item.level-1 a {
    font-weight: 600; }
  .sidebar-nav > .nav-item .nav-link.first-level {
    font-weight: 600; }
  .sidebar-nav > .nav-item > a > * {
    pointer-events: none; }
  .sidebar-nav > .nav-item {
    cursor: pointer; }
  .sidebar-nav > .nav-item > .nav-dropdown {
    display: none; }
  .sidebar-nav > .nav-item > .nav-link,
  .sidebar-nav > .nav-item > .nav-dropdown > .nav-link {
    margin-top: -1px;
    color: #02326C;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .sidebar-nav > .nav-item > .nav-dropdown > .nav-link {
    border-bottom: 1px solid #d4dce6; }
  .sidebar-nav > .nav-item:not(:first-child) > .nav-link {
    border-top-color: #d4dce6; }
  .sidebar-nav > .nav-item > .nav-link.active {
    background-color: #F17D00;
    color: #fff;
    position: relative;
    z-index: 1; }
    .sidebar-nav > .nav-item > .nav-link.active .symbol-plus, .sidebar-nav > .nav-item > .nav-link.active .symbol-minus {
      color: #ffffff; }
  .sidebar-nav .nav-item > .nav-link .symbol-plus, .sidebar-nav .nav-item > .nav-link .symbol-minus {
    color: #009FE5;
    font-size: 16px;
    font-weight: 700; }
  .sidebar-nav .nav-dropdown .nav-link.active {
    background-color: #F17D00;
    color: #fff; }
  .sidebar-nav > .nav-item > .nav-link > .num {
    float: right;
    font-weight: 300;
    color: #9aadc4; }
  .sidebar-nav > .nav-item > .nav-link.active > .num {
    color: rgba(255, 255, 255, 0.6); }

.sidebar-subnav {
  background-color: #C1E9FA;
  padding: 10px 0; }
  .sidebar-subnav > .nav-item > .nav-link {
    padding: 2px 1rem;
    color: #02326C; }

/* 7. OTHER ELEMENTS */
.icon-with-number {
  position: relative;
  color: #02326C;
  margin: 1rem 0;
  cursor: pointer; }
  .icon-with-number > .icon-title {
    margin-left: 10px;
    display: inline-block; }
  .icon-with-number > .icon {
    width: 75px;
    height: auto; }
  .icon-with-number > .icon-title {
    vertical-align: middle; }
  .icon-with-number > .icon-title .number {
    font-family: 'din-2014', sans-serif;
    font-size: 1.3125rem;
    font-weight: 700;
    color: #02326D;
    line-height: 1.1; }
  .icon-with-number > .icon-title .number p {
    margin-bottom: 0px; }
  .icon-with-number > .icon-title .text {
    font-size: 15px;
    color: #02326D; }
  .icon-with-number > .icon-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0); }
  .icon-with-number:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1199.98px) {
    .icon-with-number > .icon-title {
      display: block;
      margin-top: 12px; } }
  @media (max-width: 991.98px) {
    .icon-with-number {
      text-align: center; } }

@media (min-width: 768px) {
  .carousel-logos {
    margin: 0 70px; } }

.search-product-box {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5rem; }
  .search-product-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .search-product-box .title a {
    font-size: 1.3125rem;
    color: #02326D;
    font-weight: 800; }
  .search-product-box .product-detail {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }
  .search-product-box .detail-button {
    float: right; }
  @media (max-width: 991.98px) {
    .search-product-box .detail-button {
      display: none; }
    .search-product-box .product-code {
      margin-bottom: 1rem; } }

.collapsible-group {
  margin-bottom: 2rem; }

.collapsible-box {
  border: 1px solid #d4dce6;
  background-color: #fff;
  overflow: hidden; }
  .collapsible-box > .header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #d4dce6;
    position: relative;
    margin-bottom: -1px;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .collapsible-box > .header:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -7.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2323253A' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
    transition: transform .4s; }
  .collapsible-box > .header:not(.collapsed):after {
    transform: rotate(180deg); }
  .collapsible-box > .header > .num {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    color: #02326C;
    border: 2px solid #02326C;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 30px; }
  .collapsible-box > .header > .title {
    margin: 0;
    font-size: 1.3125rem;
    padding-right: 1.5rem; }
  .collapsible-box .body {
    padding: 2rem 2rem 1rem 2rem; }
  .collapsible-box .body.-light {
    background-color: #f2fafe; }
  .collapsible-box.-compact > .header {
    background-color: #f2fafe; }
  .collapsible-box.-compact > .header:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2390AAC4' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E"); }
  .collapsible-box.-compact:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }
  .collapsible-box.-compact:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }
  .collapsible-box.-compact:not(:last-child) {
    border-bottom: 0; }
  .collapsible-box.-separate-large {
    border-radius: 0.25rem;
    margin-bottom: 10px; }
    .collapsible-box.-separate-large > .header {
      padding: 1.5rem 2rem;
      background-color: #fff; }
    .collapsible-box.-separate-large > .header > .title {
      font-size: 1.125rem;
      color: #02326C; }
    .collapsible-box.-separate-large > .header:not(.collapsed) {
      background-color: #009fe3; }
    .collapsible-box.-separate-large > .header:not(.collapsed) > .title {
      color: #fff; }
    .collapsible-box.-separate-large > .header:not(.collapsed):after {
      filter: brightness(10000%); }
    .collapsible-box.-separate-large > .header:not(.collapsed) > .num {
      color: #fff;
      border-color: #fff; }
  .collapsible-box.-separate-small {
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-bottom: 4px; }
    .collapsible-box.-separate-small > .header {
      padding: 1rem 1rem; }
    .collapsible-box.-separate-small .body {
      padding: 1rem 1rem 1px 1rem; }

.separated-list {
  list-style: none;
  line-height: 1em;
  margin: 0;
  padding: 0; }
  .separated-list li {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .separated-list li:not(:last-child) {
    border-right: 1px solid #d4dce6; }
  .separated-list,
  .separated-list a {
    color: #9aadc4; }
  .separated-list.-large {
    font-size: 1.25rem; }
    .separated-list.-large li:not(:last-child) {
      border-right-color: #6784a7; }
    .separated-list.-large,
    .separated-list.-large a {
      color: #d4dce6; }
    @media (min-width: 992px) {
      .separated-list.-large li {
        padding-left: 1rem;
        padding-right: 1rem; } }

/* 8. UI KIT */
.uikit-swatch {
  width: 100%;
  padding: 10px;
  min-height: 39px;
  font-size: 0.8rem;
  display: block;
  transition: transform .3s;
  position: relative; }
  .uikit-swatch.dark-600 {
    background-color: #01234c; }
  .uikit-swatch.dark-500 {
    background-color: #02326C; }
  .uikit-swatch.dark-400 {
    background-color: #6784a7; }
  .uikit-swatch.dark-300 {
    background-color: #9aadc4; }
  .uikit-swatch.dark-200 {
    background-color: #d4dce6; }
  .uikit-swatch.dark-100 {
    background-color: #f5f7f9; }
  .uikit-swatch.primary-500 {
    background-color: #009fe3; }
  .uikit-swatch.primary-400 {
    background-color: #33b2e9; }
  .uikit-swatch.primary-300 {
    background-color: #66c5ee; }
  .uikit-swatch.primary-200 {
    background-color: #e6f5fc; }
  .uikit-swatch.primary-100 {
    background-color: #f2fafe; }
  .uikit-swatch.secondary-500 {
    background-color: #F17D00; }
  .uikit-swatch.secondary-400 {
    background-color: #f49733; }
  .uikit-swatch.secondary-300 {
    background-color: #fad0a3; }
  .uikit-swatch.success-500 {
    background-color: #00973B; }
  .uikit-swatch.success-400 {
    background-color: #33ac62; }
  .uikit-swatch.success-300 {
    background-color: #66c189; }
  .uikit-swatch.danger-500 {
    background-color: #E80042; }
  .uikit-swatch.danger-400 {
    background-color: #ed3368; }
  .uikit-swatch.danger-300 {
    background-color: #f1668e; }
  .uikit-swatch.rose-500 {
    background-color: #EC4F97; }
  .uikit-swatch.yellow-500 {
    background-color: #C8D600; }
  .uikit-swatch.gray-900 {
    background-color: #333333; }
  .uikit-swatch.gray-700 {
    background-color: #5C5C5C; }
  .uikit-swatch.gray-200 {
    background-color: #D6DEE7; }
  .uikit-swatch.gray-100 {
    background-color: #F5F7F9; }
  .uikit-swatch:hover {
    transform: scale(1.1);
    z-index: 1; }

/* 9. LOADING */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading-container {
  position: relative; }
  .loading-container.-active > *:not(.spinner) {
    opacity: .75; }
  .loading-container > .spinner {
    position: fixed;
    left: 50%;
    top: 45%;
    margin-left: -20px;
    margin-top: -20px;
    border: 5px solid transparent;
    border-top: 5px solid #009fe3;
    border-right: 5px solid #009fe3;
    border-bottom: 5px solid #009fe3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; }

/* 10. LOADING */
.pager > ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .pager > ul > li {
    display: inline-block;
    margin-right: 4px; }
    .pager > ul > li > span,
    .pager > ul > li > a {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      border: 1px solid transparent;
      padding: 0 0.666666rem;
      height: 30px;
      font-size: 0.875rem;
      line-height: 30px;
      border-radius: 15px; }
    .pager > ul > li > a {
      color: #fff;
      background-color: #009fe3;
      border-color: #009fe3; }
    .pager > ul > li > a:hover {
      text-decoration: none;
      color: #fff;
      background-color: #0084bd;
      border-color: #007bb0; }
    .pager > ul > li > a:focus,
    .pager > ul > li > a.focus {
      text-decoration: none;
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
    .pager > ul > li > a.disabled,
    .pager > ul > li > a:disabled {
      color: #fff;
      background-color: #009fe3;
      border-color: #009fe3; }
    .pager > ul > li > span {
      color: #fff;
      background-color: #02326C;
      border-color: #02326C; }
    .pager > ul > li.first-page *,
    .pager > ul > li.previous-page *,
    .pager > ul > li.next-page *,
    .pager > ul > li.last-page * {
      font-size: 0px; }
    .pager > ul > li.first-page *::after,
    .pager > ul > li.previous-page *::after,
    .pager > ul > li.next-page *::after,
    .pager > ul > li.last-page *::after {
      float: left;
      margin: -2px;
      font-size: 1.5rem; }
    .pager > ul > li.first-page *::after {
      content: '«'; }
    .pager > ul > li.previous-page *::after {
      content: '‹'; }
    .pager > ul > li.next-page *::after {
      content: '›'; }
    .pager > ul > li.last-page *::after {
      content: '»'; }

/* BLOG-NEWS SCSS, PRESS CENTER NEWS SCSS
    
    1. BLOG NEWS LIST
    2. BLOG NEWS DETAIL
    3. PRESS CENTER NEWS LIST
    4. PRESS CENTER NEWS DETAIL

    NOTE: BLOG FUNCTIONALITY IS USED FOR NEWS
          NEWS FUNCTIONALITY IS USED FOR PRESS CENTER
*/
.box-link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

/* 1. BLOG NEWS LIST */
.news-list .border-bottom-custom {
  border-bottom: 1px solid #ededef; }

@media (min-width: 768px) {
  .news-list .news-more {
    margin-top: 4rem; } }

.news-list-header {
  height: 158px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 3.5rem 0; }
  .news-list-header h1 {
    color: #fff; }
  .news-list-header .banner {
    display: none; }
  .news-list-header .title {
    display: inline-block;
    padding: 3.5rem 0;
    margin: 0 !important;
    font-size: 46px;
    line-height: 1.5;
    color: #02326C; }
    @media (max-width: 991.98px) {
      .news-list-header .title {
        color: #fff; } }
  @media (min-width: 992px) {
    .news-list-header {
      height: 200px !important;
      background-color: #F6F6F8;
      background-image: none; }
      .news-list-header h1 {
        color: #02326C;
        text-align: left; }
        .news-list-header h1.news-list-title {
          padding: 3.5rem 0; }
      .news-list-header .banner {
        height: 200px;
        width: 400px;
        display: block;
        background-image: url(/Themes/Gopas/content/img/page-header-blog-news.jpg);
        background-repeat: no-repeat;
        float: right; } }

.news-box {
  height: 240px;
  position: relative;
  padding: 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  color: #5C5C5C;
  background-color: #ffffff;
  overflow: hidden; }
  .news-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .news-box > .header {
    margin-bottom: 0.75rem; }
  .news-box > .header > .category {
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #F17D00;
    margin-bottom: 0.75rem; }
  .news-box > .header > .title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #02326D;
    margin-bottom: 0; }
  .news-box > .text {
    color: rgba(35, 37, 58, 0.5); }
  .news-box .footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: white; }

.news-box-alternative {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .news-box-alternative {
      padding-top: 3rem;
      padding-bottom: 5rem; } }
  .news-box-alternative header time {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }
  .news-box-alternative header .title {
    font-size: 1.75rem;
    color: #02326D;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .news-box-alternative header .title {
        margin-bottom: 0.5rem; } }
  .news-box-alternative .body {
    font-size: 1.125rem;
    color: rgba(35, 37, 58, 0.75); }
  @media (min-width: 768px) {
    .news-box-alternative .footer {
      position: absolute;
      bottom: 40px; } }
  .news-box-alternative .footer a {
    font-size: 1.125rem;
    color: #009FE5; }
  .news-box-alternative .footer p {
    margin-bottom: 0; }
  .news-box-alternative.-first-news-box {
    padding-top: 0; }
    .news-box-alternative.-first-news-box header .title {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .news-box-alternative.-first-news-box header .title {
          font-size: 2.875rem; } }
    @media (min-width: 768px) {
      .news-box-alternative.-first-news-box .body {
        padding-top: 4rem; } }

/* 2. BLOG NEWS DETAIL */
.news-content {
  font-size: 1.125rem; }
  .news-content h1 {
    font-size: 2.5rem; }
  .news-content h2 {
    font-size: 2.1rem; }
  .news-content h3 {
    font-size: 1.875rem; }
  .news-content h4 {
    font-size: 1.6rem; }
  .news-content h5 {
    font-size: 1.3125rem; }
  .news-content h6 {
    font-size: 1.125rem; }
  .news-content img {
    max-height: 100%;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .news-content img {
        height: auto; } }
  .news-content .news-body {
    margin-top: 2.5rem; }
  .news-content .news-info {
    display: flex; }
    .news-content .news-info .date {
      color: #9aadc4;
      padding-right: 1rem; }
  .news-content .title.-small {
    font-size: 2.5rem; }

/* 3. PRESS CENTER NEWS LIST */
.news-items .news-head {
  margin-bottom: 1rem; }
  .news-items .news-head h2 {
    font-size: 1.875rem; }
  .news-items .news-head time {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }

.news-items .news-body {
  font-size: 1.125rem;
  color: rgba(35, 37, 58, 0.75);
  margin-bottom: 1rem; }

.news-items .buttons {
  font-size: 1.125rem;
  color: #009FE5;
  margin-bottom: 1rem; }

/* 4. PRESS CENTER NEWS DETAIL */
.news-item-page .news-body {
  font-size: 1.125rem;
  margin-top: 3rem; }

.related-news-anchor:hover {
  text-decoration: none; }

/* COURSES SCSS
    
    1. COURSE CATALOG
    2. COURSE DETAIL
     2.1.- course detail list icons
    3. COURSE BOXES
    4. OTHER
     4.1 Special offers

*/
/* 1. COURSE CATALOG */
@media (max-width: 1199.98px) {
  .catalog-header-container .tags {
    margin-top: 12px;
    margin-bottom: 30px;
    float: left; } }

@media (min-width: 576px) {
  .catalog-header-container #WhatWeDo-Detail-Courses {
    display: none; } }

.search-navigation-bar .row .bar-breadcrumb {
  font-size: 13px;
  color: rgba(35, 37, 58, 0.5);
  margin: auto; }

.search-navigation-bar .row .no-padding {
  padding: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-navigation-bar .row .bar-breadcrumb {
    margin-top: 18px; } }

.search-navigation-bar .row .bar-breadcrumb .breadcrumb {
  padding: 0; }
  @media (max-width: 767.98px) {
    .search-navigation-bar .row .bar-breadcrumb .breadcrumb {
      padding-top: 12px; } }

@media (min-width: 768px) {
  .search-navigation-bar .row {
    height: 72px; } }

.catalog-block {
  background-color: #F6F6F7; }
  .catalog-block .sidebar-nav li.active-root {
    background-color: #02326D; }
    .catalog-block .sidebar-nav li.active-root a {
      color: #ffffff; }
    .catalog-block .sidebar-nav li.active-root .symbol-minus, .catalog-block .sidebar-nav li.active-root .symbol-plus {
      color: #ffffff; }
  .catalog-block .category-annotation {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 35px; }
    .catalog-block .category-annotation h1 {
      margin: 0; }
    .catalog-block .category-annotation .course-list-title {
      font-size: 28px;
      font-weight: 400; }
      .catalog-block .category-annotation .course-list-title > .keyword {
        font-weight: 700; }
    .catalog-block .category-annotation .course-list-description-short {
      height: auto;
      margin-top: 15px;
      display: none; }
      .catalog-block .category-annotation .course-list-description-short.active {
        display: block; }
    .catalog-block .category-annotation .course-list-description-full {
      display: none;
      height: auto;
      margin-top: 15px; }
    .catalog-block .category-annotation > .collapsible {
      margin-top: 10px;
      color: #009FE5; }
      .catalog-block .category-annotation > .collapsible > .more {
        padding: 15px 15px;
        margin: -15px -15px;
        cursor: pointer; }
      .catalog-block .category-annotation > .collapsible > .less {
        padding: 15px 15px;
        margin: -15px -15px;
        cursor: pointer; }

.top-courses-block h3 {
  text-align: center; }

.top-courses-block .top-courses {
  margin-top: 24px; }

.page-header-block .course-actions {
  display: flex;
  flex-direction: column; }
  .page-header-block .course-actions .details {
    display: inline-flex;
    margin-top: 1rem; }
  .page-header-block .course-actions .details .fav {
    font-size: 1.125rem; }
  @media (min-width: 768px) {
    .page-header-block .course-actions .details {
      justify-content: flex-end; } }

.page-header-block #choose-term {
  display: inline-flex; }
  .page-header-block #choose-term .text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #F17D00;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 1rem 2rem 1rem 2rem;
    width: 150px; }
  @media (min-width: 768px) {
    .page-header-block #choose-term {
      justify-content: flex-end; } }
  @media (max-width: 991.98px) {
    .page-header-block #choose-term {
      margin-top: 1rem; } }

/* 2. COURSE DETAIL */
.course-detail-breadcrumb-block {
  border-bottom: 1px solid #F3F3F5; }
  .course-detail-breadcrumb-block .course-detail-breadcrumb-container {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .course-detail-breadcrumb-block .course-detail-breadcrumb-container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .course-detail-breadcrumb-block .course-detail-breadcrumb-container .course-detail-breadcrumb {
      padding-bottom: 0; }
  .course-detail-breadcrumb-block .breadcrumb-col {
    margin: auto; }
    .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info {
      display: none;
      font-size: 1.125rem;
      color: #02326D; }
      .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info.active {
        display: block; }
      .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info li {
        float: left;
        margin-right: 3.5rem; }
      .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info .wishlist {
        list-style: none; }
        .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info .wishlist .fav {
          margin-left: -1.75rem; }
          .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info .wishlist .fav .wishlist-button {
            color: inherit;
            font-size: 1.125rem; }
            .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info .wishlist .fav .wishlist-button.-favorited {
              color: #F17D00;
              animation: pulse .5s; }
            .course-detail-breadcrumb-block .breadcrumb-col .course-overview-basic-info .wishlist .fav .wishlist-button i {
              margin-right: 6px; }
  .course-detail-breadcrumb-block .product-attributes-col {
    margin-top: auto; }
    .course-detail-breadcrumb-block .product-attributes-col img {
      width: 45px;
      height: 45px; }
    .course-detail-breadcrumb-block .product-attributes-col .product-attributes-flex-container {
      display: flex;
      flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .course-detail-breadcrumb-block .product-attributes-col {
        margin-top: 1rem; } }
    @media (min-width: 768px) {
      .course-detail-breadcrumb-block .product-attributes-col .product-attributes-flex-container {
        justify-content: flex-end; } }

.course-overview-container {
  display: none;
  font-size: 1.125rem;
  color: rgba(35, 37, 58, 0.75);
  margin-top: 3rem;
  margin-bottom: 3rem;
  /**/ }
  .course-overview-container.active {
    display: block; }
  .course-overview-container a.show-more {
    cursor: pointer; }
    .course-overview-container a.show-more:hover {
      color: rgba(35, 37, 58, 0.9); }
  .course-overview-container .button-wrapper {
    display: flex;
    justify-content: flex-end; }
    .course-overview-container .button-wrapper button.show-more {
      color: #02326D;
      background-color: transparent;
      border: none;
      cursor: pointer;
      padding-right: 2rem; }
      .course-overview-container .button-wrapper button.show-more:focus {
        outline: none; }
      .course-overview-container .button-wrapper button.show-more:after {
        width: 15px;
        height: 15px;
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        margin-top: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2302326C' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E"); }

.course-detail-container {
  display: none;
  margin-top: 3rem; }
  .course-detail-container .course-basic-info {
    font-size: 1.125rem;
    color: #02326D; }
  .course-detail-container li.item {
    position: relative;
    padding-left: 0.25rem;
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .course-detail-container li.item:after {
        position: absolute;
        left: -25px;
        bottom: -20px;
        height: 1px;
        display: block;
        width: 250px;
        background: #ededef;
        content: ''; } }
  .course-detail-container .course-pictures .course-picture {
    margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .course-detail-container ul {
      padding-left: unset; }
    .course-detail-container li.item,
    .course-detail-container li.item p {
      /*float: left;*/
      font-weight: 600; }
    .course-detail-container li.item {
      margin-bottom: 0.5rem !important;
      margin-left: 2rem; } }
  .course-detail-container .course-list-description h6.title {
    font-weight: 600; }
  .course-detail-container .course-list-description .description > p {
    font-size: 1.125rem;
    color: rgba(35, 37, 58, 0.75); }
  .course-detail-container .course-list-description .collapsible-button-wrapper {
    display: flex;
    justify-content: flex-end; }
    .course-detail-container .course-list-description .collapsible-button-wrapper .collapsible-button {
      font-size: 30px;
      font-weight: 400;
      color: #02326D;
      display: block;
      cursor: pointer;
      transition: transform .4s;
      transform: rotate(90deg); }
    .course-detail-container .course-list-description .collapsible-button-wrapper .collapsible-button.collapsed {
      transition: transform .4s;
      transform: rotate(-90deg); }
  @media (max-width: 991.98px) {
    .course-detail-container .course-list-description {
      margin-top: 1.25rem; } }
  .course-detail-container #course-accordion {
    border-top: 1px solid #F3F3F5;
    margin-bottom: 0; }
    .course-detail-container #course-accordion .header::after {
      right: 0; }
    .course-detail-container #course-accordion .collapsible-box {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 1px solid #F3F3F5; }
    .course-detail-container #course-accordion .collapsible-box .header {
      font-weight: 600;
      border: none;
      padding-left: 0;
      padding-right: 0; }
    .course-detail-container #course-accordion .collapsible-box .header .title {
      font-size: 1.125rem;
      color: #02326D; }
  .course-detail-container .button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .course-detail-container .button-wrapper button.hide {
      color: #02326D;
      font-size: 1.125rem;
      background-color: transparent;
      border: none;
      cursor: pointer;
      padding-right: 2rem; }
      .course-detail-container .button-wrapper button.hide:focus {
        outline: none; }
      .course-detail-container .button-wrapper button.hide:after {
        width: 15px;
        height: 15px;
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        margin-top: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2302326C' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
        transform: rotate(180deg); }

.qa-apply-form h3 {
  color: #F17D00; }

.qa-apply-form label {
  color: #02326D; }

.special-offers .vat-notice {
  text-align: right;
  margin-right: 1rem; }

.term-filter-block {
  /*    background-image: linear-gradient(to right, $primary-color, #0561A6);*/
  background-color: #F6F6F7;
  color: #fff;
  padding: 1.5rem 0 1.5rem 0; }
  .term-filter-block .term-filter-container .title {
    font-size: 1.75rem; }
  .term-filter-block .term-filter-container .filter-column {
    margin: auto; }
    .term-filter-block .term-filter-container .filter-column .title {
      color: #F17D00; }
    .term-filter-block .term-filter-container .filter-column:nth-child(2) .specification-filter-button-wrapper {
      position: relative; }
      .term-filter-block .term-filter-container .filter-column:nth-child(2) .specification-filter-button-wrapper .specification-filter-button {
        font-size: 1.125rem;
        background-color: transparent;
        border: none;
        color: #F17D00;
        cursor: pointer;
        padding-right: 2rem; }
      .term-filter-block .term-filter-container .filter-column:nth-child(2) .specification-filter-button-wrapper .specification-filter-button:after {
        color: #F17D00;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7.5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%23F17D00' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
        transition: transform .4s; }
      .term-filter-block .term-filter-container .filter-column:nth-child(2) .specification-filter-button-wrapper .specification-filter-button:not(.collapsed):after {
        transform: rotate(180deg); }
      .term-filter-block .term-filter-container .filter-column:nth-child(2) .specification-filter-button-wrapper .specification-filter-button:focus {
        outline: none; }
    @media (min-width: 768px) {
      .term-filter-block .term-filter-container .filter-column:nth-child(2) {
        text-align: right; } }
    @media (max-width: 991.98px) {
      .term-filter-block .term-filter-container .filter-column:nth-child(2) {
        padding: 1rem; } }

.term-advanced-filter-block {
  padding-bottom: 2rem; }
  .term-advanced-filter-block .advanced-filter-row .title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #02326D;
    padding: 1.5rem 0 1.5rem 0; }
  .term-advanced-filter-block .advanced-filter-row .flex-course-container {
    display: flex;
    flex-wrap: wrap; }
  .term-advanced-filter-block .advanced-filter-row .flex-course-container > label {
    margin-right: 10px;
    text-align: center; }
  .term-advanced-filter-block .advanced-filter-row .flex-course-container > label > .text {
    font-size: 0.9375rem; }
  .term-advanced-filter-block .advanced-filter-row .term-view-selectors-container {
    position: relative; }
    .term-advanced-filter-block .advanced-filter-row .term-view-selectors-container .term-view-selectors {
      font-size: 25px;
      text-align: right;
      padding-right: 1rem;
      color: rgba(35, 37, 58, 0.5); }
      @media (min-width: 768px) {
        .term-advanced-filter-block .advanced-filter-row .term-view-selectors-container .term-view-selectors {
          position: absolute;
          right: 0;
          bottom: 0; } }
      .term-advanced-filter-block .advanced-filter-row .term-view-selectors-container .term-view-selectors .fa {
        padding: 3px;
        cursor: pointer; }
      .term-advanced-filter-block .advanced-filter-row .term-view-selectors-container .term-view-selectors .fa.active {
        color: #000; }
  .term-advanced-filter-block.filter-border {
    border-bottom: 1px solid #F3F3F5; }

.term-category-heading button,
.product-category-heading button {
  background-color: inherit;
  font-weight: 400;
  font-size: 1.125rem;
  color: #02326D;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  border: none;
  outline: none;
  position: relative; }
  .term-category-heading button:focus,
  .product-category-heading button:focus {
    outline: none; }
  .term-category-heading button:after,
  .product-category-heading button:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2302326d' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3.5%;
    top: 40%;
    transition: transform .4s; }
  .term-category-heading button:not(.active):after,
  .product-category-heading button:not(.active):after {
    transform: rotate(180deg); }

.term-block {
  background-color: #F6F6F7; }
  .term-block .term-container {
    padding-top: 1rem;
    padding-bottom: 3rem; }
    .term-block .term-container .vat-notice {
      text-align: right;
      margin-right: 1rem; }
    .term-block .term-container .flex-course-container {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .term-block .term-container .flex-course-container {
          justify-content: center; } }
    .term-block .term-container .body {
      width: 100%;
      text-align: left;
      justify-content: space-between; }
    .term-block .term-container .header,
    .term-block .term-container .footer {
      width: 100%; }
      @media (max-width: 767.98px) {
        .term-block .term-container .header .date-name,
        .term-block .term-container .footer .date-name {
          font-size: 1.1rem; } }
    .term-block .term-container .btn-light-orange {
      width: 100%; }

.course-filter {
  background-color: #ffffff;
  border-radius: 0.25rem; }
  .course-filter .main-title {
    font-size: 0.9375rem;
    color: #fff;
    background-color: #02326D;
    padding: 1rem 1rem 1rem 1rem; }
  .course-filter > .title {
    font-weight: 400;
    font-size: 1.5rem; }
  .course-filter label.title {
    font-size: 0.8125rem;
    color: rgba(35, 37, 58, 0.5);
    font-weight: 800; }
  .course-filter .search-input-wrapper {
    padding: 1rem 1rem 1rem 1rem; }
  .course-filter .section {
    padding: 0 1rem 1rem 1rem; }
    @media (min-width: 576px) {
      .course-filter .section {
        margin-bottom: 2rem; } }
  .course-filter .sectiontitle {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 800; }
  .course-filter .check-button > .unavailable.text:before {
    background-color: #e7e9ec; }
  .course-filter .form-control {
    font-size: 0.8125rem;
    color: #23253A; }

#course-participants-modal .modal-dialog {
  max-width: 990px; }

#course-participants-modal .modal-header .modal-titel {
  color: #02326D; }

#course-participants-modal .modal-header .modal-subtitle {
  color: rgba(35, 37, 58, 0.5); }

#course-participants-modal .modal-body input.form-control {
  color: rgba(35, 37, 58, 0.5);
  font-size: 0.8125rem; }

#course-participants-modal .modal-body .delete-participant {
  padding: 0.5rem 0.9125rem; }
  #course-participants-modal .modal-body .delete-participant > .fa-times {
    color: #F0624C; }

#course-participants-modal .modal-body #add-participant {
  padding: 0.5rem 1rem;
  margin-top: 1rem; }

#course-participants-modal .modal-footer #add-to-cart {
  float: right; }

/* 2.1.- course detail list icons */
li.tags {
  list-style-image: url(../images/category-icon.png); }

li.product-code {
  list-style-image: url(../images/product-code-icon.png); }

li.location {
  position: relative;
  list-style-image: url(../images/sack-dollar-icon.png); }
  li.location p {
    margin-bottom: 0; }

li.terms-count {
  position: relative;
  list-style-image: url(../images/terms-count-icon.png); }
  li.terms-count a {
    color: #02326D; }

li.related-courses {
  list-style: none;
  margin-left: -1.75rem;
  color: #02326D; }
  li.related-courses a {
    color: inherit;
    cursor: pointer; }
    li.related-courses a:hover {
      text-decoration: underline; }
  li.related-courses i {
    margin-right: 6px; }

li.course-difficulty {
  position: relative;
  color: #02326D; }
  li.course-difficulty i {
    margin-right: 6px; }
  li.course-difficulty.level1 {
    list-style-image: url(../images/diff-level1-icon.png); }
  li.course-difficulty.level2 {
    list-style-image: url(../images/diff-level2-icon.png); }
  li.course-difficulty.level3 {
    list-style-image: url(../images/diff-level3-icon.png); }

/*li.related-courses {
    position: relative;
    list-style: none;
    color: $primary-color;

    &::before {
        position: absolute;
        right: 106%;
        bottom: 4%;
        font-family: "Font Awesome 5 Pro";
        font-size: 1.125rem;
        content: "\f12e";
    }

    a {
        color: inherit;
    }
}*/
li.course-duration {
  list-style-image: url(../images/course-duration-icon.png); }

li.course-itb {
  list-style-image: url(../images/itklub-icon.png); }

li.wishlist {
  list-style: none; }
  li.wishlist .fav {
    margin-left: -1.75rem; }
    li.wishlist .fav .wishlist-button {
      color: inherit;
      font-size: 1.125rem; }
      li.wishlist .fav .wishlist-button.-favorited {
        color: #F17D00;
        animation: pulse .5s; }
      li.wishlist .fav .wishlist-button i {
        margin-right: 6px; }

/* 3. COURSE BOXES */
.category-box .card-header {
  padding: 10px 10px;
  cursor: pointer; }
  .category-box .card-header.open {
    background-color: #F17D00; }
    .category-box .card-header.open .btn-link {
      color: #fff; }
      .category-box .card-header.open .btn-link .symbol {
        color: #fff; }

.category-box .card-header .btn-link {
  color: #02326D;
  font-size: 0.9375rem;
  font-weight: 800;
  padding: 5px 10px;
  text-transform: none; }
  .category-box .card-header .btn-link:hover {
    text-decoration: none; }
  .category-box .card-header .btn-link:focus {
    text-decoration: none; }

.category-box .card-header .btn-link .symbol {
  color: #009FE5;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 10px; }

.category-box .card-body.category-body {
  padding: 0.75rem 2rem; }
  .category-box .card-body.category-body .title {
    font-size: 0.9375rem !important;
    color: #02326C; }

.category-box .card-body .content-column {
  padding-left: 0; }
  .category-box .card-body .content-column .title {
    font-size: 1.3125rem;
    font-weight: 800; }
    .category-box .card-body .content-column .title a {
      color: #02326D; }
  .category-box .card-body .content-column .subcategory-title {
    color: #02326D; }
  .category-box .card-body .content-column .product-detail {
    font-size: 15px;
    color: rgba(35, 37, 58, 0.5); }

.course-medium-box {
  padding: 12px 15px 12px 15px;
  height: 100%;
  position: relative;
  margin-bottom: 1rem; }
  .course-medium-box .content-wrapper {
    border: 1px solid #ededef; }
    .course-medium-box .content-wrapper:hover {
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
    .course-medium-box .content-wrapper > .body {
      padding: 12px 17px 0px 17px; }
    .course-medium-box .content-wrapper > .footer {
      width: 100%;
      padding: 1rem;
      border-top: 1px solid #F3F3F5; }
    .course-medium-box .content-wrapper .title-wrapper {
      margin-bottom: 1.25rem;
      height: 100px; }
      @media (max-width: 575.98px) {
        .course-medium-box .content-wrapper .title-wrapper {
          height: auto; } }
    .course-medium-box .content-wrapper .title {
      font-size: 1.3125rem;
      font-weight: 800;
      margin-bottom: 1rem;
      color: #02326D; }
    .course-medium-box .content-wrapper .details {
      font-size: 0.8125rem;
      color: rgba(35, 37, 58, 0.5); }
    .course-medium-box .content-wrapper .product-detail {
      display: block;
      font-size: 1rem;
      color: #F17D00;
      border: 1px solid #ededef;
      width: 100%;
      padding: 1rem 0 1rem 0;
      text-align: center; }
      .course-medium-box .content-wrapper .product-detail:hover {
        border: 1px solid #F17D00;
        cursor: pointer;
        text-decoration: none; }

.term-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 212px;
  background-color: #ffffff;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .term-box {
      width: 150px; } }
  @media (max-width: 360px) {
    .term-box {
      width: 100%;
      margin-bottom: 1rem;
      margin-right: 0rem; } }
  .term-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .term-box .header {
    min-height: 65px;
    padding: 1rem 1rem 0 1rem; }
  .term-box .header .date-name {
    display: inline-block;
    font-size: 1.3125rem;
    font-weight: 700;
    color: #02326D; }
    .term-box .header .date-name a {
      color: #02326D;
      text-decoration: none; }
  .term-box .term-attributes {
    color: rgba(35, 37, 58, 0.5);
    float: right;
    margin-top: 15px; }
    .term-box .term-attributes .fa, .term-box .term-attributes .fas, .term-box .term-attributes .fal, .term-box .term-attributes .far {
      margin-right: 0.25rem; }
    .term-box .term-attributes .fa:hover, .term-box .term-attributes .fas:hover, .term-box .term-attributes .fal:hover, .term-box .term-attributes .far:hover, .term-box .term-attributes .gi-s-guarantee:hover {
      color: #F17D00; }
  .term-box .subhead .location {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #02326D;
    padding: 1rem;
    border-top: 1px solid #F3F3F5;
    border-bottom: 1px solid #F3F3F5; }
  .term-box .body {
    padding: 0 1rem 1rem 1rem; }
  .term-box .body .location {
    font-size: 0.9375rem;
    color: #02326D;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #F3F3F5;
    border-bottom: 1px solid #F3F3F5; }
  .term-box .body .product-code {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5);
    padding-top: 1rem; }
  .term-box .body .course-duration {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }
  .term-box .body .online-type {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }
  .term-box .body .course-language {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5);
    padding-bottom: 1rem; }
  .term-box .body .price {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #02326D; }
  .term-box .body .discount {
    display: inline-block;
    float: right;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #02326D; }
    @media (max-width: 767.98px) {
      .term-box .body .discount {
        float: none; } }
  .term-box .footer {
    display: flex;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #F3F3F5; }
    .term-box .footer .wishlist-button {
      display: inline-block;
      width: 56px;
      height: 56px;
      border: 1px solid #F3F3F5;
      margin-right: 1rem; }
    .term-box .footer .shopping-cart-button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 56px;
      border: 1px solid #F3F3F5;
      border-radius: 3px;
      color: #F17D00; }
      .term-box .footer .shopping-cart-button:hover {
        border: 1px solid #F17D00;
        cursor: pointer; }

.tooltip-inner {
  background-color: #02326D;
  color: #fff; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #02326D; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #02326D; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #02326D; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #02326D; }

.term-notice-box {
  background-color: #ffffff;
  padding: 1rem;
  width: 100%; }
  .term-notice-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.term-line {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  @media (max-width: 991.98px) {
    .term-line {
      flex-direction: column;
      align-items: normal; } }
  .term-line:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .term-line .header {
    flex: 0 0 60%; }
    @media (max-width: 991.98px) {
      .term-line .header {
        flex: none; } }
    .term-line .header .term-name {
      font-size: 1.3125rem;
      font-weight: 600;
      color: #02326D; }
      .term-line .header .term-name a {
        color: #02326D;
        text-decoration: none; }
    .term-line .header .term-info {
      color: rgba(35, 37, 58, 0.5); }
    .term-line .header .term-attributes {
      color: rgba(35, 37, 58, 0.5); }
      .term-line .header .term-attributes .fal, .term-line .header .term-attributes .fas, .term-line .header .term-attributes .far, .term-line .header .term-attributes .gi-s-guarantee {
        margin-right: 1rem; }
      .term-line .header .term-attributes .fal:hover, .term-line .header .term-attributes .fas:hover, .term-line .header .term-attributes .far:hover, .term-line .header .term-attributes .gi-s-guarantee:hover {
        color: #F17D00; }
  .term-line .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 20%; }
    @media (max-width: 991.98px) {
      .term-line .body {
        flex: none;
        flex-direction: row;
        align-items: normal;
        justify-content: normal; } }
    .term-line .body .price {
      font-size: 1.125rem;
      font-weight: 600;
      color: #02326D; }
    .term-line .body .discount {
      font-size: 0.9375rem;
      font-weight: 600;
      color: rgba(35, 37, 58, 0.5);
      float: right; }
  .term-line .footer {
    flex: 0 0 20%; }
    @media (max-width: 991.98px) {
      .term-line .footer {
        flex: none; } }

/* 4. OTHER  */
.course-participants-row {
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .course-participants-row {
      border-bottom: 1px solid #D6DEE7;
      margin-bottom: 0.5rem; }
      .course-participants-row .actions {
        margin-bottom: 0.5rem;
        text-align: center;
        order: 1; }
      .course-participants-row .field {
        margin-bottom: 0.5rem; } }
  .course-participants-row .error {
    color: red;
    font-size: 0.8125rem;
    font-weight: 800; }

.certification-box {
  margin-bottom: 0.5rem;
  padding: 1rem;
  position: relative; }
  .certification-box > .title {
    font-size: 1.125rem;
    margin: 0; }
  .certification-box > .icon {
    color: #F17D00;
    position: absolute;
    top: 1.2rem;
    right: 1rem; }
  .certification-box:hover {
    text-decoration: none;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25); }

#wishlist-notice-modal .modal-footer #user-login {
  float: right; }

#wishlist-notice-modal .modal-footer #user-login:hover {
  color: #fff;
  text-decoration: none; }

.top-products-title-wrapper {
  background-image: url(/Themes/Gopas/content/img/topproduct-background.png);
  color: #fff;
  padding: 10px; }
  .top-products-title-wrapper a {
    color: #fff !important;
    font-size: 95% !important; }

.product-code-duration-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .product-code-duration-wrapper p {
    padding: 0 10px;
    color: #5C5C5C; }

.top-products-detial {
  padding: 0 10px; }

.scripts-enabled {
  display: none; }

.location:hover {
  cursor: context-menu; }

/* 4.1 Special Offers */
.special-offers .course-action-buttons {
  justify-content: right; }

/* PROFILE SCSS
    
   1. PROFILE CORE
   2. PROFILE DATEPICKER

*/
/* 1. PROFILE CORE */
.profile-settings-card {
  margin-bottom: 2rem;
  padding: 1rem; }
  .profile-settings-card #search .search-btn {
    padding: 10px 14px; }
  .profile-settings-card #customer-orders-grid .k-grid-content {
    min-height: 48px; }
  .profile-settings-card .btn-document-download {
    font-size: 0.6875rem;
    padding: 0.4rem 2rem; }
  @media (min-width: 576px) {
    .profile-settings-card {
      padding: 2rem; } }
  @media (min-width: 992px) {
    .profile-settings-card {
      padding: 2rem 6rem; }
      .profile-settings-card #search {
        padding-left: 7px; } }
  @media (max-width: 1199.98px) {
    .profile-settings-card #search {
      margin-bottom: 12px; }
      .profile-settings-card #search .search-btn {
        width: 100%;
        padding: 10px 0px !important; } }

.settings-item {
  background-color: #f2fafe;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.25rem; }
  .settings-item > .title {
    font-weight: 700;
    flex: 0 1 auto; }
  .settings-item > .content {
    color: #333333;
    padding-right: 10px;
    flex: 1 1 auto;
    padding-right: 0.5rem; }
  .settings-item > .actions {
    text-align: center;
    flex: 0 0 auto; }
  .settings-item > .actions * {
    margin: 3px 0; }
  .settings-item:focus, .settings-item:hover {
    background-color: #fff; }
  @media (max-width: 767.98px) {
    .settings-item > .actions.-small {
      flex: 0 0 110px; } }
  @media (min-width: 768px) {
    .settings-item > .actions {
      flex: 0 0 auto; }
    .settings-item > .title {
      padding-left: 10px;
      flex: 0 0 17%; } }

.settings-item-wishlist {
  background-color: #f2fafe;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.25rem; }
  .settings-item-wishlist > .content {
    flex: 0 1 85%; }
  .settings-item-wishlist > .content .title {
    font-weight: 700; }
  .settings-item-wishlist > .content .description {
    font-weight: 500; }
  .settings-item-wishlist > .actions {
    text-align: right;
    flex: 0 0 15%; }
  .settings-item-wishlist > .actions * {
    margin: 3px 0; }
  .settings-item-wishlist a:focus,
  .settings-item-wishlist a:hover {
    color: #009fe3; }
  .settings-item-wishlist:focus, .settings-item-wishlist:hover {
    background-color: #fff; }

.settings-item-details {
  display: none;
  margin-bottom: 0.25rem; }

.address-item {
  margin-bottom: 0.5rem; }
  .address-item.-open {
    background-color: #fff;
    padding: 0px; }
  .address-item .address-fields > .address-form-content {
    border-bottom: 1px solid #d4dce6; }
  .address-item .address-fields > div {
    padding: 1.25rem; }

/* 2. PROFILE DATEPICKER */
.datepicker-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem; }
  .datepicker-row .text {
    padding-right: 1rem; }
  .datepicker-row .picker {
    flex: 1; }
  @media (min-width: 992px) {
    .datepicker-row .picker {
      flex: 0 0 auto; } }

@media (min-width: 992px) {
  #owners {
    padding-right: 0; }
  #companies {
    padding-left: 0; } }

.datepicker-boxes {
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: flex; }

.datepicker-box {
  width: 130px;
  padding: 0 10px;
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap; }
  .datepicker-box > .field {
    border: 0;
    color: #6784a7;
    text-align: center;
    display: block;
    width: 90%;
    padding: 7px 0; }
  .datepicker-box > .field:focus {
    outline: none; }
  .datepicker-box > .icon {
    color: #6784a7;
    text-align: center;
    margin-left: 8px; }
  .datepicker-box + .datepicker-box {
    border-left: 1px solid #d4dce6; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 0;
  margin: 0;
  width: 16rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #009fe3; }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #009fe3; }

/* ORDER SCSS

    1. ORDER PROGRESS
    2. SHOPPING CART
    3. CHECKOUT
    4. MODALS
    5. OTHER

*/
/* 1. ORDER PROGRESS */
.order-progress {
  font-size: 1.75rem;
  color: rgba(35, 37, 58, 0.5);
  padding: 2rem 0;
  background-color: #ffffff; }
  .order-progress .chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.5rem;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.5rem; }
  .order-progress .track {
    list-style: none;
    display: flex;
    padding: 0 1rem;
    max-width: 950px;
    margin: 0 auto; }
    .order-progress .track > li {
      position: relative;
      display: block;
      flex: 1; }
      .order-progress .track > li a.-active {
        color: #F17D00 !important; }
      .order-progress .track > li.shopping-cart {
        text-align: left; }
        .order-progress .track > li.shopping-cart .chevron.right:before {
          position: absolute;
          transform: rotate(45deg);
          top: 40%;
          right: 20px; }
      .order-progress .track > li.orderer {
        text-align: center; }
        .order-progress .track > li.orderer .chevron.right:before {
          position: absolute;
          transform: rotate(45deg);
          top: 40%;
          right: 0; }
      .order-progress .track > li.confirm {
        text-align: right; }
      .order-progress .track > li .order-progress-step-icon {
        display: none; }
      @media (max-width: 991.98px) {
        .order-progress .track > li .order-progress-step-title {
          display: none; }
        .order-progress .track > li .order-progress-step-icon {
          display: block; } }

.field-validation-error {
  color: red;
  font-weight: 700; }

.overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

/* 2. SHOPPING CART */
.order-item {
  margin-bottom: 0.5rem;
  background-color: #ffffff; }
  .order-item .header {
    padding: 1.25rem 1.25rem 0 1.25rem; }

.order-item-main {
  display: flex;
  flex-wrap: wrap; }
  .order-item-main .order-item-info {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    /*margin-bottom: $spacer * 1.5;*/
    border-bottom: 1px solid #F3F3F5; }
    .order-item-main .order-item-info .order-item-info-row {
      font-size: 1.3125rem; }
    .order-item-main .order-item-info .order-item-info-row.order-item-main-info {
      color: #02326D;
      padding: 1.25rem; }
      .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-name,
      .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-price {
        font-weight: 800; }
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-name a,
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-price a {
          color: #02326D; }
    .order-item-main .order-item-info .order-item-info-row.order-item-additional-info {
      font-size: 0.9375rem;
      color: rgba(35, 37, 58, 0.5);
      padding: 1.25rem; }
    @media (min-width: 768px) {
      .order-item-main .order-item-info .order-item-info-row.order-item-main-info {
        display: flex; }
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-name {
          flex: 0 0 52%; }
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-date,
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-participants-count,
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-price {
          flex: 0 0 16%; }
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-participants-count,
        .order-item-main .order-item-info .order-item-info-row.order-item-main-info .order-item-price {
          text-align: right; } }
  .order-item-main .order-item-participants {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    align-items: center;
    border-bottom: 1px solid #F3F3F5;
    padding: 1.25rem; }
    .order-item-main .order-item-participants .participant {
      width: 100%; }
      .order-item-main .order-item-participants .participant .order-item-participant-row {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 100%;
        font-size: 1.125rem;
        padding: 0.5rem 0.5rem 0.5rem 0; }
        .order-item-main .order-item-participants .participant .order-item-participant-row .order-item-participant-name {
          flex: 0 0 30%;
          font-weight: 800;
          color: #02326D;
          padding-right: 1rem; }
        .order-item-main .order-item-participants .participant .order-item-participant-row .order-item-participant-email {
          flex: 0 0 35%;
          padding-right: 1rem;
          color: rgba(35, 37, 58, 0.5); }
        .order-item-main .order-item-participants .participant .order-item-participant-row .order-item-participant-phone {
          flex: 0 0 35%;
          color: rgba(35, 37, 58, 0.5); }
        @media (max-width: 767.98px) {
          .order-item-main .order-item-participants .participant .order-item-participant-row .order-item-participant-name,
          .order-item-main .order-item-participants .participant .order-item-participant-row .order-item-participant-email {
            flex: 0 0 100%; } }
  .order-item-main .order-item-handbook-info {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    color: rgba(35, 37, 58, 0.5);
    align-items: center;
    padding: 1.25rem;
    border-bottom: 1px solid #F3F3F5; }
    .order-item-main .order-item-handbook-info .order-item-handbook-note {
      flex: 0 0 100%;
      font-size: 0.9375rem;
      color: rgba(35, 37, 58, 0.5); }
    @media (max-width: 991.98px) {
      .order-item-main .order-item-handbook-info {
        display: block; } }
  .order-item-main .order-item-actions {
    width: 100%;
    padding: 1.25rem;
    justify-content: flex-end; }
    .order-item-main .order-item-actions button {
      float: right; }
  .order-item-main button {
    margin: 1rem 0 1rem 1rem; }
  .order-item-main.-open {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .order-item-main {
      align-items: center; }
      .order-item-main .order-item-handbook-quantity {
        flex: 0 0 90px;
        margin-bottom: 0;
        text-align: right; }
      .order-item-main .order-item-handbook-price {
        flex: 0 0 106px;
        text-align: right; }
      .order-item-main.-course .actions {
        flex: 0 0 97px; }
      .order-item-main.-present .actions {
        flex: 0 0 132px; } }

.order-item-participant {
  padding: 4px 1.25rem 1.25rem 1.25rem;
  border-bottom: 1px solid #ededef;
  position: relative; }
  .order-item-participant .partirow {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px; }
  .order-item-participant .partirow:not(:last-child) {
    margin-bottom: 0.625rem; }
  .order-item-participant .particol {
    flex: 0 0 50%;
    margin-bottom: 4px;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px; }
  .order-item-participant .particol.-xs-large {
    flex: 0 0 100%; }
  .order-item-participant .actions {
    text-align: right;
    margin-bottom: 4px; }
  .order-item-participant label.error {
    color: red;
    font-size: 0.8125rem;
    font-weight: 800; }
  @media (min-width: 768px) {
    .order-item-participant {
      padding: 1.25rem; }
      .order-item-participant .partirow {
        margin-right: 16%; }
      .order-item-participant .particol,
      .order-item-participant .particol.-xs-large {
        flex: 0 0 25%; }
      .order-item-participant .particol.-md-large {
        flex: 0 0 40%; }
      .order-item-participant .actions {
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
        margin-top: 0; } }

.order-price-summary {
  color: #02326C;
  margin: 0 0 0 auto;
  text-align: right;
  font-family: 'din-2014', sans-serif; }
  .order-price-summary th, .order-price-summary td {
    padding-left: 2.25rem;
    font-weight: 400; }
  .order-price-summary .bottomline th,
  .order-price-summary .bottomline td {
    font-size: 1.5rem;
    font-weight: 700; }

.order-payment-picker {
  background-color: #ccecf9;
  border-radius: 0.25rem;
  padding: 10px; }
  @media (min-width: 768px) {
    .order-payment-picker .title {
      margin-bottom: 0;
      margin-left: 10px; } }

/* 3. CHECKOUT */
.order-card input:disabled,
.order-card select:disabled,
.order-card-alternative input:disabled,
.order-card-alternative select:disabled {
  background: #F3F3F5; }

.order-card ::-webkit-input-placeholder,
.order-card-alternative ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(35, 37, 58, 0.5); }

.order-card ::-moz-placeholder,
.order-card-alternative ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(35, 37, 58, 0.5); }

.order-card :-ms-input-placeholder,
.order-card-alternative :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(35, 37, 58, 0.5); }

.order-card :-moz-placeholder,
.order-card-alternative :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(35, 37, 58, 0.5); }

.order-card,
.order-card-alternative {
  position: relative;
  background-color: #fff;
  font-size: 0.8125rem;
  padding: 1rem;
  margin-bottom: 1rem; }
  .order-card .form-group .form-control,
  .order-card-alternative .form-group .form-control {
    font-size: 0.8125rem;
    color: rgba(35, 37, 58, 0.5); }
  .order-card .form-group .custom-control-label,
  .order-card-alternative .form-group .custom-control-label {
    font-weight: 800;
    margin-top: 2px; }
  .order-card .form-group select.form-control,
  .order-card-alternative .form-group select.form-control {
    height: 2.1875rem;
    border: 1px solid #d4dce6;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%23C1C8D1' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    padding: 0.4375rem 1rem; }
    .order-card .form-group select.form-control::-ms-expand,
    .order-card-alternative .form-group select.form-control::-ms-expand {
      display: none; }
  @media (min-width: 576px) {
    .order-card .form-group,
    .order-card-alternative .form-group {
      margin-bottom: 2rem; } }
  .order-card .address-lines-wrapper .form-group,
  .order-card-alternative .address-lines-wrapper .form-group {
    margin-bottom: 0.5rem; }
  @media (min-width: 576px) {
    .order-card .address-lines-wrapper,
    .order-card-alternative .address-lines-wrapper {
      margin-bottom: 2rem; } }
  .order-card .title,
  .order-card-alternative .title {
    font-weight: 800;
    color: rgba(35, 37, 58, 0.5); }
  .order-card > .heading,
  .order-card-alternative > .heading {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 2rem; }
  .order-card > .actions,
  .order-card-alternative > .actions {
    text-align: center; }
  .order-card .link,
  .order-card-alternative .link {
    display: block;
    color: #009fe3;
    text-decoration: underline;
    font-size: 0.875rem; }
  .order-card.-primary,
  .order-card-alternative.-primary {
    background-color: #ccecf9;
    border-color: transparent; }
  .order-card h4,
  .order-card-alternative h4 {
    font-weight: 800;
    margin-bottom: 3rem; }
  .order-card hr,
  .order-card-alternative hr {
    border-color: rgba(35, 37, 58, 0.1); }
  .order-card #is-company-order #company,
  .order-card-alternative #is-company-order #company {
    margin-top: 12px; }
    .order-card #is-company-order #company .company-organization-id,
    .order-card-alternative #is-company-order #company .company-organization-id {
      margin-bottom: 0.25rem; }
  .order-card #is-company-order button.btn-add-company,
  .order-card-alternative #is-company-order button.btn-add-company {
    font-size: 0.8125rem;
    padding: 0.45rem 2.2rem; }
    @media (max-width: 1199.98px) {
      .order-card #is-company-order button.btn-add-company,
      .order-card-alternative #is-company-order button.btn-add-company {
        padding: 0.45rem 1.5rem; } }
  .order-card #billing-address .use-billing-address,
  .order-card-alternative #billing-address .use-billing-address {
    margin-left: 6px;
    padding-bottom: 1.5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 1.5px; }
  .order-card #contact-address button.use-billing-address,
  .order-card-alternative #contact-address button.use-billing-address {
    float: right;
    font-size: 11px;
    padding: 0.5rem 2rem;
    margin-left: 1rem;
    margin-bottom: 1rem; }
    @media (max-width: 767.98px) {
      .order-card #contact-address button.use-billing-address,
      .order-card-alternative #contact-address button.use-billing-address {
        float: left;
        margin-left: 0; } }
  .order-card #invoice-delivery-addresses #elfa-address-dropdown,
  .order-card #invoice-delivery-addresses #invoice-delivery-address-dropdown,
  .order-card-alternative #invoice-delivery-addresses #elfa-address-dropdown,
  .order-card-alternative #invoice-delivery-addresses #invoice-delivery-address-dropdown {
    background-color: #e6f5fc;
    border: #e6f5fc;
    border-radius: 15px;
    max-width: 250px;
    height: 30px; }
    .order-card #invoice-delivery-addresses #elfa-address-dropdown option,
    .order-card #invoice-delivery-addresses #invoice-delivery-address-dropdown option,
    .order-card-alternative #invoice-delivery-addresses #elfa-address-dropdown option,
    .order-card-alternative #invoice-delivery-addresses #invoice-delivery-address-dropdown option {
      width: 40px;
      overflow: hidden; }
  @media (min-width: 576px) {
    .order-card,
    .order-card-alternative {
      border-radius: 0.25rem;
      padding: 2rem;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .order-card,
    .order-card-alternative {
      margin-bottom: 2rem; }
      .order-card.-fullheight,
      .order-card-alternative.-fullheight {
        min-height: 100%; } }
  @media (min-width: 992px) {
    .order-card,
    .order-card-alternative {
      padding: 2rem 3rem; } }

.summary-box {
  background-color: #ffffff;
  padding: 1rem;
  margin-top: 1rem; }
  .summary-box label a {
    color: #F17D00; }
  .summary-box .exchange-rate-notice {
    color: #6784a7;
    font-size: 0.75rem;
    text-align: justify;
    margin-top: 1rem;
    padding-left: 0; }
  @media (min-width: 576px) {
    .summary-box {
      border-radius: 0.25rem;
      padding: 2rem;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .summary-box {
      margin-bottom: 2rem; }
      .summary-box.-fullheight {
        min-height: 100%; } }
  @media (min-width: 992px) {
    .summary-box {
      padding: 2rem 2rem; } }

.addresses-box .address-box-base, .addresses-box .billing-address-wrapper, .addresses-box .invoice-delivery-address-wrapper, .addresses-box .orderer-wrapper {
  height: 100%;
  background-color: #ffffff; }
  .addresses-box .address-box-base .title, .addresses-box .billing-address-wrapper .title, .addresses-box .invoice-delivery-address-wrapper .title, .addresses-box .orderer-wrapper .title {
    padding: 1.5rem; }
  .addresses-box .address-box-base .title h4, .addresses-box .billing-address-wrapper .title h4, .addresses-box .invoice-delivery-address-wrapper .title h4, .addresses-box .orderer-wrapper .title h4 {
    font-weight: 800;
    margin-bottom: 0; }
  .addresses-box .address-box-base .company, .addresses-box .billing-address-wrapper .company, .addresses-box .invoice-delivery-address-wrapper .company, .addresses-box .orderer-wrapper .company {
    font-weight: 600;
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-bottom: 1px solid #ededef; }
  .addresses-box .address-box-base .address, .addresses-box .billing-address-wrapper .address, .addresses-box .invoice-delivery-address-wrapper .address, .addresses-box .orderer-wrapper .address {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5);
    padding: 1.5rem; }

@media (max-width: 991.98px) {
  .addresses-box .billing-address,
  .addresses-box .invoice-delivery-address,
  .addresses-box .orderer {
    margin-bottom: 1rem; } }

.addresses-box .invoice-delivery-address-wrapper span {
  display: block; }

.additional-order-info {
  background-color: #ffffff;
  padding: 1.5rem; }
  .additional-order-info .title {
    color: rgba(35, 37, 58, 0.5);
    font-size: 0.8125rem;
    font-weight: 700; }
  @media (min-width: 992px) {
    .additional-order-info {
      margin-top: 1rem; } }
  @media (min-width: 768px) {
    .additional-order-info .custom-border-bottom {
      border-bottom: 1px solid #ededef; } }

.product-table {
  width: 100%;
  font-size: 13px;
  min-width: 870px; }
  .product-table th {
    color: rgba(35, 37, 58, 0.5);
    padding: 10px 0 10px 8px;
    font-size: 13px;
    margin-bottom: 12px;
    text-align: left;
    font-weight: normal; }
  .product-table th:first-child {
    border-radius: 5px 0 0 5px; }
  .product-table th:last-child {
    border-radius: 0 5px 5px 0; }
  .product-table tr.product-row td {
    padding-top: 8px; }
  .product-table tr.handbook-row td {
    color: rgba(35, 37, 58, 0.5); }
  .product-table tr.handbook-row td:nth-child(2) {
    padding-left: 30px; }
  .product-table td {
    padding: 0 0 0 8px; }
    .product-table td.title {
      color: #02326D;
      font-weight: 800; }
  .product-table td:nth-child(2) {
    max-width: 380px; }
  .product-table td:nth-child(3) {
    max-width: 100px; }
  .product-table td:nth-child(5),
  .product-table td:nth-child(6),
  .product-table td:nth-child(7) {
    text-align: right; }
  .product-table th:nth-child(5),
  .product-table th:nth-child(6),
  .product-table th:nth-child(7) {
    text-align: right; }
  .product-table tr.product-separator {
    height: 1px;
    border: 1px solid #ededef; }
  .product-table .custom-border-top {
    border-top: 1px solid #ededef; }

.empty-cart-notice {
  font-size: 1.3125rem;
  color: #02326D;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 2rem; }

.order-note label {
  font-size: 0.8125rem;
  color: rgba(35, 37, 58, 0.5);
  font-weight: 700;
  margin-bottom: 1.5rem; }
  @media (max-width: 991.98px) {
    .order-note label {
      margin-top: 1rem; } }

.order-note textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ededef; }

.confirm-note {
  font-size: 1rem;
  color: #F17D00;
  margin-bottom: 2rem; }

.order-note-wrapper {
  border: 1px solid #ededef;
  height: 102px;
  /*background-color: #ccecf9;*/
  margin-bottom: 12px;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 3px; }

.order-summary label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(35, 37, 58, 0.5);
  margin-bottom: 1.5rem; }

.order-summary .price .order-summary-title,
.order-summary .discount .order-summary-title,
.order-summary .price-with-discount .order-summary-title {
  color: rgba(35, 37, 58, 0.5); }

.order-summary .vat .order-summary-title,
.order-summary .final-price .order-summary-title {
  color: #02326C;
  font-size: 13px;
  font-weight: 700; }

@media (min-width: 768px) {
  .order-summary .row {
    margin-bottom: 0.5rem; } }

@media (min-width: 768px) {
  .order-summary .vat .order-summary-value,
  .order-summary .final-price .order-summary-value {
    color: #02326C;
    font-size: 0.8125rem;
    font-weight: 700; }
  .order-summary .order-summary-title {
    text-align: left; }
  .order-summary .order-summary-value {
    text-align: right; } }

/* 4. MODALS */
#add-company-modal .modal-footer button {
  display: inline-block; }

#add-company-modal .modal-footer button.btn-grey {
  border: 1px solid #ededef; }

#add-company-modal .modal-footer button.btn-orange, #add-company-modal .modal-footer .profile-settings-card button.btn-document-download, .profile-settings-card #add-company-modal .modal-footer button.btn-document-download {
  float: right; }

/* 5. OTHER */
.terms-and-conditions {
  margin-top: 35px; }

.terms-warrning {
  color: red;
  font-size: 13px; }

.order-actions {
  line-height: normal; }
  .order-actions a {
    display: block;
    color: rgba(35, 37, 58, 0.5); }
    .order-actions a:hover {
      text-decoration: none;
      color: rgba(35, 37, 58, 0.5); }
  .order-actions .btn-grey a {
    display: block;
    padding: 0.66667rem 2.2rem; }
  @media (min-width: 768px) {
    .order-actions {
      display: flex;
      align-items: center; }
      .order-actions .right {
        flex: 1;
        text-align: right; } }
  @media (max-width: 767.98px) {
    .order-actions .right {
      margin-top: 1rem; }
    .order-actions .right button,
    .order-actions .left button {
      width: 100%; } }

.confirm-actions {
  margin-top: 2rem;
  text-align: center; }
  @media (max-width: 767.98px) {
    .confirm-actions .btn {
      width: 100%;
      margin-bottom: 0.5rem; } }
  @media (min-width: 768px) {
    .confirm-actions {
      display: flex;
      align-items: center; }
      .confirm-actions .right {
        flex: 1;
        text-align: right; } }

.related-things {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e6f5fc; }
  .related-things > .container > .heading {
    font-size: 1.875rem; }

/* FRONT-PAGE SCSS
    
    1. FRONT-PAGE NEWS BLOCK
    2. FRONT-PAGE WHATWEDO BLOCK
    3. FRONT-PAGE ICONS BLOCK
    4. FRONT-PAGE SUBSCRIBE BLOCK

*/
/* Temporary anniversary block */
@media (min-width: 768px) {
  .anniversary-block {
    display: none; } }

.anniversary-block .row {
  background-color: #fbfbfb; }

.anniversary-block .anniversary-image-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 5px; }
  .anniversary-block .anniversary-image-wrapper .anniversary-image {
    width: 100%; }

.anniversary-block .anniversary-text-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 12px; }
  .anniversary-block .anniversary-text-wrapper .anniversary-text {
    color: #02326C;
    font-size: 1.7rem;
    font-weight: 700; }

/* 1. FRONT-PAGE NEWS BLOCK */
.news-block {
  background-color: #F6F6F7; }
  .news-block .header .news-more {
    color: #009fe3; }
  .news-block .header .heading {
    display: inline-block; }
    @media (min-width: 576px) {
      .news-block .header .heading {
        margin-bottom: 2.5rem; } }
  .news-block .box-link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0); }

/* 2. FRONT-PAGE WHATWEDO BLOCK */
.whatwedo-block .header {
  margin-bottom: 2.1875rem; }

.whatwedo-block .header .heading {
  margin-bottom: 2.5rem; }

.whatwedo-block .product-category-column {
  margin-bottom: 1rem; }

.whatwedo-block .product-category-overview .overview-box-1 {
  font-weight: 700; }

@media (min-width: 992px) {
  .whatwedo-block .product-category-overview .overview-box-2 {
    font-weight: 300;
    padding-left: 90px; } }

.product-category-box {
  border-radius: 0.25rem;
  position: relative;
  margin-bottom: 1rem;
  height: 100%;
  border: 1px solid #ededef; }
  .product-category-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .product-category-box .imagewrap img {
    max-width: 100%;
    max-height: 100%; }
  .product-category-box .text {
    font-size: 0.9375rem;
    padding: 1.5rem 1rem 1rem 1rem; }
  .product-category-box .text .title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #02326D; }
  .product-category-box .text .summary {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5);
    font-weight: 300; }
  .product-category-box .whatwedo-more {
    position: absolute;
    bottom: 0;
    padding: 0 0 1.25rem 1rem; }
  .product-category-box .box-link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0); }

/* 3. FRONT-PAGE ICONS BLOCK */
.icons-block {
  background-color: #f6f6f7; }
  .icons-block a:hover {
    text-decoration: none; }

/* 4. FRONT-PAGE SUBSCRIBE BLOCK */
#subscribe-modal .modal-header {
  display: flex;
  justify-content: space-between; }

#subscribe-modal .modal-body p {
  color: #858585; }

#subscribe-modal .modal-body b {
  color: #5C5C5C; }

#subscribe-modal .modal-footer {
  text-align: right; }
  #subscribe-modal .modal-footer #subscribe-modal-close-button {
    display: inline-block;
    float: left; }

.subscribe-block {
  background-image: linear-gradient(to right, #02326D, #0561A6);
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .subscribe-block .header h3 {
    font-size: 1.75rem;
    color: #fff !important;
    margin-bottom: 0; }
  .subscribe-block .actions {
    margin-top: 0; }
    @media (min-width: 992px) {
      .subscribe-block .actions {
        float: right; } }
    .subscribe-block .actions a.btn {
      background-color: #efefef; }
  @media (max-width: 1199.98px) {
    .subscribe-block .header {
      margin-bottom: 2.5rem; } }

/* 
    1. MILESTONE
    2. CONTACT
    3. ABOUT US
    4. PAGE NOT FOUND
    5. IT KLUB PRESENTS
    6. PARTNERS

*/
/* 1. MILESTONE */
.timeline-block {
  background-color: #F6F6F7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .timeline-block:before {
      content: " ";
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      background-color: #9aadc4;
      top: 5rem;
      bottom: 4rem; } }

.timeline-event {
  margin-bottom: 1rem; }
  .timeline-event > .year {
    background-color: #F17D00;
    color: #fff;
    text-align: center;
    margin: 0 auto 1rem;
    width: 80px;
    padding: 0.5rem;
    border-radius: 20px; }
  .timeline-event:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .timeline-event {
      position: relative; }
      .timeline-event > .year {
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -40px; }
      .timeline-event > .content {
        width: calc(50% - 72px); }
      .timeline-event:nth-of-type(odd) > .content {
        float: right; }
      .timeline-event:nth-of-type(even) > .content {
        float: left; }
      .timeline-event:last-child:before {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        bottom: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        background-color: #e6f5fc; } }

.timeline-bubble {
  padding: 1.625rem;
  border: 1px solid #D6DEE7;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  position: relative; }
  .timeline-bubble ul {
    margin-bottom: 0;
    padding-left: 21px;
    list-style: none; }
  .timeline-bubble li {
    position: relative; }
  .timeline-bubble li:not(:last-of-type) {
    margin-bottom: 0.5rem; }
  .timeline-bubble li:before {
    content: " ";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 6px;
    left: -18px;
    background-color: #d4dce6; }
  .timeline-bubble:before {
    content: " ";
    display: block;
    width: 9px;
    height: 18px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23D6DEE7' d='M9 0v18L0 9z'/%3E%3Cpath fill='%23FFF' d='M9 1v16L1 9z'/%3E%3C/g%3E%3C/svg%3E"); }
  @media (max-width: 767.98px) {
    .timeline-bubble:before {
      left: 50%;
      top: -13.5px;
      margin-left: -4.5px;
      transform: rotate(90deg); } }
  @media (min-width: 768px) {
    .timeline-event:nth-of-type(odd) .timeline-bubble:before {
      right: 100%;
      transform: rotate(0deg); }
    .timeline-event:nth-of-type(even) .timeline-bubble:before {
      left: 100%;
      transform: rotate(180deg); } }

/* 2. MILESTONE */
.contact-box {
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.9375rem; }
  .contact-box .map {
    width: 100%;
    height: 200px;
    border: 2px solid #D6DEE7;
    border-radius: 0.25rem; }
  .contact-box .text {
    padding-top: 1rem; }
  .contact-box .title {
    font-size: 1.5rem;
    margin: 0; }
  .contact-box .address {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    color: #6784a7; }
  .contact-box .contacts a {
    color: #6c757d;
    text-decoration: underline; }
  .contact-box .contacts p {
    color: #6c757d;
    margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .contact-box {
      padding: 2rem; }
      .contact-box .map {
        height: 330px; } }
  @media (min-width: 992px) {
    .contact-box {
      padding: 3rem;
      margin: 2rem 0; }
      .contact-box .map {
        height: 450px; }
      .contact-box .text {
        padding: 0 2rem; } }

/* 3. ABOUT US */
.about-us-section img {
  width: 100%;
  height: auto; }

.person-box {
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .person-box > .content {
    padding: 1rem; }
  .person-box > .content > .name {
    font-size: 1.2rem;
    margin-bottom: 0rem; }
  .person-box > .content > .text-subheading {
    font-size: .8rem; }
  .person-box > .content > .link {
    font-size: 1rem;
    color: #5C5C5C;
    text-decoration: none; }

.row > div > .person-box {
  margin-left: -10px;
  margin-right: -10px; }

.career-collapsible-group {
  border-top: 1px solid #d4dce6;
  margin-bottom: 1rem; }

.career-collapsible-box {
  border-bottom: 1px solid #d4dce6;
  overflow: hidden; }
  .career-collapsible-box > .header {
    padding: 0.5rem 2rem;
    padding-left: 0;
    position: relative;
    margin-bottom: -1px;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .career-collapsible-box > .header:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%2302326C' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
    transition: transform .4s; }
  .career-collapsible-box > .header:not(.collapsed):after {
    transform: rotate(180deg); }
  .career-collapsible-box > .header > .title {
    color: #02326C;
    font-size: 1.125rem;
    margin: 0;
    padding-right: 1.5rem; }
  .career-collapsible-box .body {
    padding: 1rem 0; }

/* 4. PAGE NOT FOUND, ACCESS DENIED */
.not-found-header-block,
.access-denied-header-block {
  background-image: url(../../content/img/hero-front.jpg); }
  .not-found-header-block .not-found-notice,
  .not-found-header-block .aceess-denied-notice,
  .access-denied-header-block .not-found-notice,
  .access-denied-header-block .aceess-denied-notice {
    display: none; }
  .not-found-header-block a.btn-orange, .not-found-header-block .profile-settings-card a.btn-document-download, .profile-settings-card .not-found-header-block a.btn-document-download,
  .access-denied-header-block a.btn-orange,
  .access-denied-header-block .profile-settings-card a.btn-document-download,
  .profile-settings-card .access-denied-header-block a.btn-document-download {
    text-decoration: none;
    color: #fff; }
  @media (min-width: 992px) {
    .not-found-header-block,
    .access-denied-header-block {
      padding-left: 16rem; } }
  @media (max-width: 1199.98px) {
    .not-found-header-block,
    .access-denied-header-block {
      padding-left: 10rem; } }
  @media (max-width: 991.98px) {
    .not-found-header-block,
    .access-denied-header-block {
      height: 400px;
      padding-left: 2rem; } }
  @media (min-width: 576px) {
    .not-found-header-block .not-found-notice,
    .not-found-header-block .access-denied-notice,
    .access-denied-header-block .not-found-notice,
    .access-denied-header-block .access-denied-notice {
      display: block; }
    .not-found-header-block .not-found-notice-short,
    .not-found-header-block .access-denied-notice-short,
    .access-denied-header-block .not-found-notice-short,
    .access-denied-header-block .access-denied-notice-short {
      display: none; } }

/* HEADER-FOOTER SCSS
    
    1. HEADER
    2. FOOTER

*/
/* 1. HEADER */
.site-header-wrapper {
  height: 64px; }
  .site-header-wrapper .site-header {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%; }

.site-header-topborder {
  height: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='350' height='3' version='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23009640' d='M0 0h50v3H0z'/%3E%3Cpath fill='%23E50046' d='M50 0h50v3H50z'/%3E%3Cpath fill='%23C8D400' d='M100 0h50v3h-50z'/%3E%3Cpath fill='%23EA5297' d='M150 0h50v3h-50z'/%3E%3Cpath fill='%23009FE3' d='M200 0h50v3h-50z'/%3E%3Cpath fill='%23EF7D00' d='M250 0h50v3h-50z'/%3E%3Cpath fill='%2303326C' d='M300 0h50v3h-50z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover; }

.site-header-primary {
  height: 64px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center; }
  .site-header-primary > .menutoggle,
  .site-header-primary > .brand,
  .site-header-primary > .actionsbasic {
    vertical-align: middle;
    padding: 0 15px; }
  .site-header-primary .language-selector select {
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%232A486B' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    padding-right: 1.5em !important;
    padding-left: 0.25em !important;
    margin-left: 0.25em !important; }
    .site-header-primary .language-selector select::-ms-expand {
      display: none; }
  @media all and (-ms-high-contrast: none) {
    .site-header-primary .actionsbasic *::-ms-backdrop, .site-header-primary .actionsbasic .language-selector {
      margin-right: 60px; } }
  .site-header-primary .actionsbasic .item {
    vertical-align: middle;
    display: inline-block; }
    .site-header-primary .actionsbasic .item a {
      color: #02326C; }
      .site-header-primary .actionsbasic .item a i.gi-shopping-bag {
        display: none; }
    .site-header-primary .actionsbasic .item .language-selector {
      margin-left: 5px; }
    .site-header-primary .actionsbasic .item .subtotal {
      display: none; }
  .site-header-primary > .menutoggle {
    flex: 0 0 25%;
    text-align: left; }
  .site-header-primary > .brand {
    flex: 0 0 48%;
    text-align: center; }
  .site-header-primary > .actionsbasic {
    flex: 0 0 25%;
    text-align: right; }
    @media (max-width: 767.98px) {
      .site-header-primary > .actionsbasic {
        padding: 0 0px; } }
  .site-header-primary > .actionsmore {
    display: none; }
    .site-header-primary > .actionsmore .shopping-cart {
      height: 100%;
      padding: 0;
      display: inline-block;
      background-color: #f17d00; }
      .site-header-primary > .actionsmore .shopping-cart .shopping-cart-anchor {
        height: inherit;
        display: inline-block;
        padding: 20px 10px 0 10px;
        text-decoration-color: #ffffff; }
      .site-header-primary > .actionsmore .shopping-cart i.gi-shopping-bag {
        color: #ffffff; }
      .site-header-primary > .actionsmore .shopping-cart .subtotal {
        color: #ffffff; }
      .site-header-primary > .actionsmore .shopping-cart i.fa-shopping-cart {
        display: none; }
  @media (min-width: 992px) {
    .site-header-primary > .menutoggle {
      display: none; }
    .site-header-primary > .brand {
      flex: 0 0 auto;
      text-align: left; }
    .site-header-primary > .actionsbasic {
      display: none; }
    .site-header-primary > .navigation {
      flex: 5 0 auto; }
    .site-header-primary > .actionsmore {
      position: relative;
      display: block;
      flex: 2 0 auto;
      height: 100%; } }
  .site-header-primary > .brand img {
    width: 220px; }
  @media (max-width: 500px) {
    .site-header-primary > .brand img {
      max-width: 100%; }
    .site-header-primary > .actionsbasic .language-selector select {
      padding-left: 0;
      padding-right: 0; } }

.site-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%; }
  .site-header-actions > .item {
    padding: 12px 10px; }
    .site-header-actions > .item:not(:last-of-type) {
      border-right: 1px solid #f3f3f5; }
  .site-header-actions .item.customerinfo {
    max-width: 100px;
    overflow: hidden; }
  .site-header-actions a {
    color: #5a5c6c; }
  @media (max-width: 1199.98px) {
    .site-header-actions .login-register-title,
    .site-header-actions .shopping-cart-title,
    .site-header-actions .customerinfo-title,
    .site-header-actions .logout-title,
    .site-header-actions .shopping-cart-total {
      display: none; } }

.menu-toggle {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' xmlns='http://www.w3.org/2000/svg' version='1' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M91 144v-2h16v2zm0 14v-2h16v2zm0-7v-2h16v2z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-90 -140)'%3E%3Cuse xlink:href='%23a' fill='%2303326c'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.mega-menu-close {
  background-color: #F17D00 !important;
  color: #fff; }

.site-navigation .menu {
  padding-left: 0;
  list-style: none;
  margin: 0; }

.site-navigation .mainmenu .item.-hiddenmd .login-register,
.site-navigation .mainmenu .item.-hiddenmd .logout,
.site-navigation .mainmenu .item.-hiddenmd .customerinfo {
  padding: 0px 10px 10px;
  border-bottom: 1px solid #D6DEE7; }
  .site-navigation .mainmenu .item.-hiddenmd .login-register a,
  .site-navigation .mainmenu .item.-hiddenmd .logout a,
  .site-navigation .mainmenu .item.-hiddenmd .customerinfo a {
    color: #5C5C5C; }

.site-navigation .mainmenu .item.-hiddenmd .customerwishlist {
  display: none; }

.site-navigation .mainmenu .item {
  position: relative; }
  .site-navigation .mainmenu .item noscript > a {
    text-decoration: none;
    color: #23253A; }
  .site-navigation .mainmenu .item .link.first-level.courses {
    cursor: pointer; }
  .site-navigation .mainmenu .item .link.first-level.courses::after {
    border-style: solid;
    border-width: 1.5px 1.5px 0 0;
    border-color: #23253A;
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 35%;
    right: 6px;
    transform: rotate(-45deg);
    vertical-align: top; }
    @media (min-width: 768px) {
      .site-navigation .mainmenu .item .link.first-level.courses::after {
        display: none; } }
  .site-navigation .mainmenu .item .link.first-level.courses:after {
    transform: rotate(135deg); }
  .site-navigation .mainmenu .item .mobile-search-wrapper form input {
    font-weight: 600;
    border-left: none;
    border-top: 1px solid #D6DEE7;
    border-bottom: 1px solid #D6DEE7; }
  .site-navigation .mainmenu .item .mobile-search-wrapper .input-group-text {
    border-radius: 0; }
  .site-navigation .mainmenu .item .mobile-search-wrapper ::-webkit-input-placeholder {
    /* Edge */
    color: #02326D; }
  .site-navigation .mainmenu .item .mobile-search-wrapper :-ms-input-placeholder {
    /* Internet Explorer */
    color: #02326D; }
  .site-navigation .mainmenu .item .mobile-search-wrapper ::placeholder {
    color: #02326D; }

@media (max-width: 991.98px) {
  .site-navigation {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    /*overflow: hidden;*/ }
    .site-navigation .wrapper {
      position: relative;
      transition: transform .3s; }
    .site-navigation .menu {
      width: 100%;
      background-color: #fff; }
    .site-navigation .mainmenu {
      position: absolute;
      left: 0; }
    .site-navigation .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: 0; }
    .site-navigation .item.-hiddenlg {
      display: none; }
    .site-navigation .link {
      display: block;
      padding: 8px 10px;
      border-bottom: 1px solid #D6DEE7;
      color: #5C5C5C; }
      .site-navigation .link:focus, .site-navigation .link:active {
        text-decoration: none; }
    .site-navigation .link .caticon {
      float: right;
      color: #02326C;
      margin-top: 2px; }
    .site-navigation .link .nexticon {
      float: right;
      color: #d4dce6;
      margin-top: 5px; }
    .site-navigation .link.return {
      background-color: #e6f5fc;
      margin-bottom: 0.5rem; }
    .site-navigation .link .backicon {
      color: #009fe3;
      margin-right: 5px; }
    .site-navigation .wrapper.-inside-submenu {
      transform: translateX(-100%); }
    .site-navigation.-open {
      display: block; } }

@media (min-width: 992px) {
  .site-navigation {
    font-family: 'din-2014', sans-serif; }
    .site-navigation .mainmenu > .item {
      display: inline-block;
      position: relative;
      padding: 5px 9px 0 9px;
      font-size: 13px;
      font-weight: 600; }
    .site-navigation .mainmenu > .item > .link {
      color: #23253A;
      text-decoration: none; }
    .site-navigation .mainmenu > .item.-hiddenmd {
      display: none; } }

@media (min-width: 1200px) {
  .site-navigation .mainmenu > .item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600; } }

.mega-menu-container {
  display: none;
  height: 100vh;
  position: relative; }
  .mega-menu-container .mega-menu-wrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border: solid;
    border-color: #F17D00;
    border-width: 2px; }
  .mega-menu-container .mega-menu-wrapper .recommended {
    font-size: 15px;
    padding: 2rem 0rem 2rem 9rem;
    font-weight: 600; }
  .mega-menu-container .mega-menu-wrapper .recommended .recommended-button {
    margin-top: 10px;
    margin-bottom: 20px; }
    .mega-menu-container .mega-menu-wrapper .recommended .recommended-button a {
      color: #02326D; }
    .mega-menu-container .mega-menu-wrapper .recommended .recommended-button i {
      padding-right: 5px; }
  .mega-menu-container .close-button, .mega-menu-container .mega-menu-wrapper .recommended .close-button, .mega-menu-container .mega-menu-wrapper .vendors-categories .close-button {
    font-size: 20px;
    color: #fff;
    line-height: 2;
    margin-left: 7.5em; }
    .mega-menu-container .close-button span:hover, .mega-menu-container .mega-menu-wrapper .recommended .close-button span:hover, .mega-menu-container .mega-menu-wrapper .vendors-categories .close-button span:hover {
      cursor: pointer;
      color: #fff; }
  .mega-menu-container .mega-menu-wrapper .recommended .close-button {
    position: absolute;
    bottom: 15px;
    left: 145px; }
  .mega-menu-container .mega-menu-wrapper .vendors-categories {
    position: relative;
    padding-right: 0; }
    .mega-menu-container .mega-menu-wrapper .vendors-categories .close-button {
      position: absolute;
      right: 20px;
      top: 35px; }
  @media (min-width: 992px) {
    .mega-menu-container.open {
      display: block; } }
  @media screen and (max-width: 1500px) {
    .mega-menu-container .mega-menu-wrapper .recommended {
      padding-left: 4rem; }
    .mega-menu-container .close-button, .mega-menu-container .mega-menu-wrapper .recommended .close-button, .mega-menu-container .mega-menu-wrapper .vendors-categories .close-button {
      margin-left: 4.25em; } }

.mega-menu .submenu li {
  list-style-type: none; }

@media screen and (max-width: 1536px) {
  .mega-menu .catmenu > .item {
    display: none; }
  .mega-menu .submenu .caticon {
    display: none; } }

@media (min-width: 992px) {
  .mega-menu {
    border-left: 1px solid #F3F3F5; }
    .mega-menu .submenu {
      display: block;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      padding: 0 4rem 0 4rem;
      margin-top: 2.5rem; }
    .mega-menu .submenu > .item {
      flex: 0 0 20%;
      text-align: left;
      /*margin-top: 10px;*/
      margin-bottom: 1.7rem; }
      .mega-menu .submenu > .item a.showmorebtn {
        bottom: -17px;
        font-size: 13px !important; }
    .mega-menu .submenu > .item > .link {
      color: #02326C;
      display: block;
      margin-bottom: 0.75rem;
      font-weight: 600; }
    .mega-menu .catmenu > .item > .link {
      display: block;
      font-family: 'din-2014', sans-serif;
      font-size: 13px;
      color: #5C5C5C;
      margin: 16px 0px 16px 0px;
      line-height: 18px; }
    .mega-menu .catmenu {
      padding-left: 0; }
    .mega-menu .vendors {
      flex: 0 0 100%;
      text-align: left;
      margin-top: 15px;
      padding: 1.5rem 0 1rem;
      border-top: 1px solid #F3F3F5;
      position: relative; }
    .mega-menu .vendors:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: -22px;
      left: -70px;
      right: -70px;
      /*background-color: $primary-200;*/ }
    .mega-menu .vendors > .title {
      margin-bottom: 0.75rem;
      color: #02326C;
      position: relative; }
      .mega-menu .vendors > .title a {
        color: inherit; }
    .mega-menu .submenu .caticon {
      float: left;
      margin-right: 10px; }
    .mega-menu .vendors-wrapper {
      overflow: hidden;
      margin: 1em; }
    .mega-menu .vendormenu {
      position: relative;
      list-style: none;
      padding: 0;
      margin-left: -4px; }
    .mega-menu .vendormenu > .item {
      display: inline-block;
      padding-right: 10px;
      margin-right: 5px;
      line-height: 0.8;
      margin-bottom: 7px;
      font-size: 0.9375rem;
      white-space: nowrap; }
    .mega-menu .vendormenu > .item:before {
      content: "|";
      color: #02326C;
      margin-right: 6px;
      margin-left: -8px; }
    .mega-menu .vendormenu > .item > .link:not(.showmorebtn) {
      color: #02326C; } }

@media (max-width: 1200px) {
  #popular .badge {
    background-color: #F17D00;
    color: #ffffff; } }

.shs-social-icon {
  display: block;
  width: 54px;
  height: 30px;
  line-height: 30px;
  font-size: 21px;
  color: #02326C;
  text-align: center; }
  .shs-social-icon:not(:last-of-type) {
    border-right: 1px solid #B1C6D5; }

/* 2. FOOTER */
.site-footer {
  background-color: #ffffff;
  color: black; }
  .site-footer .site-footer-border {
    height: 7px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='350' height='3' version='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23009640' d='M0 0h50v3H0z'/%3E%3Cpath fill='%23E50046' d='M50 0h50v3H50z'/%3E%3Cpath fill='%23C8D400' d='M100 0h50v3h-50z'/%3E%3Cpath fill='%23EA5297' d='M150 0h50v3h-50z'/%3E%3Cpath fill='%23009FE3' d='M200 0h50v3h-50z'/%3E%3Cpath fill='%23EF7D00' d='M250 0h50v3h-50z'/%3E%3Cpath fill='%2303326C' d='M300 0h50v3h-50z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover; }

.site-footer-navigation {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  .site-footer-navigation .heading {
    color: #fff;
    font-family: 'din-2014', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600; }
  .site-footer-navigation .menu {
    font-family: 'din-2014', sans-serif;
    font-size: 1.125rem;
    font-weight: 300; }
  .site-footer-navigation .menu li {
    margin-bottom: 3px; }
  .site-footer-navigation .menu a {
    color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 767.98px) {
    .site-footer-navigation {
      display: none; } }

.site-footer-branches {
  padding-top: 2.5rem; }
  .site-footer-branches .logo {
    height: 32px;
    width: auto;
    margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .site-footer-branches {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 3rem;
      /*padding-bottom: $spacer*3.5;*/ }
      .site-footer-branches .logo {
        margin-bottom: 1.75rem; } }

.footer-branch {
  font-family: 'din-2014', sans-serif;
  height: 100%;
  margin-bottom: 1rem; }
  .footer-branch > .heading {
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgba(35, 37, 58, 0.75); }
  .footer-branch ul {
    margin-bottom: 0; }
  .footer-branch address {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(35, 37, 58, 0.5);
    margin-bottom: 1rem; }
  .footer-branch .tel {
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(35, 37, 58, 0.5);
    text-decoration: none; }
  .footer-branch .email {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #009FE5;
    text-decoration: none; }
  .footer-branch p.identification-number {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(35, 37, 58, 0.5);
    margin-bottom: 1rem; }
  .footer-branch p.data-box {
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(35, 37, 58, 0.5);
    text-decoration: none; }
  @media (max-width: 767.98px) {
    .footer-branch {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding-top: 1rem; }
      .footer-branch > .heading {
        position: relative; }
      .footer-branch > .heading:after {
        content: "";
        display: block;
        width: 12px;
        height: 8px;
        position: absolute;
        right: 0;
        top: 6px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' version='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8a1 1 0 0 1-2-2l6-5 6 5a1 1 0 1 1-2 2L6 3 2 8z' fill='%23FEFEFE' fill-rule='nonzero'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform .3s; }
      .footer-branch.-open > .heading:after {
        transform: rotate(180deg); } }
  @media (min-width: 768px) {
    .footer-branch > .heading {
      margin-bottom: 32px; } }

.footer-faq,
.footer-privacy-policy {
  font-size: 1.125rem;
  color: rgba(35, 37, 58, 0.5);
  font-weight: 500;
  text-transform: uppercase; }
  .footer-faq a,
  .footer-privacy-policy a {
    color: rgba(35, 37, 58, 0.5);
    cursor: pointer; }

.footer-social {
  height: 180px; }
  .footer-social .footer-logo {
    margin-bottom: 20px;
    padding-left: 0px; }
  .footer-social .footer-social-icons {
    padding-left: 0px; }
  .footer-social .footer-social-icons .separated-list li {
    border: none;
    padding-left: 4px;
    padding-right: 4px; }
  .footer-social .footer-social-icons .separated-list li i {
    font-size: 18px;
    color: #A7A8AF; }
  .footer-social .footer-copyright {
    padding-left: 0px; }
  .footer-social .footer-copyright .gopas-copyright {
    font-size: 13px;
    color: rgba(35, 37, 58, 0.5); }
    .footer-social .footer-copyright .gopas-copyright p {
      white-space: nowrap; }
      .footer-social .footer-copyright .gopas-copyright p a {
        color: inherit; }
  @media (min-width: 1200px) {
    .footer-social {
      text-align: right; } }

.site-footer-legal {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem; }
  @media (min-width: 768px) {
    .site-footer-legal {
      border-top: 0;
      padding-top: 1rem;
      padding-bottom: 0; } }

.open-mega-menu {
  margin-top: 18px;
  height: 0px;
  border-width: 2px !important;
  border: solid;
  border-color: #F17D00;
  border-bottom-color: #fff;
  z-index: 1;
  border-bottom-width: 3px !important;
  padding: 5px 8px 40px 8px !important; }

.mega-menu-box {
  position: relative;
  width: 98%;
  left: 2%; }

#cookie-consent-management-modal {
  z-index: 1060; }
  #cookie-consent-management-modal h5 {
    color: rgba(35, 37, 58, 0.75);
    font-size: 1.125rem;
    font-weight: 700; }
  #cookie-consent-management-modal .modal-body {
    padding-top: 0 !important; }
    #cookie-consent-management-modal .modal-body .consent-description-row .consent-description-column {
      display: inline-block;
      width: 80%; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-description-column .consent-full-description {
        display: none; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-description-column .consent-overview-buttons {
        margin-top: 0.5rem; }
        #cookie-consent-management-modal .modal-body .consent-description-row .consent-description-column .consent-overview-buttons .consent-overview-button {
          color: #009FE5;
          cursor: pointer; }
        #cookie-consent-management-modal .modal-body .consent-description-row .consent-description-column .consent-overview-buttons .show-less {
          display: none; }
    #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column {
      display: inline-block;
      text-align: center;
      vertical-align: top;
      width: 18%;
      /* The switch - the box around the slider */
      /* Hide default HTML checkbox */
      /* The slider */
      /* Rounded sliders */ }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .fa-check {
        color: #009fe3;
        font-size: 2rem; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column input:checked + .slider {
        background-color: #009fe3; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column input:focus + .slider {
        box-shadow: 0 0 1px #2196F3; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px); }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .slider.round {
        border-radius: 34px; }
      #cookie-consent-management-modal .modal-body .consent-description-row .consent-action-column .slider.round:before {
        border-radius: 50%; }
    #cookie-consent-management-modal .modal-body .cookie-consent-note {
      text-align: center; }
  #cookie-consent-management-modal .modal-footer #cookie-consent-management-save-settings,
  #cookie-consent-management-modal .modal-footer #cookie-consent-management-accept-all {
    width: 47%; }

/*
	1. SLICK SLIDER CORE

*/
/* 1. SLICK SLIDER CORE */
.slick-dotted {
  margin-bottom: 2rem; }

.slick-slide:focus,
.slick-slide a:focus {
  outline: none; }

.slick-dots {
  position: absolute;
  bottom: -2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    padding: 0; }
  .slick-dots li button {
    display: block;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    border: 1px solid #6784a7;
    height: 8px;
    width: 8px;
    border-radius: 50%; }
    .slick-dots li button, .slick-dots li button:focus {
      outline: none; }
  .slick-dots li.slick-active button {
    border-color: transparent;
    background-color: #009fe3; }
  @media (min-width: 768px) {
    .slick-dots li {
      height: 12px;
      width: 12px;
      margin: 0 5px; }
    .slick-dots li button {
      border: 2px solid #6784a7;
      height: 12px;
      width: 12px; } }

.slick-prev,
.slick-next {
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .slick-prev, .slick-prev:focus,
  .slick-next,
  .slick-next:focus {
    outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8; }

.slick-prev {
  transform: rotate(180deg); }

.slick-prev.-outside,
.slick-next.-outside {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' version='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 40a20 20 0 1 1 0-40 20 20 0 0 1 0 40zm7-19l-8 7a1 1 0 1 0 2 2l9-9a1 1 0 0 0 0-2l-9-9a1 1 0 0 0-2 2l8 7H9a1 1 0 0 0 0 2h18z' fill='%23009FE3' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.slick-prev.-outside {
  left: -65px; }

.slick-next.-outside {
  right: -65px; }

.slick-prev.-inside,
.slick-next.-inside {
  top: auto;
  bottom: 4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill-opacity='.5' fill='%23000'/%3E%3Cpath d='M26.584 21H9a1 1 0 0 1 0-2h17.586l-7.293-7.293a1 1 0 0 1 1.414-1.414l9 9a.997.997 0 0 1-.04 1.452l-8.96 8.962a1 1 0 1 1-1.414-1.414L26.584 21z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E"); }

.slick-prev.-inside {
  left: auto;
  right: 80px; }

.slick-next.-inside {
  right: 30px; }

.custom-slider .slick-slide > a > * {
  color: inherit !important; }

/*
    1. TOPIC PAGES
*/
/* 1. TOPIC PAGES */
.topic-page img {
  max-width: 100% !important;
  height: auto !important; }

.topic-page h1 {
  font-size: 2.5rem; }

.topic-page h2 {
  font-size: 2.1rem; }

.topic-page h3 {
  font-size: 1.875rem; }

.topic-page h4 {
  font-size: 1.6rem; }

.topic-page h5 {
  font-size: 1.3125rem; }

.topic-page h6 {
  font-size: 1.125rem; }

@media all and (max-width: 1500px) {
  .table-horizontal-scroll {
    white-space: nowrap;
    overflow-x: auto; } }

.advanced-search input[type='text'].ui-autocomplete-loading {
  background: #fff url("../../Content/images/ajax-loader-small.gif") no-repeat 98% center; }

.advanced-search .search-button {
  width: 100%;
  height: 100%;
  background-size: auto 35%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='27'%3E%3Cdefs%3E%3Cpath id='a' d='M1747.94 88.9a10.3 10.3 0 0 1 14.37 0 9.84 9.84 0 0 1 .88 13.12l.06-.06 5.74 5.64-1.43 1.41-5.7-5.6a10.3 10.3 0 0 1-13.92-.4 9.84 9.84 0 0 1 0-14.1zm1.44 12.71a8.23 8.23 0 0 0 11.5 0 7.9 7.9 0 0 0 0-11.3 8.23 8.23 0 0 0-11.5 0 7.9 7.9 0 0 0 0 11.3z'/%3E%3C/defs%3E%3Cuse fill='%23ffffff' xlink:href='%23a' transform='translate(-1742 -84)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F17D00;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  .advanced-search .search-button:hover {
    background-color: #f28a1a; }
  .advanced-search .search-button:active {
    background-color: #d97100; }

.advanced-search .ui-menu {
  z-index: 10;
  font-family: 'din-2014', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #d4dce6;
  border-radius: 0.25rem;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: black;
  margin: 0px;
  padding: 0px; }
  .advanced-search .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    border: none;
    display: block;
    padding: 2px 16px;
    color: inherit; }
    .advanced-search .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
      margin: 0px;
      text-decoration: none !important;
      background-color: #F5F7F9 !important;
      background: none; }
    .advanced-search .ui-menu .ui-menu-item .ui-menu-item-wrapper strong {
      font-weight: 800; }
    .advanced-search .ui-menu .ui-menu-item .ui-menu-item-wrapper .product-sku {
      color: #6c757d;
      padding-left: 6px; }
    .advanced-search .ui-menu .ui-menu-item .ui-menu-item-wrapper .badge {
      margin-left: 6px; }
  .advanced-search .ui-menu .ui-autocomplete-category {
    color: #02326D;
    padding: 0 16px;
    margin: 0px;
    border-bottom: 1px solid #d4dce6;
    font-size: inherit;
    height: 12px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 4px; }
    .advanced-search .ui-menu .ui-autocomplete-category span {
      background-color: white;
      padding: 0 4px;
      margin-left: -4px; }
  .advanced-search .ui-menu .ui-autocomplete-tags {
    padding: 4px 16px;
    font-size: inherit;
    line-height: 24px; }
    .advanced-search .ui-menu .ui-autocomplete-tags a {
      color: #02326D; }
      .advanced-search .ui-menu .ui-autocomplete-tags a:hover {
        color: black; }
  .advanced-search .ui-menu .ui-autocomplete-more-results {
    color: #6c757d;
    padding: 0 16px;
    margin: 0px; }
  .advanced-search .ui-menu hr {
    border-color: #d4dce6;
    margin-top: 10px;
    margin-bottom: 0px; }

.advanced-search .btn {
  font-family: 'din-2014', sans-serif;
  font-size: 0.875rem;
  display: block;
  margin: 12px auto;
  border-radius: 0.25rem; }

.advanced-search .ui-widget-content a {
  color: #fff; }

.bar-search {
  margin: auto 0; }
  .bar-search .form-advanced-search {
    margin-top: 3px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .bar-search .form-advanced-search {
        max-width: 90%;
        margin-left: auto; } }
    .bar-search .form-advanced-search .input-group-append {
      height: 40px; }
    .bar-search .form-advanced-search .input-group-append input {
      box-shadow: none;
      border: 1px solid #EDEDEF; }
      .bar-search .form-advanced-search .input-group-append input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #8e8f99;
        font-size: 13px; }
      .bar-search .form-advanced-search .input-group-append input::-moz-placeholder {
        /* Firefox 19+ */
        color: #8e8f99;
        font-size: 13px; }
      .bar-search .form-advanced-search .input-group-append input:-ms-input-placeholder {
        /* IE 10+ */
        color: #8e8f99;
        font-size: 13px; }
      .bar-search .form-advanced-search .input-group-append input:-moz-placeholder {
        /* Firefox 18- */
        color: #8e8f99;
        font-size: 13px; }

.advanced-search-link {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #8e8f99;
  padding-left: 20px; }
  .advanced-search-link:hover {
    color: #80818a; }

::-ms-clear {
  display: none; }

.k-pager-wrap {
  padding: .333em 0;
  background-image: none !important;
  background-color: transparent !important; }

#search-results-container > div > .search-results .k-loading-mask {
  display: none; }

#search-results-container > div > .search-results > .k-widget * {
  box-sizing: inherit; }

#search-results-container > div > .search-results > .k-widget {
  border: none;
  box-sizing: inherit;
  background-color: #F6F6F7;
  line-height: 1.5; }
  #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-link, #search-results-container > div > .search-results > .k-widget.k-pager-wrap .k-link:hover {
    color: rgba(35, 37, 58, 0.5);
    border-radius: 0;
    border-color: #ededef;
    background-color: #fff; }
  #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap > ul > li > a, #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap span {
    border-radius: 0; }
    #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap > ul > li > a.k-state-selected, #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap span.k-state-selected {
      background-image: none;
      background-color: #F17D00;
      border-color: #F17D00; }
    #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap > ul > li > a.k-link, #search-results-container > div > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap span.k-link {
      color: rgba(35, 37, 58, 0.5);
      background-color: #fff;
      border-color: #ededef; }
  #search-results-container > div > .search-results > .k-widget.k-pager-wrap .k-pager-numbers li:nth-child(2):last-child {
    display: none; }
  #search-results-container > div > .search-results > .k-widget.k-pager-wrap .k-state-disabled, #search-results-container > div > .search-results > .k-widget.k-pager-wrap .k-pager-info {
    display: none; }

#search-results-container > div > .search-results .search-category-box {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5rem; }
  #search-results-container > div > .search-results .search-category-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  #search-results-container > div > .search-results .search-category-box .title a {
    font-size: 1rem;
    color: #02326D;
    font-weight: 800;
    text-decoration: none; }
    #search-results-container > div > .search-results .search-category-box .title a:hover {
      text-decoration: underline; }

#search-results-container > div > .search-results .search-other-box {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5rem; }
  #search-results-container > div > .search-results .search-other-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  #search-results-container > div > .search-results .search-other-box .title a {
    font-size: 1.3125rem;
    color: #02326D;
    font-weight: 800; }
  #search-results-container > div > .search-results .search-other-box .item-body {
    font-size: 0.9375rem;
    color: rgba(35, 37, 58, 0.5); }
    #search-results-container > div > .search-results .search-other-box .item-body strong {
      font-weight: 800;
      color: rgba(20, 21, 33, 0.6); }
  #search-results-container > div > .search-results .search-other-box .badge {
    vertical-align: text-bottom; }

#search-results-container > div > .search-results #productTagListView.-hasResults {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  #search-results-container > div > .search-results #productTagListView.-hasResults:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

#search-results-container > div > .search-results #productTagListView .badge {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #585a6a;
  border: 1px solid #ededef;
  padding: 10px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px; }
  #search-results-container > div > .search-results #productTagListView .badge:hover {
    background-color: #02326C;
    color: #fff;
    text-decoration: none; }

.search-notification-box {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.25rem;
  display: flex; }
  .search-notification-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .search-notification-box p {
    font-size: 1rem;
    font-weight: 800;
    line-height: 2;
    margin: auto 0;
    color: #02326D; }
    .search-notification-box p.message {
      font-weight: normal;
      font-size: .8rem;
      color: #5C5C5C; }
  .search-notification-box button {
    padding: .5rem 2.2rem;
    margin: auto 0;
    border-radius: .25rem;
    float: right; }
    @media (max-width: 991.98px) {
      .search-notification-box button {
        float: none; } }

.advanced-search-filter {
  position: sticky;
  top: 88px;
  background-color: #ffffff;
  border-radius: 0.25rem; }
  @media (max-width: 991.98px) {
    .advanced-search-filter {
      margin-bottom: 2rem; } }
  .advanced-search-filter .main-title {
    font-size: 0.9375rem;
    color: #fff;
    background-color: #02326D;
    padding: 1rem 1rem 1rem 1rem; }
  .advanced-search-filter label.title {
    font-size: 0.8125rem;
    color: rgba(35, 37, 58, 0.5);
    font-weight: 800; }
    .advanced-search-filter label.title.search-input {
      padding: 1rem 0 0 1rem; }
  .advanced-search-filter .search-input-wrapper {
    display: flex;
    padding: 0 1rem 0 1rem; }
    .advanced-search-filter .search-input-wrapper .input-group-text {
      width: 40px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0; }
    .advanced-search-filter .search-input-wrapper .search-button {
      width: 100%;
      height: 100%;
      background-size: auto 50%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='27'%3E%3Cdefs%3E%3Cpath id='a' d='M1747.94 88.9a10.3 10.3 0 0 1 14.37 0 9.84 9.84 0 0 1 .88 13.12l.06-.06 5.74 5.64-1.43 1.41-5.7-5.6a10.3 10.3 0 0 1-13.92-.4 9.84 9.84 0 0 1 0-14.1zm1.44 12.71a8.23 8.23 0 0 0 11.5 0 7.9 7.9 0 0 0 0-11.3 8.23 8.23 0 0 0-11.5 0 7.9 7.9 0 0 0 0 11.3z'/%3E%3C/defs%3E%3Cuse fill='%23ffffff' xlink:href='%23a' transform='translate(-1742 -84)'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-color: rgba(90, 92, 107, 0.55);
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border: none;
      cursor: pointer; }
      .advanced-search-filter .search-input-wrapper .search-button:hover:not(:disabled) {
        background-color: rgba(35, 37, 58, 0.5); }
      .advanced-search-filter .search-input-wrapper .search-button:active {
        background-color: rgba(26, 28, 44, 0.55); }
  .advanced-search-filter .input-error {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.8125rem;
    font-weight: 800; }
  .advanced-search-filter .section {
    padding: 0 1rem 1rem 1rem; }
    @media (min-width: 576px) {
      .advanced-search-filter .section {
        margin-bottom: 2rem; } }
    .advanced-search-filter .section.bottom {
      display: flex;
      border-top: 1px solid #d4dce6;
      padding: 0; }
      @media (min-width: 576px) {
        .advanced-search-filter .section.bottom {
          margin-bottom: 0; } }
      .advanced-search-filter .section.bottom .btn-redirect {
        width: 50%;
        color: #02326D; }
        .advanced-search-filter .section.bottom .btn-redirect:hover {
          background-color: #02326D;
          color: #fff !important;
          text-decoration: none; }
        .advanced-search-filter .section.bottom .btn-redirect:first-child {
          border-right: 1px solid #d4dce6;
          border-bottom-left-radius: 0.25rem; }
        .advanced-search-filter .section.bottom .btn-redirect:last-child {
          border-bottom-right-radius: 0.25rem; }
    .advanced-search-filter .section select {
      border: 1px solid #d4dce6;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M1194.8 836.37l-5.62-6a1.1 1.1 0 0 1 0-1.49.94.94 0 0 1 1.4 0l4.23 4.52 4.23-4.52a.94.94 0 0 1 1.4 0 1.1 1.1 0 0 1 0 1.49z'/%3E%3C/defs%3E%3Cuse fill='%232A486B' xlink:href='%23a' transform='translate(-1187 -827)'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position-x: 98%;
      background-position-y: 50%;
      padding: 0.4375rem 1rem; }
      .advanced-search-filter .section select::-ms-expand {
        display: none; }
      .advanced-search-filter .section select:disabled {
        background-color: #D6DEE7;
        opacity: 1; }
  .advanced-search-filter .sectiontitle {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 800; }
  .advanced-search-filter .check-button > .unavailable.text:before {
    background-color: #e7e9ec; }
  .advanced-search-filter .form-control {
    font-size: 0.8125rem;
    color: #23253A; }

#productsByTagResultContainer > .search-results > .k-widget * {
  box-sizing: inherit; }

#productsByTagResultContainer > .search-results > .k-widget {
  border: none;
  box-sizing: inherit;
  background-color: #F6F6F7;
  line-height: 1.5; }
  #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap {
    padding: .333em 0; }
    #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-link, #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap .k-link:hover {
      color: rgba(35, 37, 58, 0.5);
      border-radius: 0;
      border-color: #ededef;
      background-color: #fff; }
    #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap > ul > li > a, #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap span {
      border-radius: 0; }
      #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap > ul > li > a.k-state-selected, #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap span.k-state-selected {
        background-image: none;
        background-color: #F17D00;
        border-color: #F17D00; }
      #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap > ul > li > a.k-link, #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap > .k-pager-numbers-wrap span.k-link {
        color: rgba(35, 37, 58, 0.5);
        background-color: #fff;
        border-color: #ededef; }
    #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap .k-pager-numbers li:nth-child(2):last-child {
      display: none; }
    #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap .k-state-disabled, #productsByTagResultContainer > .search-results > .k-widget.k-pager-wrap .k-pager-info {
      display: none; }

.back-to-search {
  display: inline-block;
  margin: 1rem 0 0.5rem 0; }
  .back-to-search a {
    color: inherit; }
  .back-to-search i {
    margin-right: 0.25rem; }

.search-notification-box {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.25rem;
  display: flex; }
  .search-notification-box:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .search-notification-box p {
    font-size: 1rem;
    font-weight: 800;
    line-height: 2;
    margin: auto 0;
    color: #02326D; }
    .search-notification-box p.message {
      font-weight: normal;
      font-size: .8rem;
      color: #5C5C5C; }

.gopas-form-widget {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .gopas-form-widget .form-heading {
    background-color: #02326C;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: 8px; }
    .gopas-form-widget .form-heading p {
      color: #fff;
      font-size: 1rem;
      padding: 0 1.875rem 1.5rem 1.875rem;
      margin: 0; }
    .gopas-form-widget .form-heading h1 {
      color: #fff;
      font-size: 2rem;
      padding: 1.5rem 1.875rem 0 1.875rem; }
  .gopas-form-widget .form-body {
    padding: 15px 30px 0 30px; }
    .gopas-form-widget .form-body h4 {
      color: #02326C;
      font-size: 1.3125rem;
      padding-left: 15px; }
  .gopas-form-widget .form-footer {
    padding: 0 45px;
    text-align: center; }
    .gopas-form-widget .form-footer .btn-submit {
      width: 100%;
      text-align: center;
      border-radius: 0;
      margin-top: 1rem;
      margin-bottom: 2rem; }
  .gopas-form-widget .input-error {
    color: #AE1515;
    font-size: 0.8125rem;
    font-weight: 800; }
  .gopas-form-widget .required {
    color: #AE1515; }

.gopas-form-widget-confirmation {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem; }
  .gopas-form-widget-confirmation p {
    color: #5C5C5C;
    font-size: 1rem;
    padding: 0 1.875rem 1.5rem 1.875rem;
    margin: 0; }
  .gopas-form-widget-confirmation h1 {
    color: #02326C;
    font-size: 2rem;
    padding: 1.5rem 1.875rem 0 1.875rem; }
  .gopas-form-widget-confirmation a {
    color: #02326C;
    text-align: left;
    padding-left: 1.875rem; }

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
  display: none;
  position: fixed;
  top: 4.5rem;
  right: 0.4rem;
  border-radius: 3px;
  z-index: 1000;
  width: 370px;
  padding: 15px 25px 15px 10px;
  line-height: 16px;
  font-size: 0.8125rem;
  height: 56px;
  color: #fff;
  padding-top: 1.3rem;
  opacity: 0.95; }
  @media (max-width: 370px) {
    .bar-notification {
      width: 96%; } }

.bar-notification.success {
  background-color: #4bb07a; }

.bar-notification.error {
  background-color: #e4444c; }

.bar-notification.warning {
  background-color: #f39c12; }

.bar-notification .content {
  margin: 0 10px 0 0; }

.bar-notification .content a {
  color: #fff;
  text-decoration: underline; }

.bar-notification .close {
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url("../images/close.png") center no-repeat;
  cursor: pointer; }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444; }

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../images/loading.gif") center no-repeat; }

.please-wait {
  background: url("../images/ajax-loader-small.gif") no-repeat;
  padding-left: 20px;
  font-size: 14px; }

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif; }

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important; }

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important; }

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url("../images/close.png") center no-repeat !important;
  padding: 0 !important; }

.ui-dialog-titlebar button span {
  display: none !important; }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777; }

.ui-dialog-content .page {
  min-height: 0; }

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0 0 15px;
  padding: 0px 10px 10px 10px;
  text-align: center; }

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  line-height: 30px; }

.ui-dialog-content .back-in-stock-subscription-page {
  text-align: center; }

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin-bottom: 10px; }

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
  border: none;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase; }

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
  background-color: #248ece; }

.sticky-bar-notification {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(247, 247, 247, 0.9);
  border-color: rgba(247, 247, 247, 0.9);
  color: black;
  padding: 5px 15px;
  text-align: center;
  position: sticky;
  z-index: 5; }
  .sticky-bar-notification button {
    min-width: 60px;
    margin: 0 0 0 5px;
    border: none;
    background-color: #4ab2f1;
    padding: 4px 12px;
    font-size: 14px;
    color: #fff; }
    .sticky-bar-notification button:hover {
      background-color: #4ab2f1; }
  .sticky-bar-notification a {
    display: block;
    color: #4ab2f1; }
    .sticky-bar-notification a:hover {
      text-decoration: underline; }
    .sticky-bar-notification a.learn-more {
      display: inline;
      font-weight: bold; }
      .sticky-bar-notification a.learn-more:link {
        text-decoration: none; }
      .sticky-bar-notification a.learn-more:hover {
        text-decoration: underline; }
  .sticky-bar-notification .close {
    color: black;
    top: 2px;
    right: 0; }

.eu-cookie-bar-notification {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 5px 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: rgba(229, 229, 229, 0.9);
  border-color: rgba(229, 229, 229, 0.9);
  color: #5C5C5C;
  text-align: justify;
  padding: 1.25rem 0;
  position: fixed;
  z-index: 1050; }
  .eu-cookie-bar-notification .button-wrapper {
    display: block;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .eu-cookie-bar-notification .button-wrapper {
        margin-bottom: 0;
        display: inline-flex;
        justify-content: flex-end; } }
    .eu-cookie-bar-notification .button-wrapper button {
      display: block;
      width: 100%;
      margin: 0 0 12px 0;
      border: none;
      padding: 12px 12px;
      font-size: 0.875rem;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .eu-cookie-bar-notification .button-wrapper button {
          margin: 0 0 0 20px;
          min-width: 240px;
          width: auto; } }
      .eu-cookie-bar-notification .button-wrapper button:hover {
        background-color: #4ab2f1; }
      .eu-cookie-bar-notification .button-wrapper button.button-light {
        background-color: #fff;
        color: #5C5C5C; }
      .eu-cookie-bar-notification .button-wrapper button.button-dark {
        background-color: #009fe3; }
  .eu-cookie-bar-notification .content-wrapper a {
    display: inline;
    font-weight: bold;
    color: #009fe3; }

.cookie-consent-bar {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 5px 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: rgba(229, 229, 229, 0.9);
  border-color: rgba(229, 229, 229, 0.9);
  color: #5C5C5C;
  text-align: justify;
  padding: 1.25rem 0;
  position: fixed;
  z-index: 1050; }
  .cookie-consent-bar .button-wrapper {
    display: block;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .cookie-consent-bar .button-wrapper {
        margin-bottom: 0;
        display: inline-flex;
        justify-content: flex-end; } }
    .cookie-consent-bar .button-wrapper button {
      display: block;
      width: 100%;
      margin: 0 0 12px 0;
      border: none;
      padding: 12px 12px;
      font-size: 0.875rem;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .cookie-consent-bar .button-wrapper button {
          margin: 0 0 0 20px;
          min-width: 240px;
          width: auto; } }
      .cookie-consent-bar .button-wrapper button:hover {
        background-color: #4ab2f1; }
      .cookie-consent-bar .button-wrapper button.button-light {
        background-color: #fff;
        color: #5C5C5C; }
      .cookie-consent-bar .button-wrapper button.button-dark {
        background-color: #009fe3; }
  .cookie-consent-bar .content-wrapper a {
    display: inline;
    font-weight: bold;
    color: #009fe3; }

/*********** HEADER ***********/
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee; }

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold; }

.admin-header-links .impersonate {
  display: inline-block; }

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px; }

.admin-header-links .impersonate a:hover {
  background-color: #666; }
