main {
  display: block;
}

header #search_box_pop {
  display: none;
}
header #search_box_pop button {
  padding: 10px 15px 10px 15px;
  margin: 0;
  border: 1px solid #d3dbe3;
  background: #fafafa;
  cursor: pointer;
  font-size: 14px;
}
header #search_box_pop button:hover {
  background: #f2f2f2;
}
header #search_box_pop input[type=text] {
  font-size: 14px;
}

.table_wrapper {
  min-height: 0.01%;
  overflow-x: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border-collapse: collapse;
  border: 0;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-color: #ddd;
}

.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 2px;
  vertical-align: bottom;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.pagination {
  float: left;
  margin-left: 20px;
}
.pagination nav a {
  text-decoration: none !important;
}

.year_select, .department_select {
  float: left;
  margin: 20px 20px 20px 0;
}
.year_select select, .department_select select {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media screen and (min-width: 0px) and (max-width: 350px) {
  html {
    font-size: 14px;
  }

  main, footer#page_footer #footer_content {
    width: 320px;
  }

  #nav_wrapp_mobile_ico, #search_box_mobile {
    display: block;
    margin-top: 15px;
  }

  header section.page_section {
    display: block;
  }

  header #search_box {
    display: none;
  }

  header #top_line {
    display: none;
  }
  header #top_line.show {
    display: block;
    position: absolute;
    background: white;
    margin-left: -15px;
    margin-top: -15px;
    padding: 25px;
    float: none;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: 0px 5px 5px -5px black;
    -moz-box-shadow: 0px 5px 5px -5px black;
    box-shadow: 0px 5px 5px -5px black;
  }
  header #top_line.show p {
    display: none;
  }
  header #top_line.show .menu_entry {
    display: block;
    width: 100%;
  }

  h1#ibp_title, .like_h1 {
    display: block;
    font-size: 21px;
  }

  h1 {
    font-size: 21px;
    margin: 0px 0px 15px 0px;
  }

  h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 18px;
  }

  aside h3 {
    margin-bottom: 10px;
  }

  h4 {
    font-size: 16px;
  }

  h1#ibp_title span, .like_h1 span {
    font-size: 14px;
  }

  header img#logo, header img#hr_logo {
    float: left;
    height: 50px;
    margin: 0 20px 25px 0;
  }

  nav#homepage strong {
    font-size: 18px;
  }

  nav#homepage ul li {
    width: 100%;
    padding: 15px;
    margin-right: 0px !important;
  }

  aside {
    width: 100%;
    padding: 15px;
  }

  section#content {
    width: 100%;
  }

  section#slider .right_column {
    width: 100%;
    padding: 15px;
    background: rgba(19, 37, 54, 0.3) !important;
  }

  section#slider .right_column strong {
    font-size: 18px;
  }

  footer#page_footer #footer_content .column {
    width: 100%;
    float: left;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 350px) and (max-width: 640px) {
  html {
    font-size: 14px;
  }

  main, footer#page_footer #footer_content {
    width: calc(100% - 30px);
  }

  #nav_wrapp_mobile_ico, #search_box_mobile {
    display: block;
    margin-top: 15px;
  }

  header section.page_section {
    display: block;
  }

  header #search_box {
    display: none;
  }

  header #top_line {
    display: none;
  }
  header #top_line.show {
    display: block;
    position: absolute;
    background: white;
    margin-left: -15px;
    margin-top: -15px;
    padding: 25px;
    float: none;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: 0px 5px 5px -5px black;
    -moz-box-shadow: 0px 5px 5px -5px black;
    box-shadow: 0px 5px 5px -5px black;
  }
  header #top_line.show p {
    display: none;
  }
  header #top_line.show .menu_entry {
    display: block;
    width: 100%;
  }

  h1#ibp_title, .like_h1 {
    display: block;
    font-size: 21px;
  }

  h1 {
    font-size: 21px;
    margin: 0px 0px 15px 0px;
  }

  h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 18px;
  }

  aside h3 {
    margin-bottom: 10px;
  }

  h4 {
    font-size: 16px;
  }

  h1#ibp_title span, .like_h1 span {
    font-size: 14px;
  }

  header img#logo, header img#hr_logo {
    float: left;
    height: 50px;
    margin-bottom: 25px;
  }

  img#hr_logo {
    margin-left: 30px;
  }

  nav#homepage strong {
    font-size: 16px;
  }

  nav#homepage ul li {
    width: calc(((100% - 15px)/2) - 1px);
    padding: 15px;
  }

  nav#homepage ul li:nth-of-type(2n) {
    margin-right: 0px !important;
  }

  aside {
    width: 100%;
    padding: 15px;
  }

  section#content {
    width: 100%;
  }

  section#slider .right_column {
    width: 100%;
    padding: 15px;
    background: rgba(19, 37, 54, 0.3) !important;
  }

  section#slider .right_column strong {
    font-size: 18px;
  }

  footer#page_footer #footer_content .column {
    width: 100%;
    float: left;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  html {
    font-size: 14px;
  }

  main, footer#page_footer #footer_content {
    width: calc(100% - 50px);
  }

  #nav_wrapp_mobile_ico, #search_box_mobile {
    display: none;
  }

  header section.page_section {
    display: table;
  }

  header #top_line {
    display: block;
  }

  header #search_box_pop {
    display: block;
    position: relative;
  }
  header #search_box_pop input[type=text] {
    padding: 10px;
    margin: 0 -3px 0 0;
    border: 1px solid #d3dbe3;
    background: #fafafa;
    display: none;
  }
  header #search_box_pop input[type=text].popup {
    display: block;
    position: absolute;
    left: -190px;
  }

  header #search_box {
    display: none;
  }

  h1#ibp_title, .like_h1 {
    display: table-cell;
    font-size: 21px;
    white-space: pre;
  }

  h1 {
    font-size: 28px;
    margin: 0px 0px 20px 0px;
  }
  h1.intranet_inst {
    font-size: 24px;
    margin-top: 0;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 21px;
  }

  aside h3 {
    margin-bottom: 15px;
  }

  h4 {
    font-size: 16px;
  }

  h1#ibp_title span, .like_h1 span {
    font-size: 14px;
  }

  header img#logo, header img#hr_logo {
    float: left;
    border-right: 1px solid #d3dbe3;
    padding-right: 15px;
    margin-right: 0;
    height: 50px;
  }

  header img#hr_logo {
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  nav#homepage strong {
    font-size: 16px;
  }

  nav#homepage ul li {
    width: calc(((100% - 15px)/2) - 1px);
    padding: 25px;
  }

  nav#homepage ul li:nth-of-type(2n) {
    margin-right: 0px !important;
  }

  aside {
    width: 240px;
    padding: 15px;
  }

  section#content {
    width: calc(100% - 255px);
  }

  section#slider .right_column {
    width: 240px;
    padding: 15px;
  }

  section#slider .right_column strong {
    font-size: 21px;
  }

  footer#page_footer #footer_content .column {
    width: calc(100%);
    float: left;
    padding-right: 15px;
  }

  #username_menu_entry {
    display: block;
    margin-bottom: 10px;
  }

  .past_username {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  html {
    font-size: 16px;
  }

  main, footer#page_footer #footer_content {
    width: calc(100% - 50px);
  }

  #nav_wrapp_mobile_ico, #search_box_mobile {
    display: none;
  }

  header section.page_section {
    display: table;
  }

  header #search_box {
    display: table-cell;
    border-left: 0px;
    margin-left: -3px;
  }

  headser #search_box input[type=text] {
    width: 150px;
  }

  h1#ibp_title, .like_h1 {
    display: table-cell;
    font-size: 21px;
    white-space: pre;
  }

  h1 {
    font-size: 36px;
    margin: 0px 0px 25px 0px;
  }
  h1.intranet_inst {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 24px;
  }

  aside h3 {
    margin-bottom: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h1#ibp_title span, .like_h1 span {
    font-size: 14px;
  }

  header img#logo, header img#hr_logo {
    float: left;
    border-right: 1px solid #d3dbe3;
    padding-right: 15px;
    margin-right: 15px;
    height: 75px;
  }

  nav#homepage strong {
    font-size: 18px;
  }

  nav#homepage ul li {
    width: calc(((100% - 30px)/3) - 1px);
    padding: 25px;
  }

  nav#homepage ul li:nth-of-type(3n) {
    margin-right: 0px !important;
  }

  aside {
    width: 320px;
    padding: 25px;
  }

  section#content {
    width: calc(100% - 335px);
  }

  section#slider .right_column {
    width: 320px;
    padding: 25px;
  }

  section#slider .right_column strong {
    font-size: 26px;
  }

  footer#page_footer #footer_content .column {
    width: calc((100% /3) - 1px);
    float: left;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }

  main, footer#page_footer #footer_content {
    width: 1230px;
  }

  #nav_wrapp_mobile_ico, #search_box_mobile {
    display: none;
  }

  header section.page_section {
    display: table;
  }

  header #search_box {
    display: table-cell;
    border-left: 0px;
    margin-left: -3px;
  }

  header #search_box input[type=text] {
    width: 300px;
  }

  h1#ibp_title, .like_h1 {
    display: table-cell;
    font-size: 30px;
    white-space: pre;
  }

  h1 {
    font-size: 36px;
    margin: 0px 0px 30px 0px;
  }
  h1.intranet_inst {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 24px;
  }

  aside h3 {
    margin-bottom: 25px;
  }

  h4 {
    font-size: 18px;
  }

  h1#ibp_title span, .like_h1 span {
    font-size: 16px;
  }

  header img#logo, header img#hr_logo {
    float: left;
    border-right: 1px solid #d3dbe3;
    padding-right: 35px;
    margin-right: 35px;
    height: 75px;
  }

  nav#homepage strong {
    font-size: 21px;
  }

  nav#homepage ul li {
    width: calc(((100% - 30px)/3) - 1px);
    padding: 25px;
  }

  nav#homepage ul li:nth-of-type(3n) {
    margin-right: 0px !important;
  }

  aside {
    width: 320px;
    padding: 25px;
  }

  section#content {
    width: calc(100% - 335px);
  }

  section#slider .right_column {
    width: 320px;
    padding: 25px;
  }

  section#slider .right_column strong {
    font-size: 30px;
  }

  footer#page_footer #footer_content .column {
    width: calc((100% /3) - 1px);
    float: left;
    padding-right: 25px;
  }
}
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #d3dbe3;
  color: #132536;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  border: 0px;
}

