/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

a {
  text-decoration: none;
}

b {
  font-weight: 800;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* END RESET */
/*
@mixin transition($property, $time, $easing, $delay) { // Elementet att animera
	-webkit-transition: $property $time $easing $delay;
	-moz-transition: $property $time $easing $delay;
	-o-transition: $property $time $easing $delay;
	transition: $property $time $easing $delay;
}
*/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Abril Fatface", cursive;
  letter-spacing: 0;
  color: #082234;
}

.a-btn, .cms_a_-button_red, .cms_a_-button_green, .cms_a_-button_blue {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: uppercase;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 25px;
}

#header.admin {
  padding-top: 40px;
}

ol,
ul {
  margin: 10px 0 10px 23px;
  list-style: inherit;
}

ol li,
ul li {
  display: list-item;
}

ul {
  margin-left: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  background-color: #dedede;
  border: 0;
  height: 1px;
}

hr.hr_small {
  width: 60%;
}

hr.hr_left {
  margin-left: 0;
}

hr.hr_styled {
  background-color: #1f1f1f;
  margin: 0 auto 40px;
  position: relative;
  width: 26px;
}

hr.hr_styled:after {
  background-color: #1f1f1f;
  bottom: -3px;
  content: '';
  height: 1px;
  left: -13px;
  position: absolute;
  width: 52px;
}

.a-styledRadio {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.a-styledRadio input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.a-styledRadio input[type='radio'] + label {
  cursor: pointer;
  position: relative;
}

.a-styledRadio input[type='radio'] + label:before {
  content: '';
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #082234;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: bottom;
}

.a-styledRadio input[type='radio']:checked + label:after {
  background-color: #082234;
}

.a-styledRadio input[type='radio'] + label:after {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 11px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.a-styledCheckbox {
  display: inline-block;
  margin-right: 8px;
}

.a-styledCheckbox input {
  position: absolute;
  opacity: 0;
}

.a-styledCheckbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align: top;
}

.a-styledCheckbox input + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #082234;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-right: 8px;
  vertical-align: middle;
}

.a-styledCheckbox input + label img {
  vertical-align: middle;
}

.a-styledCheckbox input:checked + label:before {
  background: #082234;
}

.a-styledCheckbox input:checked + label:after {
  content: '';
  background: url(/site/assets/icon_checkboxWhite.svg) center center no-repeat;
  background-size: 50%;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: auto;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 6px 0 #1f1f1f;
          box-shadow: 0 0 6px 0 #1f1f1f;
}

input:not([type='checkbox']):not([type='radio']):not([type='file']),
select,
textarea {
  -webkit-appearance: none;
  height: 48px;
}

input[type='file'] {
  margin-top: 8px;
}

input:not([type='checkbox']):not([type='radio']),
textarea {
  width: 100%;
  padding: 12px;
  outline: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 8px;
  color: #1f1f1f;
  font-family: "Raleway", sans-serif;
}

input:not([type='checkbox']):not([type='radio']):-moz-placeholder, input:not([type='checkbox']):not([type='radio']):-ms-input-placeholder, input:not([type='checkbox']):not([type='radio'])::-moz-placeholder, input:not([type='checkbox']):not([type='radio'])::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

input:not([type='checkbox']):not([type='radio']).a-btn,
textarea.a-btn {
  color: #fff;
  padding: 10px 24px;
  border: 0;
}

input:not([type='checkbox']):not([type='radio']).a-btn.-dark,
textarea.a-btn.-dark {
  background: #245187;
}

input:not([type='checkbox']):not([type='radio']).a-btn.-red,
textarea.a-btn.-red {
  background: #951500;
}

textarea {
  min-height: 150px;
  resize: none;
}

input[type='submit']:not([type='checkbox']):not([type='radio']) {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  text-transform: uppercase;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  color: #fff;
  letter-spacing: 1px;
  border: 0;
  background: #082234;
}

input[type='submit']:not([type='checkbox']):not([type='radio']):hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

input[type='submit']:not([type='checkbox']):not([type='radio']).-green {
  background: #045b3e;
}

input[type='submit']:not([type='checkbox']):not([type='radio']).-red {
  background: #951500;
}

input[type='submit']:not([type='checkbox']):not([type='radio']).-grey {
  background: #eee;
  color: #082234;
}

input[type='submit']:not([type='checkbox']):not([type='radio']).-grey:hover {
  color: #082234;
}

input[type='submit']:not([type='checkbox']):not([type='radio']).-grey:active, input[type='submit']:not([type='checkbox']):not([type='radio']).-grey:visited {
  color: #082234;
}

