.postblockImage {
  background-image: url(/cisiweb2/image/qualifications/postqualops.jpg);
  background-position: 0% 0%;
}

.keyFeatures {
  background-image: url("/cisiweb2/image/qualifications/introwhy.jpg");
  background-position: 80% 0%;
}
.introWrapper {
  background-image: url("/cisiweb2/image/qualifications/iad.jpg");
  background-position: center center;
}
.greyBlock .examDetailsLink {
  display: block;
  text-align: center;
}
.moduleBlock {
  background-color: #0D5E5E;
  /* background-color: #53aeae; */
  color: #ffffff;
  display: inline-block;
  padding: 20px;
  width: 30%;
  vertical-align: top;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.moduleWrapBlock {
  /*background-color: #efefef;*/
  color: #ffffff;
  display: inline-block;
  padding: 20px;
  width: 29%;
  vertical-align: top;
  font-size: 20px;
  text-align: center;
}
.moduleInnerBlock {
  /* background-color: #53aeae; */
  background-color: #0D5E5E;
  color: #ffffff;
  display: block;
  padding: 10px;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.certBlock {
  background-color: #e12e26;
  color: #ffffff;
  display: inline-block;
  padding: 20px;
  width: 29%;
  vertical-align: top;
  text-align: center;
  font-size: 20px;
}
.moduleBlock:hover {
  background-color: #3e9191;
  cursor: pointer;
}

.plus {
  display: inline-block;
  padding: 0 1%;
  color: #3a9898;
  font-size: 40px;
  line-height: normal;
}

.and {
  display: inline-block;
  padding: 0 1%;
  color: #3a9898;
  font-size: 22px;
  padding: 10px;
  line-height: normal;
}
.or {
  display: inline-block;
  padding: 0 1%;
  color: #3a9898;
  font-size: 25px;
  padding: 10px;
  line-height: normal;
}
.row.hlq .verticallyCentre{
	display: flex;
    align-items: center;
    justify-content: center;
}
.row.hlq .verticallyCentre:before {
  height: unset;
}
.row.hlq .verticallyCentre a {
  color: white;
}
.structure li {
  padding: 0 0 0px 20px;
  display: block;
  position: relative;
  font-size: 15px !important;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1599px) {
}

@media (max-width: 1199px) {
  .moduleBlock {
    padding: 10px;
    font-size: 18px;
    width: 28%;
  }
  .certBlock {
    padding: 10px;
    font-size: 18px;
    width: 28%;
  }
  .plus {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .moduleBlock {
    display: block;
    padding: 10px;
    width: 100%;
    vertical-align: top;
  }
  .certBlock {
    display: block;
    padding: 10px;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .or {
    display: block;
    padding: 0;
    color: #3a9898;
    font-size: 25px;
    padding: 10px;
    width: 100%;
    text-align: center;
    line-height: normal;
  }
  .plus {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    color: #3a9898;
    font-size: 28px;
  }
  .moduleWrapBlock {
    background-color: #efefef;
    color: #ffffff;
    display: inline-block;
    padding: 20px;
    width: 100%;
    vertical-align: top;
    font-size: 20px;
    text-align: center;
  }
  .moduleInnerBlock {
    background-color: #53aeae;
    color: #ffffff;
    display: block;
    padding: 10px;
    width: 100%;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
  }
}

/* Further quals structure css  */

body {
  overflow-x: hidden;
}

.whyChoose {
  margin-bottom: 30px !important;
}

.lvl2,
.lvl3b,
.lvl6,
.lvl5 {
  color: #ffffff;
  padding: 2% 2% 1% 6%;
}
.lvl3a,
.lvl4,
.lvl7 {
  color: #ffffff;
  padding: 2% 6% 1% 2%;
}

.lvl2 {
  background: url("/cisiweb2/image/qualifications/foundation.png") no-repeat
    scroll 15px center / 25px auto;
}
.lvl3b {
  background: url("/cisiweb2/image/qualifications/qualifying.png") no-repeat
    scroll 15px center / 25px auto;
}
.lvl5 {
  background: url("/cisiweb2/image/qualifications/advanced.png") no-repeat
    scroll 15px center / 25px auto;
}
.lvl6 {
  background: url("/cisiweb2/image/qualifications/professional.png") no-repeat
    scroll 15px center / 25px auto;
}
.lvl2,
.lvl3a {
  background-color: #d4d4d4 !important;
}

.lvl3b,
.lvl4 {
  background-color: #c1c1c1 !important;
}

.lvl5 {
  background-color: #acacac !important;
}

.lvl6,
.lvl7 {
  background-color: #a0a0a0 !important;
}

.lightRed,
.red,
.clearBlock {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 120px;
  line-height: 17px;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.lightRed {
  background: none repeat scroll 0 0 #d7b5b9;
  color: #8a2842;
  transition: all 0.25s ease;
}
.lightRed:hover {
  background: #e5c8cc;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.05);
}
.red {
  background: #8a2842;
  color: #ffffff;
  transition: all 0.25s ease;
}
.red:hover {
  background: #a03753;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.28);
}
.cisiLevel {
  height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.ukLevel {
  display: inline-block;
  font-size: 34px;
  padding: 0px 0px 10px 0px;
  text-align: center;
  width: 100%;
}
.euLevel {
  display: inline-block;
  font-size: 34px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.factContainer {
  text-align: center;
  margin-top: 40px;
}

.fact {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  margin-right: 90px;
  margin-bottom: 50px;
}

.fact img {
  margin-bottom: 15px;
}

.memberOps {
  background-image: url("/cisiweb2/image/qualifications/memberopsbg.jpg");
  background-position: center;
  margin-bottom: 60px !important;
}

.memberOpsText {
  width: 50%;
  margin-top: 6%;
}

.memberFact {
  background: rgba(67, 155, 154, 0.9);
  color: #ffffff;
  padding: 40px;
  text-align: center;
  margin: 60px 0;
}

.memberFact:hover {
  background: rgba(67, 155, 154, 1);
  cursor: pointer;
}

.memberFact h1,
.memberFact h4 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
}

.memberFact h1 {
  font-size: 60px !important;
  font-weight: 200 !important;
}

.memberFact h4 {
  font-size: 24px !important;
  font-weight: 200 !important;
}

.QualsScamWarning {
  bottom: 0px;
  background: #af0000;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  font-size: 12px;
  position: fixed;
  z-index: 2147483647 !important;
  text-align: center;
  display: none;
left: 0;
right:0;
}
.QualsScamWarning #closeWarning {
  position: absolute;
  right: 10px;
  top: 10px;
}
.QualsScamWarning #closeWarning .glyphicon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .QualsScamWarning {
      padding: 20px 50px;
      font-weight: 500;
      font-size: 15px;
  }
}

@media (max-width: 1599px) {
  .fact {
    font-size: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .lightRed,
  .red,
  .clearBlock {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 100px;
    line-height: 16px;
    padding: 10px !important;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    vertical-align: top;
  }
  .cisiLevel {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
  }
  .lvl2 {
    background: url("/cisiweb2/image/qualifications/foundation.png") no-repeat
      scroll 15px center / 20px auto;
  }
  .lvl3b {
    background: url("/cisiweb2/image/qualifications/qualifying.png") no-repeat
      scroll 15px center / 20px auto;
  }
  .lvl5 {
    background: url("/cisiweb2/image/qualifications/advanced.png") no-repeat
      scroll 15px center / 20px auto;
  }
  .lvl6 {
    background: url("/cisiweb2/image/qualifications/professional.png") no-repeat
      scroll 15px center / 20px auto;
  }

  .memberOpsText {
    width: 80%;
    margin-top: 6%;
  }

  .memberFact h1 {
    font-size: 50px !important;
  }

  .memberFact h4 {
    font-size: 20px !important;
  }
}

@media (max-width: 1199px) {
  .lightRed,
  .red,
  .clearBlock {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 100px;
    line-height: 17px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    vertical-align: top;
  }

  .cisiLevel {
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .ukLevel {
    display: inline-block;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    width: 100%;
  }
  .euLevel {
    display: inline-block;
    font-size: 24px;
    padding: 0px;
    text-align: center;
    width: 100%;
  }
  .lvl2 {
    background: url("/cisiweb2/image/qualifications/foundation.png") no-repeat
      scroll 11px center / 16px auto;
  }
  .lvl3b {
    background: url("/cisiweb2/image/qualifications/qualifying.png") no-repeat
      scroll 11px center / 16px auto;
  }
  .lvl5 {
    background: url("/cisiweb2/image/qualifications/advanced.png") no-repeat
      scroll 11px center / 16px auto;
  }
  .lvl6 {
    background: url("/cisiweb2/image/qualifications/professional.png") no-repeat
      scroll 11px center / 16px auto;
  }

  .fact {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .fact img {
    width: 30px;
  }

  .iocBrochure {
    width: 320px !important;
  }

  .memberFact h1 {
    font-size: 40px !important;
  }

  .memberFact h4 {
    font-size: 18px !important;
  }
}

@media (max-width: 991px) {
  .iocBrochure {
    width: 120px !important;
    margin: 0 !important;
  }

  .fact {
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .lightRed,
  .red,
  .clearBlock {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 60px;
    line-height: 17px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    vertical-align: top;
  }
  .cisiLevel {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .lvl2,
  .lvl3b,
  .lvl6 {
    color: #ffffff;
    padding: 2% 1% 1% 5%;
  }
  .lvl3a,
  .lvl4,
  .lvl7 {
    color: #ffffff;
    padding: 2% 5% 1% 1%;
  }
  .lvl5 {
    color: #ffffff;
    padding: 2% 1% 1% 5%;
  }
}

@media (max-width: 767px) {
  .fact {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .fact img {
    width: 25px;
  }

  .lightRed,
  .red,
  .clearBlock {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 17px;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    vertical-align: top;
  }
  .cisiLevel {
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .lvl2,
  .lvl3b,
  .lvl6 {
    color: #ffffff;
    padding: 3%;
  }
  .lvl3a,
  .lvl4,
  .lvl7 {
    color: #ffffff;
    padding: 3%;
  }
  .lvl5 {
    color: #ffffff;
    padding: 3%;
  }
  .lvl2,
  .lvl3a {
    background: #d4d4d4 !important;
  }

  .lvl3b,
  .lvl4 {
    background: #c1c1c1 !important;
  }

  .lvl5 {
    background: #acacac !important;
  }

  .lvl6,
  .lvl7 {
    background: #a0a0a0 !important;
  }
}
