/*!
 * MAIN CSS FOR GISLAVEDS KONSTHALL
 * Consid 2018
 */
/*
@gray-base:              #000;
@gray-darker:            lighten(@gray-base, 13.5%); // #222
@gray-dark:              lighten(@gray-base, 20%);   // #333
@gray:                   lighten(@gray-base, 33.5%); // #555
@gray-light:             lighten(@gray-base, 46.7%); // #777
@gray-lighter:           lighten(@gray-base, 93.5%); // #eee
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .gkh-btn > .caret,
  .gkh-dropup > .gkh-btn > .caret {
    border-top-color: #000 !important;
  }
  .gkh-label {
    border: 1px solid #000;
  }
  .gkh-table {
    border-collapse: collapse !important;
  }
  .gkh-table td,
  .gkh-table th {
    background-color: #fff !important;
  }
  .gkh-table-bordered th,
  .gkh-table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img,
svg {
  vertical-align: middle;
}
.gkh-img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gkh-img-circle img {
  border-radius: 50%;
  /*set radius in percents*/
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gkh-horizontal-divider {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  height: 1px;
  border-top: 1px solid #e9e9e9;
}
a[href$=".pdf"]::after,
a[href$=".doc"]::after,
a[href$=".docx"]::after {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  padding-left: 0.3em;
  padding-right: 0.1em;
}
a[href$=".pdf"]::after {
  content: "\f1c1";
}
a[href$=".doc"]::after,
a[href$=".docx"]::after {
  content: "\f1c2";
}
a[href$=".ppt"]::after,
a[href$=".pptx"]::after {
  content: "\f1c4";
}
h1,
h2,
h3,
h4 {
  margin: 0 0 0 0;
}
h1,
h2,
h3,
h4 {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.sv-portlet p,
p {
  margin: 0 0 0 0;
}
ul.normal {
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: 1.875em;
}
ul.normal li {
  line-height: 1.375;
  padding-left: 0.4em;
  margin-bottom: 0.313em;
}
ol.normal {
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: 1.875em;
}
ol.normal li {
  line-height: 1.375;
  padding-left: 0.4em;
  margin-bottom: 0.313em;
}
.gkh-list-unstyled {
  list-style: outside none none;
  padding-left: 0;
}
.gkh-template-container-content {
  padding: 0.5em 0 0.5em 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  .gkh-template-container-content {
    padding: 1em 0 1em 0;
  }
}
@media (min-width: 992px) {
  .gkh-template-container-content {
    padding: 3em 0 2em 0;
  }
}
.gkh-left-column-content,
.sv-grid-12-columns.sv-fixed-fluid-grid .gkh-left-column-content,
.sv-fixed-fluid-grid.sv-grid-12-columns .gkh-left-column-content {
  display: none;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  .gkh-left-column-content,
  .sv-grid-12-columns.sv-fixed-fluid-grid .gkh-left-column-content,
  .sv-fixed-fluid-grid.sv-grid-12-columns .gkh-left-column-content {
    display: inline;
  }
}
.gkh-middle-column-content,
.sv-grid-12-columns.sv-fixed-fluid-grid .gkh-middle-column-content,
.sv-fixed-fluid-grid.sv-grid-12-columns .gkh-middle-column-content {
  margin-left: 0;
  width: 74.59807073954984%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  .gkh-middle-column-content,
  .sv-grid-12-columns.sv-fixed-fluid-grid .gkh-middle-column-content,
  .sv-fixed-fluid-grid.sv-grid-12-columns .gkh-middle-column-content {
    margin-left: 1.607717041800643%;
    width: 49.19614147909968%;
  }
}
.gkh-right-column-content,
.sv-grid-12-columns.sv-fixed-fluid-grid .gkh-right-column-content,
.sv-fixed-fluid-grid.sv-grid-12-columns .gkh-right-column-content {
  float: left;
  margin-left: 0;
  width: 100%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  .gkh-right-column-content,
  .sv-grid-12-columns.sv-fixed-fluid-grid .gkh-right-column-content,
  .sv-fixed-fluid-grid.sv-grid-12-columns .gkh-right-column-content {
    float: right;
    width: 23.79421221864952%;
    margin-left: 1.607717041800643%;
    padding-left: 1.875em;
  }
}
@media (min-width: 992px) {
  .gkh-right-column-content,
  .sv-grid-12-columns.sv-fixed-fluid-grid .gkh-right-column-content,
  .sv-fixed-fluid-grid.sv-grid-12-columns .gkh-right-column-content {
    padding-left: 6.250em;
  }
}
.gkh-hero-column-content .sv-image-portlet,
.sv-grid-12-columns.sv-fixed-fluid-grid .gkh-hero-column-content .sv-image-portlet,
.sv-fixed-fluid-grid.sv-grid-12-columns .gkh-hero-column-content .sv-image-portlet {
  margin-bottom: 1em;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  .gkh-hero-column-content .sv-image-portlet,
  .sv-grid-12-columns.sv-fixed-fluid-grid .gkh-hero-column-content .sv-image-portlet,
  .sv-fixed-fluid-grid.sv-grid-12-columns .gkh-hero-column-content .sv-image-portlet {
    margin-bottom: 3em;
  }
}
.sv-grid-12-columns {
  padding: 0 1.5em;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
table {
  margin-bottom: 1.5em;
}
.sv-text-portlet table.sv-standard caption {
  color: #000000;
  font-size: 1em;
}
.gkh-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.gkh-btn:focus,
.gkh-btn:active:focus,
.gkh-btn.active:focus,
.gkh-btn.focus,
.gkh-btn:active.focus,
.gkh-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gkh-btn:hover,
.gkh-btn:focus,
.gkh-btn.focus {
  color: #333;
  text-decoration: none;
}
.gkh-btn:active,
.gkh-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gkh-btn.disabled,
.gkh-btn[disabled],
fieldset[disabled] .gkh-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.gkh-btn.disabled,
fieldset[disabled] a.gkh-btn {
  pointer-events: none;
}
.gkh-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.gkh-btn-default:focus,
.gkh-btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.gkh-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.gkh-btn-default:active,
.gkh-btn-default.active,
.open > .dropdown-toggle.gkh-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.gkh-btn-default:active:hover,
.gkh-btn-default.active:hover,
.open > .dropdown-toggle.gkh-btn-default:hover,
.gkh-btn-default:active:focus,
.gkh-btn-default.active:focus,
.open > .dropdown-toggle.gkh-btn-default:focus,
.gkh-btn-default:active.focus,
.gkh-btn-default.active.focus,
.open > .dropdown-toggle.gkh-btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.gkh-btn-default:active,
.gkh-btn-default.active,
.open > .dropdown-toggle.gkh-btn-default {
  background-image: none;
}
.gkh-btn-default.disabled:hover,
.gkh-btn-default[disabled]:hover,
fieldset[disabled] .gkh-btn-default:hover,
.gkh-btn-default.disabled:focus,
.gkh-btn-default[disabled]:focus,
fieldset[disabled] .gkh-btn-default:focus,
.gkh-btn-default.disabled.focus,
.gkh-btn-default[disabled].focus,
fieldset[disabled] .gkh-btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.gkh-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.gkh-btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.gkh-btn-primary:focus,
.gkh-btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.gkh-btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.gkh-btn-primary:active,
.gkh-btn-primary.active,
.open > .dropdown-toggle.gkh-btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.gkh-btn-primary:active:hover,
.gkh-btn-primary.active:hover,
.open > .dropdown-toggle.gkh-btn-primary:hover,
.gkh-btn-primary:active:focus,
.gkh-btn-primary.active:focus,
.open > .dropdown-toggle.gkh-btn-primary:focus,
.gkh-btn-primary:active.focus,
.gkh-btn-primary.active.focus,
.open > .dropdown-toggle.gkh-btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.gkh-btn-primary:active,
.gkh-btn-primary.active,
.open > .dropdown-toggle.gkh-btn-primary {
  background-image: none;
}
.gkh-btn-primary.disabled:hover,
.gkh-btn-primary[disabled]:hover,
fieldset[disabled] .gkh-btn-primary:hover,
.gkh-btn-primary.disabled:focus,
.gkh-btn-primary[disabled]:focus,
fieldset[disabled] .gkh-btn-primary:focus,
.gkh-btn-primary.disabled.focus,
.gkh-btn-primary[disabled].focus,
fieldset[disabled] .gkh-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.gkh-btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.gkh-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.gkh-btn-success:focus,
.gkh-btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.gkh-btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.gkh-btn-success:active,
.gkh-btn-success.active,
.open > .dropdown-toggle.gkh-btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.gkh-btn-success:active:hover,
.gkh-btn-success.active:hover,
.open > .dropdown-toggle.gkh-btn-success:hover,
.gkh-btn-success:active:focus,
.gkh-btn-success.active:focus,
.open > .dropdown-toggle.gkh-btn-success:focus,
.gkh-btn-success:active.focus,
.gkh-btn-success.active.focus,
.open > .dropdown-toggle.gkh-btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.gkh-btn-success:active,
.gkh-btn-success.active,
.open > .dropdown-toggle.gkh-btn-success {
  background-image: none;
}
.gkh-btn-success.disabled:hover,
.gkh-btn-success[disabled]:hover,
fieldset[disabled] .gkh-btn-success:hover,
.gkh-btn-success.disabled:focus,
.gkh-btn-success[disabled]:focus,
fieldset[disabled] .gkh-btn-success:focus,
.gkh-btn-success.disabled.focus,
.gkh-btn-success[disabled].focus,
fieldset[disabled] .gkh-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.gkh-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.gkh-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.gkh-btn-info:focus,
.gkh-btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.gkh-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.gkh-btn-info:active,
.gkh-btn-info.active,
.open > .dropdown-toggle.gkh-btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.gkh-btn-info:active:hover,
.gkh-btn-info.active:hover,
.open > .dropdown-toggle.gkh-btn-info:hover,
.gkh-btn-info:active:focus,
.gkh-btn-info.active:focus,
.open > .dropdown-toggle.gkh-btn-info:focus,
.gkh-btn-info:active.focus,
.gkh-btn-info.active.focus,
.open > .dropdown-toggle.gkh-btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.gkh-btn-info:active,
.gkh-btn-info.active,
.open > .dropdown-toggle.gkh-btn-info {
  background-image: none;
}
.gkh-btn-info.disabled:hover,
.gkh-btn-info[disabled]:hover,
fieldset[disabled] .gkh-btn-info:hover,
.gkh-btn-info.disabled:focus,
.gkh-btn-info[disabled]:focus,
fieldset[disabled] .gkh-btn-info:focus,
.gkh-btn-info.disabled.focus,
.gkh-btn-info[disabled].focus,
fieldset[disabled] .gkh-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.gkh-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.gkh-btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.gkh-btn-warning:focus,
.gkh-btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.gkh-btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.gkh-btn-warning:active,
.gkh-btn-warning.active,
.open > .dropdown-toggle.gkh-btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.gkh-btn-warning:active:hover,
.gkh-btn-warning.active:hover,
.open > .dropdown-toggle.gkh-btn-warning:hover,
.gkh-btn-warning:active:focus,
.gkh-btn-warning.active:focus,
.open > .dropdown-toggle.gkh-btn-warning:focus,
.gkh-btn-warning:active.focus,
.gkh-btn-warning.active.focus,
.open > .dropdown-toggle.gkh-btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.gkh-btn-warning:active,
.gkh-btn-warning.active,
.open > .dropdown-toggle.gkh-btn-warning {
  background-image: none;
}
.gkh-btn-warning.disabled:hover,
.gkh-btn-warning[disabled]:hover,
fieldset[disabled] .gkh-btn-warning:hover,
.gkh-btn-warning.disabled:focus,
.gkh-btn-warning[disabled]:focus,
fieldset[disabled] .gkh-btn-warning:focus,
.gkh-btn-warning.disabled.focus,
.gkh-btn-warning[disabled].focus,
fieldset[disabled] .gkh-btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.gkh-btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.gkh-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.gkh-btn-danger:focus,
.gkh-btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.gkh-btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.gkh-btn-danger:active,
.gkh-btn-danger.active,
.open > .dropdown-toggle.gkh-btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.gkh-btn-danger:active:hover,
.gkh-btn-danger.active:hover,
.open > .dropdown-toggle.gkh-btn-danger:hover,
.gkh-btn-danger:active:focus,
.gkh-btn-danger.active:focus,
.open > .dropdown-toggle.gkh-btn-danger:focus,
.gkh-btn-danger:active.focus,
.gkh-btn-danger.active.focus,
.open > .dropdown-toggle.gkh-btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.gkh-btn-danger:active,
.gkh-btn-danger.active,
.open > .dropdown-toggle.gkh-btn-danger {
  background-image: none;
}
.gkh-btn-danger.disabled:hover,
.gkh-btn-danger[disabled]:hover,
fieldset[disabled] .gkh-btn-danger:hover,
.gkh-btn-danger.disabled:focus,
.gkh-btn-danger[disabled]:focus,
fieldset[disabled] .gkh-btn-danger:focus,
.gkh-btn-danger.disabled.focus,
.gkh-btn-danger[disabled].focus,
fieldset[disabled] .gkh-btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.gkh-btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.gkh-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.gkh-btn-link,
.gkh-btn-link:active,
.gkh-btn-link.active,
.gkh-btn-link[disabled],
fieldset[disabled] .gkh-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gkh-btn-link,
.gkh-btn-link:hover,
.gkh-btn-link:focus,
.gkh-btn-link:active {
  border-color: transparent;
}
.gkh-btn-link:hover,
.gkh-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.gkh-btn-link[disabled]:hover,
fieldset[disabled] .gkh-btn-link:hover,
.gkh-btn-link[disabled]:focus,
fieldset[disabled] .gkh-btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.gkh-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.gkh-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.gkh-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.gkh-btn-block {
  display: block;
  width: 100%;
}
.gkh-btn-block + .gkh-btn-block {
  margin-top: 5px;
}
input[type="submit"].ghk-btn-block,
input[type="reset"].ghk-btn-block,
input[type="button"].ghk-btn-block {
  width: 100%;
}
.gkh-decoration-img-circle img {
  border-radius: 50%;
  /*set radius in percents*/
  margin-bottom: 1em;
}
.sv-font-link-with-angle {
  margin-bottom: 1.5em;
}
.sv-font-link-with-angle a::before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  text-decoration: none;
  padding-right: 0.3em;
}
.gkh-right-column-content {
  /* Extra small screen / phone (up to 767px) */
}
@media (max-width: 767px) {
  .gkh-right-column-content h4,
  .gkh-right-column-content .subheading4 {
    font-size: 150%;
    margin-bottom: .833em;
  }
  .gkh-right-column-content .sv-font-text-small {
    font-size: 100%;
    margin-bottom: 1.778em;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
.pagecontent .sv-image-portlet .sv-portlet-image-caption {
  background-color: #fff;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
.gkh-header {
  background-color: #fff;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  .gkh-header {
    border-bottom: 2px solid #000000;
  }
}
.gkh-logotype {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
.gkh-logotype:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gkh-logotype--fill-color-gray {
  fill: #a7a8a8;
}
.gkh-logotype--fill-color-olive {
  fill: #5e6722;
}
.gkh-logotype--fill-color-orange {
  fill: #cf671d;
}
.gkh-logotype--fill-color-maroon {
  fill: #741039;
}
@media (min-width: 768px) {
  .gkh-logotype {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .gkh-logotype {
    width: 220px;
    margin: 0 0 -2px 0;
  }
}
.gkh-logotype-mobile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  /* Small devices (tablets, 768px and up) */
}
.gkh-logotype-mobile img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .gkh-logotype-mobile {
    width: 40%;
  }
}
.gkh-language-selector {
  display: block;
  padding: 0 0.625em 0 0;
  margin: 0;
  list-style: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  text-align: right;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
.gkh-language-selector > li {
  display: inline;
  line-height: 1.3;
}
.gkh-language-selector > li + li:before {
  content: "\002F";
  padding: 0 0.313em;
  line-height: 1.3;
}
.gkh-language-selector a {
  background-color: transparent;
  text-decoration: none;
}
.gkh-language-selector a:hover {
  text-decoration: underline;
}
.gkh-language-selector a.active {
  font-weight: bold;
}
footer {
  margin-bottom: 1.5em;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
footer .gkh-footer {
  border-top: 3px solid #000000;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
footer .gkh-logotype-footer {
  margin-bottom: 1.5em;
}
footer .gkh-logotype-footer a {
  display: inline-block;
  width: 150px;
  height: auto;
}
footer .gkh-logotype-footer img {
  width: 100%;
}
@media (min-width: 768px) {
  footer .gkh-footer {
    border-top: 3px solid #000000;
    padding-top: 2.5em;
    padding-bottom: 0;
  }
  footer .gkh-logotype-footer {
    margin-left: 2.5em;
    margin-bottom: 1.5em;
  }
  footer .gkh-logotype-footer a {
    display: inline-block;
    width: 230px;
    height: auto;
  }
}
.gkh-main-menu {
  padding: 0;
  margin: 1.1em 0 0 0;
  list-style: none;
  text-align: right;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
.gkh-main-menu li {
  margin-right: 30px;
  display: inline-block;
}
.gkh-main-menu li:last-child {
  margin-right: 0;
}
.gkh-main-menu li a {
  display: inline-block;
  text-decoration: none;
  padding: 25px 10px;
  border-bottom: 3px solid transparent;
  letter-spacing: 0.04em;
  transition: text-shadow 0.2s;
}
.gkh-main-menu li a:hover {
  text-decoration: none;
  color: #000000;
  text-shadow: 0 0 0.9px #000000, 0 0 0.9px #000000, 0 0 0.9px #000000;
}
.gkh-main-menu li.active a {
  color: #000000;
  text-shadow: 0 0 0.9px #000000, 0 0 0.9px #000000, 0 0 0.9px #000000;
  border-bottom-color: #000000;
}
.gkh-mobile-navbar {
  padding: 1.5em 0 1em 0;
  /* Small devices (tablets, 768px and up) */
}
.gkh-mobile-navbar .fa-lg {
  font-size: 1.5em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.gkh-mobile-navbar .gkh-btn {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  padding: 0.5em;
}
.gkh-mobile-navbar .gkh-btn:active {
  outline: none;
}
.gkh-mobile-navbar .gkh-btn-toggle-mobile-menu-panel {
  margin-left: -0.5em;
  position: absolute;
  top: 1.6em;
}
.gkh-mobile-navbar .gkh-btn-toggle-mobile-menu-panel .fa-lg {
  font-size: 1.7em;
  line-height: 0.5em;
  vertical-align: -25%;
}
@media (min-width: 768px) {
  .gkh-mobile-navbar {
    padding: 1.5em 0 1.5em 0;
  }
  .gkh-mobile-navbar .gkh-btn-toggle-mobile-menu-panel {
    top: 2.1em;
  }
}
.gkh-mobile-menu-panel {
  position: fixed;
  top: 0;
  left: -100%;
  float: right;
  z-index: 999;
  background: #fff;
  color: #000000;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    */
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
}
.gkh-mobile-menu-panel.active {
  left: 0;
  visibility: visible;
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-header {
  padding: 1.5em 1.5em;
  /* Small devices (tablets, 768px and up) */
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-header .gkh-btn {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  padding: 0.5em;
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-header .gkh-btn:active {
  outline: none;
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-header .gkh-btn-close-mobile-menu-panel {
  margin-left: -0.5em;
  position: absolute;
  top: 1.6em;
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-header .gkh-btn-close-mobile-menu-panel .fa-lg {
  /*font-size: 1.333em;
                line-height: 0.75em;
                vertical-align: -9%;*/
  margin-left: 0.1em;
  font-size: 1.5em;
  line-height: 0.5em;
  vertical-align: -20%;
}
@media (min-width: 768px) {
  .gkh-mobile-menu-panel .gkh-mobile-menu-panel-header .gkh-btn-close-mobile-menu-panel {
    top: 2.1em;
  }
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-footer {
  text-align: center;
  padding-top: 0.8em;
  padding-bottom: 1.5em;
}
.gkh-mobile-menu-panel .gkh-mobile-menu-panel-footer .gkh-btn-default {
  border-radius: 0px;
  border-color: #424242;
  padding: 8px 24px;
}
.gkh-mobile-menu-nav {
  list-style: none;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  margin: 0;
  /*
    // Toggle sub level items
    ul li ul {
        display: none;
        padding: 0;
        margin: 0;

        &.active {
            display: block;
        }
    }
    */
}
.gkh-mobile-menu-nav ul {
  padding: 0;
  margin: 0;
}
.gkh-mobile-menu-nav a {
  display: block;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: .25s ease;
  text-decoration: none;
  padding: 12px 12px 12px 12px;
  text-align: center;
}
.gkh-mobile-menu-nav a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.gkh-mobile-menu-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  /*
        a {
            position: relative;
            display: block;
            -webkit-transition: 0.25s ease;
            -moz-transition: 0.25s ease;
            -o-transition: 0.25s ease;
            transition: .25s ease;
            text-decoration: none;
            padding: 12px 12px 12px 12px;
            text-align: center;
            
            &:hover {
                text-decoration: underline;
                text-underline-position: under;
                float: left;
                width: 100%;
            }
        }
        */
  /*
        .toggle {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 0;
            z-index: 9;
            cursor: pointer;
            text-align: center;
            width: 4em;
            height: 47px;
            padding: 0;

            &:before {
                font-family: "FontAwesome";
                content: "\f067";
                font-size: 1em;  
            }
        }
        
        &.active {
            
            > .toggle:before {
                content: "\f068";
            }
        }
        */
}
.gkh-mobile-menu-nav li.currentpage > a {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
}
.gkh-mobile-menu-nav > li {
  color: #000000;
  font-size: 24px;
  /*
        &:last-child > a {
            border-bottom: 1px solid @grayscale-light-gray;
        }
        */
}
.gkh-mobile-menu-nav > li:hover {
  color: #000000;
}
.gkh-mobile-menu-nav > li > a {
  color: #000000;
}
.gkh-mobile-menu-nav > li > .toggle {
  color: #000;
}
.gkh-mobile-menu-nav > li.active > ul {
  display: block;
}
.gkh-mobile-menu-nav > li.active > .toggle {
  color: #000;
}
.gkh-mobile-menu-nav ul > li {
  color: #000000;
  font-size: 18px;
}
.gkh-mobile-menu-nav ul > li > a {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li > .toggle {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li.active > a {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li.active > .toggle {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li ul > li {
  color: #000000;
  font-size: 15px;
}
.gkh-mobile-menu-nav ul > li ul > li > a {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li ul > li > .toggle {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li ul > li.active > a {
  color: #000000;
}
.gkh-mobile-menu-nav ul > li ul > li.active > .toggle {
  color: #000000;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li {
  color: #000000;
  border-top-color: #fff;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li > a {
  background: #fff;
  color: #000000;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li > a:before {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 0.5em;
  margin-right: 1.0em;
  line-height: 1.5em;
  vertical-align: 15%;
  display: inline-block;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li.currentpage > a:before {
  display: inline-block;
  text-decoration: none;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li > .toggle {
  color: #000000;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li.active > a {
  background: #fff;
  color: #000000;
}
.gkh-mobile-menu-nav ul li ul li ul li ul li.active > .toggle {
  color: #000000;
}
.gkh-sub-menu-heading {
  margin: 6px 0 12px 0;
}
.gkh-sub-menu {
  list-style: none;
  line-height: 1.3;
  padding: 0;
  margin: 1em 0 1.5em 0;
  font-size: 1em;
}
.gkh-sub-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.3;
}
.gkh-sub-menu > li a {
  display: block;
  text-decoration: none;
  line-height: 1.3;
  padding: 12px 0 12px;
}
.gkh-sub-menu > li a.active,
.gkh-sub-menu > li a.expanded {
  font-weight: bold;
}
.gkh-sub-menu > li li a {
  line-height: 1.3;
  padding: 6px 0 6px 18px;
  text-decoration: none;
  font-size: 16px;
}
.gkh-sub-menu > li li a::before {
  content: "-";
  margin-left: -13px;
  padding-right: 8px;
}
.gkh-sub-menu > li li:first-child a {
  padding-top: 0;
}
.gkh-sub-menu > li li:last-child {
  margin-bottom: 16px;
}
.gkh-sub-menu > li li li a {
  font-size: 0.875em;
  line-height: 1.3;
  padding: 8px 0 8px 24px;
  text-decoration: none;
  font-style: italic;
  color: #000000;
}
.gkh-sub-menu > li li li a::before {
  content: "";
  margin-left: 0;
  padding-right: 0;
}
.gkh-sub-menu > li li li:first-child a {
  padding-top: 2px;
}
.gkh-sub-menu > li li li:last-child {
  margin-bottom: 0;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
.gkh-nav-aside-bordered-links {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 32px 0;
  font-size: 1em;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
.gkh-nav-aside-bordered-links > li {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid transparent;
}
.gkh-nav-aside-bordered-links > li:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.gkh-nav-aside-bordered-links > li a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 12px 0 12px 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .gkh-nav-aside-bordered-links {
    font-size: 0.875em;
  }
}
.gkh-teaser-standard {
  display: block;
  border: 1px solid #e9e9e9;
  text-decoration: none;
  margin-bottom: 2em;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
.gkh-teaser-standard:hover .gkh-teaser-standard__image img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.gkh-teaser-standard__body {
  padding: 0.938em;
}
.gkh-teaser-standard__image img {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .gkh-teaser-standard {
    margin-bottom: 2em;
  }
}
.gkh-pull-right {
  float: right !important;
}
.gkh-pull-left {
  float: left !important;
}
.gkh-clearfix:before,
.gkh-clearfix:after {
  content: " ";
  display: table;
}
.gkh-clearfix:after {
  clear: both;
}
.gkh-hidden {
  display: none !important;
}
.gkh-text-center {
  text-align: center;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
.gkh-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gkh-dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.gkh-text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