input[type='submit']:not([type='checkbox']):not([type='radio']).-small {
  font-size: 12px;
  padding: 8px 16px;
}

input[type='search'] {
  width: 100%;
  -webkit-appearance: none;
  height: 30px;
  padding: 5px 2.5%;
  outline: 0;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 25px;
}

input[type='search']:hover {
  cursor: pointer;
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #fff;
  text-decoration: none;
}

select {
  font-family: "Abril Fatface", cursive;
  font-size: 16px;
  font-weight: 100;
  width: auto;
  max-width: 100%;
  border: 1px solid #e7e7e7;
  padding: 10px 30px 10px 15px;
  border-radius: 3px;
  background: url("../images/select_arrow.svg") #fff no-repeat;
  background-size: 12px;
  background-position: 90% 50%;
  apperance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

form {
  width: 100%;
  max-width: 504px;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
}

form table {
  width: 100%;
}

form.display_block table,
form.display_block tbody,
form.display_block td,
form.display_block th,
form.display_block tr {
  width: 100%;
  display: block;
  height: auto !important;
}

form.display_block td {
  float: left;
}

form.display_block td input#file {
  display: none;
}

form.display_block td input[type='text'],
form.display_block td textarea {
  margin-bottom: 5px;
}

.center_btn {
  margin: 0 auto;
  text-align: center;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  transition: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter 1s ease;
}

.cover {
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

a {
  color: #1f1f1f;
  text-decoration: underline;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

a:hover {
  color: #951500;
  text-decoration: underline;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

a.active, a:active {
  color: #951500;
}

a.a-btn {
  text-decoration: none;
}

a.a-btn:active, a.a-btn:visited {
  text-decoration: none;
  color: #fff;
}

.a-btn {
  background: #082234;
}

.a-btn:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.a-btn.-green {
  background: #045b3e;
}

.a-btn.-red {
  background: #951500;
}

.a-btn.-grey {
  background: #eee;
  color: #082234;
}

.a-btn.-grey:active, .a-btn.-grey:visited {
  color: #082234;
}

.a-btn.-small {
  font-size: 12px;
  padding: 8px 16px;
}

.m-btnContainer .a-btn {
  margin-bottom: 8px;
}

.m-btnContainer .a-btn:last-child {
  margin-bottom: 0;
}

.a-readMore {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.a-readMore:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #082234;
  top: 24px;
  left: 0;
  position: absolute;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.a-readMore:hover {
  color: #951500;
  text-decoration: none;
}

.a-readMore:hover:after {
  background: #951500;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.cms_a_-button_red {
  background: #951500;
  text-decoration: none;
}

.cms_a_-button_red:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.cms_a_-button_green {
  background: #045b3e;
  text-decoration: none;
}

.cms_a_-button_green:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.cms_a_-button_blue {
  background: #082234;
  text-decoration: none;
}

.cms_a_-button_blue:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.cms_a_-readMore {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.cms_a_-readMore:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #082234;
  top: 24px;
  left: 0;
  position: absolute;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.cms_a_-readMore:hover {
  color: #951500;
  text-decoration: none;
}

.cms_a_-readMore:hover:after {
  background: #951500;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.a-btnClose {
  width: 48px;
  height: 48px;
  background: url("/site/assets/icon_close.svg") no-repeat center center;
  background-size: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  word-break: break-word;
}

.h1.center,
.h2.center,
.h3.center,
.h4.center,
.h5.center,
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center;
  margin-bottom: 120px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .h1.center,
  .h2.center,
  .h3.center,
  .h4.center,
  .h5.center,
  h1.center,
  h2.center,
  h3.center,
  h4.center,
  h5.center {
    margin-bottom: 64px;
    max-height: none;
  }
}

.h1.-colorWhite,
.h2.-colorWhite,
.h3.-colorWhite,
.h4.-colorWhite,
.h5.-colorWhite,
h1.-colorWhite,
h2.-colorWhite,
h3.-colorWhite,
h4.-colorWhite,
h5.-colorWhite {
  color: #fff;
}

.h1.-colorPrimary,
.h2.-colorPrimary,
.h3.-colorPrimary,
.h4.-colorPrimary,
.h5.-colorPrimary,
h1.-colorPrimary,
h2.-colorPrimary,
h3.-colorPrimary,
h4.-colorPrimary,
h5.-colorPrimary {
  color: #1f1f1f;
}

.h1.-colorSecondary,
.h2.-colorSecondary,
.h3.-colorSecondary,
.h4.-colorSecondary,
.h5.-colorSecondary,
h1.-colorSecondary,
h2.-colorSecondary,
h3.-colorSecondary,
h4.-colorSecondary,
h5.-colorSecondary {
  color: #082234;
}

.h1.-colorHighlight,
.h2.-colorHighlight,
.h3.-colorHighlight,
.h4.-colorHighlight,
.h5.-colorHighlight,
h1.-colorHighlight,
h2.-colorHighlight,
h3.-colorHighlight,
h4.-colorHighlight,
h5.-colorHighlight {
  color: #951500;
}

.h1,
h1 {
  font-size: 4.8rem;
  line-height: 5rem;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 48px;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

.h2,
h2 {
  font-size: 4.8rem;
  line-height: 5rem;
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 32px;
    line-height: 48px;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

.h3,
h3 {
  font-size: 40px;
  line-height: 60px;
  font-size: 4rem;
  line-height: 6rem;
}

@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.h4,
h4 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.h5,
h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

dialog {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  /* polyfill backdrop */
  /* native backdrop */
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

dialog + ._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.notLoggedIn ._dialog_overlay {
  display: none;
}

.m-modal {
  display: none;
  position: absolute;
  top: 104px;
  right: 48px;
  border-radius: 0;
  max-width: 600px;
  background-color: white;
  padding: 40px;
  border: 0;
}

@media (max-width: 767px) {
  .m-modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    top: 120px;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.m-modal[open] {
  display: block;
  -webkit-animation: fade-in 0.4s ease-out;
          animation: fade-in 0.4s ease-out;
}

.m-modal__heading {
  margin-bottom: 24px;
}

.m-modal__forgotPass {
  margin-right: 16px;
}

#o-signIn {
  background: url("/site/assets/sign-in_bg.svg") #fff no-repeat;
  -webkit-box-shadow: 0 0 80px -30px rgba(8, 34, 52, 0.58);
          box-shadow: 0 0 80px -30px rgba(8, 34, 52, 0.58);
  border-radius: 4px;
  border: 0;
  margin-right: 0;
}

#o-signIn + .backdrop {
  display: none;
}

#o-signIn::-webkit-backdrop {
  display: none;
}

#o-signIn::backdrop {
  display: none;
}

#o-signIn:after, #o-signIn:before {
  display: none;
  bottom: 100%;
  right: 24px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#o-signIn:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

#o-signIn:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

#o-signIn .changePass,
#o-signIn .forgotPass {
  display: none;
}

#o-signIn .showForgotPass .forgotPass {
  display: block;
}

#o-signIn .showChangePass .changePass {
  display: block;
}

#o-signIn .showChangePass .signIn {
  display: none;
}