.clear {
  clear: both;
  float: none;
}

.link {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 5px auto 5px auto;
}

p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}

h1, h2, h3, h4, .like_h1 {
  letter-spacing: 0.05em;
}

h1#ibp_title, .like_h1 {
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  white-space: nowrap;
}

h1#ibp_title span, .like_h1 span {
  display: block;
  float: none;
  color: #95a8bb;
}

h1, h2 {
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

h3 {
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

h4 {
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#content h3 {
  margin: 20px 0 0 0;
}

#content h4 {
  margin: 15px 0 0 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not(.fancybox_image):hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

nav.page_nav ul, footer#page_footer ul {
  padding: 0;
  margin: 0;
}

nav.page_nav ul li, footer#page_footer ul li {
  list-style-type: none;
  float: left;
  display: block;
}

main, footer#page_footer #footer_content {
  margin: 10px auto 0px auto;
}

#nav_wrapp_mobile_ico {
  width: 36px;
  height: 36px;
  padding: 7px;
  background: white;
  border: 1px solid #d3dbe3;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 9999;
}

#nav_wrapp_mobile_ico .stripe {
  width: 100%;
  height: 3px;
  background: black;
}

#nav_wrapp_mobile_ico .stripe.middle {
  margin: 5px 0px 5px 0px;
}

