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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px; }

ul, ol,
dd {
  margin-left: 24px; }

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

html {
  font-family: 'Roboto', sans-serif;
  overflow: hidden; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5; }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

a:link {
  color: #005a8d; }

a:visited {
  color: #5590b6; }

a.btn-outline-dark {
  color: #005a8d; }

a.btn-primary {
  color: #ffffff; }

ul {
  list-style: square outside; }

li > ul,
li > ol {
  margin-left: 48px;
  margin-bottom: 0; }

li .horizontal {
  display: inline-flex; }

ul.horizontal, .horizontal ul {
  padding-left: 0; }
  ul.horizontal li, .horizontal ul li {
    display: inline-flex; }
    ul.horizontal li + li, .horizontal ul li + li {
      padding-left: 1.25em; }

blockquote {
  quotes: "“" "”"; }
  blockquote p {
    text-indent: -0.42em; }
    blockquote p:before {
      content: open-quote; }
    blockquote p:after {
      content: no-close-quote; }
    blockquote p:last-of-type {
      margin-bottom: 0; }
      blockquote p:last-of-type:after {
        content: close-quote; }

td {
  font-size: 0.9rem; }

td.title {
  word-break: break-word; }

#wrapper {
  padding-top: 50px;
  padding-left: 50px;
  height: calc(100% - 50px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 994px) {
    #wrapper {
      padding-left: 0; } }
  @media (max-width: 584px) {
    #wrapper {
      padding-top: 100px;
      height: calc(100% - 100px); } }

.page-wrapper #content-wrapper {
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 584px) {
    .page-wrapper #content-wrapper {
      height: calc(100vh - 100px); } }

.page-wrapper .page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  display: inline-block;
  width: 100%;
  padding: 1rem; }

.shadow {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .shadow .btn-outline-dark {
    border-color: #005a8d;
    color: #005a8d;
    background-color: #f6f7fb; }
    .shadow .btn-outline-dark:hover {
      background-color: #b92819; }

.row {
  margin-top: .5em;
  margin-bottom: .5em; }

nav.pagination, nav.breadcrumbs {
  margin-top: 6px;
  margin-bottom: 6px; }

.navbar-nav {
  flex-direction: row; }

.nav-item {
  padding: 0 10px; }
  @media (max-width: 994px) {
    .nav-item {
      padding: 0 20px; } }

.fixed-float-button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  border-radius: 50%; }

.messages-frame {
  position: fixed;
  top: 60px;
  z-index: 9; }

.badge-primary {
  background-color: #5590b6; }

.center-div {
  align-items: center;
  height: 100%;
  min-height: calc(60vh - 62px - 50px); }

.col-form-label {
  padding-right: 0.4rem; }

.nomodal a {
  display: block; }

.nomodal {
  text-align: center; }

.ajax_loading {
  display: none; }

.alert-error {
  background-color: #f13211;
  color: gainsboro; }

#content-container-fluid {
  position: relative; }

td #subjects ul {
  list-style-type: none; }

ul#allauth_email {
  list-style-type: none; }

.overflow-y {
  overflow-y: scroll; }

