/*
Theme Name: praha7
Theme URI: http://praha7.cz
Author: inQool a.s.
Author URI: https://inqool.cz/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: praha7
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*
# Normalize
*/

html {
  font-family: "Haas Grot Text Web", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Haas Grot Text Web", Helvetica, Arial, sans-serif;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  clear: both;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
  margin-left: 1px;
  display: inline-block;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
# Typography
*/

body,
button,
input,
select,
textarea {
  color: #242424;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17.5px;
  }
}

@media only screen and (max-width: 760px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 9px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Haas Grot Disp Web", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.005em;
}

.h3,
h3 {
  font-size: 20px;
  letter-spacing: 0.005em;
}

.float-title {
  display: inline-block;
  margin: 25px 10px 25px 0;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 25px;
  }

  .h3,
  h3 {
    font-size: 16px;
  }

  .float-title {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  h2,
  .h2 {
    font-size: 18px;
  }

  .h3,
  h3 {
    font-size: 14px;
  }

  .h4,
  h4 {
    font-size: 11px;
  }

  .h5,
  h5 {
    font-size: 11px;
    font-weight: normal;
  }
}

p {
  margin-bottom: 40px;
}

article p {
  margin: 0 0 10px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #969696;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

label {
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  line-height: 20px;
}

/*
# Elements
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #fff;
  height: 100%;

  /* Fallback for when there is no custom background color defined. */
}

.no-padding {
  padding: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: transparent;
  border-top: 1px dotted #969696;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;

  /* Make sure images are scaled correctly. */
  max-width: 100%;

  /* Adhere to container width. */
}

figure {
  margin: 1em 0;

  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.close {
  position: relative;
  display: inline-block;
  overflow: hidden;
  
}

.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
# Forms
*/

/* Weird chrome grey box-sixing fix */
.modal form,
.modal-header {
  background: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.btn {
  border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
textarea.form-control {
  color: #242424;
  border: 1px solid #324ad9;
  border-radius: 0;
  padding: 0 10px;
  letter-spacing: 0.01em;
  height: 40px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
textarea.form-control:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
textarea.form-control:focus {
  color: #111;
  border-color: #111;
}

textarea,
textarea.form-control {
  padding: 8px;
}

select,
select.form-control {
  color: #242424;
  border: 1px solid #324ad9;
  border-radius: 0;
  padding: 3px 10px;
  height: 40px;
  font-size: 16px;
}

textarea {
  width: 100%;
}

/*
# Navigation
*/
.site-header {
  top: 0;
  transition: top 0.2s linear;
  width: 100%;
  z-index: 100;
}

.site-header.nav-topped {
  position: relative;
}

.site-header.nav-scrolled {
  position: fixed;
}

/*
## Links
*/

a {
  color: #324ad9;
}

a:visited {
  color: #8132d9;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.subtitle-link {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0.01em;
}

.subtitle-link.section-title {
	font-family: "Haas Grot Disp Web", Helvetica, Arial, sans-serif;
}

.subtitle-link:hover,
.subtitle-link:focus {
  color: #000;
}

@media only screen and (max-width: 767px) {
  label {
    line-height: 28px;
    font-size: 20px;
  }

  .subtitle-link {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  textarea.form-control {
    height: 50px;
    border-width: 2px;
  }

  .form-control {
    font-size: 20px;
  }

  .form-group {
    margin-bottom: 20px;
  }
  sup{
    font-size: 120%;
    top: 0;
  }
}

@media only screen and (max-width: 760px) {
  .subtitle-link {
    font-size: 10px;
    padding-top: 5px;
    margin-top: -5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  label {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 3px;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  textarea.form-control {
    height: 25px;
    border-width: 1px;
  }

  textarea,
  textarea.form-control {
    height: 40px;
  }

  .form-control {
    font-size: 10px;
  }

  .form-group {
    margin-bottom: 15px;
  }
}

/*
## Menus
*/

/* Main menu - Left */
#site-navigation.navbar-default .navbar-brand {
  height: 69px;
}

#site-navigation.navbar-default .navbar-brand > img {
  height: 42px;
  width: auto;
}

#site-navigation.navbar-default {
  font-size: 18px;
  background: #fff;
  border-radius: 0;
  border: 0;
  border-bottom: 8px solid #324ad9;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

#site-navigation.navbar-default .navbar-nav > li {
  min-width: 120px;
  height: 69px;
  background: #fff;
  border-left: 1px solid #ededed;
  text-align: center;
}

#site-navigation.navbar-default .navbar-nav > li > a {
  padding: 0 10px;
  color: rgba(36, 36, 36, 1);
  line-height: 69px;
  font-weight: bold;
}

#site-navigation.navbar-default .navbar-nav > li:last-of-type > a {
  border-right: 1px solid #ededed;
}

#site-navigation.navbar-default .navbar-nav > li > a:hover,
#site-navigation.navbar-default .navbar-nav > li > a:focus {
  background: linear-gradient(to bottom, #fff 0%, #fff 89%, #324ad9 89%, #324ad9 100%);
}

#site-navigation.navbar-default .navbar-nav > li > a.active-navbar-link {
  background: linear-gradient(to bottom, #fff 0%, #fff 89%, #324ad9 89%, #324ad9 100%);
}

#site-navigation.navbar-default .navbar-nav > .active > a,
#site-navigation.navbar-default .navbar-nav > .active > a:hover,
#site-navigation.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #324ad9;
}

#site-navigation.navbar-default .navbar-left {
  letter-spacing: 0.005em;
}

/* Mobile menu buttons */
#site-navigation.navbar-default .navbar-toggle {
  height: 72px;
  width: 72px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #ededed;
}

#site-navigation.navbar-default .navbar-toggle:hover,
#site-navigation.navbar-default .navbar-toggle:focus {
  background-color: #324ad9;
  color: #fff;
}

#site-navigation.navbar-default .navbar-toggle .icon-bar {
  background-color: #818181;
  width: 30px;
  margin-bottom: 12px;
}

#site-navigation.navbar-default .navbar-toggle:hover .icon-bar,
#site-navigation.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

#site-navigation.navbar-default .navbar-toggle .icon-bar:last-of-type {
  margin-bottom: 0;
}

#site-navigation.navbar-default .search-toggle {
  color: #818181;
  font-size: 30px;
}

/* Main Menu - Right */
#site-navigation.navbar-default .navbar-right {
  letter-spacing: 0.02em;
}

#site-navigation.navbar-default .navbar-right > li {
  min-width: auto;
  max-width: 440px;
  height: 69px;
  border: 0;
}

#site-navigation.navbar-default .navbar-right > li > a {
  line-height: 70px;
  color: #818181;
  font-weight: normal;
  font-size: 14px;
}

#site-navigation.navbar-default .navbar-right > li > a .glyphicon {
  font-size: 20px;
  vertical-align: sub;
}

#site-navigation.navbar-default .navbar-right > li:last-of-type > a {
  border: 0;
}

/* Main menu - Search */

#site-navigation.navbar-default .navbar-form {
  padding: 9px;
}

#site-navigation.navbar-default .navbar-form .input-group .input-group-btn > .btn {
  border-color: #324ad9;
  background-color: #324ad9;
  color: #fff;
}

#site-navigation.navbar-default .navbar-form .has-feedback #s {
  min-width: 300px;
}

::-ms-clear {
  display: none;
}

#site-navigation.navbar-default .navbar-form .has-feedback .form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  color: #818181;
}

/* Login dropdown */
#site-navigation.navbar-default .login-dropdown {
  display: none;
  width: 260px;
  font-size: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 2;
  border: 1px solid #324ad9;
}

#site-navigation.navbar-default .login-dropdown .closeLogin img {
  width: 20px;
  height: 20px;
  max-width: none;
}

#site-navigation.navbar-default #search-collapse {
  height: 69px;
}

/*
## Scrolled menus
*/

.nav-scrolled #site-navigation.navbar-default {
  font-size: 17px;
}

.nav-scrolled #site-navigation.navbar-default .navbar-brand {
  height: 49px;
  padding-top: 8px;
}

.nav-scrolled #site-navigation.navbar-default .navbar-brand > img {
  height: 36px;
}

.nav-scrolled #site-navigation.navbar-default .navbar-left > li {
  height: 49px;
}

.nav-scrolled #site-navigation.navbar-default .navbar-left > li > a {
  line-height: 49px;
}

.nav-scrolled #site-navigation.navbar-default .navbar-right > li {
  height: 49px;
}

.nav-scrolled #site-navigation.navbar-default .navbar-right > li > a {
  line-height: 50px;
}

.nav-scrolled #site-navigation.navbar-default .login-dropdown {
  top: 50px;
}

/* Top menu responsive */
@media only screen and (max-width: 1199px) {
  #site-navigation.navbar-default .navbar-nav.nav-justified {
    width: 100%;
    border-top: 1px solid #ededed;
  }

  #site-navigation.navbar-default .navbar-left > li {
    float: none;
    min-width: auto;
    height: 48px;
  }

  #site-navigation.navbar-default .navbar-left > li > a {
    line-height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  #site-navigation.navbar-default .navbar-nav.nav-justified {
    width: auto;
  }

  #site-navigation.navbar-default .navbar-left > li {
    float: left;
    min-width: 120px;
    height: 69px;
  }

  #site-navigation.navbar-default .navbar-left > li > a {
    line-height: 69px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  #site-navigation.navbar-default {
    font-size: 16px;
  }

  #site-navigation.navbar-default .navbar-right > li > a {
    font-size: 12px;
  }

  .navbar-header {
    margin-left: -15px !important;
    border-bottom: 3px solid #324ad9;
  }

  #site-navigation.navbar-default .navbar-brand {
    height: 72px;
    padding-top: 13px;
  }

  #site-navigation.navbar-default .navbar-brand > img {
    height: 50px;
  }

  .nav-scrolled #site-navigation.navbar-default .navbar-brand {
    height: 72px;
    padding-top: 13px;
  }

  .nav-scrolled #site-navigation.navbar-default .navbar-brand > img {
    height: 50px;
  }

  #site-navigation.navbar-default .login-dropdown {
    font-size: 12px;
    width: 210px;
  }

  #site-navigation.navbar-default .login-dropdown .closeLogin {
    font-size: 16px;
  }

  #site-navigation.navbar-default .navbar-nav > li {
    border: 0;
    border-top: 1px solid #ededed;
  }

  #site-navigation.navbar-default .navbar-nav > li:last-of-type > a {
    border: 0;
  }

  #site-navigation.navbar-default .search-toggle .search-icon::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
  }
}

@media only screen and (max-width: 760px) {
  .navbar {
    min-height: auto;
  }

  #site-navigation.navbar-default .navbar-toggle {
    width: 36px;
    height: 36px;
    padding: 0 5px;
  }

  #site-navigation.navbar-default .navbar-right > li {
    height: 36px;
  }

  #site-navigation.navbar-default .navbar-right > li > a {
    font-size: 12px;
    line-height: 34px;
  }

  #site-navigation.navbar-default .navbar-toggle .icon-bar {
    width: 14px;
    height: 1px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  #site-navigation.navbar-default .search-toggle {
    font-size: 19px;
  }

  #site-navigation.navbar-default .search-toggle .search-icon::before {
    display: none;
  }

  #site-navigation.navbar-default .search-toggle .search-icon {
    display: inline-block;
    width: 16px;
    height: 16px;

    /* SVG with PNG fallback */
    background: url(./img/icon-search-sprite.png);
    background: url(./img/icon-search-sprite.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(./img/icon-search-sprite.svg), -webkit-linear-gradient(transparent, transparent);
    background: url(./img/icon-search-sprite.svg), -o-linear-gradient(transparent, transparent);
    background: url(./img/icon-search-sprite.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 0 1px;
  }

  #site-navigation.navbar-default .search-toggle:hover .search-icon {
    background-position: -16px 1px;
  }

  #site-navigation.navbar-default .navbar-brand {
    height: 36px;
    padding-top: 6px;
  }

  #site-navigation.navbar-default .navbar-brand > img {
    height: 25px;
  }

  #site-navigation.navbar-default {
    font-size: 13px;
  }

  .nav-scrolled #site-navigation.navbar-default .navbar-brand {
    height: 36px;
    padding-top: 6px;
  }

  .nav-scrolled #site-navigation.navbar-default .navbar-brand > img {
    height: 25px;
  }

  .nav-scrolled #site-navigation.navbar-default {
    border-width: 3px;
  }

  .menu-header-menu-container {
    margin-bottom: 10px;
  }
}

/* Event */

.goOut-info{
  font-size: 12px;
  margin-top: 15px;
}

.goOut-info img{
  width: 100px;
  height: auto;
}

/* Google search */
.google-search-crap {
  max-width: 300px;
  height: 69px;
}

.google-search-crap .gsc-input {
  line-height: normal;
}

.google-search-crap .gsc-input-box {
  height: 40px;
}

.google-search-crap .gsc-input-box input {
  font-size: 15px;
}

.google-search-crap .gsc-input-box .gsst_a .gscb_a {
  color: #818181;
  font-size: 36px;
  vertical-align: sub;
}

.google-search-crap .gsc-input-box td:first-of-type {
  display: inline-block;
  line-height: 38px;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 0;
}

.google-search-crap .gsc-input-box input {
  background: #fff !important;
  text-indent: 0 !important;
}

.google-search-crap .gsc-input-box > table {
  margin: 0;
  height: 40px;
}

.google-search-crap .gsc-search-box-tools {
  margin-top: 12px;
}

.google-search-crap .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}

.google-search-crap .gsc-search-box-tools table.gsc-search-box td {
  width: 35px;
}

.google-search-crap .gsc-search-box-tools table.gsc-search-box td:first-of-type {
  width: 100%;
}

.google-search-crap .gsc-search-button .gsc-search-button-v2{
  height: 100%;
  border-radius: 0;
  background: #324AD9
}

.google-search-crap .gsc-search-button .gsc-search-button-v2 svg{
  height: 100%;
    width: 26px;
    fill: white;
}

.google-search-fullwidth {
  max-width: 100%;
  padding-top: 0.1px;
}

/* search page */
.search-page .gsc-search-box {
  background: #324ad9;
  padding: 30px 30% !important;
  padding: 0;
  border: 0;
}

.search-page .gsc-search-box table {
  width: 100%;
  padding: 0;
  height: 100%;
  margin: 0;
}