#o-tagsDialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  background-color: #f1f1f1;
  height: 90%;
  overflow: scroll;
  width: calc(90% - 32px);
  -webkit-box-shadow: 0 0 1em #082234;
          box-shadow: 0 0 1em #082234;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}

@media (max-width: 767px) {
  #o-tagsDialog {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto;
  }
}

html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  -moz-font-feature-settings: 'liga' on;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #1f1f1f;
  background: #fff;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  padding: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  body {
    padding: 0;
  }
}

.o-mainNavigation .m-mainNav__login {
  display: none;
}

body.notLoggedIn .m-mainNav__logo {
  background: url("/site/assets/logo.svg") no-repeat;
  background-size: contain;
  width: 350px;
  height: 49px;
  margin-top: 48px;
  margin-left: 48px;
}

@media (max-width: 767px) {
  body.notLoggedIn .m-mainNav__logo {
    width: 200px;
    height: 28px;
    margin-top: 16px;
    margin-left: 16px;
  }
}

body.notLoggedIn .m-mainNav__login {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 48px;
  margin-right: 48px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 767px) {
  body.notLoggedIn .m-mainNav__login {
    margin-top: 16px;
    margin-right: 16px;
  }
}

body.loggedIn .o-mainNavigation {
  position: relative;
  height: 64px;
  width: 100%;
  z-index: 999;
  clear: both;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0 solid transparent;
  -webkit-transition: background 0.3s ease, border-bottom 0.3s ease;
  transition: background 0.3s ease, border-bottom 0.3s ease;
}

body.loggedIn .m-mainNav__logoContainer {
  position: relative;
}

body.loggedIn .m-mainNav__logo {
  background: url("/site/assets/logo.svg") no-repeat;
  background-size: contain;
  width: 200px;
  height: 28px;
  margin: 2px 0;
}

@media (max-width: 767px) {
  body.loggedIn .m-mainNav__logo {
    width: 120px;
    height: 18px;
    margin: 8px 0;
  }
}