.h_numbers {
  counter-reset: h_number_c; }
  .h_numbers h1 {
    counter-increment: h_number_c;
    margin-bottom: 0.5em; }
  .h_numbers h1:before {
    content: counter(h_number_c) ". "; }
  .h_numbers h1.hier_h {
    counter-reset: h2_number_c;
    counter-reset: h3_number_c; }
    .h_numbers h1.hier_h ~ h2 {
      counter-increment: h2_number_c;
      counter-reset: h3_number_c; }
    .h_numbers h1.hier_h ~ h2:before {
      content: counter(h_number_c) "." counter(h2_number_c) " "; }
    .h_numbers h1.hier_h ~ h3 {
      padding: 0.5em;
      counter-increment: h3_number_c; }
      .h_numbers h1.hier_h ~ h3 ~ p {
        padding-left: 0.5em; }
    .h_numbers h1.hier_h ~ h3:before {
      content: counter(h_number_c) "." counter(h2_number_c) "." counter(h3_number_c) " "; }
  .h_numbers h2 {
    counter-increment: h_number_c;
    margin-bottom: 0.5em; }
  .h_numbers h2:before {
    content: counter(h_number_c) ". "; }
  .h_numbers h3 {
    counter-increment: h_number_c;
    margin-bottom: 0.5em; }
  .h_numbers h3:before {
    content: counter(h_number_c) ". "; }
  .h_numbers section ol {
    margin-left: 2rem; }
  .h_numbers section ul {
    margin-left: 2rem; }
  .h_numbers section ol.hier_ol {
    counter-reset: hier_ol_c;
    list-style-type: none; }
    .h_numbers section ol.hier_ol > li {
      counter-increment: hier_ol_c; }
    .h_numbers section ol.hier_ol > li:before {
      content: counter(h_number_c) "." counter(hier_ol_c);
      color: #0072a0; }
  .h_numbers ol {
    margin-bottom: 1rem; }

.eltab_list h1 {
  clear: both;
  color: #005a8d; }

.eltab_list h2 {
  clear: both;
  color: #005a8d; }

.eltab_list h3 {
  clear: both;
  color: #005a8d; }

.eltab_list h4 {
  clear: both;
  color: #005a8d; }

.eltab_list ol, .eltab_list ul {
  margin-left: 2rem; }

.eltab_list ol {
  list-style-type: none;
  counter-reset: li; }
  .eltab_list ol li:before {
    color: #0072a0;
    content: counter(li) ". ";
    counter-increment: li; }

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0; }

button {
  cursor: pointer; }

.btn-outline-dark {
  border-color: #005a8d;
  color: #005a8d;
  background-color: #f6f7fb; }
  .btn-outline-dark:hover {
    background-color: #b92819; }

.btn-info {
  background-color: #5590b6;
  color: white; }
  .btn-info:visited {
    background-color: #5590b6;
    color: white; }
  .btn-info:hover {
    color: #b92819; }

.btn-outline-primary {
  border-color: #005a8d;
  color: #005a8d;
  background-color: #f6f7fb; }
  .btn-outline-primary:hover {
    background-color: #b92819; }

.btn.disabled {
  background: #c7d7e6; }

.btn[disabled] {
  background: #c7d7e6;
  cursor: default; }

.in_cart {
  color: #aaaaaa; }

#eltab-brand-text {
  white-space: nowrap;
  font-weight: bold;
  font-size: x-large; }
  @media (max-width: 994px) {
    #eltab-brand-text {
      max-width: 100px;
      white-space: normal;
      max-height: 50px;
      font-size: x-small; } }
  @media (max-width: 584px) {
    #eltab-brand-text {
      display: none; } }

#eltab-logo img {
  max-height: 90%;
  padding-bottom: 2px; }
  @media (max-width: 584px) {
    #eltab-logo img {
      display: none; } }

footer {
  flex-shrink: 0;
  background-color: gainsboro;
  background-color: #f8f9fa;
  width: 100%;
  box-shadow: -0.5rem -0.5rem 1rem rgba(0, 0, 0, 0.15); }

.eltab-blue {
  color: #005a8d; }

.eltab-red {
  color: #b92819; }

label[label-req="true"]:after {
  content: " *";
  color: #b92819; }

[label-req="true"] label:after {
  content: " *";
  color: #b92819; }

.btn.active {
  font-weight: bold;
  color: #b92819; }

.no-border {
  border: 0;
  box-shadow: none; }

.checkbox-label {
  margin-right: 0.75rem;
  padding: 0.5rem; }

input[type="checkbox"] {
  margin-right: 0.3rem; }

.form-check-input {
  margin-left: -1rem; }

.form-control.selectize-control {
  padding: 0px;
  height: auto;
  display: inline-flex; }

ul.form-control {
  list-style-type: none;
  display: inline-block;
  padding: 0.1em;
  height: auto; }
  ul.form-control li {
    margin: 0.5em;
    display: inline-flex; }
    ul.form-control li label input {
      display: inline-flex;
      width: auto; }

.select2-container {
  width: 100% !important; }

span.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da; }

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

#any_search_wrapper {
  position: relative; }
  #any_search_wrapper button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    background: transparent;
    color: #005a8d; }

label {
  display: block; }

#header {
  padding: 1rem 3rem; }

@media (max-width: 767.98px) {
  .header__image {
    height: 33px; } }

@media (min-width: 768px) {
  .header__image {
    height: 48px; } }

@media (min-width: 992px) {
  .header__image {
    height: 65px; } }

@media (min-width: 1200px) {
  .header__image {
    height: 80px; } }

/* width */
::-webkit-scrollbar {
  width: 12px;
  background-color: transparent; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
  background-color: #827d78; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #9aa9b0; }

#sidenav-wrapper {
  z-index: 90; }

.sidenav {
  box-sizing: border-box;
  height: 100%;
  width: 195px;
  z-index: 100;
  background-color: #005a8d;
  padding-right: 15px;
  box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding-left: 145px;
  font-size: 1rem;
  color: gainsboro;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sidenav #sidenav__container {
    overflow-y: auto;
    height: 100%;
    margin-right: -15px; }
  .sidenav #sidenav__cart {
    position: relative; }
  .sidenav__item {
    border-left: 5px solid gainsboro;
    margin: 2px 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 0.7rem 0.4rem; }
    .sidenav__item #cart-counter {
      position: absolute;
      transform: scale(1) translate(12px, 12px);
      opacity: 1; }
    .sidenav__item.active {
      border-left: 5px solid #b92819; }
    .sidenav__item--link {
      text-decoration: none;
      color: gainsboro !important; }
      .sidenav__item--link:hover {
        text-decoration: none;
        color: #b92819 !important; }
      .sidenav__item--link i {
        width: 2rem; }
    .sidenav__item--text {
      opacity: 0;
      transition: opacity 300ms ease-in 300ms; }
  .sidenav__divider {
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 2px solid gainsboro;
    overflow: hidden;
    white-space: nowrap; }
    .sidenav__divider--text {
      opacity: 0;
      transition: opacity 300ms ease-in 300ms; }

#sidenav-wrapper {
  margin-left: -195px;
  width: 195px;
  position: fixed;
  height: calc(100vh - 50px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 584px) {
    #sidenav-wrapper {
      height: calc(100vh - 100px); } }

#sidebar_toggler {
  color: #005a8d;
  background-color: transparent;
  border: 1px solid transparent; }

#sidenav a:visited {
  color: #ffffff; }

#sidenav a:hover {
  color: #b92819; }

#sidebar_check {
  top: 1rem;
  left: 1rem;
  z-index: 99;
  position: absolute;
  visibility: hidden; }
  #sidebar_check ~ #sidenav-wrapper {
    margin-left: -195px;
    width: 195px;
    position: fixed;
    height: calc(100vh - 50px); }

#sidebar_check_label {
  margin-bottom: 0; }

#sidebar_check_span {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1100;
  color: #005a8d;
  background-color: transparent;
  border: 1px solid transparent;
  visibility: visible; }

#content-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#sidebar_check:checked ~ #sidenav-wrapper {
  left: 0;
  margin-left: 0; }

#sidebar_check:checked ~ #sidenav-wrapper .sidenav {
  padding-left: 1rem;
  padding-left: 0;
  padding-left: 5px; }
  #sidebar_check:checked ~ #sidenav-wrapper .sidenav .sidenav__item--text, #sidebar_check:checked ~ #sidenav-wrapper .sidenav .sidenav__divider--text {
    opacity: 1; }