.search-page .gsc-search-box .gsc-input {
  padding-right: 0 !important;
  height: 76px;
  background-image: none !important;
  text-indent: 0 !important;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box {
  height: 100%;
  border: 0;
  box-shadow: none;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box:hover {
  box-shadow: none;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box .gsib_b {
  display: none;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box table {
  width: 100%;
  padding: 0;
  height: 100%;
  margin: 0;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box table td {
  padding: 0;
  height: 76px;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box table td input {
  width: 100%;
  padding: 0 24px;
  padding-top: 0;
  padding-left: 30px !important;
  border: none;
  margin: 0;
  height: auto;
  background: rgb(255, 255, 255);
  text-indent: 0;
  font-size: 32px;
  color: gray;
  font-style: italic;
  outline: 0;
}

.search-page .gsc-search-box .gsc-search-button button{
  height: 100%;
  border: 0;
  border-radius: 0;
  background: white;
}

.search-page .gsc-search-box .gsc-search-button button svg{
  height: 100%;
  width: 30px;
  fill: #324ad9;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: "Haas Grot Text Web", Helvetica, Arial, sans-serif !important;
}

.gsc-control-cse .gsc-table-result {
  display: block;
}

.search-outer {
  position: relative;
}

.search-outer i {
  position: absolute;
  top: 22%;
  left: 67%;
  font-size: 38px;
  color: #324ad9;
  z-index: 1;
  background: white;
  height: 76px;
  width: 57px;
  padding-top: 18px;
  padding-left: 8px;
}

/* Main Menu */
.menu-header-menu-container .current-page-ancestor {
  background: #324ad9 !important;
}

.menu-header-menu-container .current-page-ancestor a {
  color: white !important;
}

.menu-header-menu-container .current-page-ancestor:hover a {
  color: black !important;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation > .container {
  position: relative;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

#menu-header-menu .current_page_item {
  background: #324ad9 !important;
}

#menu-header-menu .current_page_item a {
  color: white !important;
}

#menu-header-menu .current_page_item:hover a {
  color: black !important;
}

/* Sidebox */
.sidebar-box h2 {
  display: block;
  color: #324ad9;
  padding: 10px 0;
  margin: 20px 0 10px;
}

.sidebar-box .btn,
.sidebar-box .button {
  color: #fff;
  background-color: #324ad9;
  border: 3px solid #324ad9;
  font-size: 20px;
  min-height: 60px;
  font-weight: bold;
}

.sidebar-box .btn:hover,
.sidebar-box .btn:focus,
.sidebar-box .button:hover,
.sidebar-box .button:focus {
  color: #324ad9;
  background-color: #fff;
  border-color: #324ad9;
}

.sidebar-box a {
  padding: 12px 0 8px;
  text-decoration: underline;
}

.sidebar-box .suggested-link {
  color: #242424;
  text-decoration: none;
}

.sidebar-box .suggested-link:hover,
.sidebar-box .suggested-link:focus {
  color: #324ad9;
}

.sidebar-box .subtitle {
  color: #6b6b6b;
}

.sidebar-box .disclaimer-text {
  color: #6b6b6b;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 16px 0 12px;
}

.sidebar-box .authors-box {
  margin-top: 34px;
  margin-bottom: 22px;
  line-height: 20px;
  letter-spacing: 0.005em;
}

@media only screen and (max-width: 767px) {
  .sidebar-box h2 {
    font-size: 40px;
    line-height: 30px;
    margin-top: 30px;
  }

  .sidebar-box .btn,
  .sidebar-box .button {
    font-size: 26px;
    letter-spacing: 0.01em;
    min-height: 50px;
    width: auto;
    margin: 0 auto;
    padding: 3px 20px;
  }

  .sidebar-box .disclaimer-text {
    line-height: 22.5px;
  }

  .sidebar-box .authors-box {
    font-size: 12px;
    margin-top: 30px;
    line-height: 16px;
  }

  /* .sidebar-box .authors-box.author{
    font-size: 12px;
  } */
}

@media only screen and (max-width: 760px) {
  .sidebar-box h2 {
    text-align: center;
  }

  #site-navigation.navbar-default #search-collapse {
    height: 64px;
  }

  .google-search-crap .gsc-input-box input {
    font-size: 12px;
  }

  .google-search-crap .gsc-input-box {
    height: 35px;
  }

  .google-search-crap .gsc-input-box > table {
    height: 35px;
  }

  .google-search-crap .gsc-input-box td:first-of-type {
    height: 34px;
  }

  .google-search-crap .gsc-search-button > input {
    height: 35px;
    width: 35px;
  }

  .sidebar-box .btn,
  .sidebar-box .button {
    font-size: 13px;
    min-height: 30px;
    padding: 2px 10px;
    border-width: 2px;
  }

  .sidebar-box .authors-box {
    margin-top: 25px;
  }
}

/* Header login form */
#loginform-header input {
  width: 100%;
  height: 34px;
}

#loginform-header p {
  margin: 0;
}

#loginform-header .button {
  margin-top: 15px;
  height: auto;
}

/*  Official desk */
.grey-pre-container {
  background-color: #fafafa;
  padding-bottom: 70px;
}

/* Kiosk */
.kiosk-desk__container {
  background-color: #fafafa;
}
.kiosk-detail {
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.kiosk-detail__container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.kiosk-detail__bottom {
  position: absolute;
  width: 100%;
  bottom: 2rem;
}
.kiosk-detail__buttons {
  display: flex;
}
.kiosk-detail__content {
  padding: 0 !important;
}
.kiosk-detail__back {
  color: #324ad9 !important;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-weight: 600;
  margin-right: 4rem;
  clear: both;
  cursor: pointer;
  padding-bottom: 2rem;
}
.kiosk-detail__back:last-child {
  margin-right: 0;
}
.kiosk-detail__back i {
  margin-right: .5rem;
}
.kiosk-detail__mid {
  flex-grow: 1;
  padding: 0 15px;
}

/* Kiosk document */
.kiosk-document {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100vh;
}
.kiosk-document__row {
  width: 100%;
  height: 100%;
  padding: 4rem 15px 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.kiosk-document__bottom {
  position: absolute;
  width: 100%;
  bottom: 2rem;
}
.kiosk-document__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.kiosk-document__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  margin: 1rem 0;
}
@media (max-height: 1300px) {
  .kiosk-document__image {
    max-height: 70vh;
  }
}
.kiosk-document__image:after {
  content: "nahrávání...";
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #324ad9 !important;
  font-size: 2.5rem;
  font-weight: bold;
  display: none;
}
.kiosk-document__image_loading:after {
  display: flex;
}
.kiosk-document__img {
  width: 100%;
}
/*@media (max-height: 1300px) {
  .kiosk-document__img {
    width: 60%;
  }
}*/
.kiosk-document__image_loading .kiosk-document__img {
  opacity: 0;
}
.kiosk-document__pagination {
  text-align: center;
  color: #324ad9 !important;
  font-size: 2.5rem;
  font-weight: bold;
}
.kiosk-document__arrow, .kiosk-document__arrow:hover {
  display: inline;
  margin: 1rem;
  color: #324ad9 !important;
  cursor: pointer;
}
.kiosk-document__curpage {
  display: inline;
  margin-right: .75rem;
}
/*.pdfemb-viewer {
  border: none !important;
  box-shadow: 0 5px 15px -10px #000;
}
.pdfemb-toolbar-bottom {
  display: block !important;
  opacity: .75;
}
.pdfemb-poweredby {
  display: none !important;
}*/

/* need to arange */

.tab-item-p {
  margin: 0;
}

/* Hobulet */
.hobulet-list h2 {
  margin-top: -20px;
}

.hobulet-image {
  display: inline-block;
  position: relative;
  border: 1px solid #e6e3e3;
}

.hobulet-image::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.hobulet-image img {
  width: 260px;
  height: 360px;
  object-fit: cover;
}

@media only screen and (max-width: 550px) {
  .hobulet-image img {
    height: 325px;
  }
}

@media only screen and (max-width: 500px) {
  .hobulet-image img {
    height: 300px;
  }
}

@media only screen and (max-width: 450px) {
  .hobulet-image img {
    height: 260px;
  }
}

@media only screen and (max-width: 420px) {
  .hobulet-image img {
    height: 240px;
  }
}

@media only screen and (max-width: 386px) {
  .hobulet-image img {
    height: unset;
    object-position: unset;
  }
}

.hobulet-title {
  color: #242424;
  padding-top: 10px;
}

.hobulet-title h4 {
  font-size: 20px;
}

.hobulet-box {
  margin-top: 15px;
  margin-bottom: 40px;
}

.hobulet-detail:hover .hobulet-image::before {
  background: rgba(50, 74, 217, 0.7);
}

.hobulet-detail:hover .hobulet-title {
  color: #324ad9;
}

.hobulet-detail:hover {
  text-decoration: none !important;
}

.hobulet-threads-list {
  margin-bottom: 23px;
}

.hobulet-threads-list h4 {
  font-size: 20px;
  margin-bottom: 2px;
}

.hobulet-threads-list span {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .hobulet-threads-list {
    margin-bottom: 14px;
  }

  .hobulet-threads-list h4 {
    font-size: 17px;
  }

  .hobulet-threads-list span {
    font-size: 14px;
  }
}

a:visited h4 {
  color: #8132d9;
}

.btn-download,
.btn-download:visited,
.btn-download:focus,
.btn-download:active {
  background: #324ad9;
  color: white;
  display: table;
  margin: 50px auto 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 20px;
  border: 3px solid #324ad9;
}

.btn-download:hover {
  color: #324ad9;
  background: white;
  border: 3px solid #324ad9;
}

/* Loading gifs */
#calendarLoaderGif {
  position: absolute;
  bottom: 76px;
  left: calc(50% - 56px);
  z-index: 2;
  display: none;
}

/* Tabs */
.tabs-switcher {
  position: relative;
}

.tabs-switcher .btn-show-more {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #324ad9;
  border: 3px solid #324ad9;
  border-top: 0;
  padding: 15px 20px;
  letter-spacing: 0.01em;
}

.tabs-switcher .btn-show-more:hover,
.tabs-switcher .btn-show-more:focus {
  color: #324ad9;
  background-color: #fff;
}

.tabs-switcher .nav-pills > li > a {
  border-radius: 0;
  border: 1px solid #ededed;
  border-bottom: 0;
  color: #242424;
  background-color: #fff;
  letter-spacing: 0.02em;
}

.tabs-switcher .nav > li > a:focus,
.tabs-switcher .nav > li > a:hover {
  color: #242424;
  background: linear-gradient(to bottom, #fff 0%, #fff 89%, #324ad9 89%, #324ad9 100%);
}

.tabs-switcher .nav-pills > li.active > a {
  color: #fff;
  border: 1px solid #324ad9;
  border-bottom: 0;
  background: #324ad9;
}

.tabs-switcher .nav-pills > li.active > a:focus,
.tabs-switcher .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #324ad9;
}

.tabs-switcher .nav-pills > li + li {
  margin-left: 0;
}

.tabs-switcher .nav-pills > li + li a {
  border-left: 0;
}

.tabs-switcher .tab-content {
  border-top: 9px solid #324ad9;
  border-bottom: 9px solid #324ad9;
}

.tabs-switcher .tab-content .tab-content-item .event-title {
  color: #242424;
  font-size: 24px;
  margin: 0 0 8px;
  font-weight: bold;
  display: block;
  line-height: 28px;
  letter-spacing: 0.005em;
}

.tabs-switcher .tab-content .tab-content-item .event-title-sec {
  font-size: 18px;
  color: #324ad9;
  margin: 0;
  margin-bottom: 2px;
  font-weight: bold;
  display: block;
  line-height: 28px;
  letter-spacing: 0.005em;
}

.tabs-switcher .tab-content .tab-content-item .resolution-title {
  font-size: 16px;
  color: #324ad9;
  margin: 0;
  margin-bottom: 2px;
  font-weight: normal;
  display: block;
  line-height: 24px;
  letter-spacing: 0.005em;
}

.tabs-switcher .tab-content .tab-content-item .event-title-sec:hover,
.tabs-switcher .tab-content .tab-content-item .event-title-sec:focus {
  color: #242424;
  text-decoration: none;
}

.tabs-switcher .tab-content .tab-content-item {
  border-top: 1px dotted #969696;
  padding-top: 30px;
  padding-bottom: 25px;
  font-size: 14px;
}

.tabs-switcher .tab-content .tab-content-item:first-of-type {
  border: 0;
}

.tabs-switcher .tab-content .tab-content-item .event-date {
  color: #324ad9;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.tabs-switcher .tab-content .tab-content-item .event-date-interval {
  font-size: 20px;
  color: #324ad9;
  font-weight: bold;
  line-height: 28px;
}

.tabs-switcher .tab-content .tab-content-item .event-date-interval hr{
  border: 0;
  height: 4px;
  background: #324ad9;
  width: 18px;
  float: left;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 2px;
}

.tabs-switcher .tab-content .tab-content-item .event-date-interval span{
  width: 100%;
  display: inline-block;
  text-align: left;
}

.tabs-switcher .tab-content .tab-content-item .btn {
  color: #324ad9;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #324ad9;
  background-color: transparent;
  padding: 10px 0;
  margin-top: 6px;
  letter-spacing: 0.005em;
}

.tabs-switcher .tab-content .tab-content-item .btn:hover,
.tabs-switcher .tab-content .tab-content-item .btn:focus {
  color: #fff;
  background-color: #324ad9;
}

.tabs-switcher .tab-content .tab-content-item ul.category-list {
  display: inline-block;
  font-size: 12px;
}

.tabs-switcher .tab-content .tab-content-item ul.category-list > li {
  color: #fff;
  background-color: #8f8f8f;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 6px;
}

.tabs-switcher .tab-content .tab-content-item .inline-item-data {
  display: inline-block;
  color: #6b6b6b;
  letter-spacing: 0.005em;
  margin: 0;
}

.tabs-switcher .tab-content .tab-content-item .resolution-number-wrap {
  max-width: 130px;
  padding-right: 0px;
  line-height: 16px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .tabs-switcher .tab-content .tab-content-item .resolution-number-wrap {
    font-size: 11px;
  }

  .tabs-switcher .tab-content .tab-content-item .resolution-number-wrap .resolution-number{
    font-size: 11px;
    line-height: 18px;
    min-width: 70px;
  }

  .tabs-switcher .tab-content .tab-content-item .resolution-title {
    line-height: 18px;
  }
}

.tabs-switcher .tab-content .tab-content-item .resolution-number {
  font-weight: bold;
  letter-spacing: 0.005em;
  margin-bottom: 5px;
  line-height: 24px;
}

.tabs-switcher .tab-content .tab-pane-sec {
  margin: 12px 0;
  padding: 0 5px;
}

.tabs-switcher .tab-content .tab-content-item-sec {
  padding-top: 13px;
  padding-bottom: 13px;
}

@media only screen and (max-width: 1199px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 961px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 810px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }
}

  .tabs-switcher .tab-content .tab-content-item ul.category-list {
    display: block;
  }

  .tabs-switcher .tab-content .tab-content-item-sec ul.category-list {
    display: inline-block;
  }

  .tabs-switcher .tab-content .tab-content-item ul.category-list > li {
    margin-bottom: 8px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-date {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .grey-pre-container {
    padding-bottom: 20px;
  }

  #calendarLoaderGif {
    bottom: 135px;
  }

  .tabs-switcher .tab-content {
    border-top: 1px dotted #969696;
  }

  .tabs-switcher .tab-content .tab-content-item {
    font-size: 20px;
    padding-top: 20px;
  }

  .tabs-switcher .tab-content .tab-content-item-sec {
    padding-bottom: 20px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-date {
    font-size: 36px;
    line-height: 36px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-title {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .tabs-switcher .tab-content .tab-content-item .resolution-title {
    font-size: 12px;
  }

  .tabs-switcher .tab-content .tab-content-item .btn {
    font-size: 20px;
    border-width: 2px;
    margin-top: 0;
    padding: 8px 0;
  }

  .tabs-switcher .tab-content .tab-content-item ul.category-list {
    font-size: 14px;
  }

  .tabs-switcher .tab-content .tab-content-item ul.category-list > li {
    padding: 5px 8px;
    margin-bottom: 10px;
  }

  .tabs-switcher .btn-show-more {
    font-size: 26px;
    padding: 5px 14px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-title-sec {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .grey-pre-container {
    padding-bottom: 10px;
  }

  #calendarLoaderGif {
    bottom: 67px;
  }

  .container-fluid.tabs-switcher {
    padding-right: 0;
    padding-left: 0;
  }

  .container-fluid.tabs-switcher .tab-pane {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-fluid.tabs-switcher .tab-content {
    border-top: 0;
  }

  .container-fluid.tabs-switcher .tab-content .tab-content-item:first-of-type {
    border-top: 1px dotted #969696;
    margin-top: 12px;
  }

  .tabs-switcher .tab-content .tab-content-item {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .tabs-switcher .tab-content .tab-content-item-sec {
    padding-bottom: 10px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-date {
    font-size: 18px;
    line-height: 18px;
    padding-left: 6px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 35px;
    padding-right: 15px;
    font-size: 16px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-title {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 6px;
  }

  .tabs-switcher .tab-content .tab-content-item .btn {
    font-size: 10px;
    border-width: 1px;
    padding: 4px 8px;
    width: auto;
    float: right;
  }

  .tabs-switcher .tab-content .tab-content-item ul.category-list {
    font-size: 7px;
  }

  .tabs-switcher .tab-content .tab-content-item ul.category-list > li {
    padding: 3px 4px;
    margin-bottom: 5px;
  }

  .tabs-switcher .btn-show-more {
    font-size: 13px;
    padding: 3px 7px;
  }

  .tabs-switcher .tab-content .tab-content-item .event-title-sec {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 14px;
  }

  .tabs-switcher .tab-content {
    border-width: 5px;
  }
}

@media only screen and (max-width: 690px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 20px;
    padding-right: 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 550px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 470px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 5px;
    padding-right: 0px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 350px) {
  .tabs-switcher .tab-content .tab-content-item .event-date-interval{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

/* Header jumbotron */
.site-jumbo {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #324ad9;
  color: #fff;
  clear: both;
  position: relative;
  z-index: 2;
}

.site-jumbo .site-title {
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0.01em;
  color: #fff !important;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 5px;
}

.site-jumbo .section-title {
  font-size: 32px;
  color: #fff !important;
  letter-spacing: 0.005em;
  margin-top: 0;
  padding-top: 10px;
}

.site-jumbo .title-info {
  font-size: 13px;
  color: #fff !important;
  opacity: 0.7;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .site-jumbo .site-title {
    font-size: 34px;
  }

  .site-jumbo .section-title {
    font-size: 40px;
    letter-spacing: 0.002em;
  }

  .site-jumbo .title-info {
    font-size: 12px;
  }
}

@media only screen and (max-width: 760px) {
  .site-jumbo .site-title {
    font-size: 26px;
    line-height: 30px;
  }

  .site-jumbo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-jumbo .section-title {
    font-size: 20px;
    padding-top: 1px;
    padding-bottom: 5px;
  }
}

.site-jumbo .title-info a {
  color: #fff !important;
  text-decoration: none;
}

.site-jumbo .subtitle-link {
  color: #fff !important;
  text-decoration: underline;
  letter-spacing: 0.02em;
}

.site-jumbo .title-info a:hover,
.site-jumbo .title-info a:focus {
  text-decoration: underline;
}

.site-content > .alerts-container {
  background-color: #c00;
}

.site-content > .alerts-container h2 {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  padding-left: 10px;
}

.site-content > .alerts-container button,
.site-content > .alerts-container a {
  background-color: #c00;
  color: #fff;
  border: 3px solid #fff;
  min-width: 230px;
  padding: 15px 12px;
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.site-content > .alerts-container button,
.site-content > .alerts-container a:hover,
.site-content > .alerts-container button,
.site-content > .alerts-container a:focus {
  background-color: #fff;
  color: #c00;
}

.site-content > .alerts-container .alert-row {
  display: flex;
}

.site-content > .alerts-container .alert-button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .site-content > .alerts-container h2 {
    font-size: 24px;
    margin: 16px 0;
  }

  .site-content > .alerts-container button,
  .site-content > .alerts-container a {
    min-width: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Site container */
h2.section-title,
.subtitle-link {
  color: #324ad9;
}

.site-content .subtitle-link:hover,
.site-content .subtitle-link:focus {
  color: #000 !important;
}

.section-title {
  font-size: 32px;
  letter-spacing: 0.005em;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .alerts-container{
    border-bottom: 8px solid #324ad9;
  }

  .site-content > .alerts-container button,
  .site-content > .alerts-container a {
    padding: 4px 15px;
    font-size: 25px;
  }

  .site-content > .alerts-container h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 6px 0;
  }

  .section-title {
    font-size: 40px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  .section-title {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 3px;
    font-size: 20px;
  }

  .site-content > .alerts-container h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
  }

  .site-content > .alerts-container button,
  .site-content > .alerts-container a {
    font-size: 12.5px;
    border-width: 2px;
  }
}

/* 404 header */
.site-content > .not-found-container {
  background-color: #fff;
}

.site-content > .not-found-container > .container {
  position: relative;
}

.site-content > .not-found-container h2 {
  font-size: 60px;
  line-height: 72px;
  margin: 30px auto;
  color: #324ad9;
}

.site-content > .not-found-container .not-found-close {
  position: absolute;
  right: 40px;
  top: 0;
}

.site-content > .not-found-container .not-found-close a {
  width: 30px;
  height: 30px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .site-content > .not-found-container h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 767px) {
  .site-content > .not-found-container h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .site-content > .not-found-container .not-found-close {
    right: 15px;
  }

  .site-content > .not-found-container .not-found-close a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .site-content > .not-found-container h2 {
    font-size: 19px;
    line-height: 30px;
  }

  .site-content > .not-found-container .not-found-close a {
    width: 20px;
    height: 20px;
  }
}

/* Button list (header, etc.) */
.button-list {
  margin: 10px auto 15px;
}

.button-list .btn.btn-block {
  background-color: #324ad9;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-top: 1px dotted #ededed;
  height: 55px;
  padding: 16px 12px;
}

.button-list .btn.btn-block:hover {
  text-decoration: underline;
  border-color: transparent;
  border-top: 1px dotted #ededed;
}

.button-list > li {
  background-color: #324ad9;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-top: 1px dotted #8492e8;
  height: 72px;
  list-style-type: none;
  margin: 0;
  float: left;
  width: 100%;
  /* padding: 6.5px 0; */
  display: flex;
  align-items: center;  
}

.button-list > li:last-child {
  border-bottom: 1px dotted #8492e8;
}

.button-list > li:last-child:hover {
  border-bottom: 1px dotted #8492e8;
}

.button-list > li > a {
  text-decoration: none;
  color: white;
  width: 100%;
  display: block;
  /* height: 100%; */
  /* padding: 17px 15px; */
  padding: 0px 15px;
  letter-spacing: 0.01em;
}

.button-list > li:hover {
  text-decoration: underline;
  border-color: transparent;
  border-top: 1px dotted #8492e8;
}

.button-list > li.all-categories {
  font-size: 20px;
  font-weight: normal;
  text-decoration: underline;
  border-bottom: 0;
}

.button-list > li.all-categories > a {
  letter-spacing: 0.02em;
  padding: 20px 15px;
}

.button-list > li.all-categories:hover,
.button-list > li.all-categories:focus {
  text-decoration: none;
  border-bottom: 0;
}

.button-list .heading-buttons > li {
  background-color: #fff;
  color: #324ad9;
  border: 0;
  height: 60px;
  margin: 6px 0;
  padding: 0;
}

.button-list .heading-buttons > li > a {
  color: #324ad9;
  padding: 15px 13px;
  border: 3px solid #fff;
  letter-spacing: 0.005em;
}

.button-list .heading-buttons > li:hover {
  text-decoration: none;
  background-color: #324ad9;
  color: #fff;
}

.button-list .heading-buttons > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #324ad9;
}

.button-list .heading-buttons > li:last-child:hover {
  border-bottom: 0;
}

.button-list .heading-buttons > .btn.btn-block:hover {
  text-decoration: none;
  background-color: #324ad9;
  color: #fff;
}

.button-list .btn.btn-block:last-of-type {
  border-bottom: 1px dotted #ededed;
  padding-bottom: 42px;
}

.button-list .heading-buttons > .btn.btn-block {
  background-color: #fff;
  color: #324ad9;
  border: 3px solid #fff;
  padding: 6px 12px;
}

.button-list .heading-buttons-wide {
  padding: 0;
}

.button-list .heading-buttons-wide > li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  float: left;
  background-color: transparent;
  border: 0;
}

.button-list .heading-buttons-wide > li > a {
  background-color: #fff;
}

.button-list-grey > li {
  background-color: #fafafa;
}

.button-list-grey > li > a {
  color: #324ad9;
}

@media only screen and (max-width: 1199px) {
  #heading-buttons-menu.heading-buttons > li,
  .footer-button-list > li {
    width: calc(33.33333333% - 18px);
    margin-right: 12px;
    margin-left: 12px;
  }

  #heading-buttons-menu.heading-buttons > li:first-of-type,
  .footer-button-list > li:first-of-type {
    margin-left: 0;
    width: calc(33.33333333% - 15px);
  }

  #heading-buttons-menu.heading-buttons > li:last-of-type,
  .footer-button-list > li:last-of-type {
    margin-right: 0;
    width: calc(33.33333333% - 15px);
  }

  .footer-button-list {
    margin: 0;
  }

  .button-list:first-of-type .footer-button-list {
    border: 3px solid red;
  }

  .footer-button-list > li:last-child,
  .footer-button-list > li:last-child:hover {
    border-bottom: 0;
  }

  .footer-button-list-first {
    margin-top: 20px;
  }

  .footer-button-list-last {
    margin-bottom: 15px;
  }

  .footer-button-list-last > li,
  .footer-button-list-last > li:last-child,
  .footer-button-list-last > li:hover,
  .footer-button-list-last > li:last-child:hover {
    border-bottom: 1px dotted #8492e8;
  }
}

@media only screen and (max-width: 767px) {
  .button-list > li {
    font-size: 26px;
    letter-spacing: 0.01em;
  }

  .button-list .heading-buttons > li {
    height: 50px;
    margin: 12px 0;
  }

  .button-list .heading-buttons > li > a {
    text-align: center;
    letter-spacing: 0.01em;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #heading-buttons-menu.heading-buttons > li,
  .footer-button-list > li,
  #heading-buttons-menu.heading-buttons > li:first-of-type,
  .footer-button-list > li:first-of-type,
  #heading-buttons-menu.heading-buttons > li:last-of-type,
  .footer-button-list > li:last-of-type {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .footer-button-list > li:last-child,
  .footer-button-list > li:last-child:hover {
    border-bottom: 1px dotted #8492e8;
  }
}

@media only screen and (max-width: 760px) {
  .button-list {
    margin-top: 0;
    margin-bottom: 13px;
  }

  .button-list > li {
    font-size: 12px;
    height: 37px;
    padding: 0;
  }

  .button-list > li > a {
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .button-list > li.all-categories {
    font-size: 10px;
  }

  .button-list > li.all-categories > a {
    padding: 14px 10px;
  }

  .button-list .heading-buttons > li {
    height: 30px;
    margin: 6px 0;
  }

  .button-list .heading-buttons > li > a {
    border-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* Division */
.division-block {
  padding: 25px 0;
  border-bottom: 1px dotted #969696;
}

.division-block:first-of-type {
  padding-top: 0;
}

.division-name {
  color: #324ad9;
  font-size: 32px;
  font-weight: bold;
}

.deparments-container {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  margin-top: 15px;
}

.deparments-container:empty {
  margin-top: 0;
}

.department-name {
  color: #324ad9;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
}

/* Post list */

.post-list {
  margin-top: 20px;
}

.post-list .post-list-item {
  margin-bottom: 25px;
}

.post-list .post-list-item:hover .post-title,
.post-list .post-list-item:focus .post-title {
  color: #324ad9;
}

.post-list .post-list-item .post-thumbnail {
  text-align: center;
}

.post-list .post-list-item .post-thumbnail img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.post-list .post-title {
  font-size: 24px;
  color: #242424;
  font-weight: bold;
  padding: 25px 0;
  display: block;
  line-height: 28px;
}

.post-list a:hover,
.post-list a:focus,
.post-list .post-title:hover,
.post-list .post-title:focus {
  color: #324ad9;
  text-decoration: none;
}

.post-list .post-subtitle {
  color: #6b6b6b;
  letter-spacing: 0.01em;
}

.post-list .post-subtitle a {
  color: #6b6b6b;
}

@media only screen and (max-width: 767px) {
  .post-list .post-subtitle {
    line-height: 16px;
    font-size: 11px;
    display: inline-block;
  }

  .post-list .post-subtitle .post-description{
    line-height: 16px;
  }
}

.news-block {
  border-top: 1px dotted #969696;
  min-height: 420px;
  padding-bottom: 20px;
}

.post-list.smaller-list .post-title {
  font-size: 20px;
  line-height: 24px;
  padding: 16px 0;
}

.post-list.smaller-list .post-list-item .post-thumbnail img {
  height: 170px;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  /* Hide every third item on homepage at actualities */
  .news-block .post-list.smaller-list .post-list-item:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .news-block {
    min-height: auto;
    margin-right: 0;
  }

  .post-list .post-title {
    font-size: 20px;
    line-height: 24px;
  }

  .post-list .post-list-item .post-thumbnail img {
    height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .post-list.smaller-list .post-list-item {
    margin-bottom: 30px;
  }

  .post-list .post-title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.005em;
  }

  .post-list.smaller-list .post-list-item {
    display: block;
  }

  .post-list.smaller-list .post-list-item .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-list.smaller-list .post-list-item .row > div.post-thumbnail {
    padding-right: 0;
  }

  .post-list.smaller-list .post-title {
    font-size: 26px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .post-list .post-list-item .post-thumbnail img {
    height: 290px;
  }

  .post-list.smaller-list .post-list-item .post-thumbnail img {
    height: 145px;
  }
}

@media only screen and (max-width: 760px) {
  .post-list {
    margin-top: 0;
  }

  .post-list:first-of-type {
    margin-top: 10px;
  }

  .post-list .post-list-item {
    margin-bottom: 5px;
  }

  .post-list .post-list-item .post-thumbnail img {
    height: 146px;
  }

  .post-list .post-title {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0 20px;
  }

  .post-list.smaller-list .post-title {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 8px;
  }

  .post-list.smaller-list .post-list-item {
    margin-bottom: 15px;
  }

  .post-list.smaller-list .post-list-item .post-thumbnail img {
    height: 74px;
  }
}

/* Archive */
.archive-bottom {
  border-bottom: 8px solid #324ad9 !important;
  margin-bottom: 0 !important;
}

.btn-show-more-post-block {
  margin-bottom: 20px;
}

#postLoaderGif {
  position: absolute;
  top: 0;
  left: calc(50% - 56px);
  z-index: 2;
  display: none;
}

.btn-show-more-post {
  padding: 15px 50px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #324ad9;
  border: 3px solid #324ad9;
  border-top: none;
}

.btn-show-more-post:hover,
.btn-show-more-post:focus {
  color: #324ad9;
  background: white;
  border: 3px solid #324ad9;
  border-top: 0;
}

/* Global */
.archive-tab-item-container {
  padding-bottom: 0 !important;
}

.archive-post-list {
  margin-top: 0;
}

.archive-post-list .post-list-item {
  padding: 0;
}

.archive-post-list .post-description {
  color: #282828;
  line-height: 20px;
  letter-spacing: 0.005em;
}

.archive-post-list .archive-section-title {
  font-size: 32px;
  line-height: 24px;
  margin: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .archive-post-list .archive-section-title {
    font-size: 16px;
    margin-left: 15px;
  }
}

/* Actual */
.actual-post-list .post-list-item {
  margin-bottom: 40px;
}

/* Monthly */
.monthly-post-list .post-list-item {
  margin-bottom: 30px;
}

.monthly-post-list .post-list-item .post-thumbnail {
  padding-right: 0;
}

.monthly-post-list .post-title {
  color: #324ad9;
  padding: 0 !important;
}

.monthly-post-list .post-list-item:hover .post-title,
.monthly-post-list .post-list-item:focus .post-title {
  color: #242424;
}

.monthly-post-list .post-list-item .post-thumbnail img {
  height: 96px !important;
}

.monthly-post-list hr{
  margin-bottom: 30px;
  margin-top: 0px;
}

/* Yearly */
.yearly-post-list .post-list-item {
  margin-bottom: 20px;
}

.yearly-post-list .post-title {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .archive-post-list .post-list-item {
    padding: 0 15px;
  }
}

/* Footer */
.site-footer > .footer-jumbo {
  background-color: #484848;
  font-size: 16px;
}

.site-footer > .footer-jumbo a {
  color: #fff;
  text-decoration: underline;
}

.site-footer > .footer-jumbo .footer-column {
  min-height: 270px;
  border-top: 1px dotted #ededed;
  border-bottom: 1px dotted #ededed;
  padding: 15px 0;
  margin: 30px 0;
  margin-top: 12px;
}

.site-footer > .footer-jumbo .footer-divider {
  padding: 0;
  margin: 0 0 15px 0;
}

.site-footer > .footer-jumbo .footer-links {
  margin-left: 15px;
}

.site-footer > .footer-jumbo #opening-info {
  font-size: 14px;
  line-height: 21px;
}

.site-footer > .footer-jumbo #opening-info b {
  font-size: 16px;
}

.site-footer > .footer-jumbo #contact-info {
  line-height: 33px;
}

.site-footer > .footer-jumbo .btn {
  padding: 15px 60px;
  background-color: transparent;
  border: 3px solid #fff;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.site-footer > .footer-jumbo .btn:hover,
.site-footer > .footer-jumbo .btn:focus {
  background-color: #fff;
  color: #484848;
}

.site-footer > .footer-jumbo .footer-map {
  position: relative;
  padding: 0;
  border: 0;
  background-image: url('./img/footer-map-new.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .site-footer > .footer-jumbo .footer-map {
    background-image: url('./img/footer-map-wide-new.png');
  }
}

.site-footer > .footer-jumbo .footer-map img {
  height: 290px;
}

.site-footer > .footer-jumbo .footer-map .btn {
  text-decoration: none;
  border-color: #484848;
  background-color: #fff;
  color: #484848;
  position: absolute;
  height: 64px;
  width: 264px;
  left: 50%;
  top: 82%;
  margin-top: -32px;
  margin-left: -132px;
}

.site-footer > .footer-jumbo .footer-map .btn:hover,
.site-footer > .footer-jumbo .footer-map .btn:focus {
  background-color: #484848;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .site-footer > .footer-jumbo {
    font-size: 20px;
  }

  .site-footer > .footer-jumbo .section-title {
    font-size: 32px;
    padding-top: 24px;
    margin-bottom: 32px;
  }

  .site-footer > .footer-jumbo #contact-info {
    line-height: 46px;
  }

  .site-footer > .footer-jumbo #contact-info .footer-column {
    border-top: 1px dotted #ededed;
  }

  .site-footer > .footer-jumbo .footer-column {
    min-height: auto;
    border-top: 0;
    margin: 5px 0;
  }

  .site-footer > .footer-jumbo .footer-divider {
    margin-bottom: 0;
  }

  .site-footer > .footer-jumbo #opening-info {
    font-size: 20px;
    line-height: 30px;
  }

  .site-footer > .footer-jumbo #opening-info b {
    font-size: 20px;
    line-height: 46px;
  }

  .site-footer > .footer-jumbo #opening-info .footer-column {
    padding-bottom: 24px;
  }

  .site-footer > .footer-jumbo .btn {
    font-size: 26px;
    padding: 9px 28px;
    margin-top: -15px;
    margin-bottom: 15px;
  }

  .site-footer > .footer-jumbo .footer-map .btn {
    height: 60px;
    padding-top: 7px;
    top: 87%;
  }

  .site-footer > .footer-jumbo .footer-map {
    margin-top: 42px;
    margin-bottom: 42px;
    background-image: url(./img/footer-map-tall-new.png);
    min-height: 450px;
  }
}

@media only screen and (max-width: 760px) {
  .site-footer > .footer-jumbo {
    font-size: 12px;
  }

  .site-footer > .footer-jumbo .section-title {
    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 16px;
  }

  .site-footer > .footer-jumbo #contact-info {
    line-height: 23px;
  }

  .site-footer > .footer-jumbo .footer-column {
    margin: 3px 0;
    padding: 7px 0;
  }

  .site-footer > .footer-jumbo .footer-divider {
    margin: 0;
  }

  .site-footer > .footer-jumbo #opening-info {
    font-size: 11px;
    line-height: 15px;
  }

  .site-footer > .footer-jumbo #opening-info b {
    font-size: 12px;
    line-height: 26px;
  }

  .site-footer > .footer-jumbo #opening-info .footer-column {
    padding-bottom: 12px;
  }

  .site-footer > .footer-jumbo .btn {
    font-size: 13px;
    padding: 5px 14px;
    margin-top: -8px;
    margin-bottom: 8px;
    border-width: 2px;
  }

  .site-footer > .footer-jumbo .footer-map .btn {
    height: 30px;
    padding-top: 4px;
    top: 91%;
    width: 130px;
    margin-left: -65px;
  }

  .site-footer > .footer-jumbo .footer-map {
    margin-top: 21px;
    margin-bottom: 21px;
    background-image: url(./img/footer-map-tall-new.png);
    min-height: 225px;
  }
}

/* Footer - bottom footer */
.site-footer > .site-info {
  color: #ededed;
  background-color: #242424;
  font-size: 16px;
  min-height: 90px;
}

.site-footer > .site-info a {
  color: #ededed;
  text-decoration: underline;
}

.site-footer > .site-info a:hover {
  text-decoration: none;
}

.site-footer > .site-info .list-inline > li {
  padding: 0 14px;
  border-right: 1px solid #ededed;
  margin-bottom: 10px;
}

.site-footer > .site-info .list-inline > li:last-of-type {
  border: 0;
}

.site-footer > .site-info .facebook-footer-icon {
  text-decoration: none;
}

.site-footer > .site-info .facebook-footer-icon img {
  width: 36px;
  height: 36px;
  max-width: 36px;
}

.site-footer > .site-info .youtube-footer-icon {
  text-decoration: none;
  margin-left: 3px;
}

.site-footer > .site-info .youtube-footer-icon img {
  width: 36px;
  height: 36px;
  max-width: 36px;
}

/* Footer - Link container */
.site-footer > .links-jumbo {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.sidebar-links-list .sidebar-link-title {
  color: #242424;
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 1px;
  display: block;
  letter-spacing: 0.005em;
}

.sidebar-links-list .sidebar-link-container {
  margin-bottom: 30px;
}

.sidebar-links-list .sidebar-link-container:first-of-type,
.sidebar-links-list .sidebar-link-container:last-of-type {
  margin-bottom: 0;
}

article .sidebar-links-list .sidebar-link-container {
  padding-left: 45px;
}

.sidebar-links-list .sidebar-link-container .menu {
  margin: 0;
  padding-left: 1.4em;
}

.sidebar-links-list .sidebar-link-container .menu .menu-item {
  color: #324ad9;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.005em;
}

.site-footer > .links-jumbo .sidebar-link-container {
  border-left: 1px dotted #969696;
  padding-left: 30px;
}

.site-footer > .links-jumbo .sidebar-link-container:first-of-type {
  border-left: 0;
}

@media only screen and (max-width: 767px) {
  .site-footer > .site-info {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-footer > .site-info .list-inline > li {
    border-right: 0;
    margin-bottom: 20px;
  }

  .site-footer > .site-info .list-inline > li:first-of-type {
    border-right: 1px solid #ededed;
  }

  .sidebar-links-list .sidebar-link-title {
    font-size: 26px;
  }

  .sidebar-links-list .sidebar-link-container .menu .menu-item {
    font-size: 20px;
  }

  .site-footer > .links-jumbo .sidebar-link-container {
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .site-footer > .links-jumbo .sidebar-link-container::after {
    content: "";
    width: calc(100% - 15px);
    height: 1px;
    display: block;
    border-bottom: 1px dotted #969696;
    position: absolute;
    bottom: -41px;
    left: 15px;
  }

  .site-footer > .site-info .facebook-footer-icon img {
    width: 112px;
    height: 112px;
    max-width: 112px;
  }

  .site-footer > .site-info .youtube-footer-icon img {
    width: 112px;
    height: 112px;
    max-width: 112px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:nth-child(even)::after {
    left: 0;
    right: 15px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:last-child::after,
  .site-footer > .links-jumbo .sidebar-link-container:nth-last-child(2)::after {
    border-bottom: 0;
    margin-bottom: 40px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:last-child,
  .site-footer > .links-jumbo .sidebar-link-container:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:nth-child(odd) {
    border-left: 0;
  }
}

@media only screen and (max-width: 760px) {
  .site-footer > .site-info {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer > .site-info .list-inline > li {
    margin-bottom: 10px;
    padding: 0 8px;
  }

  .sidebar-links-list .sidebar-link-title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .sidebar-links-list .sidebar-link-container .menu .menu-item {
    font-size: 12px;
    line-height: 22px;
  }

  .site-footer > .links-jumbo .sidebar-link-container {
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:nth-child(n+3) {
    margin-top: 20px;
  }

  .site-footer > .site-info .facebook-footer-icon img {
    width: 40px;
    height: 40px;
    max-width: 40px;
  }

  .site-footer > .site-info .youtube-footer-icon img {
    width: 40px;
    height: 40px;
    max-width: 40px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:last-child::after,
  .site-footer > .links-jumbo .sidebar-link-container:nth-last-child(2)::after {
    margin-bottom: 20px;
  }

  .site-footer > .links-jumbo .sidebar-link-container:last-child,
  .site-footer > .links-jumbo .sidebar-link-container:nth-last-child(2) {
    margin-bottom: 10px;
  }

  .site-footer > .links-jumbo .sidebar-link-container::after {
    bottom: -15px;
  }

  .site-footer > .links-jumbo {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*
# Accessibility
*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;

  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
# Clearings
*/

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*
# Widgets
*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*
# Content
*/

/*
## Posts and pages
*/

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*
## Comments
*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*
# Infinite scroll
*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*
# Media
*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*
## Captions
*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
  .wp-caption-text {
    font-size: 10px;
  }
}

/*
## Galleries
*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* bs rewrites */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  #site-navigation.navbar-default .navbar-right {
    margin-right: -15px;
  }
}

/* Datepicker dropdown */
.input-group {
  width: 100%;
}

.datepicker.dropdown-menu {
  border: 1px solid #324ad9;
  border-radius: 0;
}

.datepicker-dropdown::before {
  border-bottom-color: #324ad9;
}

.datepicker-dropdown.datepicker-orient-top::before {
  border-top-color: #324ad9;
}

#sandbox-container .input-group.date .input-group-addon {
  border-radius: 0;
  border-color: #324ad9;
  background-color: #fff;
  color: #324ad9;
  cursor: pointer;
}

#search-container .input-group.date .input-group-addon {
  border-radius: 0;
  border-color: #324ad9;
  background-color: #fff;
  color: #324ad9;
  cursor: pointer;
}

#sandbox-container .input-group.date:hover .input-group-addon,
#sandbox-container .input-group.date:focus .input-group-addon {
  background-color: #324ad9;
  color: #fff;
}

#sandbox-container .input-group.date input {
  font-size: 16px;
}

#sandbox-container .input-group.date input:hover,
#sandbox-container .input-group.date input:focus {
  border-color: #324ad9;
}

/* Select style with custom caret */
.rail-select {
  position: relative;
}

.rail-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.rail-select select:focus,
.rail-select select:hover {
  outline: none;
  box-shadow: none;
  border: solid 1px #324ad9;
}

.rail-select .select-side {
  width: 40px;
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 100%;
  right: 0;
  border-radius: 0;
  border-right: solid 1px #324ad9;
  border-top: solid 1px #324ad9;
  border-bottom: solid 1px #324ad9;
  pointer-events: none;
}

.rail-select .select-side::before {
  border-left: solid 1px #324ad9;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.rail-select .select-side i {
  color: #324ad9;
  top: 12px;
  left: 14px;
  position: absolute;
}

.rail-select:hover select,
.rail-select:focus select {
  border: solid 1px #324ad9;
  cursor: pointer;
}

.rail-select:hover .select-side,
.rail-select:focus .select-side {
  border-color: #324ad9;
  background-color: #324ad9;
}

.rail-select:hover .select-side i,
.rail-select:focus .select-side i {
  color: #fff;
}

/* Custom checkbox style */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
  margin-bottom: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label::before,
.custom-checkbox > [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #324ad9;
  background: #fff;
  border-radius: 0;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label::after,
.custom-checkbox > [type="checkbox"]:checked + label::after {
  font: normal normal normal 12px/1 'Glyphicons Halflings';
  content: '\e013';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 3px;
  color: #324ad9;
  transition: all 0.2s;
  font-size: 12px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}

.custom-checkbox > [type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label::after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label::after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label::before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label::before {
  box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label::after {
  color: #dadada;
  cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:checked:focus + label::before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label::before {
  border: 1px solid #000;

  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); */
}

.custom-checkbox > label:hover::before {
  border: 1px solid #000 !important;
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover::before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover::before {
  border: 1px solid #e4e4e4 !important;
}

/* Responsive custom components */
@media only screen and (max-width: 767px) {
  #sandbox-container .input-group.date input {
    font-size: 20px;
    letter-spacing: 0.01em;
  }

  #sandbox-container .input-group.date .input-group-addon {
    border-width: 2px;
    font-size: 20px;
    width: 50px;
  }

  #search-container .input-group.date .input-group-addon {
    border-width: 2px;
    font-size: 20px;
    width: 50px;
  }

  .custom-checkbox > [type="checkbox"]:not(:checked) + label::after,
  .custom-checkbox > [type="checkbox"]:checked + label::after {
    font-size: 14px;
    left: 4px;
    margin-top: -8px;
  }

  select,
  select.form-control {
    font-size: 20px;
    letter-spacing: 0.01em;
    height: 50px;
    border-width: 2px;
  }

  .rail-select .select-side {
    width: 50px;
    border-width: 2px;
  }

  .rail-select .select-side::before {
    border-width: 2px;
  }

  .rail-select .select-side i {
    top: 16px;
    left: 17px;
  }

  .rail-select:hover select,
  .rail-select:focus select,
  .rail-select select:focus,
  .rail-select select:hover {
    border-width: 2px;
  }

  .custom-checkbox > [type="checkbox"]:not(:checked) + label,
  .custom-checkbox > [type="checkbox"]:checked + label {
    padding-left: 32px;
  }

  .custom-checkbox > [type="checkbox"]:not(:checked) + label::before,
  .custom-checkbox > [type="checkbox"]:checked + label::before {
    border-width: 2px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
}

@media only screen and (max-width: 760px) {
  #sandbox-container .input-group.date input {
    font-size: 10px;
  }

  #sandbox-container .input-group.date .input-group-addon {
    border-width: 1px;
    font-size: 10px;
    width: 25px;
    padding: 0;
    padding-left: 3px;
  }

  #search-container .input-group.date .input-group-addon {
    border-width: 1px;
    font-size: 10px;
    width: 25px;
    padding: 0;
    padding-left: 3px;
  }

  .custom-checkbox > [type="checkbox"]:not(:checked) + label::after,
  .custom-checkbox > [type="checkbox"]:checked + label::after {
    font-size: 7px;
    left: 2px;
    margin-top: -5px;
  }

  select,
  select.form-control {
    font-size: 10px;
    height: 25px;
    border-width: 1px;
  }

  .rail-select .select-side {
    width: 25px;
    border-width: 1px;
  }

  .rail-select .select-side::before {
    border-width: 1px;
  }

  .rail-select .select-side i {
    top: 7px;
    left: 9px;
  }

  .rail-select:hover select,
  .rail-select:focus select,
  .rail-select select:focus,
  .rail-select select:hover {
    border-width: 1px;
  }

  .custom-checkbox > [type="checkbox"]:not(:checked) + label,
  .custom-checkbox > [type="checkbox"]:checked + label {
    padding-left: 16px;
  }

  .custom-checkbox > [type="checkbox"]:not(:checked) + label::before,
  .custom-checkbox > [type="checkbox"]:checked + label::before {
    border-width: 1px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
  }
}

/* EMPLOYEE */



@media screen and (max-width: 767px){
  .table-responsive {
      border: none;
  }       
}

.employee-list-table .strip{
  background: #fafafa;
}

.employee-list-table .employee-name{
  color: #324ad9;
  font-weight: 700;
}

.employee-list-table .employee-row:hover {
  background: #324ad9;
  color: white;
  cursor: pointer;
}

.employee-list-table .employee-row:hover .employee-name{
  color: white;
}

.employee-list-table .employee-row:hover i{
  color: white;
}

.employee-list-table .close-detail{
  width: 25px;
  height: 25px;
  margin-top: 10px;
  font-size: 29px;
  cursor: pointer;
  color: #818181;
}

.employee-list-table .employee-detail h1{
  margin-top: 10px;
}

.employee-list-table .employee-detail td{
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .employee-list-table .employee-detail .contacts{
    padding: 0 !important;
  }
  .employee-list-table .employee-detail .profile-image{
    padding-left: 0 !important;
    margin-top: 5px;
  }
  .employee-list-table .employee-detail .profile-image img{
    width: 30%;
  }
}

/* Article template */
article {
  padding-top: 40px;
  padding-bottom: 40px;
}

article .article-intro-text {
  font-size: 20px;
  letter-spacing: 0.005em;
  line-height: 30px;
  margin-bottom: 40px;
}

article .article-content {
  float: left;
  position: relative;
  width: calc(100% - 54px);
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}

article .article-content .official-desk-title {
  color: #324ad9 !important;
  margin-top: 0;
}

.right-space-padded,
article .right-space-padded {
  padding-right: 100px;
}

@media only screen and (max-width: 1200px) {
  .right-space-padded,
  article .right-space-padded {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .right-space-padded,
  article .right-space-padded {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .right-space-padded,
  article .right-space-padded {
    padding-right: 15px;
  }
}

/* Sharing component */
.sharing-is-caring {
  border-right: 1px dotted #969696;
  float: left;
  position: relative;
  width: 54px;
  min-height: 1px;
}

.sharing-is-caring a.share-btn {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 27px;
  margin-bottom: 27px;
  background-image: url('img/share-icons-2.png');
}

.sharing-is-caring a.fb-btn {
  background-position: 0 0;
}

.sharing-is-caring a.fb-btn:hover,
.sharing-is-caring a.fb-btn:focus {
  background-position: 28px 0;
}

.sharing-is-caring a.email-btn {
  background-position: 0 -28px;
}

.sharing-is-caring a.email-btn:hover,
.sharing-is-caring a.email-btn:focus {
  background-position: 28px -28px;
}

.sharing-is-caring a.print-btn {
  background-position: 0 -56px;
}

.sharing-is-caring a.print-btn:hover,
.sharing-is-caring a.print-btn:focus {
  background-position: 28px -56px;
}

.sharing-is-caring a.comment-btn {
  background-position: 0 28px;
}

.sharing-is-caring a.comment-btn:hover,
.sharing-is-caring a.comment-btn:focus {
  background-position: 28px 28px;
}

.share-email-modal-submit {
  color: #fff;
  background-color: #324ad9;
  border: 3px solid #324ad9;
  font-size: 16px;
  font-weight: bold;
}

.share-email-modal-submit:hover {
  background: white;
  color: #324ad9;
}

.share-email-modal-close {
  font-size: 16px;
  font-weight: bold;
}

article .thumbnail-photo img,
.thumbnail-photo img {
  width: 100%;
}

article .hobulet-photo img,
.hobulet-photo img {
  width: 350px;
  object-fit: cover;
}

article .article-footer {
  border-top: 1px dotted #969696;
  border-bottom: 1px dotted #969696;
  margin-top: 50px;
}

article .article-footer .smaller-list img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}

article .article-footer>.row{
  padding-left: 5px;
}


article .grey-border-box {
  background-color: #fafafa;
  border-top: 1px dotted #969696;
  border-bottom: 1px dotted #969696;
}

article .feedback-box {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

article .feedback-box h3 {
  margin: 0;
  line-height: 48px;
  color: #242424;
  font-size: 20px;
}

article .feedback-box .btn {
  color: #324ad9;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #324ad9;
  background-color: transparent;
  padding: 10px 20px;
  min-width: 75px;
  margin: 2px 5px;
  height: 48px;
  letter-spacing: 0.005em;
}

article .feedback-box .btn:hover,
article .feedback-box .btn:focus {
  color: #fff;
  background-color: #324ad9;
}

article .feedback-box .btn-group > .btn:first-child {
  margin-left: 5px;
}

article .feedback-box .btn + .btn {
  margin: 2px 5px;
}

/* Content page */
article table {
  width: 100% !important;
}

article table tr:first-child {
  border-bottom: 5px solid #324ad9;
}

article table tr:first-child td {
  font-weight: bold;
  color: #324ad9;
}

article table tr {
  border-bottom: 1px dotted #969696;
}

article table tr td {
  padding: 10px;
  text-align: center;
}

article table tr td:first-child {
  font-weight: bold;
}

/* NEWSLETTER */

.newsletter-info-message{
  font-weight: bold;
  font-size: 16px;
}

.newsletter .submit-btn {
  margin-top: 15px;
}

.newsletter .btn {
  color: #fff;
  background-color: #324ad9;
  border: 3px solid #324ad9;
  font-size: 20px;
  min-height: 60px;
  font-weight: bold;
}

.newsletter .btn:hover,
.newsletter .btn:focus {
  color: #324ad9;
  background-color: #fff;
  border-color: #324ad9;
}

.newsletter-cancel-button{
  padding: 13px 12px;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
}

.newsletter-cancel-button:hover,
.newsletter-cancel-button:focus {
  color: #9a9a9a !important;
  background-color: white !important;
}

/* COLLAPSE */

.article-content .collapse-block .card-header h3 a{
  color: black;
  text-decoration: none;
}

.article-content .collapse-block .card-header h3 a:hover{
  color: #324ad9;
}

.article-content .collapse-block .card-header p:hover{
  color: #324ad9;
}

.article-content .collapse-block .card-header i{
  color: #324ad9;
}

.card-header{
  cursor: pointer;
}

.collapse-block {
  border-bottom: 1px dotted #969696;
}

.collapse-block:first-of-type {
  border-top: 1px dotted #969696;
  margin-top: 10px;
}

.collapse-block h3, .collapse-block > .card-header > p{
  margin: 0;
  padding: 10px;
}

.collapse-block h3 a, .collapse-block p{
  display: block;
  outline: 0;
}

.collapse-block h3 a i, .collapse-block p i{
  float: right;
  margin-top: -9px;
}

.collapse-block p i{
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .collapse-block p i{
    font-size: 28px;
  }
}

.collapse-block .card-block {
  padding: 10px;
  padding-top: 0px;
}

.list-inline {
  margin-bottom: 0;
  margin-left: 0;
}

/* Bordered box */
.sidebar-box .sidebar-box-bordered {
  border-bottom: 8px solid #324ad9;
  padding: 0 10px 0 12px;
}

.sidebar-box .sidebar-box-bordered:first-of-type {
  border-top: 8px solid #324ad9;
}

.sidebar-box .sidebar-box-bordered > h2 {
  margin-top: 0;
}

.sidebar-box .sidebar-box-bordered > h2:first-child {
  margin-top: 23px;
  margin-bottom: 0;
}

.sidebar-box .sidebar-box-bordered hr {
  border: 0;
  height: 5px;
  background: #324ad9;
  width: 18px;
  float: left;
  margin: 0;
}

.sidebar-box .sidebar-box-bordered .location {
  margin-top: 32px;
}

.sidebar-box .sidebar-box-bordered .location a {
  text-decoration: none;
  line-height: 24px;
}

.sidebar-box .sidebar-box-bordered .address {
  color: #6b6b6b;
  margin-top: 12px;
  line-height: 24px;
}

.sidebar-box .sidebar-box-bordered ul {
  list-style-type: none;
  padding: 0;
  margin-top: 28px;
}

.sidebar-box .sidebar-box-bordered li {
  display: inline-block;
  background: #999;
  color: white;
  font-size: 12px;
  padding: 3px 7px;
  margin-top: 7px;
  margin-right: 4px;
  letter-spacing: 0.005em;
}

.sidebar-box-bordered p {
  font-weight: 900;
  font-size: 16px;
}

.sidebar-box .sidebar-box-bordered .date-from {
  margin-top: 20px !important;
  padding-bottom: 7px;
}

.sidebar-box .sidebar-box-bordered .time-from {
  margin-bottom: 8px;
  color: #324ad9;
  font-weight: bold;
}

.sidebar-box .sidebar-box-bordered .date-to {
  padding-top: 2px;
  padding-bottom: 7px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sidebar-box .sidebar-box-bordered .time-to {
  color: #324ad9;
  font-weight: bold;
}

.sidebar-box .sidebar-box-bordered .free-event {
  font-size: 20px;
  letter-spacing: 0.005em;
  margin-top: 32px;
}

.sidebar-box .sidebar-box-bordered .attachments-list {
  margin: 40px auto 30px;
}

.sidebar-box .sidebar-box-bordered .attachments-list li {
  display: block;
  background: transparent;
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

.sidebar-box .sidebar-box-bordered .attachments-list a {
  width: calc(100% - 34px);
  display: block;
  float: left;
  position: relative;
  padding: 0;
}

.sidebar-box .sidebar-box-bordered .attachments-list li {
  display: block;
  margin-top: 0;
}

.sidebar-box .sidebar-box-bordered .attachments-list li::before {
  content: url('./img/attachment-icon.png');
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  article {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  article .article-intro-text {
    font-size: 16px;
  }

  article .article-content {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .sharing-is-caring {
    width: 100%;
    border-right: 0;
    margin: 0 0 10px;
    padding: 10px 0;
    border-top: 1px dotted #969696;
    border-bottom: 1px dotted #969696;
    text-align: center;
  }

  .sharing-is-caring a.share-btn {
    display: inline-block;
    margin: 10px;
  }

  article .feedback-box h3 {
    font-size: 18px;
  }

  article .feedback-box .btn {
    font-size: 14px;
  }

  .sidebar-box .sidebar-box-bordered p {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 760px) {
  .share-email-modal-submit {
    border-width: 2px;
    font-size: 12px;
  }

  article .article-intro-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }

  article .article-content {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.015em;
  }

  .sharing-is-caring {
    padding: 5px 0;
  }

  .sharing-is-caring a.share-btn {
    width: 21px;
    height: 21px;
    background-image: url('img/share-icons-mobile.png');
  }

  .sharing-is-caring a.fb-btn:hover,
  .sharing-is-caring a.fb-btn:focus {
    background-position: 21px 0;
  }

  .sharing-is-caring a.email-btn {
    background-position: 0 -21px;
  }

  .sharing-is-caring a.email-btn:hover,
  .sharing-is-caring a.email-btn:focus {
    background-position: 21px -21px;
  }

  .sharing-is-caring a.print-btn {
    background-position: 0 -42px;
  }

  .sharing-is-caring a.print-btn:hover,
  .sharing-is-caring a.print-btn:focus {
    background-position: 21px -42px;
  }

  .sharing-is-caring a.comment-btn {
    background-position: 0 21px;
  }

  .sharing-is-caring a.comment-btn:hover,
  .sharing-is-caring a.comment-btn:focus {
    background-position: 21px 21px;
  }

  article .feedback-box {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  article .feedback-box h3 {
    font-size: 14px;
    line-height: 38px;
  }

  article .feedback-box .btn {
    border-width: 2px;
    height: 34px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .sidebar-box .sidebar-box-bordered,
  .sidebar-box .sidebar-box-bordered:first-of-type {
    border-width: 5px;
    padding: 0;
  }

  .sidebar-box .sidebar-box-bordered > h2 {
    text-align: left;
  }

  .sidebar-box .sidebar-box-bordered > h2:first-child {
    margin-top: 18px;
  }

  .sidebar-box h2 {
    font-size: 20px;
    line-height: 15px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .sidebar-box .sidebar-box-bordered p {
    font-size: 8px;
    padding: 10px;
  }

  .news-block {
    border-bottom: 0;
    padding-bottom: 12px;
  }

  .news-block .sidebar-box {
    padding: 0;
    width: auto;
    margin: 0 -15px;
  }

  .news-block .sidebar-box .sidebar-box-bordered {
    padding: 0 15px;
  }

  .sidebar-box p.disclaimer-text {
    padding: 2px 0 6px;
  }
}

/* Competence box */
@media only screen and (min-width: 1200px) {
  .competence-wrapper {
    width: 256px;
    padding: 0;
    float: right;
  }
}

.competence-box .competence-logos-list {
  font-size: 0;
  text-align: center;
  margin: 25px -12px;
  margin-top: 33px !important;
}

.competence-box .competence-logos-list > li {
  width: calc((100% / 3) - 1px);
  height: 66px;
  border-left: 1px dotted #969696;
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
}

.competence-box .competence-logos-list > li:nth-child(1) {
  width: 77px;
  border-left: 0;
}

.competence-box .competence-logos-list > li:nth-child(2) {
  width: 99px;
}

.competence-box .competence-logos-list > li:nth-child(3) {
  width: 78px;
}

.competence-box .competence-logos-list > li img {
  height: 66px;
}

.competence-box .competence-logos-list > li.disabled {
  opacity: 0.4;
  filter: grayscale(100%);
}

.competence-box h3 {
  border-bottom: 1px dotted #969696;
  padding-bottom: 14px;
}

.competence-box .department-title {
  border: 0;
  padding: 0;
  margin-top: 12px;
  line-height: 24px;
}

.competence-box .division-title a,
.competence-box .department-title a {
  text-decoration: none;
}

.competence-box .division-title a:hover,
.competence-box .division-title a:focus,
.competence-box .department-title a:hover,
.competence-box .department-title a:focus {
  color: #324ad9;
  text-decoration: underline;
}

.competence-box .division-title {
  margin-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
  .competence-box .competence-logos-list {
    margin-top: 15px !important;
  }

  .competence-box .competence-logos-list > li {
    height: 60px;
  }

  .competence-box .competence-logos-list > li:nth-child(1) {
    width: 60px;
  }

  .competence-box .competence-logos-list > li:nth-child(2) {
    width: 70px;
  }

  .competence-box .competence-logos-list > li:nth-child(3) {
    width: 65px;
  }

  .competence-box .competence-logos-list > li img {
    height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .competence-box .competence-logos-list {
    margin-top: 25px !important;
  }

  .competence-box .competence-logos-list > li {
    height: 45px;
  }

  .competence-box .competence-logos-list > li:nth-child(1) {
    width: 45px;
  }

  .competence-box .competence-logos-list > li:nth-child(2) {
    width: 55px;
  }

  .competence-box .competence-logos-list > li:nth-child(3) {
    width: 50px;
  }

  .competence-box .competence-logos-list > li img {
    height: 45px;
  }
}

@media only screen and (max-width: 760px) {
  .competence-box h2.float-title {
    width: 50%;
    float: left;
  }

  .competence-box h3 {
    padding-bottom: 10px;
  }

  .competence-box .division-title {
    margin-top: 8px;
    padding-bottom: 8px;
  }

  .competence-box .department-title {
    margin-top: 0;
    line-height: 16px;
  }

  .competence-box ul.competence-logos-list {
    width: 50%;
    float: left;
    margin: 18px 0;
    margin-top: 18px !important;
    text-align: right;
  }

  .competence-box .competence-logos-list > li {
    height: 33px;
    padding: 0;
  }

  .competence-box .competence-logos-list > li img {
    height: 33px;
    max-width: none;
  }

  .competence-box .competence-logos-list > li:nth-child(1) {
    width: 33px;
    text-align: left;
  }

  .competence-box .competence-logos-list > li:nth-child(2) {
    width: 49px;
    text-align: center;
  }

  .competence-box .competence-logos-list > li:nth-child(3) {
    width: 40px;
  }
}

/* Guide list - image  +  title combination OR list of links */

.guidelist {
  padding: 0;
}

.guidelist .guidelist-container {
  margin-bottom: 30px;
}

.guidelist .guidepost-height {
  min-height: 165px;
}

.guidelist h4 {
  margin: 15px 0;
}

.guidelist .guidepost-height h3 {
  margin-bottom: 30px;
}

.guidelist img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.guidelist .guidepost-link-container {
  min-height: 170px;
}

.guidelist .btn.btn-block {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #324ad9;
  border: 3px solid #324ad9;
  height: 60px;
  padding-top: 15px;
}

.guidelist .btn.btn-block:hover,
.guidelist .btn.btn-block:focus {
  background-color: #324ad9;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .guidelist .guidelist-container {
    margin-bottom: 15px;
  }

  .guidelist .btn.btn-block {
    font-size: 14px;
    height: 36px;
    padding-top: 6px;
    border-width: 2px;
  }
}

/* Lists of links */

.guide-links-list h3 {
  font-size: 20px !important;
  margin: 25px 0;
}

@media only screen and (max-width: 767px) {
  .guide-links-list h3 {
    font-size: 14px !important;
    margin: 10px 0;
  }
}

/* Contact badge */

.shortcode-container {
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 20px 0;
  border-top: 1px dotted #969696;
  line-height: 25px;
}

.no-top-border {
  border-top: 0 !important;
}

.bottom-border {
  border-bottom: 1px dotted #969696;
  padding-bottom: 10px !important;
}

.shortcode-container.no-bottom-padding {
  padding-bottom: 0;
}

.shortcode-container .shortcode-row {
  border-bottom: 1px dotted #969696;
}

.shortcode-container .no-bottom-border {
  border-bottom: 0;
}

.shortcode-container .contact-item {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-bottom: 25px;
}

.shortcode-container .div-dept {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}

.shortcode-container h3 {
  color: #324ad9;
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}

.shortcode-container .contact-info a {
  text-decoration: underline;
}

.shortcode-container .sub-contact-info {
  border-right: 1px dotted #969696;
  padding-top: 25px;
}

.shortcode-container .sub-contact-info h3 {
  padding-bottom: 3px;
}

.shortcode-container .sub-contact-info:nth-child(2) {
  border-right: 0;
  /* border-left: 1px dotted #969696; */
  margin-left: -1px;
}

.shortcode-container .sub-contact-info:nth-child(n + 3) {
  border-top: 0;
}

.shortcode-container .sub-contact-info-last {
  border-right: 0;
  padding-top: 25px;
}

.shortcode-container .contact-photo {
  padding-right: 0;
}

.shortcode-container .contact-photo img {
  width: 98px;
  height: 98px;
  object-fit: cover;
}

.shortcode-container .btn.btn-block {
  margin-top: 25px;
  background-color: #324ad9;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #324ad9;
  height: 60px;
  padding-top: 15px;
}

.shortcode-container .btn.btn-block:hover,
.shortcode-container .btn.btn-block:focus {
  background-color: #fff;
  color: #324ad9;
}

@media only screen and (max-width: 768px) {
  .shortcode-container{
    font-size: 12px;
    line-height: 18px;
  }
}


/* BOTTOM BUTTON */
.bottom-button {
  margin-top: 30px;
}
.bottom-button .btn.btn-block{
  margin: auto;
  background-color: #324ad9;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #324ad9;
  height: 60px;
  width: 42%;
  padding-top: 15px;
}

.bottom-button .btn.btn-block:hover,
.bottom-button .btn.btn-block:focus {
  background-color: #fff;
  color: #324ad9;
}

/* DIVISION */

.departments {
  padding: 10px 0;
  border-bottom: 1px dotted #969696;
}

.departments .department-name {
  color: #324ad9;
  font-size: 30px;
  font-weight: bold;
}

.departments .council-member {
  margin-bottom: 15px;
}

.division-detail {
  font-size: 14px;
  padding-top: 10px;
  margin: 20px 0;
  border-top: 1px dotted #969696;
  line-height: 25px;
}

@media only screen and (max-width: 768px) {
  .division-detail {
    font-size: 12px;
    line-height: 18px;
  }
}

.division-detail h4 {
  color: #324ad9;
  font-size: 16px;
}

/* Council */
.council-container {
  margin-bottom: 20px;
}

.council-member {
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  margin-bottom: 30px;
  height: 430px;
}

.council-member h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.council-member h4 {
  color: #324ad9;
  font-size: 16px;
  margin-bottom: 5px;
}

.council-member .contact-photo {
  margin-bottom: 20px;
}

.council-member .contact-email {
  text-decoration: underline;
  display: block;
}

.council-member .contact-party {
  color: #324ad9;
  margin-bottom: 10px;
}

.council-member img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .council-member {
    height: 400px;
  }
}

@media only screen and (min-width: 320px) {
  .council-member {
    width: 50%;
  }
}

@media only screen and (min-width: 760px) {
  .council-member {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .council-member {
    width: 33.333333%;
  }

  .council-member img {
    width: 220px;
    height: 220px;
  }
}

@media only screen and (min-width: 992px) {
  .council-member {
    width: 25%;
  }

  .council-member img {
    width: 212px;
    height: 212px;
  }
}

@media only screen and (min-width: 1200px) {
  .council-member {
    width: 20%;
  }

  .council-member img {
    width: 191px;
    height: 191px;
  }
}

/* Radnice / City hall */

.hall-jumbo {
  font-size: 16px;
  letter-spacing: 0.005em;
}

.hall-jumbo > a {
  text-decoration: none;
}

.hall-jumbo .hall-column {
  min-height: 395px;
  border-top: 1px dotted #969696;
  border-bottom: 1px dotted #969696;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hall-jumbo .hall-column .online-button {
  position: absolute;
  bottom: 31px;
  left: 0px;
}

.hall-jumbo .hall-column .bottom-line {
  margin-bottom: 0;
  margin-top: 0px;
}

.hall-jumbo .hall-column .bottom-line hr {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .hall-jumbo .hall-column {
    min-height: 455px;
  }
}

@media only screen and (max-width: 991px) {
  .hall-jumbo .hall-column {
    min-height: 395px;
  }
}

@media only screen and (max-width: 767px) {
  .hall-jumbo {
    font-size: 13px;
    margin-top: -10px;
  }

  .hall-jumbo .hall-column {
    border-top: 0;
    margin: 5px 0;
    min-height: 335px;
  }

  .hall-jumbo .hall-column .online-button {
    bottom: 60px;
  }

  .hall-jumbo .hall-column .bottom-line {
    margin-top: 0;
  }
}

.hall-jumbo #opening {
  font-size: 14px;
  line-height: 24px;
}

.hall-jumbo #opening b {
  font-size: 16px;
  color: #324ad9;
}

.hall-jumbo #contact {
  line-height: 34px;
}

#menu-radnice-volene-organy, #menu-radnice-urad-mc-praha {
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .hall-jumbo #contact {
    line-height: 24px;
  }
}

.hall-jumbo .btn {
  padding: 12px 50px;
  width: 264px;
  margin: 0 auto;
  background-color: #324ad9;
  border: 3px solid #324ad9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #fff;
}

.hall-jumbo .hall-map .btn {
  position: absolute;
  left: 50%;
  top: 83%;
  margin-top: -20px;
  margin-left: -132px;
}


@media only screen and (max-width: 767px) {
  .hall-jumbo .btn {
    height: 30px;
    padding-top: 4px;
    font-size: 13px;
    padding: 4px 12px;
    width: 132px;
  }

  .hall-jumbo .hall-map .btn {
    height: 30px;
    padding-top: 4px;
    top: 91%;
    width: 130px;
    margin-left: -65px;
    font-size: 13px;
    padding: 4px 12px;
  }
}

.hall-jumbo .btn:hover,
.hall-jumbo .btn:focus {
  background-color: #fff;
  color: #324ad9;
}

.hall-jumbo .hall-map {
  position: relative;
  padding: 0;
  border: 0;
  background-image: url('./img/radnice-map-new.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hall-jumbo .hall-map img {
  height: 290px;
}

.hall-jumbo .hall-text-column {
  line-height: 24px;
}

.hall-jumbo .cityhall-row {
  margin-bottom: 20px;
}

.cityhall-section .columned-section {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) {
  .cityhall-section .columned-section {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}

@media only screen and (max-width: 767px) {
  .hall-jumbo .hall-text-column{
    font-size: 12px;
    line-height: 16px;
  }
}

/* EDIT PROFILE */
.edit-profile input[type="submit"] {
  background-color: #324ad9;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #324ad9;
  height: 55px;
  padding: 0 12px;
}

.edit-profile input[type="submit"]:hover,
.edit-profile input[type="submit"]:focus {
  background-color: #fff;
  color: #324ad9;
}

/* COMMENTS */
.comments-area > :last-child {
  margin-bottom: 0;
}

.comments-area .must-log-in {
  font-weight: 700;
}

.comment-list + .comment-respond {
  border-top: 1px dotted #969696;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px dotted #969696;
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .children > li {
  padding-left: 3em;
}

.comment-author {
  color: #324ad9;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #324ad9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #242424;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  text-decoration: underline;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link::before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 1.2rem;
}

.comment-list .reply a {
  border: 1px solid #324ad9;
  color: #324ad9;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  background: #324ad9;
  color: #fff;
  text-decoration: none;
}

.comment-form {
  padding-top: 1.6em;
  width: 100%;
  max-width: 500px;
}

.comment-form label {
  color: #324ad9;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%;
}

.comment-form input[type="submit"] {
  margin-bottom: 1.5em;
  border: 3px solid #324ad9;
  background: #324ad9;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background: #fff;
  color: #324ad9;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #324ad9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
}

.no-comments {
  border-top: 1px dotted #969696;
  color: #324ad9;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #c0392b;
}

.comment-reply-title {
  display: inline-block;
}

.comment-reply-title small {
  display: inline-block;
  font-size: 25px;
  line-height: normal;
}

.comment-reply-title small a {
  height: 25px;
  width: 25px;
  display: block;
  overflow: hidden;
  text-align: center;
}

.comment-reply-title small a::before {
  content: "X";
  font-size: 18px;
  display: inline-block;
}

/* FILES BOX */
.files_box {
  display: block;
  color: #324ad9;
}

.files_box p {
  margin: 5px 0 5px;
}

.files_box a {
  text-decoration: underline;
}

.files_box.align_right{
  text-align:right;
  margin: 5px 0px 0px 15px;
}

.files_box.align_left{
  text-align:left;
  margin: 5px 15px 0px 0px;
}

.office_hours_info{
  padding-top: 15px;
}

/* VERTICAL TABS */
.vertical-tabs .nav > li > a:focus,
.vertical-tabs .nav > li > a:hover {
  text-decoration: underline;
  color: #324ad9;
  background: #fff;
  letter-spacing: 0.005em;
}

.vertical-tabs .nav > li > a {
  color: #666;
  font-weight: 700;
  font-size: 20px;
  border-top: 1px dotted #999;
  border-radius: 0;
  padding: 24px 15px;
  padding-bottom: 23px;
  border-left: 3px solid white;
  letter-spacing: 0.005em;
}

.vertical-tabs .nav > li:last-of-type > a {
  border-bottom: 1px dotted #999;
}

.vertical-tabs .nav > li.active > a,
.vertical-tabs .nav > li.active > a:hover,
.vertical-tabs .nav > li.active > a:focus {
  text-decoration: none;
  color: #324ad9;
  background: #fff;
  border: 3px solid #324ad9;
  padding-top: 21px;
  padding-bottom: 21px;
}

.vertical-tabs .nav > li.active + li > a {
  border-top: 0;
}

.vertical-tabs .nav > li + li {
  margin: 0;
}

.vertical-tabs .tab-item-container {
  border-bottom: 1px dotted #969696;
  margin-bottom: 25px;
  padding-bottom: 30px;
  line-height: 24px;
  letter-spacing: 0.005em;
}

.vertical-tabs .tab-item-container > h2 {
  margin-top: 0;
  color: #242424 !important;
}

.vertical-tabs .tab-item-container > h3 {
  margin-bottom: 0;
}

.vertical-tabs .tab-item-container > p,
.vertical-tabs .tab-item-container > ul {
  line-height: 24px;
  font-size: 16px;
}

.vertical-tabs .tab-content {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .vertical-tabs .nav > li > a {
    font-size: 16px;
    padding: 12px;
  }

  .vertical-tabs .nav > li.active > a,
  .vertical-tabs .nav > li.active > a:hover,
  .vertical-tabs .nav > li.active > a:focus {
    padding: 12px;
  }

  .vertical-tabs .tab-item-container > ul {
    line-height: 22px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .vertical-tabs .tab-content {
    padding-left: 0;
  }
}

/* "Beautiful" edit link */
#top-edit-button {
  position: fixed;
  left: 9px;
  top: 9px;
  background: #a0a0a0;
  color: white;
  z-index: 999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-left: 9px;
  font-size: 15px;
  opacity: 0.6;
}

#top-edit-button:hover,
#top-edit-button:focus {
  background: black;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #top-edit-button {
    top: auto;
    bottom: 10px;
    left: 10px;
  }
}

/* Contact Form */

#contact-form h3 {
  color: #324ad9;
}

#contact-form .row {
  margin-bottom: 15px;
}

#contact-form label {
  color: #555555;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

#contact-form .required {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin-left: 8px;
}

#contact-form #question {
  height: 120px;
}

#contact-form .btn {
  color: #fff;
  background-color: #324ad9;
  border: 3px solid #324ad9;
  font-size: 20px;
  min-height: 60px;
  font-weight: bold;
}

#contact-form .btn:hover,
#contact-form .btn:focus {
  color: #324ad9;
  background-color: #fff;
  border-color: #324ad9;
}

/*
 * Adding new collumn class
 * URL: https://stackoverflow.com/questions/24066059/bootstrap-3-adding-a-new-set-of-columns
 */

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media only screen and (max-width: 386px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }

  .col-xxs-1 {
    width: 8.333333333333332%;
  }

  .col-xxs-2 {
    width: 16.666666666666664%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33333333333333%;
  }

  .col-xxs-5 {
    width: 41.66666666666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.333333333333336%;
  }

  .col-xxs-8 {
    width: 66.66666666666666%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33333333333334%;
  }

  .col-xxs-11 {
    width: 91.66666666666666%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }

  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-push-4 {
    left: 33.33333333333333%;
  }

  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }

  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }

  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }

  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }

  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }

  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }

  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }

  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }

  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

