@font-face {
    font-family: 'inter';
    src: url('inter-variablefont_slntwght-webfont.woff2') format('woff2'),
         url('inter-variablefont_slntwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* END NORMALIZE */


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.clickable {
  cursor: pointer;
}
.clickable tr:hover {
  background-color:#eee;
}
.clickable thead tr:hover {
  background-color:inherit;
}
.th {
	font-weight:bold;
	vertical-align:top;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 62.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 21%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #03331D;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #03331D;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #c4c4c4;
}
.text-primary {
  color: #166909;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #116d8c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #166909;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #116d8c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.52857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c4c4c4;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #f5f5f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.52857143;
  color: #c4c4c4;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.52857143;
}
html {
  font-family: inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #414a54;
  height: 100%;
}
body {
  font-family: inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  height: 100%;
  background-color: #FEFEFE;
}
ul,
ol {
  XXXlist-style: none;
  XXXlist-style-image: none;
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  border: 1px solid #DDD;
  color: #777;
  padding: 8px 12px;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea {
  width: 100%;
}
input:hover,
textarea:hover {
  border-color: #2cadd7;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
  border-color: #166909;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #03331D;
}
h2,
h1 {
  font-size: 28px;
  margin: 0.5em 0 1em;
  line-height: 1;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4,
caption {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0078CF;
  text-decoration: underline;
}
#news h2 {
  font-size: 1.5em;
  margin-top: 1.1em;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
iframe {
  max-width: 100%;
}
.button,
input[type="submit"],
button,
.toggle-title {
  color: #ffffff;
  font-weight: normal;
  padding: 10px 15px;
  text-shadow: none;
  border: 1px solid #166909;
  text-decoration: none;
  cursor: pointer;
  background: #166909;
  box-shadow: none;
  border-radius: 3px;
  transition: 0.1s linear all;
}
.button:hover,
input[type="submit"]:hover,
button:hover,
.toggle-title:hover {
  text-decoration: none;
  color: #000;
  border-color: #F6F4E1;
  background: #F6F4E1;
}
.button:focus,
input[type="submit"]:focus,
button:focus,
.toggle-title:focus {
  color: #ffffff;
  border-color: #F6F4E1;
  background: #F6F4E1;
  box-shadow: none;
}
.button:active,
input[type="submit"]:active,
button:active,
.toggle-title:active {
  color: #ffffff;
  border-color: #116d8c;
  background: #116d8c;
  box-shadow: none;
  position: relative;
  top: 1px;
}
/* Anders stuff */

#navbar-toggle {
	display: none;
	position: relative;
	padding: 10px 12px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 1px;
	cursor: pointer;
	min-width: 44px;
	width: 44px;
	z-index:999;
}

#navbar-toggle:hover {
	background: #ccd9bb;
}

#navbar-toggle:focus {
	outline: 0;
	background: transparent
}

#navbar-toggle .icon-bar {
	background: #03331D;
	display: block;
	width: 20px;
	height: 2px
}

#navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
#lr #continentselector select {
	width:49%;
}
#landr #continentselector select {
	width:32%;
}
svg.map text {
	font-family:Tahoma;	
}
svg.map a:hover {
	text-decoration:none;
}
svg.map path {
	stroke:#444444;
	stroke-width:0.5;
	stroke-miterlimit:12;
}
.highlight,tr.highlight>td svg.map path:hover,svg.map rect:hover, svg.map .highlight, #oceaniaborder a:hover {
	fill:#ccd9bb !important;
	background-color:#ccd9bb !important;
}
#asidebody .button {
  text-align: center;
  display: block;
}
.small {
  font-size: 80%;
}
.small.warning {
  font-weight: normal;
}
.redbold {
  color: #FF0000;
  font-weight: bold;
}
.alert {
	color:red;
}
.flagalert {
	color: red;
	background-image: url(../../images/flagga.gif);
	background-repeat: no-repeat;
	text-indent: 115px;
	display: block;
	position: relative;
	left: -115px;
}
.bla-text {
  color: #3399cc;
}
.border1 {
  border-right-width: thin;
  border-right-style: dotted;
  border-right-color: #CCCCCC;
}
.border2 {
  border-right-width: thin;
  border-right-style: dotted;
  border-right-color: #CCCCCC;
  border-top-width: thin;
  border-top-style: dotted;
  border-top-color: #CCCCCC;
}
.border3 {
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}
.border4 {
  border-top-width: thin;
  border-top-style: dotted;
  border-top-color: #CCCCCC;
}
.border_landrek_bottom_right {
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  border-right-width: thin;
  border-right-style: dotted;
  border-right-color: #CCCCCC;
}
.border_landrek_bottom_top {
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  border-top-width: thin;
  border-top-style: dotted;
  border-top-color: #999999;
}
a,
.link, .link2 {
  color: #166909;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
.link :hover {
  color: #000;
  text-decoration: underline;
  background: none;
}
::-moz-selection {
  background: #166909;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #166909;
  color: #fff;
  text-shadow: none;
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
a:visited {
  opacity: 0.9;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.borderbottom {
  border-bottom-style: dotted;
  border-bottom-color: #f5f5f5;
}

#menu li {
  border-bottom: none;
  text-align: left;
  padding-left: 0;
}
#menu li > a,
#menu li > span,
#menuwrapper nav {
  display: block;
  padding: 2px 10px;
  border-bottom: 1px solid #f5f5f5;
}
#menu li > a strong,
#menu li > span strong {
  border: none;
  padding: 0;
}
#menu li > a > img
#menu li > span > img {
  height: 14px;
  vertical-align: text-top;
}
#menu li > a:hover {
  color: #000;
  text-decoration: none;
}
#menu li strong {
  display: block;
  padding: 25px 10px 8px 10px;
  border-bottom: 2px solid #dbdbdb;
}
fieldset {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  margin-top: 1em;
}
fieldset legend {
  font-weight: bold;
  padding: 0 10px;
}
fieldset input,
fieldset select.input {
  width: 50%;
}
fieldset input.half {
  width: 25%;
}

.newsfields input {
  width: 100%;
}
input[type="checkbox"] {
  width: inherit;
}
.newslink {
  font-weight: bold;
  font-style: italic;
}
#blink {
  display: none;
  position: absolute;
}
label,
.label {
  display: inline-block;
  padding-right: 1%;
  width: 24%;
  min-width: 150px;
}
.input {
  display: inline-block;
  width: 50%;
}
input, select {
  margin-bottom: 0.5em;
  max-width: 100%;
}
.border {
  border: 1px solid #ccc;
}
/*ADMIN*/
#admin {
    font-size: 12px;
}
#admin nav {
    font-size: 14px;
}

nav.invoices #menuinvoices, nav.customers #menucustomers, nav.prices #menuprices {
	font-weight:bold;
}
#admin nav li {
    display: inline-block;
}
#admin fieldset input, #admin fieldset select.input {
    width: 60%;
}

element {

}
#admin fieldset input, #admin fieldset select.input {
    width: 60%;
}
#admin fieldset input.half {
    width: 25%;
}
#admin input[type="checkbox"] {
    width: inherit;
}
input, select {
    margin-bottom: 0.5em;
    max-width: 100%;
}
#admin input, #admin select, #admin textarea, #admin button, #admin .button {
    padding: 3px;
}
#admin #customerbody .pro_slutdatum {
	white-space:nowrap;
}
#admin #customerbody .inactive {
	background-color:#ccc;
}


#usermessage, #statisticspopup {
	display: none;
	z-index: 999;
	position: absolute;
	padding: 3px;
	font-size: 11pt;
}
#statisticspopup {
	background-color:#fff;
	border:2px solid #333;
}
#statisticspopup td {
	text-align:right;
	padding:6px;
}
#statisticspopup .total {
	font-weight:bold;
}
#courseform .courses input {
	width:100%;
}
#courseorderform input, #courseorderform select {
	width:100%;
}
.flexcontainer {
	display:flex;
}
.flexcontainer>.first {
	width:40%;
	padding-right:4px;
}
.flexcontainer>.second {
	width:60%;
}
.border>td {
	border-bottom:1px dashed #aaa;
	padding: 2px!important;
}

