/* https://purecss.io/start/ */


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
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; /* 1 */
  vertical-align: baseline; /* 2 */
}
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 {
  -webkit-box-sizing: content-box;
          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; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.hidden,
[hidden] {
    display: none !important;
}



/**
 * CONTAINER
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}



/**
 * DEFAULT CLASSES
 */
.nmt {margin-top: 0}
.nmb {margin-bottom: 0}
.mt1-3 {margin-top: .333rem}
.mt1-2 {margin-top: .5rem}
.mt1 {margin-top: 1rem}
.mt2 {margin-top: 2rem}
.mt3 {margin-top: 3rem}
.mt4 {margin-top: 4rem}
.mt5 {margin-top: 5rem}
.mb1-3 {margin-bottom: .333rem}
.mb1-2 {margin-bottom: .5rem}
.mb1 {margin-bottom: 1rem}
.mb2 {margin-bottom: 2rem;}
.mb3 {margin-bottom: 3rem}
.mb4 {margin-bottom: 4rem}
.mb5 {margin-bottom: 5rem}
.mr1-3 {margin-right: .333rem}
.mr1-2 {margin-right: .5rem}
.mr1 {margin-right: 1rem}
.mr2 {margin-right: 2rem}
.mr3 {margin-right: 3rem}
.mr4 {margin-right: 4rem}
.mr5 {margin-right: 5rem}
.ml1-3 {margin-left: .333rem}
.ml1-2 {margin-left: .5rem}
.ml1 {margin-left: 1rem}
.ml2 {margin-left: 2rem}
.ml3 {margin-left: 3rem}
.ml4 {margin-left: 4rem}
.ml5 {margin-left: 5rem}
.npt {padding-top: 0}
.npb {padding-bottom: 0}
.pt1-3 {padding-top: .333rem}
.pt1-2 {padding-top: .5rem}
.pt1 {padding-top: 1rem}
.pt2 {padding-top: 2rem}
.pt3 {padding-top: 3rem}
.pt4 {padding-top: 4rem}
.pt5 {padding-top: 5rem}
.pb1-3 {padding-bottom: .333rem}
.pb1-2 {padding-bottom: .5rem}
.pb1 {padding-bottom: 1rem}
.pb2 {padding-bottom: 2rem}
.pb3 {padding-bottom: 3rem}
.pb4 {padding-bottom: 4rem}
.pb5 {padding-bottom: 5rem}
.pl1-3 {padding-left: .333rem}
.pl1-2 {padding-left: .5rem}
.pl1 {padding-left: 1rem}
.pl2 {padding-left: 2rem}
.pl3 {padding-left: 3rem}
.pl4 {padding-left: 4rem}
.pl5 {padding-left: 5rem}
.pr1-3 {padding-right: .333rem}
.pr1-2 {padding-right: .5rem}
.pr1 {padding-right: 1rem}
.pr2 {padding-right: 2rem}
.pr3 {padding-right: 3rem}
.pr4 {padding-right: 4rem}
.pr5 {padding-right: 5rem}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fluid {width: 100%;}
a.secondary {font-size: .9em;}
.block {display: block}
.pull-left {float: left;}
.pull-right {float: right;}
ul.clear {
    padding-left: 0;
    list-style: none;
}
.tap-link {cursor: pointer;}


/**
 * TEXT
 */
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}



/**
 * WIDGETS
 */
.w-text > *:first-child {margin-top: 0}
.w-text > *:last-child {margin-bottom: 0}



/**
 * IMAGE
 */
.img {
  max-width: 100%;
  height: auto;
  display: block;
}
.bg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



/**
 * BUTTONS
 */
.btn.btn-primary {}
.btn.btn-secondary {}
.btn {
  border: none;
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn-group {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}
.opera-only :-o-prefocus,
.btn-group {
    word-spacing: -0.43em;
}
.btn-group .btn {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.btn.btn-small {
  padding: .5em 1em;
}



/**
 * MENU
 */
.menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}
.menu-list,
.menu-item {
    position: relative;
}
.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}
.menu-link,
.menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
.menu-horizontal {
    width: 100%;
    white-space: nowrap;
}
.menu-horizontal .menu-list {
    display: inline-block;
}
.menu-horizontal .menu-item,
.menu-horizontal .menu-heading,
.menu-horizontal .menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.menu-item .menu-item {
    display: block;
}
.menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}
.menu-horizontal .menu-children {
    left: 0;
    top: auto;
    width: inherit;
}
.menu-allow-hover:hover > .menu-children,
.menu-active > .menu-children {
    display: block;
    position: absolute;
}
.menu-has-children > .menu-link:after {
    padding-left: 0.5em;
    content: "\25B8";
    font-size: small;
}
.menu-horizontal .menu-has-children > .menu-link:after {
    content: "\25BE";
}
.menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}
.menu-scrollable .menu-list {
    display: block;
}
.menu-horizontal.menu-scrollable .menu-list {
    display: inline-block;
}
.menu-horizontal.menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0;
}
.menu-separator,
.menu-horizontal .menu-children .menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}
.menu-horizontal .menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em ;
}
.menu-horizontal .menu-children .menu-separator {
    display: block;
    width: auto;
}
.menu-heading {
    text-transform: uppercase;
    color: #565d64;
}
.menu-link,
.menu-disabled,
.menu-heading {
    padding: .5em 1em;
}
.menu-disabled {
    opacity: .5;
}
.menu-disabled .menu-link:hover {
    background-color: transparent;
}
.menu-active > .menu-link,
.menu-link:hover,
.menu-link:focus {
    background-color: #eee;
}
.menu-selected > .menu-link,
.menu-selected > .menu-link:visited {
    color: #000;
}
/* jvk */
.menu.menu-clean .menu-list > .menu-item > .menu-link {
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
}
.menu.menu-clean .menu-list > .menu-item > .menu-link:hover, .menu.menu-clean .menu-list > .menu-item > .menu-link:focus {
  background: none;
  text-decoration: underline;
}

