/*! Extra css */
.padding_top_15 {
  padding-top: 15px;
}
.intro-caption {
  font-weight: bold;
  color: #3d3d3e;
}
.sub-caption {
  margin: 1em 0 2em 0;
}
.boxed-content {
  max-width: 450px;
  margin: 2em auto 2em auto;
  border: 1px solid #ddd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boxed-content .partition-a,
.boxed-content .partition-b {
  width: 100%;
  padding: 2.2em 4.5em;
  position: relative;
  color: #3d3d3e;
}
.boxed-content .partition-a {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.boxed-content .partition-a p {
  font-size: 1.55em;
  font-weight: 600;
}
.boxed-content a.partition-highlight {
  color: #ce1025;
  text-decoration: none;
  cursor: inherit;
}
.boxed-content .partition-a .icon,
.boxed-content .partition-b .icon {
  width: 60px;
  height: 60px;
  background-color: #ce1025;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
}
.boxed-content .partition-a .icon {
  left: -30px;
}
.boxed-content .partition-b .icon {
  transform: translate(0, -50%);
  right: -30px;
}
.boxed-content .partition-a .icon img,
.boxed-content .partition-b .icon img {
  width: 40px;
  margin-top: 10px;
}
.boxed-content .partition-b {
  background-color: #fff;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.boxed-content .partition-b span {
  font-weight: bold;
  font-size: 1.55em;
}
.boxed-content .partition-b span a {
  color: #00bdf6;
  text-decoration: none;
}
ul.unordered-items {
  list-style-position: inside;
  list-style-type: disc;
  margin: 3em 0 0 0;
  padding: 0;
}
ul.unordered-items li {
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #3d3d3e;
}

.gh_loader{
  position: absolute;
  top:0px;
  left:0px;
  right: 0px;
  bottom:0px;
  background-color: #fff;
  background-image: url("/v3/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/*responsive*/
@media only screen and (max-width: 31.25em) {
  /*500*/
  .intro-caption {
    font-size: 1.6em;
  }
  .boxed-content {
    max-width: 340px;
    border: transparent;
  }
  .boxed-content .partition-a {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 4em 2.2em 3em 2.2em;
  }
  .boxed-content .partition-b {
    border:1px solid #ddd;
    margin-top: 50px;
    padding: 4em 2.2em 3em 2.2em;
  }
  ul.unordered-items {
    padding: 0 1.8em;
  }
  .boxed-content .partition-a .icon,
  .boxed-content .partition-b .icon {
    top: -30px;
    transform: translate(-50%, 0);
  }
  .boxed-content .partition-a .icon {
  left: 50%;
}
.boxed-content .partition-b .icon {
  left: 50%;
}
  ul.unordered-items li {
    font-size: 1.63em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 25em) {
  /* 400 */
  .boxed-content {
    max-width: 250px;
    border: transparent;
  }
  .boxed-content .partition-a p {
    font-size: 1.6em;
    font-weight: 400;
  }
  .boxed-content .partition-a {
    padding: 4em 1em 1.5em 2.5em;
  }
  .boxed-content .partition-b {
    padding: 4em 1.5em 2em 1.5em;
    font-size: 1em;
    font-weight: 300;
  }
  ul.unordered-items {
    padding: 0 1.8em;
  }
  ul.unordered-items li {
    font-size: 1.63em;
    font-weight: 400;
  }
}