.hidden-xxs {
  display: block !important;
}

tr.hidden-xxs {
  display: table-row !important;
}

th.hidden-xxs,
td.hidden-xxs {
  display: table-cell !important;
}

@media only screen and (max-width: 386px) {
  .hidden-xxs {
    display: none !important;
  }

  tr.hidden-xxs {
    display: none !important;
  }

  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }
}

@media only screen and (min-width: 387px) and (max-width: 767px) {
  .hidden-xxs.hidden-xs {
    display: none !important;
  }

  tr.hidden-xxs.hidden-xs {
    display: none !important;
  }

  th.hidden-xxs.hidden-xs,
  td.hidden-xxs.hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-xxs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xxs.hidden-sm {
    display: none !important;
  }

  th.hidden-xxs.hidden-sm,
  td.hidden-xxs.hidden-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-xxs.hidden-md {
    display: none !important;
  }

  tr.hidden-xxs.hidden-md {
    display: none !important;
  }

  th.hidden-xxs.hidden-md,
  td.hidden-xxs.hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-xxs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xxs.hidden-lg {
    display: none !important;
  }

  th.hidden-xxs.hidden-lg,
  td.hidden-xxs.hidden-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 386px) {
  .hidden-xs.hidden-xxs {
    display: none !important;
  }

  tr.hidden-xs.hidden-xxs {
    display: none !important;
  }

  th.hidden-xs.hidden-xxs,
  td.hidden-xs.hidden-xxs {
    display: none !important;
  }
}

