body.regularpage .topimage {
  background: #000 url(/images/bg_door.jpg) no-repeat;
  height: 400px;
  background-position: right bottom -50px;
}
body.regularpage .topimage .logo {
  height: 130px;
  width: 230px;
  left: auto;
  right: 90px;
  margin: -80px 0 0 0;
}
@media only screen and (max-width: 991px) {
  body.regularpage .topimage {
    height: 300px;
  }
  body.regularpage .topimage .logo {
    height: 130px;
    width: 200px;
    left: auto;
    right: auto;
    margin: -40px 0 0 -100px;
    left: 50%;
  }
}
body.regularpage .underheader {
  text-align: center;
}
body.regularpage .logosmall {
  margin: 0;
}
.brochure-download {
  position: absolute;
  bottom: 0px;
  right: 60px;
  width: 22%;
  padding: 60px 0 60px 40px;
  box-shadow: inset 1px 0px 0px 0px #73bf14;
}
.brochure-download a.brochure {
  display: block;
  position: relative;
}
.brochure-download a.brochure img {
  border-radius: 3px;
}
.brochure-download a.brochure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  background: #2483f7;
  opacity: 0;
  transition: all 0.25s ease;
}
.brochure-download a.brochure:after {
  position: absolute;
  top: 55%;
  left: 50%;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  color: white;
  font-size: 50px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.25s ease;
}
.brochure-download a.brochure:hover:before {
  opacity: 0.9;
}
.brochure-download a.brochure:hover:after {
  opacity: 1;
  top: 50%;
}
.brochure-download .btn {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .brochure-download {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .brochure-download {
    width: 300px;
    max-width: 100%;
    position: relative;
    float: left;
    box-shadow: inset 0px 1px 0px 0px #73bf14;
    padding: 40px 20px 40px;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 30px 0 0 0;
  }
  .brochure-download a.brochure {
    width: 200px;
  }
}
.underheader2 {
  padding: 20px 0 40px 0;
  margin: 2px 0 0 0;
  background: #f3f5f6;
}
.portal-infographics {
  float: left;
  width: 100%;
  background: #f3f5f6;
}
.portal-infographics .portal-infographic-title {
  margin: 0 0 0 0;
  float: left;
  width: 100%;
  position: relative;
}
.portal-infographics .portal-infographic-title .features-benefits {
  float: left;
  width: 100%;
}
.portal-infographics .portal-infographic-title .features-benefits h2 {
  width: 50%;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0 20px 0;
  margin: 0;
}
.portal-infographics .portal-infographic-title .features-benefits h2 span {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain !important;
}
.portal-infographics .portal-infographic-title .features-benefits h2:nth-of-type(1) {
  text-align: left;
  float: left;
}
.portal-infographics .portal-infographic-title .features-benefits h2:nth-of-type(1) span {
  margin-right: 13px;
  background: url(/images/icon_features.png) no-repeat top left;
}
.portal-infographics .portal-infographic-title .features-benefits h2:nth-of-type(2) {
  text-align: right;
  float: right;
}
.portal-infographics .portal-infographic-title .features-benefits h2:nth-of-type(2) span {
  margin-left: 13px;
  background: url(/images/icon_benefits.png) no-repeat top left;
}
.portal-infographics .portal-infographic-title .title {
  position: relative;
  width: 100%;
  height: 40px;
  float: left;
}
.portal-infographics .portal-infographic-title .title h1 {
  margin: 0;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  position: absolute;
  background: #f3f5f6;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
}
.portal-infographics .portal-infographic-title .info-button {
  display: none;
}
.portal-infographics img {
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .portal-infographics {
    padding: 0 15px 40px;
  }
}
@media only screen and (max-width: 700px) {
  .portal-infographics .portal-infographic-title .features-benefits h2 {
    font-size: 17px;
    padding: 0 0 10px 0;
  }
  .portal-infographics .portal-infographic-title .features-benefits h2 span {
    width: 30px;
    height: 30px;
  }
  .portal-infographics .portal-infographic-title .title {
    height: 20px;
  }
  .portal-infographics .portal-infographic-title .title h1 {
    font-size: 20px;
  }
  .portal-infographics .portal-infographic-title .info-button {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #2483f7;
    color: white;
    border-radius: 50%;
    bottom: -30px;
    left: 450px;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    animation: infobutton 1s ease 0s infinite;
  }
  @keyframes infobutton {
    0% {
      background: #2483f7;
      box-shadow: 0px 0px 0px 0px white;
    }
    50% {
      background: #00aeff;
      box-shadow: 0px 0px 7px 0px #00aeff;
    }
    0% {
      background: #2483f7;
      box-shadow: 0px 0px 0px 0px white;
    }
  }
  .portal-infographics .portal-infographic-title .info-button:hover {
    background: #0869e0 !important;
  }
  .portal-infographics .info-outer {
    overflow-x: hidden;
    float: left;
    width: 440px;
    position: relative;
    margin: 0 0 50px 0;
  }
  .portal-infographics .info-outer img {
    width: 690px;
    position: absolute;
    transform: translateX(0px);
    transition: all 0.25s ease;
  }
  .portal-infographics .info-outer.slided img {
    transform: translateX(-250px);
  }
  .portal-infographics .info-outer.info-1 {
    height: 278px;
  }
  .portal-infographics .info-outer.info-2 {
    height: 218px;
  }
  .portal-infographics .info-outer.info-3 {
    height: 123px;
  }
}
@media only screen and (max-width: 520px) {
  .portal-infographics .portal-infographic-title .title {
    margin: 30px 0 0 0;
  }
  .portal-infographics .portal-infographic-title .info-button {
    left: 50%;
    transform: translateX(-50%);
  }
  .portal-infographics .info-outer {
    width: 258px;
    transition: none;
    margin: 50px 0 50px 0;
  }
  .portal-infographics .info-outer img {
    transition: none;
  }
  .portal-infographics .info-outer.slided {
    float: right;
  }
  .portal-infographics .info-outer.slided img {
    transform: translateX(-433px);
  }
}