/**
 * FORM
 */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:0.8em;
  opacity: .8;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:0.8em;
  opacity: .8;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:0.8em;
  opacity: .8;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:0.8em;
  opacity: .8;
}
.form-group input.form-control[type=text]:not(:focus)::-webkit-input-placeholder, .form-group input.form-control[type=password]:not(:focus)::-webkit-input-placeholder, .form-group input.form-control[type=tel]:not(:focus)::-webkit-input-placeholder, .form-group textarea.form-control:not(:focus)::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding-left: 1.5rem;
}
.form-group input.form-control[type=text]:not(:focus)::-moz-placeholder, .form-group input.form-control[type=password]:not(:focus)::-moz-placeholder, .form-group input.form-control[type=tel]:not(:focus)::-moz-placeholder, .form-group textarea.form-control:not(:focus)::-moz-placeholder { /* Firefox 19+ */
  padding-left: 1.5rem;
}
.form-group input.form-control[type=text]:not(:focus):-ms-input-placeholder, .form-group input.form-control[type=password]:not(:focus):-ms-input-placeholder, .form-group input.form-control[type=tel]:not(:focus):-ms-input-placeholder, .form-group textarea.form-control:not(:focus):-ms-input-placeholder { /* IE 10+ */
  padding-left: 1.5rem;
}
.form-group input.form-control[type=text]:not(:focus):-moz-placeholder, .form-group input.form-control[type=password]:not(:focus):-moz-placeholder, .form-group input.form-control[type=tel]:not(:focus):-moz-placeholder, .form-group textarea.form-control:not(:focus):-moz-placeholder { /* Firefox 18- */
  padding-left: 1.5rem;
}
.form-group {
  margin-bottom: 1.5em;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
}
.form-group .form-control {
  min-height: 40px;
  line-height: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.form-group input.form-control[type=text], .form-group input.form-control[type=password], .form-group textarea.form-control, .form-group select.form-control {
  width:100%;
}
.form-group .form-control:focus {
  outline: solid rgb(0, 172, 236) 1px;
  outline-offset: 1;
}
.form-group + .form-group {
}
.update-group svg.icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    opacity: .5;
}
.update-group {
    position: relative;
}
.update-group .form-control + svg.icon {
    top: 2.9rem;
}
.update-group .form-control:focus + svg.icon, .update-group.populated .form-control + svg.icon {
    display: none;
}
label input[type=checkbox], label input[type=radio] {
    margin-right: 1em;
}


/**
 * BUTTONS
 */
.btn {
  padding: 1em 2em;
}



/**
 * BOX
 */
.box, .well {
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
  position:relative;
  overflow: hidden;
}
.box .box-body {
  padding: 40px;
}
.box .box-body > *:first-child {
  margin-top: 0;
}
.box .box-body > *:last-child {
  margin-bottom: 0;
}
.box.box-transparent {
  background: rgba(255, 255, 255, 0.6);
}

.well {padding: 1rem;}



/**
 * CMS PAGES
 */
.cms-col > *:first-child {
    margin-top: 0;
}
.cms-col > *:last-child {
    margin-bottom: 0;
}



/**
 * TABLES
 */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}
.table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}
.table td,
.table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
}
.table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}
.table td {
    background-color: transparent;
}
.table-odd td {
    background-color: #f2f2f2;
}
.table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}
.table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}
.table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}
.table-horizontal td,
.table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb;
}
.table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}



/**
 * ICONS
 */
svg.icon {
    stroke-width: 2px;
    height: 1em;
    width: 1em;
    display: inline-block;
    position: relative;
    top: 0.2em;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke: currentColor;
    fill: currentColor;
}