/*page*/
.mrww-fieldset {
  padding: 20px;
  border: 2px solid #000;
}

.mrww-legend {
  padding: 5px;
}

.mrww-p {
  text-align: center;
  margin: 0;
}

.mrww-b {
  text-align: center;
  font-weight: 600;
}

.mrww-hr {
  max-width: 100% !important;
  margin: 10px 0;
}

.mrww-rec {
  padding: 2px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}

.mrww-rec.red {
  background: #CC2026;
}

.mrww-rec.orange {
  background: #F6841E;
}

.mrww-rec.yellow {
  background: #FFE030;
}

.mrww-rec.green {
  background: #2E7F17;
}

.mrww-rec-section {
  display: block;
}

.mrww-rec-text {
  padding: 8px 0;
  font-size: 18px;
  text-align: center;
}

.mrww-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.mrww-icon-legend {
  display: block;
  font-size: 16px;
}

.mrww-icon-img {
  width: 62px;
}

.mrww-icon-img-legend {
  width: 32px;
  vertical-align: middle;
  margin: 8px 0;
}

.mrww-alert {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
}

.mrww-alert-yellow {
  color: #005177 !important;
}

.mrww-oz {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.mrww-col {
  width: 50%;
  float: left;
}

/*accordion*/
.mrww-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 15px 0 !important;
}

.active .mrww-accordion:hover {
  background-color: #ccc;
}

.mrww-panel-page, .mrww-panel-widget {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  margin: 8px 0px !important;
}

.mrww-accordion:after {
  content: '\02795';
  /* + */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
  /* - */
}

button:focus {
  background-color: #eee !important;
}

/*widget*/
.mrww-p {
  margin: 2px 0;
}

.mrww-hr {
  margin: 8px 0 !important;
}

.mrww-item-link {
  color: #0073aa !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  display: block;
  padding: 12px 26px;
  border: 1px solid #999;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-weight: 400 !important;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mrww-item-link:hover {
  color: #005177 !important;
}

.mrww-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.mrww-icon-img {
  width: 62px;
}

.mrww-alert {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
}

.mrww-alert-yellow {
  color: #005177 !important;
}

/*Lightbox*/
/* The Modal (background) */
.modal {
  display: none;
  position: relative !important;
  z-index: 999999 !important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  max-width: 700px !important;
}

.blocker {
  z-index: 100 !important;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  position: relative;
  height: 0;
  min-height: 80%;
  background-color: white;
  margin-top: 104px;
  padding-top: 56px;
}

.modal a.close-modal {
  top: 4.5px !important;
  right: 3.5px !important;
}

.test {
  margin: 1px;
}
/*# sourceMappingURL=style.css.map */