/* KURSPRESENTATION */
#coursepromo .headerwhitebox {
	background: #fff; 
	border-radius: 12px; 
	padding: 24px 32px; 
	color: #333; 
	text-align: center; 
	width: 90%; margin: 0 auto; 
	font-weight: 500;  
	line-height: 1.25;
}

#coursepromo .header_holder_white.center {
  background-color: #e7e7e7;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
#coursepromo .header_holder_white {
  background-color: #e7e7e7;
  border-radius: 2rem;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
  display: flex;
}
#coursepromo .center {
  justify-content: center;
  align-items: center;
  display: flex;
}

#coursepromo .header_text_holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0%;
}

#coursepromo .p2 {
  color: #121212;
  font-weight: 700;
}

#coursepromo .p1_black.center {
  text-align: center;
}
#coursepromo .p1_black {
  color: #121212;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.25;
}

#coursepromo .p1_white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.25;
}

#coursepromo .div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

#coursepromo ._2x2_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

#coursepromo .advantage_card_1, .advantage_card_2 {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

#coursepromo .project_wrapper {
	width:100%
}

#coursepromo .courses-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 16px;
}
#coursepromo .cta-button {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1.2;
  word-break: keep-all;
  hyphens: none;
  margin: 0.5rem 0 0.75rem;
}

#coursepromo .badge {
  display: inline-block;
  background: #d23e3e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0.5rem 0 0.75rem;
}
#coursepromo .course-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#coursepromo .course-body {
  padding: 8px;
}

#coursepromo .category_holder.left {
  justify-content: flex-start;
  align-items: center;
}

#coursepromo .category_holder {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

#coursepromo .course-card img.img-fixed{
  height:130px;
  object-fit:cover; 
}

#coursepromo .category_small.outline {
  border: .5px solid #000;
  padding: 4px 12px;
}

#coursepromo .category_small {
  background-color: #fefefe;
  border-radius: 20px;
  margin: .25rem;
  padding: 6px 16px;
}

#coursepromo .p1_black.small {
  text-transform: none;
  font-size: 12px;
}

#coursepromo .footer {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

#coursepromo .footer > .header_holder {
  margin-bottom: 0 !important;
  padding-bottom: 12px !important;
}
#coursepromo .footer > .header_holder {
  border-radius: 2rem !important;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}
#coursepromo .header_holder {
  background-color: #25433b;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 1rem 0 0;
  margin-bottom: 0px;
  padding-top: 1rem;
  display: flex;
  overflow: visible;
}
#coursepromo h1, #coursepromo h2, #coursepromo h3, #coursepromo h4  {
	font-family: "Times New Roman";
}
#coursepromo .h1_white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

#coursepromo .h3_black {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
}

#coursepromo .button {
  color: #121212;
  text-align: center;
  background-color: #fefefe;
  border-radius: .5rem;
  padding-top: 11px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Archivo Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 1150px) {
#coursepromo ._2x2_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
  }  
}
@media (max-width: 991px) {
#coursepromo .courses-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 479px) {
#coursepromo .courses-grid {
    grid-template-columns: 1fr;
  }
}

/* SLUT KURSPRESENTATION */

#flash{opacity: 0;}
.flash {
    background: #ccd9bb;
	padding:2px;
    animation: fadeinout 4s linear forwards;
}


@keyframes fadeinout {
  50% { opacity: 1; }
}

#invoicebody td {
	white-space:nowrap;
}
#invoicebody .payed, #invoicebody .inaktiverad, #invoicebody .remind, #invoicebody .makulerad, #invoicebody .pdf {
	text-indent: -9999px; /* sends the text off-screen */
    background-repeat: no-repeat;
	background-position-y:center;
	background-position-x:center;
	cursor: pointer;
    height: 100%;
}
#invoicetable .summa {
	text-align:right;
}

#invoicebody .payed, #invoicebody .inaktiverad {
	background-image: url("iconpayed.svg");
}
#invoicebody .remind {
	background-image: url("iconemail.svg");
}
#invoicebody .pdf {
	background-image: url("iconpdf.svg");
	width:35px;
}

#invoicebody td:empty {
	background:none;
}
#invoicebody .makulera, #invoicebody .krediterad {
	text-indent: 0;
}
#invoicebody .makulera:empty {
   background-image: url("icondelete.svg");
   	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	text-indent: 0;
}
#invoicebody .krediterad:empty {
   background-image: url("iconcredit.svg");
   	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	text-indent: 0;
}
[readonly] {
	background-color: #eee;
}

.error, .failure{
	background-color: #FF7256;
}
label.error{
	color: #FF7256;
	background-color: inherit;
}
.success {
	background-color: #839640;
	color: #fff;
}



.container {
  display: flex;
  align-items: stretch;
  padding-bottom: 40px;
  color: #555555;
}
.container:before {
  content: " ";
  display: table;
  line-height: 0;
}
.container:after {
  content: ' ';
  display: table;
  line-height: 0;
  clear: both;
}
.columnparent {
  display: table;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.columnparent .column {
  padding: 20px;
  display: table-cell;
  width: 100%;
  border-left: 0 solid #ccc;
  background: #fff;
  border: none;
  margin: 0 5px;
  text-align:center;
}
.columnparent .column.se {
	width: 50%;
}
.column img {
	max-width: 400px;
}

.columnparent h2:first-child,
.columnparent h3:first-child,
.columnparent h4:first-child {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -20px;
  background: #d4dee1;
  color: #414a54;
  border-radius: 3px 3px 0 0;
}
.columnparent h2:first-child > strong,
.columnparent h3:first-child > strong,
.columnparent h4:first-child > strong {
  font-weight: normal;
}
.column1 {
  background: #fafafa;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.column1:before {
  content: ' ';
  display: table;
}
.column1:after {
  content: ' ';
  clear: both;
  display: table;
}
.column2 {
  box-sizing: border-box;
}
.column3 {
  box-sizing: border-box;
}
/*
#gs,
#body {
	&:before {
		clear: both;
		display: table;
	}
	&:after {
		content: ' ';
		clear: both;
		display: table;
	}
}
*/
#footer {
  text-align: center;
  color: #c4c4c4;
  line-height: 42px;
}
br.clearfloat {
  display: none;
}
#header {
  border-bottom: none;
  z-index: 2;
  position: relative;
}
#header .column1 {
  height: 100px;
  text-align: left;
}
#header .column1 img {
  max-height: 80px;
  width: auto;
  margin: 10px 0;
}
#header .column2 {
  height: 100px;
  text-align: center;
}
#logocontainer {
  text-align: right;
  display: inline-block;
}
#logocontainersmall {
	display:none;
	width: 95%;
	text-align: center;
	position:absolute;
	top:0;
	}
#menuwrapper nav {display:none;}
#logocontainersmall #logo {
	height:25px;
}
#logocontainersmall br {
	display:none;
}
#logocontainersmall #logocountry {
	font-size:120%;
	top:-4px;
}
#logo {
  height: 55px;
  margin-top: 10px;
  width: auto;
}
#logocountry {
	text-transform:uppercase;
	font-size:150%;
	font-weight:bold;
	color: #7bb34a;	
	margin-top:-5px;
	position: relative;
    top: -10px;
	padding-left:3px;
}
#header .column3 {
  height: 100px;
  color: #c4c4c4;
  text-align: right;
  padding-top: 12px;
}
#header .column3 a {
  display: block;
}
#header .column3 a:first-child {
  margin-bottom: 5px;
}
#header:after {
  clear: both;
  content: " ";
  display: table;
}
.video {
  text-align: center;
}
#gs {
  padding: 0;
  background-color: transparent;
  margin: 0;
}
#gs .heading {
  text-align: center;
}
#gs .heading a {
  font-style: italic;
}
#gs .section {
  border-bottom: none;
  vertical-align: top;
  margin-top: 2%;
  padding-bottom: 2%;
  overflow: auto;
}
#gs .section .left {
  float: left;
  width: 25%;
  font-weight: bold;
}
#gs .body {
  border: none;
}
#newsflag {
  display: inline-block;
  padding: 2%;
  border: 1px solid #DAE8F8;
  text-align: center;
  float:right;
  font-size: 55%;
}