header #top_line {
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 10px;
}

header section.page_section a {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  white-space: pre;
}

header #search_box {
  text-align: right;
  vertical-align: middle;
  width: 100%;
}

header #search_box input[type=text], #search_box_mobile input[type=text] {
  padding: 10px;
  border: 1px solid #d3dbe3;
  border-right: 0;
  margin: 0 -3px 0 0;
  background: #fafafa;
}

header #search_box input[type=submit], #search_box_mobile input[type=submit] {
  padding: 10px 15px 10px 15px;
  margin: 0;
  border: 1px solid #d3dbe3;
  border-left: 0;
  background: #fafafa;
  cursor: pointer;
}

header #search_box span, #search_box_mobile span {
  position: absolute;
  padding-top: 6px;
  font-size: 14px;
}

header #search_box input[type=submit]:hover, #search_box_mobile input[type=submit]:hover {
  background: #f2f2f2;
}

header #top_line a:hover {
  text-decoration: underline;
}

header strong {
  letter-spacing: 0.05em;
  font-weight: 600;
}

header::after, nav::after, section::after, footer#page_footer::after {
  content: "";
  display: block;
  clear: both;
}

header p {
  display: inline-block;
  margin: 0px 15px 0px 15px;
  padding: 0;
  color: #a4b5c5;
}