body.loggedIn .m-mainNav__list {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 80px;
  background: #fff;
  z-index: 9;
  width: 100%;
  height: 100%;
  margin: 0;
  right: 0;
  padding-top: 112px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body.loggedIn .m-mainNav__list {
    width: 100%;
    left: 0;
    top: 64px;
  }
}

body.loggedIn .m-mainNav__listItem {
  display: block;
  margin-left: 32px;
  font-size: 40px;
  line-height: 60px;
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  body.loggedIn .m-mainNav__listItem {
    margin-left: 0;
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

body.loggedIn .m-mainNav__listItem a {
  text-decoration: none;
  position: relative;
}

body.loggedIn .m-mainNav__listItem a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #951500;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

body.loggedIn .m-mainNav__listItem a:hover:before {
  moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 960px) {
  body.loggedIn .m-mainNav__listItem a:before {
    content: none;
  }
}

body.loggedIn .m-mainSearch {
  opacity: 0;
  visibility: hidden;
  float: right;
  width: 480px;
  max-width: 100%;
  margin: 0 16px;
  position: relative;
}

@media (max-width: 767px) {
  body.loggedIn .m-mainSearch {
    margin: 4px 0 0;
    width: 100%;
  }
}

body.loggedIn .m-mainSearch input:not([type='checkbox']):not([type='radio']):not([type='file']) {
  height: 32px;
  margin-bottom: 4px;
  padding: 4px 8px;
}

@media (max-width: 767px) {
  body.loggedIn .m-mainSearch input:not([type='checkbox']):not([type='radio']):not([type='file']) {
    height: 44px;
    padding: 12px;
    margin-bottom: 2px;
  }
}

body.loggedIn .m-mainSearch__result {
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  background: #fff;
  margin: 16px auto 0;
  padding: 8px;
  border: 1px solid #eee;
}

body.loggedIn .m-mainSearch__result:after, body.loggedIn .m-mainSearch__result:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

body.loggedIn .m-mainSearch__result:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

body.loggedIn .m-mainSearch__result:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 17px;
  margin-left: -17px;
}

body.loggedIn .m-mainSearch__result li {
  list-style: none;
  border-bottom: 1px solid #eee;
}

body.loggedIn .m-mainSearch__result li a {
  text-decoration: none;
  display: block;
}

body.loggedIn .m-mainSearch__result li.search_header, body.loggedIn .m-mainSearch__result li.search_item {
  background: #fafafa;
}

body.loggedIn .m-mainSearch__result li.search_header {
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px;
  font-weight: 700;
}

body.loggedIn .m-mainSearch__result li.search_item {
  padding: 4px;
  font-size: 14px;
}

body.loggedIn .m-mainSearch__result li.search_item:hover {
  background: #f1f1f1;
}

body.loggedIn .m-mainSearch__result li.showAll {
  padding-bottom: 8px;
  font-size: 16px;
}

body.loggedIn .o-mainTag__btn {
  width: 32px;
  height: 32px;
  background: url("/site/assets/icon_tag.svg") center center no-repeat;
  background-size: 100%;
  margin-left: 4px;
  cursor: pointer;
}

body.loggedIn .o-mainSearch__btn {
  width: 32px;
  height: 32px;
  background: url("/site/assets/icon_search.svg") center center no-repeat;
  background-size: 100%;
  margin-left: 4px;
  cursor: pointer;
}

body.loggedIn .o-mainSearch__closeBtn {
  width: 24px;
  height: 24px;
  background: url("/site/assets/icon_close.svg") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 4px;
}

@media (max-width: 767px) {
  body.loggedIn .o-mainSearch__closeBtn {
    top: 8px;
    right: 8px;
  }
}

body.loggedIn .o-mainUser__btn {
  width: 32px;
  height: 32px;
  background: url("/site/assets/icon_user.svg") center center no-repeat;
  background-size: 100%;
  margin-left: 4px;
  cursor: pointer;
}

body.loggedIn .o-mainNavigation__btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 5px 0 5px 8px;
  z-index: 9999;
}

body.loggedIn .m-mainNavBtn__inner {
  top: 2px;
  -webkit-transition: background-color 0s linear 0.13s;
  transition: background-color 0s linear 0.13s;
  position: absolute;
  width: 24px;
  height: 1px;
  border-radius: 4px;
  background-color: #082234;
}

body.loggedIn .m-mainNavBtn__inner:before {
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  border-radius: 4px;
  top: 8px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-color: #082234;
}

body.loggedIn .m-mainNavBtn__inner:after {
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  border-radius: 4px;
  top: 16px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -10px;
  background-color: #082234;
}

