/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html {
  box-sizing: border-box; }

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:root {
  --animspeed: 200ms;
  --loadspeed: 0ms;
}

body {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  position: relative;
  margin: 0; }

header, menu, nav {
  display: block; }

[hidden] {
  display: none; }

a {
  background-color: transparent; }
a:active, a:hover {
  outline-width: 0; }

b {
  font-weight: bolder; }

img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

fieldset {
  border: none;
  margin: 0 0.125rem;
  padding: .35rem .625rem .75rem; }

textarea {
  padding: 0.3rem 0.5rem 0 0.5rem;
  overflow: auto; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
/* End extract */

html, body {
  /*font-family: Verdana,sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3; }

html {
  overflow-x: hidden; }

h1 {
  font-size: 2.25rem; }
h2 {
  color: #808080;
  font-weight: bold;
  font-variant: normal;
  font-size: 1.25rem; }
h3 {
  font-weight: bold;
  font-variant: normal;
  font-size: 1rem; }
h4 {
  font-size: 1.25rem; }
h1, h4 {
  /*font-family: "Segoe UI",Arial,sans-serif;*/
  font-weight: 400;
  margin: 0.625rem 0; }
h1 {
  color: #b2b2b2;
  font-weight: bold;
  font-variant: normal;
  font-size: 145%; }

hr {
  border: 0;
  border-top: 0.0625rem solid #aaa;
  /*margin: 1.25rem 0;*/
  box-sizing: content-box;
  overflow: visible; }
hr.triple {
  border-top: 0.0625rem solid #808080;
  border-bottom: 0.0625rem solid #e2e2e2;
  height: 0.0625rem; }

a {
  color: inherit; }

.button {
  border: none;
  display: inline-block;
  padding: 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.button:disabled {
  cursor: not-allowed;
  opacity: 0.3; }

:disabled * {
  pointer-events: none; }

ul {
  list-style-image: url(images/bullet.gif) }

.sidebar {
  height: 100%;
  width: 18.75rem;
  background-color: #fff;
  position: fixed !important;
  font-weight: bold;
  z-index: 3;
  overflow: auto; }

.barBlock {
  padding-top: 3rem;
  margin: 0.5rem 0.5rem 1rem; }

.main, #main {
  transition: margin-left var(--loadspeed);
  margin-left: 21rem;
  margin-right: 2.5rem; }
.mainPDF {
  height: 100%;
  transition: margin-left var(--loadspeed);
  margin-left: 18.75rem;
  margin-right: 0; }

#mySidebar {
  transition: transform var(--animspeed) ease-in-out;
  transform: translateX(-18.75rem);
  width: 18.75rem; }

.pdf {
  width: 100%;
  height: 100%; }

#flyer {
  height: 100%; }

.maxHeight {
  height: 100%; }

.barBlock .barItem {
  display: block;
  padding: 0.5rem 1rem;
  border: none;
  white-space: normal;
  float: none;
  /* drops a small shadow on the menu's items to increase contrast */
  text-shadow: 1px 1px 2px #666;

  outline: 0; }
/*
.barBlock .barItem:hover {
  text-shadow: none; }
*/

.barBlock.alignCenter .barItem {
  text-align: center; }

.myContainer:after, .myContainer:before, .navContainer:after, .navContainer:before,
.rowPadding:after, .rowPadding:before {
  content: "";
  display: table;
  clear: both; }

.flexHalf {
  flex: 100%; }

.flexThird {
  flex: 100%; }

.flexWrap {
  display: flex;
  flex-wrap: wrap; }

.flexPadding {
  padding: 0; }

.flexTopAuto {
  margin-top: auto; }
.flexLeftAuto {
  margin-left: auto; }
.flexRightAuto {
  margin-right: auto; }

.rowPadding {
  padding: 0 0.5rem; }

@media (min-width: 37.5rem) {
  .flexPadding {
    padding: 0 0.5rem; }
  .flexHalf {
    flex: 50%; }
  .flexThird {
    flex: 33.33333%; } }

@media (max-width: 75.25rem) {
  .flexAuto {
    max-width: 95%; } }

@media (min-width: 62.0625rem) {
  .hideLarge {
    display: none !important; }
  .barBlock {
    padding-top: 3rem; }
  #mySidebar {
    transform: translateX(0); }
  .myContainer {
    margin-top: 0; }
  #flyer {
    margin-top:0; }
  .maxHeightWithoutHeader {
    height: calc(100% - 0.3125rem); }
  .show-menu {
    display:none; }
}

@media (max-width: 62rem) {
  .main, .mainPDF {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .flexAuto {
    max-width: 100%; }
/* only necessary when topbar is fixed */
/*  #flyer {
    margin-top: 4rem; }*/
  .maxHeightWithoutHeader {
    height: calc(100% - 4.25rem);
  }
  fieldset {
    margin: 0; }

/* noscript menu */
  .show-menu {
    display:block; }
  /*Make dropdown links appear inline*/
  .cssul {
    position: static;
    display: none; }
  .ulListing {
    padding-left: 1.5rem; }
  .cssli {
    margin-bottom: .125rem; }
}

.topBar {
  /* hides part of the css menu, when active */
  /*position: fixed;*/
  z-index: 1; }

.topBar {
  top: 0; }

#myOverlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear var(--animspeed), opacity var(--animspeed) linear; }
.myOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 2; }