@media only screen and (max-width: 386px) {
  .hidden-sm.hidden-xxs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xxs {
    display: none !important;
  }

  th.hidden-sm.hidden-xxs,
  td.hidden-sm.hidden-xxs {
    display: none !important;
  }
}

@media only screen and (max-width: 386px) {
  .hidden-md.hidden-xxs {
    display: none !important;
  }

  tr.hidden-md.hidden-xxs {
    display: none !important;
  }

  th.hidden-md.hidden-xxs,
  td.hidden-md.hidden-xxs {
    display: none !important;
  }
}

@media only screen and (max-width: 386px) {
  .hidden-lg.hidden-xxs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xxs {
    display: none !important;
  }

  th.hidden-lg.hidden-xxs,
  td.hidden-lg.hidden-xxs {
    display: none !important;
  }
}

.visible-xxs {
  display: none !important;
}

tr.visible-xxs {
  display: none !important;
}

th.visible-xxs,
td.visible-xxs {
  display: none !important;
}

@media only screen and (max-width: 386px) {
  .visible-xxs {
    display: block !important;
  }

  .visible-xss-inline-table {
    display: inline-table !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 387px) and (max-width: 767px) {
  .visible-xxs.visible-xs {
    display: block !important;
  }

  tr.visible-xxs.visible-xs {
    display: table-row !important;
  }

  th.visible-xxs.visible-xs,
  td.visible-xxs.visible-xs {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visible-xxs.visible-sm {
    display: block !important;
  }

  tr.visible-xxs.visible-sm {
    display: table-row !important;
  }

  th.visible-xxs.visible-sm,
  td.visible-xxs.visible-sm {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-xxs.visible-md {
    display: block !important;
  }

  tr.visible-xxs.visible-md {
    display: table-row !important;
  }

  th.visible-xxs.visible-md,
  td.visible-xxs.visible-md {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1200px) {
  .visible-xxs.visible-lg {
    display: block !important;
  }

  tr.visible-xxs.visible-lg {
    display: table-row !important;
  }

  th.visible-xxs.visible-lg,
  td.visible-xxs.visible-lg {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 386px) {
  .visible-xs.visible-xxs {
    display: block !important;
  }

  tr.visible-xs.visible-xxs {
    display: table-row !important;
  }

  th.visible-xs.visible-xxs,
  td.visible-xs.visible-xxs {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 386px) {
  .visible-sm.visible-xxs {
    display: block !important;
  }

  tr.visible-sm.visible-xxs {
    display: table-row !important;
  }

  th.visible-sm.visible-xxs,
  td.visible-sm.visible-xxs {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 386px) {
  .visible-md.visible-xxs {
    display: block !important;
  }

  tr.visible-md.visible-xxs {
    display: table-row !important;
  }

  th.visible-md.visible-xxs,
  td.visible-md.visible-xxs {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 386px) {
  .visible-lg.visible-xxs {
    display: block !important;
  }

  tr.visible-lg.visible-xxs {
    display: table-row !important;
  }

  th.visible-lg.visible-xxs,
  td.visible-lg.visible-xxs {
    display: table-cell !important;
  }
}

/*
 * Non-bootstrap responsive text align
 * URL: https://gist.github.com/ohryan/b9593841c024c033783d
 */

@media only screen and (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-justify {
    text-align: justify;
  }
}

@media only screen and (max-width: 386px) {
  .text-xxs-left {
    text-align: left;
  }

  .text-xxs-right {
    text-align: right;
  }

  .text-xxs-center {
    text-align: center;
  }

  .text-xxs-justify {
    text-align: justify;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }
}

@media only screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}

/* Cookies */

.cookies{
  font-size:14px
}
@media (max-width:767.98px){
  .cookies{
    font-size:12px
  }
}
@media print{
  .cookies{
      display:none
  }
}
.cookies__bar{
  width:100%;
  background-color:#fff;
  position:fixed;
  left:0;
  bottom:0;
  z-index:1000;
  display:none;
  overflow:visible!important;
  box-shadow:0 -10px 1000px 0 #29292a
}
.cookies__container{
  margin:10px 260px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
@media (max-width:1700.98px){
  .cookies__container{
      margin-left:225.14286px
  }
}
@media (max-width:1439.98px){
  .cookies__container{
      margin-left:190.28571px
  }
}
@media (max-width:1139.98px){
  .cookies__container{
      margin-left:155.42857px
  }
}
@media (max-width:1024.98px){
  .cookies__container{
      margin-left:120.57143px
  }
}
@media (max-width:991.98px){
  .cookies__container{
      margin-left:85.71429px
  }
}
@media (max-width:767.98px){
  .cookies__container{
      margin-left:50.85714px
  }
}
@media (max-width:575.98px){
  .cookies__container{
      margin-left:16px
  }
}
@media (max-width:1700.98px){
  .cookies__container{
      margin-right:225.14286px
  }
}
@media (max-width:1439.98px){
  .cookies__container{
      margin-right:190.28571px
  }
}
@media (max-width:1139.98px){
  .cookies__container{
      margin-right:155.42857px
  }
}
@media (max-width:1024.98px){
  .cookies__container{
      margin-right:120.57143px
  }
}
@media (max-width:991.98px){
  .cookies__container{
      margin-right:85.71429px
  }
}
@media (max-width:767.98px){
  .cookies__container{
      margin-right:50.85714px
  }
}
@media (max-width:575.98px){
  .cookies__container{
      margin-right:16px
  }
}
@media (min-width:1921px){
  .cookies__container{
      width:100%;
      max-width:calc(1400px - var(--scrollbar-width, 8px));
      margin-left:auto;
      margin-right:auto
  }
}
@media (max-width:991.98px){
  .cookies__container{
      flex-direction:column
  }
}
.cookies__desc{
  color:#000;
  margin-bottom:0;
  font-weight:500;
  line-height:140%;
  font-size:14px;
}
/* @media (max-width:1700.98px){
  .cookies__desc{
      font-size:1.08929rem
  }
}
@media (max-width:1439.98px){
  .cookies__desc{
      font-size:1.05357rem
  }
}
@media (max-width:1139.98px){
  .cookies__desc{
      font-size:1.01786rem
  }
}
@media (max-width:1024.98px){
  .cookies__desc{
      font-size:.98214rem
  }
}
@media (max-width:991.98px){
  .cookies__desc{
      font-size:.94643rem
  }
} */
@media (max-width:767.98px){
  .cookies__desc{
      font-size:12px;
  }
}
/* @media (max-width:575.98px){
  .cookies__desc{
      font-size: 12px;
  }
} */
@media (min-width:992px){
  .cookies__desc{
      margin-right:40px
  }
}
@media (max-width:991.98px){
  .cookies__desc{
      text-align:center
  }
}
.cookies__buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:1rem
}
@media (max-width:991.98px){
  .cookies__buttons{
      margin-top:20px
  }
}
@media (max-width:767.98px){
  .cookies__buttons{
      width:100%;
      flex-direction:column
  }
  .cookies__buttons>*{
      width:100%!important;
      max-width:250px
  }
}
.cookies__consent,.cookies__consent_all{
  transition:all .3s ease;
  cursor:pointer;
  text-decoration:none;
  display:flex;
  color:#fff !important;
  height:-webkit-fit-content;
  height:-moz-fit-content;
  height:fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  justify-content:center;
  align-items:center;
  font-size:16px;
  font-weight:600;
  line-height:.875rem;
  min-width:-webkit-max-content;
  min-width:-moz-max-content;
  min-width:max-content;
  padding:18px 28px;
  background-color:#324ad9;
}
.cookies__consent:active,.cookies__consent:hover,.cookies__consent_all:active,.cookies__consent_all:hover{
  /* text-decoration:none;
  border:none;
  color:#fff; */
  opacity: .85;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 15%);
  text-decoration: none !important;
}
@media (max-width:1700.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:26.57143px
  }
}
@media (max-width:1439.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:25.14286px
  }
}
@media (max-width:1139.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:23.71429px
  }
}
@media (max-width:1024.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:22.28571px
  }
}
@media (max-width:991.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:20.85714px
  }
}
@media (max-width:767.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:19.42857px
  }
}
@media (max-width:575.98px){
  .cookies__consent,.cookies__consent_all{
      padding-left:18px
  }
}
@media (max-width:1700.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:26.57143px
  }
}
@media (max-width:1439.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:25.14286px
  }
}
@media (max-width:1139.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:23.71429px
  }
}
@media (max-width:1024.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:22.28571px
  }
}
@media (max-width:991.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:20.85714px
  }
}
@media (max-width:767.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:19.42857px;
      font-size:14px;
  }
}
@media (max-width:575.98px){
  .cookies__consent,.cookies__consent_all{
      padding-right:18px
  }
}
@media (max-width:1700.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:17.42857px
  }
}
@media (max-width:1439.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:16.85714px
  }
}
@media (max-width:1139.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:16.28571px
  }
}
@media (max-width:1024.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:15.71429px
  }
}
@media (max-width:991.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:15.14286px
  }
}
@media (max-width:767.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:14.57143px
  }
}
@media (max-width:575.98px){
  .cookies__consent,.cookies__consent_all{
      padding-top:14px
  }
}
@media (max-width:1700.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:17.42857px
  }
}
@media (max-width:1439.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:16.85714px
  }
}
@media (max-width:1139.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:16.28571px
  }
}
@media (max-width:1024.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:15.71429px
  }
}
@media (max-width:991.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:15.14286px
  }
}
@media (max-width:767.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:14.57143px
  }
}
@media (max-width:575.98px){
  .cookies__consent,.cookies__consent_all{
      padding-bottom:14px
  }
}