body.loggedIn.navOpen {
  position: fixed;
}

body.loggedIn.navOpen .o-mainNavigation {
  -webkit-transition: background 0.3s ease, border-bottom 0.3s ease;
  transition: background 0.3s ease, border-bottom 0.3s ease;
  background: white;
  border-bottom: 1px solid #eee;
}

body.loggedIn.navOpen .m-mainSearchBtn {
  position: fixed;
  right: 136px;
}

@media (max-width: 767px) {
  body.loggedIn.navOpen .m-mainSearchBtn {
    right: 120px;
  }
}

body.loggedIn.navOpen .m-mainTagBtn {
  position: fixed;
  right: 100px;
}

@media (max-width: 767px) {
  body.loggedIn.navOpen .m-mainTagBtn {
    right: 84px;
  }
}

body.loggedIn.navOpen .m-mainUserBtn {
  position: fixed;
  right: 64px;
}

@media (max-width: 767px) {
  body.loggedIn.navOpen .m-mainUserBtn {
    right: 48px;
  }
}

body.loggedIn.navOpen .m-mainNavBtn {
  position: fixed;
  z-index: 9999;
  right: 32px;
}

@media (max-width: 767px) {
  body.loggedIn.navOpen .m-mainNavBtn {
    right: 16px;
  }
}

body.loggedIn.navOpen .m-mainNavBtn__inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

body.loggedIn.navOpen .m-mainNavBtn__inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

body.loggedIn.navOpen .m-mainNavBtn__inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

body.loggedIn.navOpen .m-mainNav__logoContainer {
  z-index: 9999;
  position: fixed;
  left: 32px;
}

@media (max-width: 767px) {
  body.loggedIn.navOpen .m-mainNav__logoContainer {
    left: 16px;
  }
}

body.loggedIn.navOpen .m-mainNav__list {
  opacity: 1;
  visibility: visible;
}

body.searchOpen .m-mainSearch {
  opacity: 1;
  visibility: visible;
}

body.searchResultOpen .m-mainSearch__result {
  display: block;
}

.o-header {
  position: relative;
}

#startpage .o-header {
  height: 900px;
  width: 100%;
  background: url("/site/assets/start_header_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  #startpage .o-header {
    height: auto;
    background-position: 40% center;
  }
}

#startpage .o-header:after {
  content: '';
  width: 100%;
  height: 113px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("/site/assets/divider_header_cards.svg");
  z-index: 1;
}

@media (max-width: 767px) {
  #startpage .o-header:after {
    content: none;
  }
}

main {
  background: #fafafa;
}

.btnWrapper {
  position: absolute;
  top: 48px;
  right: 48px;
  z-index: 99;
}

body#startpage .btnWrapper {
  top: 500px;
}

body#startpage.attach .btnWrapper {
  top: 48px;
}

body.notLoggedIn .btnWrapper .m-mainNav__login {
  margin: 0;
}

body.attach .btnWrapper {
  position: fixed;
  top: 48px;
}

.btnWrapper .a-btn {
  position: relative;
  padding: 32px 48px;
}

.btnWrapper .a-btn:before {
  content: '';
  display: block;
}

.btnWrapper .a-btn.-blue {
  padding-left: 0;
  border-radius: 0 48px 48px 0;
}

.btnWrapper .a-btn.-blue:before {
  position: absolute;
  bottom: 0;
  left: -23px;
  z-index: 5;
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-bottom-color: #082234;
  border-bottom-width: 80px;
  border-left: solid 24px transparent;
}

.btnWrapper .a-btn.-red {
  padding-right: 0;
  border-radius: 48px 0 0 48px;
  margin-right: 16px;
}

.btnWrapper .a-btn.-red:before {
  position: absolute;
  bottom: 0;
  right: -23px;
  z-index: 5;
  border-style: solid;
  border-width: 0px 0 80px 24px;
  border-color: transparent transparent transparent #951500;
}

@media (max-width: 1025px) {
  .btnWrapper {
    top: 48px;
    right: 24px;
  }
  .btnWrapper .a-btn {
    position: relative;
    padding: 16px 24px;
    font-size: 10px;
  }
  .btnWrapper .a-btn.-blue {
    font-size: 10px;
  }
  .btnWrapper .a-btn.-blue:before {
    border-bottom-width: 48px;
  }
  .btnWrapper .a-btn.-red {
    font-size: 10px;
  }
  .btnWrapper .a-btn.-red:before {
    border-width: 0px 0 48px 24px;
  }
}