.displayTopleft {
  position: absolute;
  left: 0;
  top: 0; }

.myContainer, .navContainer {
  padding: 0.01rem 1rem; }

.largeFont {
  font-size: 1.125rem !important; }

.xlargeFont {
  font-size: 1.5rem !important; }

.alignCenter {
  text-align: center !important; }

.marginTop4 {
  margin-top: 0.25rem !important; }
.marginTop8 {
  margin-top: 0.5rem !important; }
.marginTop {
  margin-top: 1rem !important; }
.marginTop32 {
  margin-top: 2rem !important; }
.marginTop64 {
  margin-top: 4rem !important; }
.marginBottom {
  margin-bottom: 1rem !important; }
.marginBottom20 {
  margin-bottom: 1.25rem !important; }
.marginBottom24 {
  margin-bottom: 1.5rem !important; }
.marginLeft {
  margin-left: 1rem !important; }
.marginRight {
  margin-right: 1rem !important; }

.smallPadding {
  padding: 0.25rem 0.5rem !important; }
.mediumPadding {
  padding: 0.5rem 0.5rem !important; }
.largePadding {
  padding: 0.75rem 1.5rem !important; }
.headerPadding {
  padding: 1rem 0.5rem !important; }

.padding8 {
  padding: 0.5rem !important; }
.padding16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
.padding16-12 {
  padding-top: 1rem !important;
  padding-bottom: 0.75rem !important; }