section.page_section {
  background: white;
  width: 100%;
  padding: 25px;
  -webkit-box-shadow: 0px 5px 5px -5px black;
  -moz-box-shadow: 0px 5px 5px -5px black;
  box-shadow: 0px 5px 5px -5px black;
  margin-bottom: 15px;
}

section.intranet_section {
  background: white;
  width: 100%;
  padding: 25px;
  margin-bottom: 15px;
}

section#slider {
  padding: 0 !important;
  height: 300px;
}

section#slider .right_column {
  height: 100%;
  float: right;
  background: rgba(19, 37, 54, 0.8);
  color: white;
  display: table;
}

section#slider .right_column strong {
  font-weight: 600;
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size: 30px;
  white-space: inherit;
}

section#content {
  padding: 0 !important;
  float: right;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: inherit;
}

section#content article.page_article {
  background: white;
  width: 100%;
  padding: 25px;
  -webkit-box-shadow: 0px 5px 5px -5px black;
  -moz-box-shadow: 0px 5px 5px -5px black;
  box-shadow: 0px 5px 5px -5px black;
  margin-bottom: 15px;
}

nav#homepage ul li {
  margin: 0 15px 0 0;
  background: white;
  -webkit-box-shadow: 0px 5px 5px -5px black;
  -moz-box-shadow: 0px 5px 5px -5px black;
  box-shadow: 0px 5px 5px -5px black;
  margin-bottom: 15px;
  text-align: center;
}

nav#homepage img {
  display: inline-block;
  float: none;
  margin-bottom: 5px;
  height: 45px;
}

nav#homepage strong {
  float: none;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}

aside {
  text-align: center;
  float: left;
  background: #193b5b;
  color: white;
  -webkit-box-shadow: 0px 5px 5px -5px black;
  -moz-box-shadow: 0px 5px 5px -5px black;
  box-shadow: 0px 5px 5px -5px black;
  margin-bottom: 15px;
}

aside h3 {
  margin-top: 0px;
  text-align: left;
}

aside h4:first-of-type {
  margin-top: 0px;
}

aside article.page_article {
  text-align: left;
}

aside article.page_article a {
  font-weight: 700;
}

