@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #343434;
  font: 1rem/1.5rem 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  min-width: 20rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
address {
  font-style: normal;
  margin-bottom: 1.5rem;
}
p {
  margin: 0rem 0rem 1.5rem;
}
hr {
  border: solid #434343;
  border-width: 1px 0 0;
  margin: -1px 0rem 1.5rem;
}
blockquote {
  border-left: 0.25rem solid #434343;
  margin: 0rem 0rem 0.75rem;
  padding: 0.75rem 1.5rem;
  quotes: "\201C" "\201D";
}
figure {
  margin: 0rem 0rem 1.5rem;
}
figurecaption {
  font-size: 80%;
}
ol {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem 0rem 0rem 1.5rem;
}
ol ol {
  list-style-type: lower-alpha;
}
ul {
  list-style-type: none;
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
}
ol ul,
ul ul {
  list-style-type: circle;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin: 0rem 0rem 0rem 1.5rem;
}
ul ul {
  padding: 0rem 0rem 0rem 1.5rem;
}
dl {
  margin: 0rem 0rem 1.5rem;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0rem;
}
a {
  background-color: transparent;
  color: #2c80b8;
  display: inline-block;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #60a8d9;
  outline-width: 0;
  text-decoration: underline;
}
b,
em,
strong,
small,
s,
cite,
code,
mark,
kbd,
sub,
sup,
tt,
samp {
  line-height: 1;
}
pre,
code,
mark,
kbd,
samp {
  font-family: 'PT Mono', 'Marck Script', cursive;
}
pre,
code,
mark,
samp {
  color: inherit;
}
code {
  background-color: #f9f2f4;
  font-size: 80%;
  outline: 1px solid #434343;
}
code:before,
code:after {
  content: '\00a0 \00a0';
}
kbd {
  background-color: #343434;
  color: #fff;
  font-size: 80%;
}
kbd:before,
kbd:after {
  content: '\00a0 \00a0';
}
sup,
sub {
  font-size: 65%;
}
fieldset {
  border: 0;
  margin: 0rem 0rem 1.5rem;
  padding: 1.5rem;
}
label {
  cursor: pointer;
  display: inline-block;
  margin: 0rem 0rem 1.5rem 0rem;
}
input:not([type]),
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
button,
.button {
  background-color: #fff;
  border: 1px solid #434343;
  color: #343434;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 2.375rem;
  line-height: 2.1875rem;
  margin: 0 0 0.625rem;
  padding: 0rem 0.75rem;
  text-align: center;
  width: 100%;
}
select[multiple] {
  font-size: inherit;
  height: auto;
  margin: 0;
  max-height: 4.5rem;
  padding: 0.375rem 0.75rem;
}
optgroup,
option {
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  height: auto;
  margin: 0rem 0.5rem 0rem 0rem;
  vertical-align: -2px;
  width: auto;
}
textarea {
  background-color: #fff;
  border: 1px solid #434343;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #343434;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.25rem 0rem 0rem;
  min-height: 7.25rem;
  overflow: auto;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
input[type="file"] {
  background: transparent;
  border: 0;
  height: auto;
  outline: 0 solid #434343;
}
td,
th,
tr,
table,
thead,
tbody,
tfoot {
  border: 0;
  line-height: 1;
  padding-bottom: 0;
  padding-top: 0;
  vertical-align: middle;
}
td,
th {
  height: 1.5rem;
  padding: 0 0.75rem;
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}
img {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.line-height {
  line-height: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.noindent {
  margin: 0;
  padding: 0;
}
.white {
  color: #fff;
}
.bg-white {
  background: #fff;
}
.gray {
  color: #434343;
}
.bg-gray {
  background: #434343;
}
.black {
  color: #0e0e0e;
}
.bg-black {
  background: #0e0e0e;
}
.base {
  color: #343434;
}
.bg-base {
  background: #343434;
}
.primary {
  color: #ff0202;
}
.bg-primary {
  background: #ff0202;
}
.secondary {
  color: #bd9455;
}
.bg-secondary {
  background: #bd9455;
}
.tertiary {
  color: #e8e6d9;
}
.bg-tertiary {
  background: #e8e6d9;
}
.success {
  color: #26a85d;
}
.bg-success {
  background: #26a85d;
}
.warning {
  color: #f03e3e;
}
.bg-warning {
  background: #f03e3e;
}
.alert {
  color: #e03131;
}
.bg-alert {
  background: #e03131;
}
.error {
  color: #ff0606;
}
.bg-error {
  background: #ff0606;
}
.info {
  color: #2c80b8;
}
.bg-info {
  background: #2c80b8;
}
.mark {
  color: #f9f2f4;
}
.bg-mark {
  background: #f9f2f4;
}
.bold {
  font-weight: 700;
}
.light {
  font-weight: 200;
}
.italic {
  font-style: italic;
}
.normal {
  font-style: normal;
  font-weight: 400;
}
.lead {
  font-size: 1.125rem;
  font-weight: 700;
}
.big {
  font-size: 110%;
}
.small {
  font-size: 80%;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.centre {
  text-align: center;
}
.justify {
  text-align: justify;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.nowrap {
  white-space: nowrap;
}
.list,
ul.list-disc,
ul.list-circle,
ul.list-square,
ul.list-blank {
  padding-left: 1.5rem;
}
.list-group {
  padding: 0;
  text-align: left;
}
.list-group > :first-child {
  border-top: 1px solid #f00;
  margin-top: 0;
}
.list-group li {
  border-bottom: 1px solid #f00;
  max-height: 1.5rem;
  overflow: hidden;
}
.list-group li > :last-child {
  display: block;
  float: right;
}
ul.list-disc {
  list-style-type: disc;
}
ul.list-circle {
  list-style-type: circle;
}
ul.list-square {
  list-style-type: square;
}
ul.list-blank {
  list-style-type: none;
}
ul.list-inline {
  list-style: none;
}
ul.list-inline > li,
ul.list-inline display inline-block,
ul.list-inline a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background: inherit;
  display: inline-block;
  padding: 0 0.75rem;
  text-decoration: none;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.list-inline > li:hover,
ul.list-inline display inline-block:hover,
ul.list-inline a:hover {
  background: rgba(255,255,255,0.3);
  text-decoration: underline;
}
ul.list-inline > li:focus,
ul.list-inline display inline-block:focus,
ul.list-inline a:focus {
  background: rgba(250,250,250,0.5);
}
ul.list-inline > li:first-child {
  margin-left: 0;
}
dl.list-inline dt {
  margin-bottom: 1.5rem;
}
dl.list-inline dd {
  margin: 0rem 0rem 1.5rem;
}
.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.circle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.outline {
  outline: 1px solid #434343;
}
.view-grid {
  background-image: -webkit-linear-gradient(top, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-image: -o-linear-gradient(top, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-image: linear-gradient(to bottom, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-position: left -1px;
  background-repeat: repeat;
  -webkit-background-size: 1.5rem 1.5rem;
          background-size: 1.5rem 1.5rem;
  margin: 0;
  padding: 0;
}
.view-layout .c,
.view-layout .col,
.view-layout .row,
.view-layout .container {
  min-height: 1.5rem;
  outline: 1px solid #434343;
  position: relative;
}
.view-layout .row:after {
  color: #0e0e0e;
  content: attr(class);
  font-size: 80%;
  margin: 0 auto;
  position: absolute;
  top: -1.5rem;
}
.view-layout .col,
.view-layout .c {
  background: #7b7b7b;
}
.view-layout .col:after,
.view-layout .c:after {
  color: #0e0e0e;
  content: attr(class);
  font-size: 80%;
  margin: 0 auto;
  position: absolute;
  right: 0.5rem;
  top: -0.5rem;
}
.view-layout .c-auto {
  background: #f00;
}
.view-layout .row {
  background: #f9f;
  margin-bottom: 1.5rem;
}
.view-layout .group {
  background: #f99;
}
.view-layout .group .c {
  background: #99f;
}
q {
  quotes: "«" "»";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
abbr[title] {
  border-bottom: 1px dotted #343434;
  cursor: help;
}
blockquote cite {
  font-size: 80%;
}
blockquote cite,blockquote footer {
  display: block;
}
blockquote footer cite {
  display: inline;
  line-height: 1;
}
blockquote cite:before {
  content: '— ';
}
pre {
  margin: 0rem 0rem 1.5rem;
}
pre code {
  background: inherit;
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 0rem 1.5rem;
  white-space: pre-wrap;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
pre b,
pre strong,
pre em,
pre small,
pre code,
pre mark {
  line-height: 1.5rem;
}
.row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1rem;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row .row .row {
  margin: 0 -1rem;
}
.row .container .row {
  margin: 0;
}
.c,
.col,
.column {
  -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
  -webkit-flex: -webkit-calc(12 / 12 * 100%);
     -moz-box-flex: calc(12 / 12 * 100%);
      -ms-flex: calc(12 / 12 * 100%);
          flex: calc(12 / 12 * 100%);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: -webkit-calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-auto {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
.c-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.c-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
  -webkit-flex: -webkit-calc(12 / 12 * 100%);
     -moz-box-flex: calc(12 / 12 * 100%);
      -ms-flex: calc(12 / 12 * 100%);
          flex: calc(12 / 12 * 100%);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: -webkit-calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container {
  clear: both;
  padding-left: 4.166666666666667%;
  padding-right: 4.166666666666667%;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.c-1 {
  -webkit-box-flex: -webkit-calc(1 / 12 * 100%);
  -webkit-flex: -webkit-calc(1 / 12 * 100%);
     -moz-box-flex: calc(1 / 12 * 100%);
      -ms-flex: calc(1 / 12 * 100%);
          flex: calc(1 / 12 * 100%);
  max-width: -webkit-calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}
.c-2 {
  -webkit-box-flex: -webkit-calc(2 / 12 * 100%);
  -webkit-flex: -webkit-calc(2 / 12 * 100%);
     -moz-box-flex: calc(2 / 12 * 100%);
      -ms-flex: calc(2 / 12 * 100%);
          flex: calc(2 / 12 * 100%);
  max-width: -webkit-calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}
.c-3 {
  -webkit-box-flex: -webkit-calc(3 / 12 * 100%);
  -webkit-flex: -webkit-calc(3 / 12 * 100%);
     -moz-box-flex: calc(3 / 12 * 100%);
      -ms-flex: calc(3 / 12 * 100%);
          flex: calc(3 / 12 * 100%);
  max-width: -webkit-calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}
.c-4 {
  -webkit-box-flex: -webkit-calc(4 / 12 * 100%);
  -webkit-flex: -webkit-calc(4 / 12 * 100%);
     -moz-box-flex: calc(4 / 12 * 100%);
      -ms-flex: calc(4 / 12 * 100%);
          flex: calc(4 / 12 * 100%);
  max-width: -webkit-calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.c-5 {
  -webkit-box-flex: -webkit-calc(5 / 12 * 100%);
  -webkit-flex: -webkit-calc(5 / 12 * 100%);
     -moz-box-flex: calc(5 / 12 * 100%);
      -ms-flex: calc(5 / 12 * 100%);
          flex: calc(5 / 12 * 100%);
  max-width: -webkit-calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}
.c-6 {
  -webkit-box-flex: -webkit-calc(6 / 12 * 100%);
  -webkit-flex: -webkit-calc(6 / 12 * 100%);
     -moz-box-flex: calc(6 / 12 * 100%);
      -ms-flex: calc(6 / 12 * 100%);
          flex: calc(6 / 12 * 100%);
  max-width: -webkit-calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.c-7 {
  -webkit-box-flex: -webkit-calc(7 / 12 * 100%);
  -webkit-flex: -webkit-calc(7 / 12 * 100%);
     -moz-box-flex: calc(7 / 12 * 100%);
      -ms-flex: calc(7 / 12 * 100%);
          flex: calc(7 / 12 * 100%);
  max-width: -webkit-calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}
.c-8 {
  -webkit-box-flex: -webkit-calc(8 / 12 * 100%);
  -webkit-flex: -webkit-calc(8 / 12 * 100%);
     -moz-box-flex: calc(8 / 12 * 100%);
      -ms-flex: calc(8 / 12 * 100%);
          flex: calc(8 / 12 * 100%);
  max-width: -webkit-calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}
.c-9 {
  -webkit-box-flex: -webkit-calc(9 / 12 * 100%);
  -webkit-flex: -webkit-calc(9 / 12 * 100%);
     -moz-box-flex: calc(9 / 12 * 100%);
      -ms-flex: calc(9 / 12 * 100%);
          flex: calc(9 / 12 * 100%);
  max-width: -webkit-calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}
.c-10 {
  -webkit-box-flex: -webkit-calc(10 / 12 * 100%);
  -webkit-flex: -webkit-calc(10 / 12 * 100%);
     -moz-box-flex: calc(10 / 12 * 100%);
      -ms-flex: calc(10 / 12 * 100%);
          flex: calc(10 / 12 * 100%);
  max-width: -webkit-calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.c-11 {
  -webkit-box-flex: -webkit-calc(11 / 12 * 100%);
  -webkit-flex: -webkit-calc(11 / 12 * 100%);
     -moz-box-flex: calc(11 / 12 * 100%);
      -ms-flex: calc(11 / 12 * 100%);
          flex: calc(11 / 12 * 100%);
  max-width: -webkit-calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}
.c-12 {
  -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
  -webkit-flex: -webkit-calc(12 / 12 * 100%);
     -moz-box-flex: calc(12 / 12 * 100%);
      -ms-flex: calc(12 / 12 * 100%);
          flex: calc(12 / 12 * 100%);
  max-width: -webkit-calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.main-navbar {
  text-align: right;
}
.main-navbar ul.core-menu {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
  padding: 0rem;
  text-transform: uppercase;
}
.main-navbar a {
  color: #434343;
}
.main-navbar .navbar-link {
  padding: 0;
}
.main-navbar .icon {
  padding: 0 0.375rem;
}
.main-navbar .icon .navbar-link {
  background: #0e0e0e;
  color: #fff;
  padding: 0 0.375rem;
}
a.target-burger {
  margin: 1.125em;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: 999;
}
a.target-burger:hover {
  cursor: pointer;
}
a.target-burger.toggled ul.buns li.bun {
  -webkit-transform: rotate(45deg) translateZ(0);
  background: #fff;
  transform: rotate(45deg) translateZ(0);
}
a.target-burger.toggled ul.buns li.bun:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}
ul.buns {
  -webkit-transform: translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  color: #0e0e0e;
  height: 1.625em;
  list-style: none;
  transform: translateZ(0);
  -webkit-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 1.625em;
}
ul.buns li.bun {
  -webkit-transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #0e0e0e;
  height: 2px;
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
ul.buns li.bun:nth-child(2) {
  -webkit-transform: translateY(2.75px) translateZ(0);
  transform: translateY(2.75px) translateZ(0);
}
ul.buns li.bun:last-child {
  -webkit-transform: translateY(9.5px) translateZ(0);
  transform: translateY(9.5px) translateZ(0);
}
.main-navbar ul.core-menu.toggled li {
  background: transparent;
  display: block;
  line-height: 0.75rem;
  text-align: right;
}
.main-navbar ul.core-menu.toggled li a {
  color: #fff;
}
.relative {
  position: relative;
}
.main-container {
  clear: both;
  height: 100%;
  overflow-x: hidden;
  padding-left: 0%;
  padding-right: 0%;
}
.main-container:before,
.main-container:after {
  content: "";
  display: table;
}
.main-container:after {
  clear: both;
}
.main-container .row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.main-container .c {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-container .row.nested .c {
  min-height: 30vh;
}
.hero {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: url("/assets/img/ksmbgmain.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 90vh;
  position: relative;
}
.nav {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1.5rem 1.5rem 3rem;
  text-align: center;
}
.nav li a {
  color: #0e0e0e;
  font-size: 80%;
  font-weight: 600;
  padding: 0.6rem 0rem;
  text-transform: uppercase;
}
ul.list-inline li:hover,
ul.list-inline a:hover {
  background: transparent;
}
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6rem;
  padding: 0 1rem;
  text-align: center;
}
.logo h1 {
  margin-bottom: 4.5rem;
}
.logo h1 img {
  margin: 0 auto;
}
.logo h2 {
  font-weight: 200;
}
.nested-1 {
  background: url("/assets/img/n1.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}
.nested-2 {
  background: url("/assets/img/n2_new.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}
.nested-3 {
  background: url("/assets/img/n3.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}
.nested-4 {
  background: url("/assets/img/n4.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}
.nested-5 {
  background: url("/assets/img/n5.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}
.nested-6 {
  background: #1fb7ea;
}
.nested a {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: url("/assets/img/ksm-logo-mini.png") no-repeat center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}
.nested a span {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.innerpage {
  background: #fff;
}
.innerpage .container {
  clear: both;
  overflow-x: hidden;
  padding-left: 0%;
  padding-right: 0%;
}
.innerpage .container:after {
  clear: both;
}
.innerpage .container article {
  clear: both;
  padding-left: 8.333333333333334%;
  padding-right: 8.333333333333334%;
}
.innerpage .container article:after {
  clear: both;
}
.innerpage .container .gallery {
  clear: both;
  margin-left: 10.5rem;
  padding-left: 8.333333333333334%;
  padding-right: 8.333333333333334%;
}
.innerpage .container:before,
.innerpage .container:after,.innerpage .container article:before,
.innerpage .container article:after {
  content: "";
  display: table;
}
.vhero {
  display: table-cell;
  height: 100vh;
  max-width: 25%;
  min-height: 100%;
  overflow: hidden;
  padding: 6rem 1.5rem 1.5rem;
  position: fixed;
  right: 0;
  vertical-align: bottom;
  width: 100%;
}
.vhero .bgmove {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.vhero .title {
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  top: 85%;
}
header {
  padding-left: 8.333333333333334%;
  padding-right: 8.333333333333334%;
}
header,header:after {
  clear: both;
}
header:before,
header:after {
  content: "";
  display: table;
}
.logo-inner {
  float: left;
  margin-top: 1.5rem;
}
article {
  padding-top: 4.5rem;
}
article img {
  max-width: 100%;
  padding: 1.5rem 0rem;
}
article li .img-descr {
  display: none;
}
.fun {
  opacity: 0.3;
  position: fixed;
  right: 0;
  top: 0;
}
article img,
.gallery img {
  border: 15px solid #f4f4f4;
  padding: 0;
}
article img,
.gallery img,article img:hover,
.gallery img:hover {
  -webkit-transition: box-shadow 0.5s;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
article img:hover,
.gallery img:hover {
  -webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.4);
}
article p,
article li,
.gallery p {
  position: relative;
}
article p .img-descr,
.gallery p .img-descr {
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 10px 0px 0px 0px;
  background: #fff;
  background: #f4f4f4;
  border-radius: 10px 0px 0px 0px;
  bottom: 15px;
  display: inline;
  max-width: 250px;
  padding: 15px;
  position: absolute;
  right: 15px;
}
@media screen {
  h1 {
    font-size: 2.5rem;
  }
  h1,h2 {
    line-height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  h2 {
    font-size: 2.0625rem;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 3rem;
  }
  h3,h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h4,h5 {
    line-height: 1.5rem;
  }
  h5 {
    font-size: 1.1875rem;
  }
  h5,h6 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  ruby,
  rb,
  rt,
  rtc {
    display: none;
  }
  keygen {
    display: none;
  }
  .hidden {
    display: none;
  }
  .h6-like {
    font-size: 1rem;
  }
  .h6-like,.h5-like {
    line-height: 1.5rem;
  }
  .h5-like {
    font-size: 1.1875rem;
  }
  .h4-like {
    font-size: 1.4375rem;
    line-height: 1.5rem;
  }
  .h3-like {
    font-size: 1.75rem;
    line-height: 3rem;
  }
  .h2-like {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
  .h1-like {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 425px) {
  .xs-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .xs-1 {
    -webkit-box-flex: -webkit-calc(1 / 12 * 100%);
    -webkit-flex: -webkit-calc(1 / 12 * 100%);
       -moz-box-flex: calc(1 / 12 * 100%);
        -ms-flex: calc(1 / 12 * 100%);
            flex: calc(1 / 12 * 100%);
    max-width: -webkit-calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .xs-2 {
    -webkit-box-flex: -webkit-calc(2 / 12 * 100%);
    -webkit-flex: -webkit-calc(2 / 12 * 100%);
       -moz-box-flex: calc(2 / 12 * 100%);
        -ms-flex: calc(2 / 12 * 100%);
            flex: calc(2 / 12 * 100%);
    max-width: -webkit-calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .xs-3 {
    -webkit-box-flex: -webkit-calc(3 / 12 * 100%);
    -webkit-flex: -webkit-calc(3 / 12 * 100%);
       -moz-box-flex: calc(3 / 12 * 100%);
        -ms-flex: calc(3 / 12 * 100%);
            flex: calc(3 / 12 * 100%);
    max-width: -webkit-calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .xs-4 {
    -webkit-box-flex: -webkit-calc(4 / 12 * 100%);
    -webkit-flex: -webkit-calc(4 / 12 * 100%);
       -moz-box-flex: calc(4 / 12 * 100%);
        -ms-flex: calc(4 / 12 * 100%);
            flex: calc(4 / 12 * 100%);
    max-width: -webkit-calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .xs-5 {
    -webkit-box-flex: -webkit-calc(5 / 12 * 100%);
    -webkit-flex: -webkit-calc(5 / 12 * 100%);
       -moz-box-flex: calc(5 / 12 * 100%);
        -ms-flex: calc(5 / 12 * 100%);
            flex: calc(5 / 12 * 100%);
    max-width: -webkit-calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .xs-6 {
    -webkit-box-flex: -webkit-calc(6 / 12 * 100%);
    -webkit-flex: -webkit-calc(6 / 12 * 100%);
       -moz-box-flex: calc(6 / 12 * 100%);
        -ms-flex: calc(6 / 12 * 100%);
            flex: calc(6 / 12 * 100%);
    max-width: -webkit-calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .xs-7 {
    -webkit-box-flex: -webkit-calc(7 / 12 * 100%);
    -webkit-flex: -webkit-calc(7 / 12 * 100%);
       -moz-box-flex: calc(7 / 12 * 100%);
        -ms-flex: calc(7 / 12 * 100%);
            flex: calc(7 / 12 * 100%);
    max-width: -webkit-calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .xs-8 {
    -webkit-box-flex: -webkit-calc(8 / 12 * 100%);
    -webkit-flex: -webkit-calc(8 / 12 * 100%);
       -moz-box-flex: calc(8 / 12 * 100%);
        -ms-flex: calc(8 / 12 * 100%);
            flex: calc(8 / 12 * 100%);
    max-width: -webkit-calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .xs-9 {
    -webkit-box-flex: -webkit-calc(9 / 12 * 100%);
    -webkit-flex: -webkit-calc(9 / 12 * 100%);
       -moz-box-flex: calc(9 / 12 * 100%);
        -ms-flex: calc(9 / 12 * 100%);
            flex: calc(9 / 12 * 100%);
    max-width: -webkit-calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .xs-10 {
    -webkit-box-flex: -webkit-calc(10 / 12 * 100%);
    -webkit-flex: -webkit-calc(10 / 12 * 100%);
       -moz-box-flex: calc(10 / 12 * 100%);
        -ms-flex: calc(10 / 12 * 100%);
            flex: calc(10 / 12 * 100%);
    max-width: -webkit-calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .xs-11 {
    -webkit-box-flex: -webkit-calc(11 / 12 * 100%);
    -webkit-flex: -webkit-calc(11 / 12 * 100%);
       -moz-box-flex: calc(11 / 12 * 100%);
        -ms-flex: calc(11 / 12 * 100%);
            flex: calc(11 / 12 * 100%);
    max-width: -webkit-calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .xs-12 {
    -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
    -webkit-flex: -webkit-calc(12 / 12 * 100%);
       -moz-box-flex: calc(12 / 12 * 100%);
        -ms-flex: calc(12 / 12 * 100%);
            flex: calc(12 / 12 * 100%);
    max-width: -webkit-calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 767px) {
  .s-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .s-1 {
    -webkit-box-flex: -webkit-calc(1 / 12 * 100%);
    -webkit-flex: -webkit-calc(1 / 12 * 100%);
       -moz-box-flex: calc(1 / 12 * 100%);
        -ms-flex: calc(1 / 12 * 100%);
            flex: calc(1 / 12 * 100%);
    max-width: -webkit-calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .s-2 {
    -webkit-box-flex: -webkit-calc(2 / 12 * 100%);
    -webkit-flex: -webkit-calc(2 / 12 * 100%);
       -moz-box-flex: calc(2 / 12 * 100%);
        -ms-flex: calc(2 / 12 * 100%);
            flex: calc(2 / 12 * 100%);
    max-width: -webkit-calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .s-3 {
    -webkit-box-flex: -webkit-calc(3 / 12 * 100%);
    -webkit-flex: -webkit-calc(3 / 12 * 100%);
       -moz-box-flex: calc(3 / 12 * 100%);
        -ms-flex: calc(3 / 12 * 100%);
            flex: calc(3 / 12 * 100%);
    max-width: -webkit-calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .s-4 {
    -webkit-box-flex: -webkit-calc(4 / 12 * 100%);
    -webkit-flex: -webkit-calc(4 / 12 * 100%);
       -moz-box-flex: calc(4 / 12 * 100%);
        -ms-flex: calc(4 / 12 * 100%);
            flex: calc(4 / 12 * 100%);
    max-width: -webkit-calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .s-5 {
    -webkit-box-flex: -webkit-calc(5 / 12 * 100%);
    -webkit-flex: -webkit-calc(5 / 12 * 100%);
       -moz-box-flex: calc(5 / 12 * 100%);
        -ms-flex: calc(5 / 12 * 100%);
            flex: calc(5 / 12 * 100%);
    max-width: -webkit-calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .s-6 {
    -webkit-box-flex: -webkit-calc(6 / 12 * 100%);
    -webkit-flex: -webkit-calc(6 / 12 * 100%);
       -moz-box-flex: calc(6 / 12 * 100%);
        -ms-flex: calc(6 / 12 * 100%);
            flex: calc(6 / 12 * 100%);
    max-width: -webkit-calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .s-7 {
    -webkit-box-flex: -webkit-calc(7 / 12 * 100%);
    -webkit-flex: -webkit-calc(7 / 12 * 100%);
       -moz-box-flex: calc(7 / 12 * 100%);
        -ms-flex: calc(7 / 12 * 100%);
            flex: calc(7 / 12 * 100%);
    max-width: -webkit-calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .s-8 {
    -webkit-box-flex: -webkit-calc(8 / 12 * 100%);
    -webkit-flex: -webkit-calc(8 / 12 * 100%);
       -moz-box-flex: calc(8 / 12 * 100%);
        -ms-flex: calc(8 / 12 * 100%);
            flex: calc(8 / 12 * 100%);
    max-width: -webkit-calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .s-9 {
    -webkit-box-flex: -webkit-calc(9 / 12 * 100%);
    -webkit-flex: -webkit-calc(9 / 12 * 100%);
       -moz-box-flex: calc(9 / 12 * 100%);
        -ms-flex: calc(9 / 12 * 100%);
            flex: calc(9 / 12 * 100%);
    max-width: -webkit-calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .s-10 {
    -webkit-box-flex: -webkit-calc(10 / 12 * 100%);
    -webkit-flex: -webkit-calc(10 / 12 * 100%);
       -moz-box-flex: calc(10 / 12 * 100%);
        -ms-flex: calc(10 / 12 * 100%);
            flex: calc(10 / 12 * 100%);
    max-width: -webkit-calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .s-11 {
    -webkit-box-flex: -webkit-calc(11 / 12 * 100%);
    -webkit-flex: -webkit-calc(11 / 12 * 100%);
       -moz-box-flex: calc(11 / 12 * 100%);
        -ms-flex: calc(11 / 12 * 100%);
            flex: calc(11 / 12 * 100%);
    max-width: -webkit-calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .s-12 {
    -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
    -webkit-flex: -webkit-calc(12 / 12 * 100%);
       -moz-box-flex: calc(12 / 12 * 100%);
        -ms-flex: calc(12 / 12 * 100%);
            flex: calc(12 / 12 * 100%);
    max-width: -webkit-calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .m-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .m-1 {
    -webkit-box-flex: -webkit-calc(1 / 12 * 100%);
    -webkit-flex: -webkit-calc(1 / 12 * 100%);
       -moz-box-flex: calc(1 / 12 * 100%);
        -ms-flex: calc(1 / 12 * 100%);
            flex: calc(1 / 12 * 100%);
    max-width: -webkit-calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .m-2 {
    -webkit-box-flex: -webkit-calc(2 / 12 * 100%);
    -webkit-flex: -webkit-calc(2 / 12 * 100%);
       -moz-box-flex: calc(2 / 12 * 100%);
        -ms-flex: calc(2 / 12 * 100%);
            flex: calc(2 / 12 * 100%);
    max-width: -webkit-calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .m-3 {
    -webkit-box-flex: -webkit-calc(3 / 12 * 100%);
    -webkit-flex: -webkit-calc(3 / 12 * 100%);
       -moz-box-flex: calc(3 / 12 * 100%);
        -ms-flex: calc(3 / 12 * 100%);
            flex: calc(3 / 12 * 100%);
    max-width: -webkit-calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .m-4 {
    -webkit-box-flex: -webkit-calc(4 / 12 * 100%);
    -webkit-flex: -webkit-calc(4 / 12 * 100%);
       -moz-box-flex: calc(4 / 12 * 100%);
        -ms-flex: calc(4 / 12 * 100%);
            flex: calc(4 / 12 * 100%);
    max-width: -webkit-calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .m-5 {
    -webkit-box-flex: -webkit-calc(5 / 12 * 100%);
    -webkit-flex: -webkit-calc(5 / 12 * 100%);
       -moz-box-flex: calc(5 / 12 * 100%);
        -ms-flex: calc(5 / 12 * 100%);
            flex: calc(5 / 12 * 100%);
    max-width: -webkit-calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .m-6 {
    -webkit-box-flex: -webkit-calc(6 / 12 * 100%);
    -webkit-flex: -webkit-calc(6 / 12 * 100%);
       -moz-box-flex: calc(6 / 12 * 100%);
        -ms-flex: calc(6 / 12 * 100%);
            flex: calc(6 / 12 * 100%);
    max-width: -webkit-calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .m-7 {
    -webkit-box-flex: -webkit-calc(7 / 12 * 100%);
    -webkit-flex: -webkit-calc(7 / 12 * 100%);
       -moz-box-flex: calc(7 / 12 * 100%);
        -ms-flex: calc(7 / 12 * 100%);
            flex: calc(7 / 12 * 100%);
    max-width: -webkit-calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .m-8 {
    -webkit-box-flex: -webkit-calc(8 / 12 * 100%);
    -webkit-flex: -webkit-calc(8 / 12 * 100%);
       -moz-box-flex: calc(8 / 12 * 100%);
        -ms-flex: calc(8 / 12 * 100%);
            flex: calc(8 / 12 * 100%);
    max-width: -webkit-calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .m-9 {
    -webkit-box-flex: -webkit-calc(9 / 12 * 100%);
    -webkit-flex: -webkit-calc(9 / 12 * 100%);
       -moz-box-flex: calc(9 / 12 * 100%);
        -ms-flex: calc(9 / 12 * 100%);
            flex: calc(9 / 12 * 100%);
    max-width: -webkit-calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .m-10 {
    -webkit-box-flex: -webkit-calc(10 / 12 * 100%);
    -webkit-flex: -webkit-calc(10 / 12 * 100%);
       -moz-box-flex: calc(10 / 12 * 100%);
        -ms-flex: calc(10 / 12 * 100%);
            flex: calc(10 / 12 * 100%);
    max-width: -webkit-calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .m-11 {
    -webkit-box-flex: -webkit-calc(11 / 12 * 100%);
    -webkit-flex: -webkit-calc(11 / 12 * 100%);
       -moz-box-flex: calc(11 / 12 * 100%);
        -ms-flex: calc(11 / 12 * 100%);
            flex: calc(11 / 12 * 100%);
    max-width: -webkit-calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .m-12 {
    -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
    -webkit-flex: -webkit-calc(12 / 12 * 100%);
       -moz-box-flex: calc(12 / 12 * 100%);
        -ms-flex: calc(12 / 12 * 100%);
            flex: calc(12 / 12 * 100%);
    max-width: -webkit-calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  a.target-burger {
    display: none;
  }
  ul.list-inline .lang-ver {
    padding: 0.5rem 1rem;
    position: absolute;
    right: 2rem;
    top: 0;
    z-index: 1;
  }
  ul.list-inline .lang-ver a {
    text-decoration: underline;
  }
  article {
    margin-left: 10.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .l-1 {
    -webkit-box-flex: -webkit-calc(1 / 12 * 100%);
    -webkit-flex: -webkit-calc(1 / 12 * 100%);
       -moz-box-flex: calc(1 / 12 * 100%);
        -ms-flex: calc(1 / 12 * 100%);
            flex: calc(1 / 12 * 100%);
    max-width: -webkit-calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .l-2 {
    -webkit-box-flex: -webkit-calc(2 / 12 * 100%);
    -webkit-flex: -webkit-calc(2 / 12 * 100%);
       -moz-box-flex: calc(2 / 12 * 100%);
        -ms-flex: calc(2 / 12 * 100%);
            flex: calc(2 / 12 * 100%);
    max-width: -webkit-calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .l-3 {
    -webkit-box-flex: -webkit-calc(3 / 12 * 100%);
    -webkit-flex: -webkit-calc(3 / 12 * 100%);
       -moz-box-flex: calc(3 / 12 * 100%);
        -ms-flex: calc(3 / 12 * 100%);
            flex: calc(3 / 12 * 100%);
    max-width: -webkit-calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .l-4 {
    -webkit-box-flex: -webkit-calc(4 / 12 * 100%);
    -webkit-flex: -webkit-calc(4 / 12 * 100%);
       -moz-box-flex: calc(4 / 12 * 100%);
        -ms-flex: calc(4 / 12 * 100%);
            flex: calc(4 / 12 * 100%);
    max-width: -webkit-calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .l-5 {
    -webkit-box-flex: -webkit-calc(5 / 12 * 100%);
    -webkit-flex: -webkit-calc(5 / 12 * 100%);
       -moz-box-flex: calc(5 / 12 * 100%);
        -ms-flex: calc(5 / 12 * 100%);
            flex: calc(5 / 12 * 100%);
    max-width: -webkit-calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .l-6 {
    -webkit-box-flex: -webkit-calc(6 / 12 * 100%);
    -webkit-flex: -webkit-calc(6 / 12 * 100%);
       -moz-box-flex: calc(6 / 12 * 100%);
        -ms-flex: calc(6 / 12 * 100%);
            flex: calc(6 / 12 * 100%);
    max-width: -webkit-calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .l-7 {
    -webkit-box-flex: -webkit-calc(7 / 12 * 100%);
    -webkit-flex: -webkit-calc(7 / 12 * 100%);
       -moz-box-flex: calc(7 / 12 * 100%);
        -ms-flex: calc(7 / 12 * 100%);
            flex: calc(7 / 12 * 100%);
    max-width: -webkit-calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .l-8 {
    -webkit-box-flex: -webkit-calc(8 / 12 * 100%);
    -webkit-flex: -webkit-calc(8 / 12 * 100%);
       -moz-box-flex: calc(8 / 12 * 100%);
        -ms-flex: calc(8 / 12 * 100%);
            flex: calc(8 / 12 * 100%);
    max-width: -webkit-calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .l-9 {
    -webkit-box-flex: -webkit-calc(9 / 12 * 100%);
    -webkit-flex: -webkit-calc(9 / 12 * 100%);
       -moz-box-flex: calc(9 / 12 * 100%);
        -ms-flex: calc(9 / 12 * 100%);
            flex: calc(9 / 12 * 100%);
    max-width: -webkit-calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .l-10 {
    -webkit-box-flex: -webkit-calc(10 / 12 * 100%);
    -webkit-flex: -webkit-calc(10 / 12 * 100%);
       -moz-box-flex: calc(10 / 12 * 100%);
        -ms-flex: calc(10 / 12 * 100%);
            flex: calc(10 / 12 * 100%);
    max-width: -webkit-calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .l-11 {
    -webkit-box-flex: -webkit-calc(11 / 12 * 100%);
    -webkit-flex: -webkit-calc(11 / 12 * 100%);
       -moz-box-flex: calc(11 / 12 * 100%);
        -ms-flex: calc(11 / 12 * 100%);
            flex: calc(11 / 12 * 100%);
    max-width: -webkit-calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .l-12 {
    -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
    -webkit-flex: -webkit-calc(12 / 12 * 100%);
       -moz-box-flex: calc(12 / 12 * 100%);
        -ms-flex: calc(12 / 12 * 100%);
            flex: calc(12 / 12 * 100%);
    max-width: -webkit-calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1600px) {
  .xl-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .xl-1 {
    -webkit-box-flex: -webkit-calc(1 / 12 * 100%);
    -webkit-flex: -webkit-calc(1 / 12 * 100%);
       -moz-box-flex: calc(1 / 12 * 100%);
        -ms-flex: calc(1 / 12 * 100%);
            flex: calc(1 / 12 * 100%);
    max-width: -webkit-calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .xl-2 {
    -webkit-box-flex: -webkit-calc(2 / 12 * 100%);
    -webkit-flex: -webkit-calc(2 / 12 * 100%);
       -moz-box-flex: calc(2 / 12 * 100%);
        -ms-flex: calc(2 / 12 * 100%);
            flex: calc(2 / 12 * 100%);
    max-width: -webkit-calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .xl-3 {
    -webkit-box-flex: -webkit-calc(3 / 12 * 100%);
    -webkit-flex: -webkit-calc(3 / 12 * 100%);
       -moz-box-flex: calc(3 / 12 * 100%);
        -ms-flex: calc(3 / 12 * 100%);
            flex: calc(3 / 12 * 100%);
    max-width: -webkit-calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .xl-4 {
    -webkit-box-flex: -webkit-calc(4 / 12 * 100%);
    -webkit-flex: -webkit-calc(4 / 12 * 100%);
       -moz-box-flex: calc(4 / 12 * 100%);
        -ms-flex: calc(4 / 12 * 100%);
            flex: calc(4 / 12 * 100%);
    max-width: -webkit-calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .xl-5 {
    -webkit-box-flex: -webkit-calc(5 / 12 * 100%);
    -webkit-flex: -webkit-calc(5 / 12 * 100%);
       -moz-box-flex: calc(5 / 12 * 100%);
        -ms-flex: calc(5 / 12 * 100%);
            flex: calc(5 / 12 * 100%);
    max-width: -webkit-calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .xl-6 {
    -webkit-box-flex: -webkit-calc(6 / 12 * 100%);
    -webkit-flex: -webkit-calc(6 / 12 * 100%);
       -moz-box-flex: calc(6 / 12 * 100%);
        -ms-flex: calc(6 / 12 * 100%);
            flex: calc(6 / 12 * 100%);
    max-width: -webkit-calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .xl-7 {
    -webkit-box-flex: -webkit-calc(7 / 12 * 100%);
    -webkit-flex: -webkit-calc(7 / 12 * 100%);
       -moz-box-flex: calc(7 / 12 * 100%);
        -ms-flex: calc(7 / 12 * 100%);
            flex: calc(7 / 12 * 100%);
    max-width: -webkit-calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .xl-8 {
    -webkit-box-flex: -webkit-calc(8 / 12 * 100%);
    -webkit-flex: -webkit-calc(8 / 12 * 100%);
       -moz-box-flex: calc(8 / 12 * 100%);
        -ms-flex: calc(8 / 12 * 100%);
            flex: calc(8 / 12 * 100%);
    max-width: -webkit-calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .xl-9 {
    -webkit-box-flex: -webkit-calc(9 / 12 * 100%);
    -webkit-flex: -webkit-calc(9 / 12 * 100%);
       -moz-box-flex: calc(9 / 12 * 100%);
        -ms-flex: calc(9 / 12 * 100%);
            flex: calc(9 / 12 * 100%);
    max-width: -webkit-calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .xl-10 {
    -webkit-box-flex: -webkit-calc(10 / 12 * 100%);
    -webkit-flex: -webkit-calc(10 / 12 * 100%);
       -moz-box-flex: calc(10 / 12 * 100%);
        -ms-flex: calc(10 / 12 * 100%);
            flex: calc(10 / 12 * 100%);
    max-width: -webkit-calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .xl-11 {
    -webkit-box-flex: -webkit-calc(11 / 12 * 100%);
    -webkit-flex: -webkit-calc(11 / 12 * 100%);
       -moz-box-flex: calc(11 / 12 * 100%);
        -ms-flex: calc(11 / 12 * 100%);
            flex: calc(11 / 12 * 100%);
    max-width: -webkit-calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .xl-12 {
    -webkit-box-flex: -webkit-calc(12 / 12 * 100%);
    -webkit-flex: -webkit-calc(12 / 12 * 100%);
       -moz-box-flex: calc(12 / 12 * 100%);
        -ms-flex: calc(12 / 12 * 100%);
            flex: calc(12 / 12 * 100%);
    max-width: -webkit-calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width: 1200px) {
  .main-navbar ul.core-menu {
    display: none;
  }
  .main-navbar ul.core-menu.toggled {
    background: rgba(0,0,0,0.9);
    display: block;
    height: 100vh;
    left: 0;
    padding: 4.5rem 3rem;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100vw;
    z-index: 1;
  }
  .vhero {
    display: none;
  }
  .fun {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .logo h1 img {
    width: 90%;
  }
  .nested a {
    background: url("/assets/img/ksm-logo-mini.png") no-repeat center 2rem;
    -webkit-background-size: 10% 10%;
            background-size: 10%;
  }
}
@media screen and (min-width: 425px) and (max-width: 1200px) {
  .nested a {
    background: url("/assets/img/ksm-logo-mini.png") no-repeat center 1.5rem;
    -webkit-background-size: 20% 20%;
            background-size: 20%;
  }
}