/* Colors */
.whiteOnGrey {
  color: #fff !important;
  background-color: #b2b2b2 !important; }

.hoverRed:hover {
  color: #f00 !important; }

/* Custom */

.topRightLogo {
  float: right;
  max-width: 33%;
  margin-top: 1rem; }

.flexBoxColumn {
  display: flex; flex-direction: column; }
.imageBottomRightContainer {
  display: block; z-index: -1; }
.imageBottomRight {
  margin-top: -12rem; float: right }

@media (max-width: 32.5rem) { /* prevent overlapping text with image */
  .imageBottomRight {
    margin-top: 0; float: right }
}

#services a:link    {
  text-decoration:none; font-weight:bold; color: #808080;}
#services a:visited {
  text-decoration:none; font-weight:bold; color: #b2b2b2;}
#services a:focus   {
  text-decoration:none; font-weight:bold; background-color: #e2e2e2;}
#services a:hover   {
  text-decoration:none; font-weight:bold; color: #000; background-color: #e2e2e2;}
#services a:active  {
  text-decoration:none; font-weight:bold; color: #000; background-color: #e2e2e2;}

/*
.langChange {
  text-shadow: 1px 1px 2px #666; }
*/
.langChange:link    {
  text-decoration:none; font-size: 0.875rem; font-weight:normal; color: #000;}
.langChange:visited {
  text-decoration:none; font-size: 0.875rem; font-weight:normal; color: #fff;}
.langChange:focus   {
  text-decoration:none; font-size: 0.875rem; font-weight:normal; color: #f00; background-color: #b2b2b2;}
.langChange:hover   {
  text-decoration:none; font-size: 0.875rem; font-weight:normal; color: #f00; background-color: #b2b2b2;}
.langChange:active  {
  text-decoration:none; font-size: 0.875rem; font-weight:bold;   color: #f00;}

.langChange {
  display: flex;
  align-items: center;
  margin-left: 0.625em; }
.langChange img {
  margin-right: 0.5em; }
.langPadding {
  margin: 1em 0 0.625em;
}



/*****************/
/* noscript menu */
/*****************/
.headerTitle {
  margin-left: 4rem;
}

.show-menu {
  position: fixed;
  text-decoration: none;
  color: #fff;
  background: #b2b2b2;
  padding: 1.825rem 1rem;
  z-index: 4;
}
.show-menu:hover {
  cursor: pointer; }

/*Hide checkbox*/
/*input[type=checkbox]{*/
#show-menu {
  display: none;
}
/*Show menu when invisible checkbox is checked*/
/*input[type=checkbox]:checked ~ #menu {*/
#show-menu:checked ~ #mySidebar {
  transform: translateX(0);
}
#show-menu:checked ~ #myOverlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.show-menu span {
  height: 0.25rem;
  width: 2.2rem;
  border-radius: 0.125rem;
  background-color: white;
  position: relative;
  display: block;
  transition: all var(--animspeed) ease-in-out;
}
.show-menu span:before {
  top: -0.625rem;
  visibility: visible;
}
.show-menu span:after {
  top: 0.625rem;
}
.show-menu span:before,
.show-menu span:after {
  height: 0.25rem;
  width: 2.2rem;
  border-radius: 0.125rem;
  background-color: white;
  position: absolute;
  content: "";
  transition: all var(--animspeed) ease-in-out;
}
.show-menu:hover span,
.show-menu:hover span:before,
.show-menu:hover span:after {
  background: #ff0000;
}

#show-menu:checked ~ .show-menu:hover span,
#show-menu:checked ~ .show-menu span {
  background: transparent;
}
#show-menu:checked ~ .show-menu span:before {
  transform: rotate(45deg) translate(0.4375rem, 0.4375rem);
  opacity: 1;
}
#show-menu:checked ~ .show-menu span:after {
  transform: rotate(-45deg) translate(0.4375rem, -0.4375rem);
}


.cssul {
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute; }
.cssli {
  display:inline-block;
  float: left;
  margin-right: 1px; }

/*Style for menu links*/
.cssli a {
  display: block;
  min-width: 9rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #fff;
  background: #b2b2b2;
  text-decoration: none; }

/*Hover state for top level links*/
.cssli:hover a {
  color: #f00; }

/*Display the dropdown on hover*/
.cssul .cssli a:hover + .hidden, .hidden:hover {
  display: block; }
.cssul {
  width: calc(100% - 2rem); }
.cssul .cssli, .cssli a {
  width: 100%; }


.emailImage {
  display: inline-block;
  text-align: right; }
.emailInput, textarea {
  width: 31.25rem;}

.myContainer a:link {
  text-decoration: none;
  font-weight: bold;
  color: rgb(128,128,128);
}
.myContainer a:visited {
  text-decoration:none;
  font-weight:bold;
  color:rgb(178,178,178);
}
.myContainer a:focus     {
  text-decoration:none;
  font-weight:bold;
  background-color:rgb(226,226,226);
}
.myContainer a:hover     {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: rgb(  0,  0,  0);
  background-color: rgb(226,226,226);
}
.myContainer a:active   {
  text-decoration:none;
  font-weight:bold;
  color:rgb(  0,  0,  0);
  background-color:rgb(226,226,226);
}

/* Email input and label/placeholder movement */
.inputContainer {
  position: relative;
  height: 3.25rem;
  margin-top: 1.25rem;
  width: 100%; }
.textareaContainer {
  position: relative;
  margin-top: 1.25rem;
  width: 100%; }

.emailLine, .emailText {
  background-color: #b2b2b2;
  border-radius: 0.75rem;
  border: 0;
  box-sizing: border-box;
  color: #000;
  outline: 0;
  width: 100%;
}
.emailLine {
  height: 100%;
  padding: 0.25rem 1.25rem 0;
}
.emailText {
  padding: 1.25rem 1.25rem 0;
}

.cut {
  background-color: #fff;
  border-radius: 0.625rem;
  height: 1.25rem;
  left: 1.25rem;
  position: absolute;
  top: -1.25rem;
  transform: translateY(0);
  transition: transform var(--animspeed);
  width: 4.25rem; }
.cut-de {
  width: 4.5rem; }
.cut-it {
  width: 4.875rem; }
.cut-long {
  width: 10.25rem; }
.cut-long-de {
  width: 9.25rem; }
.cut-long-it {
  width: 12rem; }

.emailInput:focus ~ .cut,
.emailInput:not(:placeholder-shown) ~ .cut {
  transform: translateY(0.5rem);
}

.placeholder {
  color: #fff;
  font-family: sans-serif;
  left: 1.25rem;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform var(--animspeed), color var(--animspeed);
  top: 1rem;
}
.emailInput:focus ~ .placeholder,
.emailInput:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-1.75rem) translateX(0.625rem) scale(0.75);
}
.emailInput:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}
.emailInput:focus ~ .placeholder {
  color: #f00;
}

.submit {
  border: none;
  border-radius: 0.75rem;
  color: white;
  background: #d00;
  padding: 0.5rem 1.5rem;
  cursor: pointer; }
.submit:active {
  background: #a00; }

/* arrow for links */
.arrow {
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  
  border-left: 0.7em solid red;
  filter: drop-shadow(1px 1px 1px grey);

  display: inline-block;
}

/* back to top indication */
.arrowUp {
  margin-top: 1.25rem;
  border: solid white;
  border-width: 0 0.25rem 0.25rem 0;
  display: inline-block;
  padding: 0.25rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.back-to-top-arrow {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: #b2b2b2;
  padding: 0.25rem;
  
  position: fixed;
  position: sticky;
  pointer-events: all;
  top: calc(100vh - 4.5rem);
  filter: drop-shadow(1px 1px 1px grey);
}
.back-to-top-div {
  position: absolute;
  top: 100vh;
  right: 2rem;
  /*bottom: -5em;*/
  bottom: 0em;
  width: 3em;
  pointer-events: none;
}

.home {
  filter: drop-shadow(1px 1px 1px);
  width: 3rem;
  height: 3rem;}