a.btn:not(.btn-default) {
  padding: 10px 15px 10px 15px;
  border: 2px solid white;
  text-transform: uppercase;
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  float: none;
  color: white;
  background: transparent;
  font-style: normal;
  margin-top: 15px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

a.btn_dark {
  padding: 10px 15px 10px 15px;
  border: 1px solid #193b5b;
  text-transform: uppercase;
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  float: none;
  color: #193b5b;
  background: transparent;
  font-style: normal;
  margin-top: 15px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  width: 100%;
}
a.btn_dark.side {
  width: initial;
}
a.btn_dark.active {
  background-color: #2f6fab;
  color: white;
}
a.btn_dark:hover {
  background-color: #193b5b;
  color: white;
}

.search_nav {
  margin-bottom: 20px;
}

.static_content {
  overflow: hidden;
}

.static_content a:not(.btn_dark):not(.fancybox_image) {
  text-decoration: underline;
}
.static_content a:not(.btn_dark):not(.fancybox_image):hover {
  text-decoration: none;
}

.static_content img, .static_content video {
  max-width: 100%;
  height: auto;
}

.static_content iframe {
  max-width: 100%;
}

.margintop {
  margin-top: 20px;
}
.margintop .checkbox {
  margin: 0 0 20px 20px;
}

a.btn:not(.btn-default):not(.fancybox_image):hover {
  color: #132536;
  border: 2px solid transparent;
  background: white;
}

footer#page_footer {
  width: 100%;
  background: #132536;
  color: #d3dbe3;
  padding: 25px;
}

footer#page_footer h4 {
  margin-bottom: 10px;
}

footer#page_footer ul li {
  padding-right: 15px;
}

footer#page_footer ul#links {
  overflow: hidden;
}

footer#page_footer ul#social {
  clear: both;
  margin-top: 20px;
}

footer#page_footer ul#partners li {
  margin-bottom: 15px;
}
footer#page_footer ul#partners li a {
  float: left;
}

footer#page_footer ul#social li img {
  width: 50px;
}

footer#page_footer ul.twocolumnlist li {
  width: 50%;
  padding-right: 15px;
}

section#breadcrumbs {
  padding-bottom: 20px;
}

.breadcrumb {
  background-color: #d3dbe3;
  font-size: 0.8em;
  padding: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

.aside-sibling, .aside-child, .aside-parent {
  text-align: left;
}

.aside-sibling {
  margin-left: 10px;
  font-weight: 500;
}
.aside-sibling.active {
  font-weight: bold;
}

.aside-child {
  margin-left: 15px;
}

.aside-parent {
  font-weight: 500;
}

.publication_name {
  font-style: italic;
}

.user_photo {
  float: right;
  margin: 15px;
}

.fancybox_image {
  margin: 5px;
}

#slick {
  height: 300px;
}
#slick div {
  height: 300px;
}

.active_lang {
  font-weight: normal;
  color: grey;
}

.static_content, #breadcrumbs {
  font-weight: 400;
}

.intranet_tree .angular-ui-tree-nodes {
  padding-left: 20px !important;
}
.intranet_tree .angular-ui-tree-nodes .angular-ui-tree-node {
  background: #FFF !important;
}
.intranet_tree .angular-ui-tree-nodes .angular-ui-tree-node .tree-node {
  border: 0 !important;
}
.intranet_tree .angular-ui-tree-nodes .angular-ui-tree-node .tree-node .angular-ui-tree-handle {
  overflow: hidden;
  padding: 2px 10px 0 5px !important;
  cursor: pointer;
  color: #333333 !important;
}
.intranet_tree .angular-ui-tree-nodes .angular-ui-tree-node .tree-node .glyphicon {
  padding: 0 10px 0 0 !important;
}
.intranet_tree .angular-ui-tree-nodes .angular-ui-tree-node .tree-node .tree-node-content {
  margin: 7px !important;
  color: #333333 !important;
}

.contract_folder {
  font-size: 20px;
  float: left;
}

.contract_entry .glyphicon {
  font-size: 20px;
}
.contract_entry .contract_entry_text {
  position: relative;
  top: -3px;
}

#cookie_consent {
  line-height: 2.3em;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  color: white;
  background-color: #245583;
}
#cookie_consent .cookie_consent_text {
  font-size: 18px;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}
#cookie_consent .cookie_consent_btn button {
  cursor: pointer;
  padding: 10px 25px;
  border: 2px solid white;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  background: transparent;
  font-weight: 600;
}
#cookie_consent .cookie_consent_btn button:hover {
  color: #132536;
  border: 2px solid transparent;
  background: white;
}

/*# sourceMappingURL=main.css.map */






/*
     FILE ARCHIVED ON 7:02:55 Oct 4, 2022 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:20:17 Oct 13, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