.cookies__consent:active,.cookies__consent_all:active{
  box-shadow:0 10px 20px 0 rgba(0,84,147,.4)
}

@media (min-width:768px){
  .cookies__consent,.cookies__consent_all{
      margin-right:20px
  }
}
@media (max-width:767.98px){
  .cookies__consent,.cookies__consent_all{
      margin-bottom:15px
  }
}
.cookies__consent_custom,.cookies__consent_decline{
  transition:all .3s ease;
  cursor:pointer;
  text-decoration:none;
  display:flex;
  color:#fff !important;
  height:-webkit-fit-content;
  height:-moz-fit-content;
  height:fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  justify-content:center;
  align-items:center;
  font-size:16px;
  font-weight:600;
  line-height:.875rem;
  min-width:-webkit-max-content;
  min-width:-moz-max-content;
  min-width:max-content;
  padding:18px 28px;
  background-color:#324ad9;
}
.cookies__consent_custom:active,.cookies__consent_custom:hover,.cookies__consent_decline:active,.cookies__consent_decline:hover{
  /* text-decoration:none;
  border:none;
  color:#0063ac */
  opacity: .85;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 15%);
  text-decoration: none !important;
}
@media (max-width:1700.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:26.57143px
  }
}
@media (max-width:1439.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:25.14286px
  }
}
@media (max-width:1139.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:23.71429px
  }
}
@media (max-width:1024.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:22.28571px
  }
}
@media (max-width:991.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:20.85714px
  }
}
@media (max-width:767.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:19.42857px;
      font-size:14px;
  }
}
@media (max-width:575.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-left:18px
  }
}
@media (max-width:1700.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:26.57143px
  }
}
@media (max-width:1439.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:25.14286px
  }
}
@media (max-width:1139.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:23.71429px
  }
}
@media (max-width:1024.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:22.28571px
  }
}
@media (max-width:991.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:20.85714px
  }
}
@media (max-width:767.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:19.42857px
  }
}
@media (max-width:575.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-right:18px
  }
}
@media (max-width:1700.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:17.42857px
  }
}
@media (max-width:1439.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:16.85714px
  }
}
@media (max-width:1139.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:16.28571px
  }
}
@media (max-width:1024.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:15.71429px
  }
}
@media (max-width:991.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:15.14286px
  }
}
@media (max-width:767.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:14.57143px
  }
}
@media (max-width:575.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-top:14px
  }
}
@media (max-width:1700.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:17.42857px
  }
}
@media (max-width:1439.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:16.85714px
  }
}
@media (max-width:1139.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:16.28571px
  }
}
@media (max-width:1024.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:15.71429px
  }
}
@media (max-width:991.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:15.14286px
  }
}
@media (max-width:767.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:14.57143px
  }
}
@media (max-width:575.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      padding-bottom:14px
  }
}
/* .cookies__consent_custom:hover,.cookies__consent_decline:hover{
  background-color:#dbf3ff
}
.cookies__consent_custom:active,.cookies__consent_decline:active{
  background-color:#dbf3ff;
  box-shadow:0 10px 20px 0 rgba(219,243,255,.4)
} */

