.wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 75rem) {
  .wrapper {
    max-width: 72.25rem;
  }
}

.wrapper header {
  height: 6rem;
  overflow: hidden;
}
.wrapper header > .col {
  height: 6rem;
}
.wrapper main {
  min-height: 30rem;
}

.wrapper main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0;
}

#imgItbLogo {
  width: 7.2rem;
  height: 3.6rem;
  margin-top: 1.6rem;
}

#lngSwitcher {
  max-width: 10.5rem;
  min-height: 100%;
  height: 100%;
}

#lngSwitcher > div {
  text-align: center;
  line-height: 9rem;
}

#lngSwitcher > div.currentLanguage {
  background-color: #13659d;
  color: white;
}

.scrollableContainer {
  overflow: auto;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #eee;
}

.wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 75rem) {
  .wrapper {
    max-width: 72.25rem;
  }
}

.wrapper header {
  height: 6rem;
  overflow: hidden;
}

.wrapper main {
  min-height: 30rem;
}

.wrapper main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0;
}

#topStatusBar1{
  color: #13659d;
  display: inline-block;
  float: right;
  margin-top: -2rem;
}
#topStatusBar2{
  display: none;
  background-color: #000;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  text-align: right;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 48rem) {
  #topStatusBar1{
    display: none;
  }
  #topStatusBar2{
    display: block;
  }
}

#imgItbLogo {
  width: 7.2rem;
  height: 3.6rem;
  margin-top: 1.6rem;
}

#lngSwitcher {
  min-height: 100%;
  height: 100%;
}

#lngSwitcher > div {
  text-align: center;
  line-height: 9rem;
  cursor:pointer;
}

#lngSwitcher > div.currentLanguage {
  background-color: #13659d;
  color: white;
}

.scrollableContainer {
  overflow: auto;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #eee;
}

.stepWizard {
  -webkit-padding-start: 0;
  padding-left: 0;
  background-image: url("../img/bg-step-v.png");
  background-repeat: repeat-y;
}

@media screen and (max-width: 48rem) {
  .stepWizard {
    background-image: none;
  }
}

.stepWizard .step {
  color: #999;
  font-size: 0.75rem;
  list-style: none;
  padding-left: 2.4rem;
  /*text-transform: capitalize;*/
  height: 3rem;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/bg-step-n.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.stepWizard .step.prev {
  font-size: 1rem;
  padding-left: 2.8rem;
  color: #111111;
  background-image: url("../img/bg-step-p.png");
}

.stepWizard .step.current {
  /*text-transform: uppercase;*/
  font-size: 1rem;
  padding-left: 2.8rem;
  color: #13659d;
  background-image: url("../img/bg-step-c.png");
}

@media screen and (max-width: 48rem) {
  .stepWizard .step.current {
    font-size: 0.8rem;
  }
}

.stepWizard .step:nth-of-type(1)::after {
  content: " ";
  background-color: #eee;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 1.2rem;
  top: -5px;

}

.stepWizard .step:nth-last-of-type(1)::after {
  content: " ";
  background-color: #eee;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 1.2rem;
  margin-top: 1rem;
  bottom:5px;

}
.stepWizard .step:only-of-type::after {
  background-color: transparent;
}
.stepWizard li {
  cursor:pointer;
}


@media screen and (max-width: 48rem) {
  .stepWizard .step {
    display: table-cell;
    vertical-align: middle;
    margin-left: 3rem;
    border-left: 1rem solid transparent;
    font-size: 0.5rem;
  }
  .stepWizard .step:nth-last-of-type(1) {
    padding-right: 2rem;
  }
}

#bannerDiv {
  padding-top: 1.2rem;
  background-color: #fff;
  margin-bottom: 1.2rem;
}

#bannerDiv img {
  width: 100%;
}
.accordion .card:last-of-type {
  border-bottom : 1px solid rgba(0,0,0,.125) !important;
}
.rightContainer {
  padding: 1.6rem 1.2rem;
}

.rightContainer p {
  font-size: 1rem;
  color: #000000;
}

.rightContainer hr {
  background-color: none;
  height: 0.12rem;
  border: solid #ccc;
  border-width: 1px 0;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.hr {
  height:1px;border:none;border-top:1px dashed #ccc;
}

.rightContainer .button-bar {
  margin-top: 3rem;
}

.rightContainer .mapRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rightContainer .mapRow > .mapCont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  position: relative;
  text-align: center;
  padding: 0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.rightContainer .mapRow > .mapCont::before {
   content: " ";
   display: inline-block;
   border: 1px solid #eee;
   width: 100%;
   padding-bottom: 100%;
   cursor: pointer;
}

.selectc {
  cursor: pointer;
  font-size: 1vw;
  line-height: 1em;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1em;
  left: 0;
  text-align: center;
  color: #13659d;
  text-shadow: 1px 0 5px #fff, 0 1px 5px #fff, 0 -1px 5px #fff, -1px 0 5px #fff;
}

.rightContainer .mapRow > .mapCont b {
  cursor: pointer;
  /* font-size: 1vw; */
  line-height: 1em;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1em;
  left: 0;
  text-align: center;
  color: #666;
  text-shadow: 1px 0 5px #fff, 0 1px 5px #fff, 0 -1px 5px #fff, -1px 0 5px #fff;
}

.rightContainer .mapRow > .mapCont#mapAmerica {
  background-image: url("../img/map/m0.png");
}

.rightContainer .mapRow > .mapCont#mapAmerica.current {
  background-image: url("../img/map/m1.png");
}

.rightContainer .mapRow > .mapCont#mapAsia {
  background-image: url("../img/map/y0.png");
}

.rightContainer .mapRow > .mapCont#mapAsia.current {
  background-image: url("../img/map/y1.png");
}

.rightContainer .mapRow > .mapCont#mapEurope {
  background-image: url("../img/map/o0.png");
}

.rightContainer .mapRow > .mapCont#mapEurope.current {
  background-image: url("../img/map/o1.png");
}

.rightContainer .mapRow > .mapCont#mapOceania {
  background-image: url("../img/map/d0.png");
}

.rightContainer .mapRow > .mapCont#mapOceania.current {
  background-image: url("../img/map/d1.png");
}

.rightContainer .mapRow > .mapCont#mapAfrica {
  background-image: url("../img/map/f0.png");
}

.rightContainer .mapRow > .mapCont#mapAfrica.current {
  background-image: url("../img/map/f1.png");
}

.rightContainer .mapRow > .mapCont#mapMiddleEast {
  background-image: url("../img/map/z0.png");
}

.rightContainer .mapRow > .mapCont#mapMiddleEast.current {
  background-image: url("../img/map/z1.png");
}

.rightContainer .mapRow > .mapCont#mapAntarctica {
  background-image: url("../img/map/n0.png");
}

.rightContainer .mapRow > .mapCont#mapAntarctica.current {
  background-image: url("../img/map/n1.png");
}

.rightContainer .mapRow > .mapCont#mapWorldwide {
  background-image: url("../img/map/w0.png");
}

.rightContainer .mapRow > .mapCont#mapWorldwide.current {
  background-image: url("../img/map/w1.png");
}

.rightContainer .form-check {
  /*padding-left: 3rem;*/
}

.rightContainer .form-check input:checked ~ label {
  color: #13659d;
}
/*# sourceMappingURL=step1.css.map */

.red {
  color:#ff0000;
}

.inp {
  outline:none;
  border: 2px solid #ff0000;
}