#sidebar_check:checked ~ #content-wrapper {
  padding-left: calc(195px - 50px); }
  @media (max-width: 994px) {
    #sidebar_check:checked ~ #content-wrapper {
      padding-left: 195px; } }

#topnav {
  height: 50px;
  min-height: 50px; }
  @media (max-width: 584px) {
    #topnav {
      height: 100px;
      min-height: 100px; } }

.navbar {
  min-height: 50px;
  background-color: #f8f9fa; }
  @media (max-width: 584px) {
    .navbar {
      min-height: 100px; } }

.navbar .nav-link:link {
  color: #005a8d; }

.navbar .nav-link:visited {
  color: #005a8d; }

.navbar .nav-link:hover {
  color: #b92819 !important; }

.navbar-brand {
  padding: 0 15px;
  height: 48px;
  line-height: 50px -2; }

#topnav-username {
  min-width: 0;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 30rem; }
  @media (max-width: 994px) {
    #topnav-username {
      display: none; } }
  @media (max-width: 1360px) {
    #topnav-username {
      width: 25rem; } }
  @media (max-width: 1278px) {
    #topnav-username {
      width: 20rem; } }
  @media (max-width: 1198px) {
    #topnav-username {
      width: 15rem; } }
  @media (max-width: 1118px) {
    #topnav-username {
      width: 10rem; } }
  @media (max-width: 1038px) {
    #topnav-username {
      width: 7rem; } }

#topnav-cart-badge {
  position: absolute;
  transform: scale(1) translate(-5px, 12px);
  opacity: 1; }

.language_button {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
  padding: inherit;
  /*border is optional*/
  cursor: pointer;
  height: 100%;
  color: #005a8d; }

.form_language_button {
  height: 100%; }

#yaz_sticky_container {
  padding-top: 10px; }
  #yaz_sticky_container #group_form_group {
    display: block; }

.address-card {
  margin-bottom: 1em; }

.members-col {
  margin-bottom: 0.5em; }

.members-row {
  align-items: flex-end;
  margin-bottom: 1em; }

