﻿/* blue */
/* orange */
/* gray */
/* licg purple */
/* licg blue */
* {
  outline: none;
}

html, body {
  overflow-x: hidden;
  overflow-y: visible;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  color: #1c407a;
}

img {
  max-width: 100%;
}

a[href="#"] {
  cursor: default;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #1c407a !important;
  text-overflow: ellipsis;
  font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1c407a !important;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1c407a !important;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1c407a !important;
  text-overflow: ellipsis;
  font-style: italic;
}

header .container {
  position: relative;
  height: 181px;
}
header .container .payoff,
header .container .illustration,
header .container .sitename,
header .container .logo {
  display: block;
  position: absolute;
  max-width: calc(100% - 30px);
}
header .container .payoff img,
header .container .illustration img,
header .container .sitename img,
header .container .logo img {
  display: block;
}
header .container .illustration {
  bottom: 0px;
  height: 176px;
}
header .container .illustration img {
  position: relative;
  /*bottom: -14px;*/
  z-index: 10;
  pointer-events: none;
}

main {
  /*flex: 1;*/
}
main .container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.navbar .navbar-brand {
  min-height: 45px;
  height: 45px;
}

.navbar .container {
  position: relative;
  height: 45px;
  background-color: #1c407a;
  z-index: 1;
}
.navbar .container:before, .navbar .container:after {
  content: "";
  position: absolute;
  top: 0;
  background: #1c407a url("../../img/mhb/nav.png") no-repeat;
  z-index: -1;
}
.navbar .container:before {
  /*
  left: -77px;
  width: 77px;
  height: 45px;
  background-position: right bottom;
  */
  left: -95px;
  width: 95px;
  height: 45px;
  background-position: right 10px bottom;
}
.navbar .container:after {
  /*right: -45px;*/
  right: -53px;
  width: 77px;
  height: 45px;
  background-position: left 33px bottom;
}
.navbar .form-group {
  position: relative;
}
.navbar .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .form-group input {
  background: #f1f1f5;
  color: #1c407a;
  border: none;
  height: 35px;
  padding-right: 40px;
}
.navbar .form-group .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  padding: 9px 10px 7px 10px;
}
.navbar .form-group .search-submit img {
  display: block;
}

#navbar,
.navbar-default {
  border: none;
}

.navbar-default {
  background: transparent;
}
.navbar-default .navbar-nav li a {
  outline: none;
}
.navbar-default .navbar-nav li:hover > a,
.navbar-default .navbar-nav li > a:focus {
  color: #f59c00;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.dropdown-menu > li > a {
  color: #1c407a;
}

.navbar-brand {
  display: none;
}

.navbar-form {
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.breadcrumb {
  padding: 0;
  margin: 0.5em 0 1em;
  list-style: none;
  background-color: transparent;
  font-size: 11px;
  color: #7f8d9b;
}
.breadcrumb a {
  color: #f59c00;
}
.breadcrumb > li + li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  padding: 0;
  border: solid 1px #7f8d9b;
  border-bottom: none;
  border-left: none;
  vertical-align: middle;
  margin: 0 7px 0 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page,
.sidebar {
  margin-bottom: 20px;
}

.page h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.page h2,
.page h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #f59c00;
}
.page p {
  margin-bottom: 1em;
}
.page a {
  color: #1c407a;
  text-decoration: underline;
}
.page a:hover, .page a:focus {
  color: #f59c00;
}
.page ul,
.page ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.page ul li,
.page ol li {
  margin-bottom: 0.5em;
}
.page ul li:last-child,
.page ol li:last-child {
  margin-bottom: 0;
}
.page .intro {
  font-weight: 600;
}
.page .accordion .ui-accordion-header {
  cursor: pointer;
  background: rgba(245, 156, 0, 0.075);
  padding: 0.25em 0.5em;
  position: relative;
  margin: 2px 0;
}
.page .accordion .ui-accordion-header:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  border: solid 6px transparent;
  border-top-color: #f59c00;
  margin-top: -3px;
}
.page .accordion .ui-accordion-header.ui-accordion-header-active:after {
  border-color: transparent;
  border-bottom-color: #f59c00;
  top: auto;
  bottom: 50%;
  margin-top: auto;
  margin-bottom: -3px;
}
.page .accordion .ui-accordion-content {
  padding: 0.25em 0.5em;
}

