@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
body {
  font-size: 12pt;
}

#header_menu {
  position: static;
  display: flex;
  justify-content: space-between;
  background: #072a65;
}

#header_menu a {
  color: #ffffff;
  background: #072a65;
}
#fix_header.navbar-dropdown.is-boxed,#fix_header.has-dropdown {
  color: #ffffff;
  background: #072a65;
}

button#menu_burger {
    display: none;
}

a {
  color:#1c4587;
}
/*
#qmEditor {
  display: none;
}
*/
#sp_top_image {
  display: none;
}

.fix_header_menu,.header_menu {
  display: block;
}

.navbar.is-fixed-top,
.Fixed_Head,
.header_menu {
  position: static;
  background-color:#072a65;
}

.navbar-brand.column.is-3 {
    width: 70%;
    margin: 0 0 0 15%;
}

div#slide_body {
    padding: 0;
}

.is-flex {
  display: inline-block;
}

.columns {
  display: inline-block;
}

.column {
  float:right;
}

.column.is-3.footer_menu.drawer_nav {
    display: none;
}

.column.is-1 {
    display: none;
}

.column.is-3.footer_menu.global_nav {
    display: none;
}

.column.is-4.footer_logo {
    width: 70%;
    margin: 0 0 0 15%;
}

.navbar-end {
  display: flex;
  justify-content: flex-end;
  font-size: 8pt;
  color: #ffffff;
}

.navbar-dropdown.is-boxed {
  display: none;
}

.sidemenu {
  display: none;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0!important;
  padding: 0!important;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.85);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;

  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 5px 15px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}

.footer {
  background-color: #f1f1f1;
  padding: 1rem;
}

.footer .copy {
  color: #333333;
  background-color: #f1f1f1;
}

.footer .copy a {
  color: #333333;
  background-color: #f1f1f1;
}

.footer .columns .column.footer_logo address {
  font-style: normal;
  color: #333333;
}

.footer .content_wrapper address a {
  color: #333333;
}