.remark .remark-title {
  cursor: pointer;
  color: #005a8d; }
  .remark .remark-title:hover {
    text-decoration: underline; }

.remark input {
  opacity: 0;
  width: 0;
  height: 0; }

.remark .remark-label input:checked ~ .remark-text {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  height: auto;
  width: auto; }

.card-header.order-detail-card .row {
  margin-top: 0;
  margin-bottom: 0; }

.remark-label {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0; }

.remark-text {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
  overflow: hidden; }

.popover_wrapper {
  position: relative; }

.popover_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #005a8d;
  padding: 1.5rem; }

.popover_wrapper:hover .popover_content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); }

.card.news-index-card {
  border: none;
  margin-top: 2rem; }
  .card.news-index-card .card-header {
    margin-bottom: 0.5rem; }

#CookielawBanner {
  position: fixed;
  z-index: 500;
  top: 50px;
  left: 20%;
  border: 1px solid #005a8d;
  border-radius: 5px;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  @media (max-width: 584px) {
    #CookielawBanner {
      top: 100px; } }

ul.medium_subjects_list li:only-child {
  list-style-type: none; }

.pdf_embed {
  width: 100%; }
  .pdf_embed embed {
    width: 100%;
    height: 45rem; }
  .pdf_embed object {
    width: 100%;
    min-height: 100vh; }
  .pdf_embed h1 {
    clear: both;
    color: #005a8d; }
  .pdf_embed h2 {
    clear: both;
    color: #005a8d; }
  .pdf_embed h3 {
    clear: both;
    color: #005a8d; }

html.nojs .script_noscript {
  display: none; }

html.js .noscript {
  display: none; }

#ext_search_check {
  visibility: hidden;
  height: 0;
  max-height: 0;
  min-height: 0;
  padding: 0;
  margin: 0; }
  #ext_search_check:checked ~ #ext_search_row #ext_search {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
    transition: all 0.75s ease, margin-bottom 0.15s ease-out, opacity 0.5s ease-in; }
    #ext_search_check:checked ~ #ext_search_row #ext_search .row {
      height: auto; }
  #ext_search_check:checked ~ #ext_search_check_row #ext_search_check_icon {
    transform: rotate(180deg); }

#ext_search {
  visibility: hidden;
  opacity: 0;
  margin-bottom: -5000px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease, margin-bottom 0.5s ease-in, opacity 0.15s ease-out; }
  #ext_search .row {
    height: 0; }

#ext_search_check_row {
  margin-top: 0; }

#any_search_row {
  margin-bottom: 0; }

.card {
  border: 1px solid;
  border-color: #005a8d; }

.card .card-header {
  background-color: #c7d7e6; }

.card-box {
  background-color: #c7d7e6;
  border: 1px solid;
  border-color: #005a8d;
  border-radius: .25rem;
  padding: 0.75rem 1.25rem;
  min-width: 0;
  display: block; }

.card-box.card-box-alert {
  background-color: #e88b84; }
  .card-box.card-box-alert a {
    color: #002bb1; }

.card-box.card-box-warning {
  background-color: #e8cb2a; }
  .card-box.card-box-warning a {
    color: #002bb1; }

.card {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15); }

@media print {
  html, body {
    display: inline;
    float: none;
    height: auto; } }

@media print {
  .page-wrapper {
    padding-left: 0; } }

@media print {
  #sidebar_check:checked ~ #content-wrapper {
    padding-left: 0;
    display: block;
    overflow: visible; } }

@media print {
  .content-wrapper {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    padding-left: 0; } }

@media print {
  form {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none; } }

@media print {
  .pagination {
    visibility: hidden;
    display: none; } }

@media print {
  #pagination-info {
    visibility: visible;
    display: none; } }

@media print {
  table {
    page-break-inside: auto; } }

@media print {
  table tr {
    page-break-inside: avoid;
    break-inside: avoid; } }

@media print {
  table tr td {
    page-break-inside: avoid; } }

@media print {
  table tr td div {
    page-break-inside: avoid !important;
    display: block;
    margin: 4px 0 4px 0; } }

@media print {
  thead {
    display: table-header-group; } }

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

@media print {
  .sidenav {
    visibility: hidden;
    display: none;
    width: 0;
    height: 0; } }

@media print {
  footer {
    visibility: hidden;
    display: none; } }

@media print {
  footer img {
    visibility: visible; } }

@media print {
  .popover_content {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    position: relative; } }

@media print {
  .shipping-consultation {
    padding-top: 8px; } }

@media print {
  .remark {
    padding-top: 5px; } }

@media print {
  .remark-text {
    opacity: 1;
    visibility: visible;
    height: auto; } }

@media print {
  .sidebar_check {
    display: none; } }

@media print {
  #sidebar_check_label {
    display: none; } }