.sidebar {
  margin-top: 50px;
}
.sidebar .block {
  margin-bottom: 40px;
}
.sidebar .block:last-child {
  margin-bottom: 0;
}
.sidebar .banner img {
  display: block;
}
.sidebar .banner > a,
.sidebar .banner > a:hover,
.sidebar .banner > a:focus {
  color: #1c407a;
  text-decoration: none;
}
.sidebar .banner > a {
  display: inline-block;
  max-width: 360px;
}
.sidebar .banner > a > span {
  display: block;
  background: #f59c00;
  padding: 12px 20px;
  font-weight: 600;
}
.sidebar .banner > a > span strong {
  display: block;
  font-weight: 700;
}
.sidebar .banner > a > span.download {
  position: relative;
  padding-left: 88px;
}
.sidebar .banner > a > span.download:before {
  content: "";
  position: absolute;
  left: 19px;
  background: url("../../img/mhb/downloadicon.png") no-repeat;
  width: 31px;
  height: 30px;
  top: 50%;
  -ms-transform: perspective(1px) translateY(-50%);
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.sidebar .banner > a > span.download:after {
  content: "";
  position: absolute;
  left: 68px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #1c407a;
}
.sidebar .list h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #f59c00;
}
.sidebar .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .list ul li {
  position: relative;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.sidebar .list ul li a {
  display: block;
  margin-top: 2px;
  padding: 8px 35px 11px 0;
  border-bottom: 1px solid rgba(28, 64, 122, 0.2);
  color: #1c407a;
}
.sidebar .list ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: solid 1px #1c407a;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -6px;
  right: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar .list ul li a:hover, .sidebar .list ul li a:focus {
  text-decoration: none;
  color: #f59c00;
}
.sidebar .list ul li a:hover:after, .sidebar .list ul li a:focus:after {
  border-color: #f59c00;
}
.sidebar .list ul li:last-child {
  margin: 0;
}

footer {
  margin-top: auto;
}
footer .footer-content {
  margin-top: 20px;
  background: #eeeff2;
  padding: 40px 0;
  color: #05325c;
}
footer .footer-content h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 32px;
  padding-bottom: 8px;
  border-bottom: solid 1px #b84e96;
}
footer .footer-content .licg-related-block {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-left: solid 4px #b84e96;
  padding: 15px 35px 15px 16px;
  min-height: 90px;
  font-weight: 600;
  color: #b84e96;
  text-decoration: none;
}
footer .footer-content .licg-related-block:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: solid 1px #05325c;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -4px;
  right: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .footer-content .licg-related-block:hover:after {
  border-color: #b84e96;
}
footer .footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-content ul li {
  margin: 0 0 3px 0;
}
footer .footer-content ul li a {
  position: relative;
  color: #05325c;
  padding-left: 15px;
  font-weight: 600;
}
footer .footer-content ul li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border: solid 2px #b84e96;
  border-bottom: none;
  border-left: none;
  top: 7px;
  left: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .footer-content ul li a:hover, footer .footer-content ul li a:focus {
  text-decoration: none;
  color: #b84e96;
}
footer .footer-content ul li:last-child {
  margin: 0;
}
footer .footer-disclaimer {
  background: #05325c;
  color: #fff;
  padding: 10px 0;
  line-height: 24px;
  font-size: 13px;
}
footer .footer-disclaimer a,
footer .footer-disclaimer a:hover,
footer .footer-disclaimer a:focus {
  color: #fff;
}
footer .footer-disclaimer .rights-reserved {
  display: none;
}
footer .footer-disclaimer .disclaimer {
  margin-left: 5%;
  font-weight: 600;
}
footer .footer-disclaimer .social {
  float: right;
}
footer .footer-disclaimer .social a {
  display: inline-block;
  margin-left: 3px;
}
footer .footer-disclaimer .social a img {
  vertical-align: top;
}
footer .footer-disclaimer .social span {
  display: none;
  font-weight: 600;
  margin-right: 3px;
}

iframe {
  max-width: 100%;
}

.page p a[href="#"][title] {
  color: inherit;
  text-decoration-style: dotted;
  cursor: help;
}