.m-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 88px 120px;
}

@media (max-width: 1025px) {
  .m-content {
    padding: 64px 48px;
  }
}

@media (max-width: 767px) {
  .m-content {
    padding: 48px 16px;
  }
}

.m-content__preamble {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #951500;
  text-transform: uppercase;
}

.m-content__preamble.-green {
  color: #045b3e;
}

.m-content__preamble.-blue {
  color: #082234;
}

.m-content__text {
  margin-top: 8px;
}

.m-content__date {
  color: #951500;
  font-size: 14px;
}

.o-contentCards {
  position: relative;
  margin-top: -120px;
  padding-top: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .o-contentCards {
    margin-top: 0;
  }
}

.o-cardHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .o-cardHolder {
    display: block;
  }
}

.m-card {
  width: 330px;
  height: 517px;
  float: left;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 767px) {
  .m-card {
    width: 100%;
    margin-bottom: 24px;
  }
  .m-card:last-child {
    margin-bottom: 0;
  }
}

.m-card__logo {
  margin-top: 40px;
  width: 80%;
  max-width: 270px;
}

.m-card__bottom {
  position: absolute;
  bottom: 0;
  padding: 40px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-card__text {
  margin-bottom: 32px;
}

.m-card__preamble {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #951500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .m-card__preamble {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.m-card__preamble.-green {
  color: #045b3e;
}

.m-card__preamble.-blue {
  color: #082234;
}

.m-card__heading {
  margin-bottom: 32px;
  line-height: 4rem;
}

.m-card.-eReport {
  background: url("/site/assets/card_e-report.svg") #f8fffd center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 40px 10px rgba(4, 91, 62, 0.09);
          box-shadow: 0 0 40px 10px rgba(4, 91, 62, 0.09);
  margin-right: -8px;
}

@media (max-width: 767px) {
  .m-card.-eReport {
    margin-right: auto;
    margin-left: auto;
  }
}

.m-card.-report {
  background: url("/site/assets/card_report.svg") #fffbfa center center no-repeat;
  background-size: cover;
  width: 370px;
  height: 563px;
  -webkit-box-shadow: 0 0 40px 10px rgba(149, 21, 0, 0.06);
          box-shadow: 0 0 40px 10px rgba(149, 21, 0, 0.06);
  z-index: 3;
}

@media (max-width: 767px) {
  .m-card.-report {
    width: 100%;
    height: 517px;
  }
}

.m-card.-myReport {
  background: url("/site/assets/card_my_report.svg") #f8fbff center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 40px 10px rgba(36, 81, 135, 0.11);
          box-shadow: 0 0 40px 10px rgba(36, 81, 135, 0.11);
  margin-left: -8px;
}

@media (max-width: 767px) {
  .m-card.-myReport {
    margin-right: auto;
    margin-left: auto;
  }
}

.o-contentIntro {
  padding: 88px 0 88px 120px;
}

@media (max-width: 767px) {
  .o-contentIntro {
    background: #fffbfa;
    padding: 48px 16px;
  }
}

@media (max-width: 767px) {
  .o-contentIntro .m-content__preamble {
    text-align: center;
  }
  .o-contentIntro .m-content__heading {
    text-align: center;
  }
  .o-contentIntro .m-content__img {
    margin-top: 48px;
  }
}

.o-contentBlog {
  width: 100%;
  background: url("/site/assets/blog_bg.svg") no-repeat center center;
  background-size: cover;
}

.o-contentBlog .m-content__date {
  font-weight: 700;
}

.o-contentBlog .m-blog {
  margin: 0 -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .o-contentBlog .m-blog {
    margin: 0 auto;
  }
}

.o-contentBlog .m-blog__post {
  margin-bottom: 48px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .o-contentBlog .m-blog__post {
    width: 100%;
    padding: 0;
  }
}

.o-contentLatest {
  width: 100%;
  background: url("/site/assets/latest_bg.png") no-repeat center center;
  background-size: cover;
}

.o-gridContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -16px;
}

@media (max-width: 767px) {
  .o-gridContainer {
    margin: 0;
  }
}