#newsarchive {
  margin-top: .7em;
}
.wide {
  width: 100%;
}
.left {
  float: left;
}
.clearfloat {
  clear: both;
}
.space {
  height: 0;
}
.center {
  text-align: center;
}
.currvaccines {
  border-top: 1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
  margin: 8px 0;
}
.currvaccines > a {
  margin-right: 32px;
  padding: 8px 0;
  display: inline-block;
}
.right {
  float: right;
}
#gs .section .right,
#gs .article .right {
  display: inline-block;
  width: 65%;
  padding-left: 1%;
}
#gs #news .right {
  padding-left: 2%;
  width: 55%;
  min-height: 10px;
}
#newslist {
	margin-top:5px;
}
#gs .section .half,
.half {
  width: 45%;
  font-weight: normal;
}
#gs table {
  background: #ffffff;
  width: 100%;
  border: 1px solid #dddddd;
}
#gs table caption {
  margin: 8px 0;
}
#subscriptionprices caption {
  text-align:left;
}
#gs table th {
  background-color: #ccd9bb;
  text-align: left;
  border: 1px solid #dddddd;
}
#gs table td,
#gs table th {
  vertical-align: top;
  padding: 5px 8px;
}
#gs table table {
  border: none;
}
#gs .tableborder {
  margin-top: 8px;
  background: #ffffff;
}
#gs .tableborder td,
#gs .tableborder th {
  border: 1px solid #dddddd;
}
#gs .section .dose {
  text-align: center;
  width: 22%;
}
td.number {
  text-align: center;
}
#gs .section td:first-child {
  /*width: 36%;*/
}
#landrekvaccine td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#landrekvaccine td:first-child {
  text-transform: uppercase;
  font-weight: bold;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
#loginform label {
  margin-bottom: 5px;
}
#loginform input {
  width: 100%;
  display: block;
}
input.delsess {
  display: inline !important;
  width: inherit !important;
}
#aside {
  padding-right: 15px;
  z-index: 3;
}
#aside select {
  width: 100%;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.warningflag {
  font-weight: bold;
  color: red;
  background-image: url(../../images/flagga.gif);
  background-repeat: no-repeat;
  padding-left: 50px;
  clear: both;
  margin-bottom:10px;
}
.warning {
  font-weight: bold;
  color: red;
}
.backtotop {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #166909;
  float:right;
}
.backtotop span {
  display: none;
}
.color0 {
  background-color: #f1f6f7;
}
#mapnav {
  margin: 0.7em 0.7em 2em 0;
  width: 100%;
  max-width: 580px;
  height: auto;
}
#continentselector {
  display: block;
  clear: both;
  width: 100%;
  vertical-align: middle;
}
#continentselector select, #selectyear {
	background-color: #fff;
}

#mapcountrieswrapper {
	border: 1px solid #ccc;
}
#mapcountries {
  column-count: 4;
  column-gap: .2em;
  column-rule: 1px solid #ccc;
  padding-left: .2em;
}
#mapcountries a {
  display: inline-block;
  padding: 2px 5px;
  word-wrap: break-word;
}
#mapnav {
  margin-right: 21px;
}
.fullcolumns {
  column-count: 3;
  column-gap: 0.2em;
  line-height: 2em;
}
#mapcountriesheader {
  padding: .4em;
}
#countrymaps {
  overflow: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
#gmap {float:right;}
#gmap svg.map a>*,#gmap svg.map a>*:hover, #gmap svg.map path:hover  {fill:#ccc!important;}
#gmap {cursor:pointer;text-align:center;}
#gmap svg.map text {display:none;}
#gmap svg.map  {height:150px;}
.svgcircle {
	display:none;
	fill: none;
	stroke: #166909;
	stroke-width:5;
}
#gmap img {
	cursor:pointer;
}
#landrek table {
  width: 100%;
}
#raintable {
  border: 1px solid #666666;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: arial;
  font-size: 90%;
  color: #333;
  margin-bottom:20px;
}
#raintable tr th {
  font-weight: bold;
  background-color: #ccd9bb;
  padding: 0.3em;
  text-align: center;
  width: 6%;
}
#raintable td {
  background-color: #f1f6f7;
  padding: 0.3em;
  text-align: center;
  width: 6%;
}
#raintable td:first-child,
#raintable th:first-child {
  text-align: left;
  width: 28%;
  font-weight: bold;
}
#raintable tr:hover td {
  background-color: #fff;
}
table.half td {
	width:50%;
}
#modalimagedialog {
  border: 2px solid #333;
  padding: 2px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index:9999;
  height: 504px;
  	max-height: 90vh;
	width: 90vw;
	max-width: 500px;
  overflow: auto;
  transform: translate(-50%, -50%);
}
#modalimagedialog.show {
  -webkit-animation: fademodal 300ms;
  /* Chrome, Safari, Opera */
  animation: fademodal 300ms;
}
#modalimagedialog img {
  max-width: 100%;
  max-height: 100%;
}
#closemodalimage {
  float: right;
}
@-webkit-keyframes fademodal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fademodal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#slideshowholder img {
  position: absolute;
  transition: opacity 0.5s ease-in;
}
#slideshowholder img + img {
  opacity: 0;
}
#countrymaps .thumbimg {
  height: 126px;
  width: 139px;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.mce-content-body {
  outline: 1px dotted #333;
  min-height:20px;
}
#menuwrapper {
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  z-index: 5;
}
#menuwrapper:before {
  content: ' ';
  display: table;
}
#menuwrapper:after {
  content: ' ';
  display: table;
  clear: both;
}
#customlogin {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#customlogin input,
#customlogin label,
#customlogin .butt {
  width: 100%;
}
#customlogin .butt {
  margin-top: 8px;
  margin-bottom: 0;
}
.checkboxwithtext {
  vertical-align: top;
  position: relative;
  top: 4px;
}
#langno td[width="130"] {
	width:160px;
}
@media screen and (max-width: 1217px) {
  #mapcountries {
    column-count: 3;
    column-gap: 0.2em;
  }
  #mapcountriesheader {
    float: none;
  }
}
@media screen and (max-width: 1180px) {
  #mapcountries {
    column-count: 3;
    column-gap: 0.2em;
  }
  #mapcountriesheader {
    float: none;
  }

  #newsarchive > a {
    width: 50%;
  }
}
@media screen and (max-width: 868px) {
  #aside, #header .column3 {
    display: none;
  }	
   .col-sm-7 {
    width: 78%;
  }
  #mapcountries,
  .fullcolumns {
    column-count: 2;
    column-gap: 0.2em;
  }
  #mapcountriesheader {
    float: none;
  }
  #gs table td,
  #gs table th {
    padding: 3px 5px;
  }
  #menu li > a
  #menu li > span {
    padding-left: 0;
    padding-right: 0;
  }
 #admin fieldset input, #admin fieldset select.input {
    width: 100%;
}
}
@media screen and (max-width: 867px) {
	
	.flexcontainer {
		flex-direction: column;
	}
	.flexcontainer>.first {
		width:100%;
	}
	.flexcontainer>.second {
		width:100%;
	}
	
  #menucolumn {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    border: none;
    z-index: 5;
    
	padding-left: 0;
  }
  #mobilemenu {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff; 
	padding-left: 10px;
	border-bottom: 1px solid #e6e6e6;
	z-index:999;
  }
  #menuwrapper {
	  top:50px;
  }
  #menucolumn.column3 {
    margin-left: -1px;
  }
  #aside {
    display: none;
  }
 #navbar-toggle, #menuwrapper nav {
		display: block;
	} 
	#logocontainersmall {
		display:inline;
	}
	#logocontainer {
		display:none;
	}
	#menuwrapper {
		background: #fff;
		border: 0;
		box-shadow: none;
		overflow: hidden;
		height: 0;
		transition: all .2s ease-in-out
	}

	#navbartoggle:checked+#menuwrapper {
		height: inherit;
		box-shadow: 0 2px 0 rgba(0, 0, 0, .1)
	}	
  #asidebody {
    padding: 1em;
  }
  #header .column1 {
    display: none;
  }
  #header .column2 {
    padding: 0;
    height: auto;
  }
  #header .column2 img {
    height: 60px;
    width: auto;
    margin: 10px 0 0 0;
  }
  #header .column3 {
    height: auto;
    padding: 8px 0;
    display: none;
  }

  #gs {
    margin: 0;
    padding: 55px 16px;
  }
  #header {
    position: relative;
    top: 40px;
  }
  .column2 {
    width: 100%;
    float: none;
    padding: 0;
  }
  #loginform {
    margin-top: 0;
  }
  #header > .column3 {
    width: 100%;
    padding: 8px 16px;
    height: inherit;
    border-top: 1px solid #f5f5f5;
  }
  #header > .column3 > a {
    display: inline;
    padding-right: 3%;
  }
  #footer .column1,
  #footer .column3 {
    display: none;
  }
  #gs table#raintable th,
  #gs table#raintable td {
    border: none;
    padding: 3px 1px;
    font-weight: normal;
  }
}
@media screen and (max-width: 500px) {
	
	.columnparent .column.se {
    float: left;
    width: 100%;
    border: 0 solid #ccc;
    border-left: 0 solid #ccc;
  }
  #gs .section .half,
  .half,
  #gs #news .half {
    width: 100%;
  }
  #gs table {
    font-size: 12px;
  }
  #gs #raintable {
    font-size: 9px;
  }
  #gs #news .right {
    padding-left: 0;
    padding-top: inherit;
  }
  #gs .section .right,
  #gs .article .right,
  #gs .right {
    padding-left: 0;
    padding-top: 1.5em;
  }
  .column,
  .column:first-child {
    float: none;
    display: block;
    width: 100%;
  }
  #mapnav,
  .selectmapregion,
  #blink {
    display: none !important;
  }
  h1 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.5em;
  }
  .input {
    width: 100%;
  }
  #gs .section .left,
  #gs .section .right {
    width: 100%;
  }
  .columnparent {
    display: block;
  }
  .columnparent .column {
    border: none;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  #header .column3 {
    height: auto;
    background: #fff;
    border: none;
    position: absolute;
    top: 0;
    text-align: left;
    padding: 0 16px;
  }

  #countrymaps > div {
    margin-right: 5px;
  }

  #landrek {
	padding-left:0;
	padding-right:0;
}
}
@media screen and (min-width: 867px) {
   #gs {
	margin-right:4%;
	margin-left:4%;
  }
}
@media print {
  body {
    font-size: 0.7em;
  }
  #maincontent {
    width: 100%;
  }
  .pagebreak {
	position: relative;
	page-break-inside: avoid;
    page-break-after: always;
	-webkit-region-break-inside: avoid;
  }
  #menucolumn,
  #aside,
  #header .column2,
  .column3,
  .noprint {
    display: none;
  }
  #countrymaps .left {
    float: none;
  }
  #countrymaps .thumbimg {
    height: auto;
    width: 100%;
  }
  #countrymaps .left {
    width: 49%;
  }
  #gs {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}
#clinicform input:invalid {border-color:#999;}