@media (min-width:768px){
  .cookies__consent_custom,.cookies__consent_decline{
      margin-right:20px
  }
}
@media (max-width:767.98px){
  .cookies__consent_custom,.cookies__consent_decline{
      margin-bottom:15px
  }
}
.cookies__detail{
  transition:all .3s ease;
  cursor:pointer;
  text-decoration:none;
  display:flex;
  color:#fff !important;
  height:-webkit-fit-content;
  height:-moz-fit-content;
  height:fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  justify-content:center;
  align-items:center;
  font-size:16px;
  font-weight:600;
  line-height:.875rem;
  min-width:-webkit-max-content;
  min-width:-moz-max-content;
  min-width:max-content;
  padding:18px 28px;
  background-color:#324ad9;
}
.cookies__detail:active,.cookies__detail:hover{
  /* text-decoration:none;
  border:none;
  color:#0063ac */
  opacity: .85;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 15%);
  text-decoration: none !important;
}
@media (max-width:1700.98px){
  .cookies__detail{
      padding-left:26.57143px
  }
}
@media (max-width:1439.98px){
  .cookies__detail{
      padding-left:25.14286px
  }
}
@media (max-width:1139.98px){
  .cookies__detail{
      padding-left:23.71429px
  }
}
@media (max-width:1024.98px){
  .cookies__detail{
      padding-left:22.28571px
  }
}
@media (max-width:991.98px){
  .cookies__detail{
      padding-left:20.85714px
  }
}
@media (max-width:767.98px){
  .cookies__detail{
      padding-left:19.42857px;
      font-size:14px;
  }
}
@media (max-width:575.98px){
  .cookies__detail{
      padding-left:18px
  }
}
@media (max-width:1700.98px){
  .cookies__detail{
      padding-right:26.57143px
  }
}
@media (max-width:1439.98px){
  .cookies__detail{
      padding-right:25.14286px
  }
}
@media (max-width:1139.98px){
  .cookies__detail{
      padding-right:23.71429px
  }
}
@media (max-width:1024.98px){
  .cookies__detail{
      padding-right:22.28571px
  }
}
@media (max-width:991.98px){
  .cookies__detail{
      padding-right:20.85714px
  }
}
@media (max-width:767.98px){
  .cookies__detail{
      padding-right:19.42857px
  }
}
@media (max-width:575.98px){
  .cookies__detail{
      padding-right:18px
  }
}
@media (max-width:1700.98px){
  .cookies__detail{
      padding-top:17.42857px
  }
}
@media (max-width:1439.98px){
  .cookies__detail{
      padding-top:16.85714px
  }
}
@media (max-width:1139.98px){
  .cookies__detail{
      padding-top:16.28571px
  }
}
@media (max-width:1024.98px){
  .cookies__detail{
      padding-top:15.71429px
  }
}
@media (max-width:991.98px){
  .cookies__detail{
      padding-top:15.14286px
  }
}
@media (max-width:767.98px){
  .cookies__detail{
      padding-top:14.57143px
  }
}
@media (max-width:575.98px){
  .cookies__detail{
      padding-top:14px
  }
}
@media (max-width:1700.98px){
  .cookies__detail{
      padding-bottom:17.42857px
  }
}
@media (max-width:1439.98px){
  .cookies__detail{
      padding-bottom:16.85714px
  }
}
@media (max-width:1139.98px){
  .cookies__detail{
      padding-bottom:16.28571px
  }
}
@media (max-width:1024.98px){
  .cookies__detail{
      padding-bottom:15.71429px
  }
}
@media (max-width:991.98px){
  .cookies__detail{
      padding-bottom:15.14286px
  }
}
@media (max-width:767.98px){
  .cookies__detail{
      padding-bottom:14.57143px
  }
}
@media (max-width:575.98px){
  .cookies__detail{
      padding-bottom:14px
  }
}
/* .cookies__detail:active,.cookies__detail:hover{
  background-color:#dbf3ff
}
.cookies__detail:active{
  box-shadow:0 10px 20px 0 rgba(219,243,255,.4)
} */
.cookies__table{
  margin-bottom:10px;
  font-size:1rem
}
.cookies__table table{
  width:100%
}
.cookies__table tr{
  border-bottom:1px solid #fff;
  background-color:#eff3f3
}
.cookies__table thead>tr{
  background-color:#b5c7c7
}
.cookies__table td,.cookies__table th{
  padding:10px
}
@media (max-width:1700.98px){
  .cookies__table{
      font-size:.96429rem
  }
}
@media (max-width:1439.98px){
  .cookies__table{
      font-size:.92857rem
  }
}
@media (max-width:1139.98px){
  .cookies__table{
      font-size:.89286rem
  }
}
@media (max-width:1024.98px){
  .cookies__table{
      font-size:.85714rem
  }
}
@media (max-width:991.98px){
  .cookies__table{
      font-size:.82143rem
  }
}
@media (max-width:767.98px){
  .cookies__table{
      font-size:.78571rem
  }
}
@media (max-width:575.98px){
  .cookies__table{
      font-size:.75rem
  }
}
.cookies__heading{
  color:#000;
  margin-bottom:.75rem;
  font-weight:700;
  line-height:140%;
  font-size:1.375rem
}
.cookies__heading--main {
  font-size: 2.4rem;
}
@media (max-width:1700.98px){
  .cookies__heading{
      margin-bottom:.7rem
  }
}
@media (max-width:1439.98px){
  .cookies__heading{
      margin-bottom:.65rem
  }
}
@media (max-width:1139.98px){
  .cookies__heading{
      margin-bottom:.6rem
  }
}
@media (max-width:1024.98px){
  .cookies__heading{
      margin-bottom:.55rem
  }
}
@media (max-width:991.98px){
  .cookies__heading{
      margin-bottom:.5rem
  }
}
@media (max-width:767.98px){
  .cookies__heading{
      margin-bottom:.45rem
  }
}
@media (max-width:575.98px){
  .cookies__heading{
      margin-bottom:.4rem
  }
}
@media (max-width:1700.98px){
  .cookies__heading{
      font-size:1.35714rem
  }
}
@media (max-width:1439.98px){
  .cookies__heading{
      font-size:1.33929rem
  }
}
@media (max-width:1139.98px){
  .cookies__heading{
      font-size:1.32143rem
  }
}
@media (max-width:1024.98px){
  .cookies__heading{
      font-size:1.30357rem
  }
}
@media (max-width:991.98px){
  .cookies__heading{
      font-size:1.28571rem
  }
}
@media (max-width:767.98px){
  .cookies__heading{
      font-size:1.26786rem
  }
}
@media (max-width:575.98px){
  .cookies__heading{
      font-size:1.25rem
  }
}
.cookies__category{
  margin-bottom:1.5rem
}

.cookies__category:nth-last-child(2){
  margin-bottom:3rem
}
@media (max-width:1700.98px){
  .cookies__category{
      margin-bottom:1.39286rem
  }
}
@media (max-width:1439.98px){
  .cookies__category{
      margin-bottom:1.28571rem
  }
}
@media (max-width:1139.98px){
  .cookies__category{
      margin-bottom:1.17857rem
  }
}
@media (max-width:1024.98px){
  .cookies__category{
      margin-bottom:1.07143rem
  }
}
@media (max-width:991.98px){
  .cookies__category{
      margin-bottom:.96429rem
  }
}
@media (max-width:767.98px){
  .cookies__category{
      margin-bottom:.85714rem
  }
}
@media (max-width:575.98px){
  .cookies__category{
      margin-bottom:.75rem
  }
}
.cookies__category-top{
  display:flex;
  justify-content:space-between
}
.cookies__category-heading{
  color:#000;
  margin-bottom:.5rem;
  font-weight:700;
  line-height:140%;
  font-size:16px
}
@media (max-width:1700.98px){
  .cookies__category-heading{
      margin-bottom:.47143rem
  }
}
@media (max-width:1439.98px){
  .cookies__category-heading{
      margin-bottom:.44286rem
  }
}
@media (max-width:1139.98px){
  .cookies__category-heading{
      margin-bottom:.41429rem
  }
}
@media (max-width:1024.98px){
  .cookies__category-heading{
      margin-bottom:.38571rem
  }
}
@media (max-width:991.98px){
  .cookies__category-heading{
      margin-bottom:.35714rem
  }
}
@media (max-width:767.98px){
  .cookies__category-heading{
      margin-bottom:.32857rem
  }
}
@media (max-width:575.98px){
  .cookies__category-heading{
      margin-bottom:.3rem
  }
}
/* @media (max-width:1700.98px){
  .cookies__category-heading{
      font-size:1.21429rem
  }
}
@media (max-width:1439.98px){
  .cookies__category-heading{
      font-size:1.17857rem
  }
}
@media (max-width:1139.98px){
  .cookies__category-heading{
      font-size:1.14286rem
  }
}
@media (max-width:1024.98px){
  .cookies__category-heading{
      font-size:1.10714rem
  }
}
@media (max-width:991.98px){
  .cookies__category-heading{
      font-size:1.07143rem
  }
} */
@media (max-width:767.98px){
  .cookies__category-heading{
      font-size:14px
  }
}
/* @media (max-width:575.98px){
  .cookies__category-heading{
      font-size:1rem
  }
} */
.cookies #cookies-modal{
  max-width:620px;
  max-height:680px;
  overflow-y:scroll;
  padding-top:30px
}

.cookies #cookies-modal ul{
  margin-bottom:1rem
}
.cookies #cookies-modal li{
  margin-bottom:.5rem
}

.checkbox-switch{
  position:relative;
  display:inline-block;
  width:52px;
  height:26px
}
.checkbox-switch__input{
  opacity:0;
  width:0;
  height:0
}
.checkbox-switch__input:checked+.checkbox-switch__slider{
  background-color: #324ad9
}
.checkbox-switch__input:checked+.checkbox-switch__slider:before{
  transform:translateX(24px)
}
.checkbox-switch__input:focus+.checkbox-switch__slider{
  box-shadow:0 0 1px #324ad9
}
.checkbox-switch__input:disabled+.checkbox-switch__slider{
  background-color: #324ad991;
  cursor:default
}
.checkbox-switch__slider{
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#7a7a7a;
  transition:.4s;
  border-radius:34px
}
.checkbox-switch__slider:before{
  position:absolute;
  content:"";
  height:18px;
  width:18px;
  left:5px;
  bottom:4px;
  background-color:#fff;
  transition:.4s;
  border-radius:50%
}

.modal-cookies-trigger {
  cursor: pointer;
}

.modal-cookies{
  display:none;
  height:-webkit-fit-content;
  height:-moz-fit-content;
  height:fit-content;
  width:calc(100vw - 32px);
  position:relative;
  margin:auto;
  overflow:hidden;
  background-color:#fff;
  box-shadow:0 10px 20px 0 rgba(41,41,42,.07);
  padding:50px
}
@media (max-width:1700.98px){
  .modal-cookies{
      padding:45.14286px
  }
}
@media (max-width:1439.98px){
  .modal-cookies{
      padding:40.28571px
  }
}
@media (max-width:1139.98px){
  .modal-cookies{
      padding:35.42857px
  }
}
@media (max-width:1024.98px){
  .modal-cookies{
      padding:30.57143px
  }
}
@media (max-width:991.98px){
  .modal-cookies{
      padding:25.71429px
  }
}
@media (max-width:767.98px){
  .modal-cookies{
      padding:20.85714px
  }
}
@media (max-width:575.98px){
  .modal-cookies{
      padding:16px
  }
}
.modal-cookies__backdrop{
  position:fixed;
  left:0;
  top:0;
  z-index:1001;
  height:calc(var(--vh, 1vh)*100);
  width:100%;
  opacity:0;
  pointer-events:none;
  background:rgba(0,0,0,.35);
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
  transition:opacity .75s ease;
  padding:32px 0;
  overflow-y:auto;
  display:flex;
  align-items:center
}
.modal-cookies__backdrop.active{
  opacity:1;
  pointer-events:all
}
.modal-cookies__top{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px
}
@media (max-width:1700.98px){
  .modal-cookies__top{
      margin-bottom:27.85714px
  }
}
@media (max-width:1439.98px){
  .modal-cookies__top{
      margin-bottom:25.71429px
  }
}
@media (max-width:1139.98px){
  .modal-cookies__top{
      margin-bottom:23.57143px
  }
}
@media (max-width:1024.98px){
  .modal-cookies__top{
      margin-bottom:21.42857px
  }
}
@media (max-width:991.98px){
  .modal-cookies__top{
      margin-bottom:19.28571px
  }
}
@media (max-width:767.98px){
  .modal-cookies__top{
      margin-bottom:17.14286px
  }
}
@media (max-width:575.98px){
  .modal-cookies__top{
      margin-bottom:15px
  }
}
.modal-cookies__heading{
  color:#000;
  font-weight:700;
  line-height:140%;
  font-size:20px
}
/* @media (max-width:1700.98px){
  .modal-cookies__heading{
      font-size:1.82143rem
  }
}
@media (max-width:1439.98px){
  .modal-cookies__heading{
      font-size:1.76786rem
  }
}
@media (max-width:1139.98px){
  .modal-cookies__heading{
      font-size:1.71429rem
  }
}
@media (max-width:1024.98px){
  .modal-cookies__heading{
      font-size:1.66071rem
  }
}
@media (max-width:991.98px){
  .modal-cookies__heading{
      font-size:1.60714rem
  }
} */
@media (max-width:767.98px){
  .modal-cookies__heading{
      font-size:16px
  }
}
/* @media (max-width:575.98px){
  .modal-cookies__heading{
      font-size:1.5rem
  }
} */
.modal-cookies__close{
  cursor:pointer;
  display:flex;
  position:relative;
  min-height:30px;
  min-width:30px;
  flex-direction:column;
  justify-content:space-between;
  transition:all .3s ease
}
.modal-cookies__close,.modal-cookies__close:active,.modal-cookies__close:hover{
  text-decoration:none;
  border:none;
  color:inherit
}
.modal-cookies__close-bar{
  width:80%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  background-color:#324ad9;
  height:3px
}
.modal-cookies__close-bar:first-child{
  transform:rotate(45deg)
}
.modal-cookies__close-bar:last-child{
  transform:rotate(-45deg)
}
.modal-cookies__close:hover{
  transform:scale(1.2)
}
.modal-cookies__content{
  height:100%;
  width:100%
}