.o-gridContainer .m-latestContainer {
  margin-bottom: 48px;
  margin-right: 16px;
  margin-left: 16px;
  max-width: 335px;
  min-height: 144px;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (max-width: 960px) {
  .o-gridContainer .m-latestContainer {
    width: calc(50% - 32px);
  }
}

@media (max-width: 767px) {
  .o-gridContainer .m-latestContainer {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
  }
}

.o-gridContainer .m-latestContainer:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

.o-gridContainer .m-latestContainer .m-latest {
  margin: 0;
}

.m-latest {
  background: url("/site/assets/latest_report_bg.svg") center center no-repeat;
  background-size: cover;
  min-height: 144px;
  padding: 24px;
  margin-bottom: 48px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px -5px rgba(149, 21, 0, 0.06);
          box-shadow: 0 0 40px -5px rgba(149, 21, 0, 0.06);
  position: relative;
}

.m-latest .m-content__date {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.m-latest__logo {
  width: 100%;
  height: 100%;
  max-width: 144px;
  height: 20px;
  max-height: 20px;
  margin-bottom: 8px;
  background: url("/site/assets/logo.svg") center center no-repeat;
  background-size: contain;
}

.m-latest.-eReport {
  background: url("/site/assets/latest_e-report_bg.svg") center center no-repeat;
  -webkit-box-shadow: 0 0 40px -5px rgba(4, 91, 62, 0.09);
          box-shadow: 0 0 40px -5px rgba(4, 91, 62, 0.09);
  background-size: cover;
}

.m-latest.-eReport .m-latest__logo {
  background: url("/site/assets/logo_e-report.svg") center center no-repeat;
  background-size: contain;
}

.m-latest.-eReport .m-content__date {
  color: #045b3e;
}

.o-contentContact {
  width: 100%;
  background: url("/site/assets/contact_bg.svg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .o-contentContact .m-content__preamble {
    text-align: center;
  }
  .o-contentContact .m-content__heading {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .o-contentContact .o-contactForm {
    float: none;
  }
}

.o-contentContact .o-contactPerson {
  background: #ffffff;
  -webkit-box-shadow: 0 0 44px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 44px -20px rgba(0, 0, 0, 0.2);
  max-width: 328px;
  float: right;
}

@media (max-width: 767px) {
  .o-contentContact .o-contactPerson {
    float: none;
    margin: 48px auto 0;
  }
}

.o-contentContact .m-contactPerson {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  position: relative;
  word-break: break-all;
}

.o-contentContact .m-contactPerson__heading {
  font-size: 20px;
  line-height: 24px;
}

.o-contentContact .m-contactPerson__divider {
  height: 1px;
  width: 100%;
  background: #fff0ee;
  margin: 16px 0;
}

.o-contentContact .m-contactPerson__cellphone, .o-contentContact .m-contactPerson__email {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
  margin-top: 16px;
}

.o-contentContact .m-contactPerson__social {
  background: url("/site/assets/social_linkedin.svg") center center no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
}

.o-contentContact form {
  margin-top: 24px;
}

body#startpage .o-startContainer {
  padding: 88px 120px;
}

@media (max-width: 767px) {
  body#startpage .o-startContainer {
    padding: 48px 16px;
  }
}

body#startpage .m-startContainer__heading {
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 70px;
  line-height: 7rem;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  body#startpage .m-startContainer__heading {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

body#startpage .m-startContainer__preamble {
  max-width: 330px;
  display: block;
  margin-bottom: 24px;
}

body#blog .o-contentBlog {
  background: none;
}

body#blog main {
  background: url("/site/assets/blog_bg.svg") no-repeat center center;
  background-size: cover;
}

body#archive main {
  background: url("/site/assets/latest_bg.png") no-repeat center center;
  background-size: cover;
}

body#archive .m-archive__year {
  margin: 40px 0;
}

body#archive .m-archive__year li {
  display: inline-block;
  list-style: none;
}

body#tags .o-tagContainer h4 {
  text-transform: uppercase;
  margin-bottom: 8px;
}

body#tags .o-tagContainer ul {
  margin: 0;
}

body#tags .o-tagContainer li {
  list-style: none;
  margin-bottom: 24px;
}

body#tagOverview main {
  background: url("/site/assets/latest_bg.png") no-repeat center center;
  background-size: cover;
}

body#article .m-article {
  margin-bottom: 32px;
}

body#article .m-article__editor {
  font-size: 14px;
}

body#article .m-content__heading {
  margin-bottom: 16px;
}

body#valuePerson .o-contentLatest .o-gridContainer {
  margin: 0 auto;
}

body#valuePerson .m-card {
  float: none;
}

body#searchResult .m-searchContent {
  margin: 0;
}

body#searchResult .m-searchContent__item {
  list-style: none;
}

body#profile .o-changeInfo {
  display: none;
}

body#profile #o-userDialog.showChangeInfo .o-changeInfo {
  display: block;
}

body#profile .o-changePassword {
  display: none;
}

body#profile #o-userDialog.showChangePass .o-changePassword {
  display: block;
}

.file_info h4 {
  word-break: break-all;
}

#login .m-login {
  text-align: center;
}

#login .m-login form input {
  text-align: center;
}

#login .m-login .forgotPass {
  text-decoration: underline;
}

#login .m-login,
#login .m-signup {
  background: #fefefe;
  border: 1px solid #ddd;
  width: 400px;
  margin: 0 auto;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#login .m-login form,
#login .m-signup form {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #login .m-login,
  #login .m-signup {
    width: 100%;
  }
}

.o-mainFooter {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  padding: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #082234;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .o-mainFooter {
    position: relative;
    padding: 120px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.m-mainFooter__logo {
  background: url("/site/assets/logo_bright.svg") no-repeat;
  background-size: contain;
  width: 80%;
  max-width: 350px;
  height: 49px;
  display: inline-block;
}

.m-mainFooter__info {
  margin-top: 16px;
}

.m-mainFooter__divider {
  height: 1px;
  width: 100%;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.12);
  margin: 16px auto;
}

.m-socialbar {
  font-size: 14px;
}

.m-socialbar a {
  color: #fff;
  margin-right: 16px;
}

.m-socialbar a:last-child {
  margin-right: 0;
}

.m-socialbar__item {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.m-socialbar__item:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}

.m-socialbar__item.-facebook:before {
  background: url("/site/assets/social_facebook.svg") center center no-repeat;
}

.m-socialbar__item.-twitter:before {
  background: url("/site/assets/social_twitter.svg") center center no-repeat;
}

.marginT8 {
  margin-top: 8px;
}

.marginT16 {
  margin-top: 16px;
}

.marginT24 {
  margin-top: 24px;
}

.marginT32 {
  margin-top: 32px;
}

.marginT40 {
  margin-top: 40px;
}

.marginT48 {
  margin-top: 48px;
}

.marginT56 {
  margin-top: 66px;
}

.marginT64 {
  margin-top: 64px;
}

.marginB8 {
  margin-bottom: 8px;
}

.marginB16 {
  margin-bottom: 16px;
}

.marginB24 {
  margin-bottom: 24px;
}

.marginB32 {
  margin-bottom: 32px;
}

.marginB40 {
  margin-bottom: 40px;
}

.marginB48 {
  margin-bottom: 48px;
}

.marginB56 {
  margin-bottom: 66px;
}

.marginB64 {
  margin-bottom: 64px;
}

.paddingT8 {
  padding-top: 8px;
}

.paddingT16 {
  padding-top: 16px;
}

.paddingT24 {
  padding-top: 24px;
}

.paddingT32 {
  padding-top: 32px;
}

.paddingT40 {
  padding-top: 40px;
}

.paddingT48 {
  padding-top: 48px;
}

.paddingT56 {
  padding-top: 66px;
}

.paddingT64 {
  padding-top: 64px;
}

.paddingB8 {
  padding-bottom: 8px;
}

.paddingB16 {
  padding-bottom: 16px;
}

.paddingB24 {
  padding-bottom: 24px;
}

.paddingB32 {
  padding-bottom: 32px;
}

.paddingB40 {
  padding-bottom: 40px;
}

.paddingB48 {
  padding-bottom: 48px;
}

.paddingB56 {
  padding-bottom: 66px;
}

.paddingB64 {
  padding-bottom: 64px;
}

.col100,
.col25,
.col33,
.col40,
.col45,
.col50,
.col55,
.col66,
.col75 {
  float: left;
}

.col100 {
  width: 100%;
}

.col75 {
  width: 75%;
}

@media (max-width: 767px) {
  .col75 {
    width: 100%;
  }
}

.col66 {
  width: 66%;
}

@media (max-width: 767px) {
  .col66 {
    width: 100%;
  }
}

.col55 {
  width: 55%;
}

@media (max-width: 767px) {
  .col55 {
    width: 100%;
  }
}

.col50 {
  width: 50%;
}

@media (max-width: 767px) {
  .col50 {
    width: 100%;
  }
}

.col45 {
  width: 45%;
}

@media (max-width: 767px) {
  .col45 {
    width: 100%;
  }
}

.col40 {
  width: 40%;
}

@media (max-width: 767px) {
  .col40 {
    width: 100%;
  }
}

.col33 {
  width: 33%;
}

@media (max-width: 767px) {
  .col33 {
    width: 100%;
  }
}

.col25 {
  width: 25%;
}

@media (max-width: 767px) {
  .col25 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hideOnMobile {
    display: none;
  }
}

.row {
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.floatNone {
  float: none;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.highlight {
  color: #951500;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */