/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 2;
  position: relative;
  justify-content: space-between;
}
.row1 .ratingFormBox {
  /*width: 50%;*/
  display: flex;
  align-items: center;
}
.row1 .googleRatingIllustartion_1,
.row1 .googleRatingIllustartion_2,
.row1 .googleRatingIllustartion_3,
.row1 .ceoBox {
  display: none;
}
.row1 .googleRatingIllustartion_1.active,
.row1 .googleRatingIllustartion_2.active,
.row1 .googleRatingIllustartion_3.active {
  display: block;
}

.row1 .ceoBox {
  padding: 0px;
  overflow: hidden;
  width: var(--unit_x275);
  height: var(--unit_x365);
  border-radius: var(--unit_x8);
  text-align: left;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}
.row1 .ceoBox.active { display: flex; }
.row1 .ceoBox .image {
  height: 66%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/EmployeeBG.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row1 .ceoBox .data {
  padding: var(--unit_x16);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.row1 .ceoBox .data .first {
  color: var(--col_pl10);
  line-height: var(--unit_x17);
}
.row1 .ceoBox .data .second {
  margin-top: var(--unit_x12);
}
.row1 .ceoBox .data .second .name {
  color: var(--col_sg50);
}
.row1 .ceoBox .data .second .position {
  margin-top: var(--unit_x3);
  color: var(--col_pl10);
}
.row1 .ceoBox .image img {
  height: 100% !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.row1 .ceoBox .image img:hover  {
  transform: rotate(1deg) scale(1.05) !important;
}
.row1 .locationSelectBad {
  display: none;
}


.row1 .imgBlock {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.row1 .imgBlock .mainImg {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.row1 .imgBlock .mainImg img {
  height: 100%;
  max-width: var(--unit_x500);
}
.row1 .txtBlock .head {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .subhead {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .body p {
  margin-bottom: var(--unit_x15);
}

@media only screen and (max-width: 768px) {
  .row1 {
    align-items: center;
    margin-top: var(--unit_x36) !important;
  }
  .row1 .txtBlock {
    text-align: center;
    margin: 0px auto;
  }
  .row1 .imgBlock {
    display: none;
  }
  .row1 .button {
    margin: 0px auto;
  }
  .theFlowForm {
    max-width: 100%;
    height: 100%;
    padding-top: var(--unit_x100);
  }
  .row1 .ratingForm {
    /*width: 50%;*/
    text-align: left;
    padding: var(--unit_x18);
    margin: calc(var(--unit_x56)*-1) auto 0px 0px;
  }
  form[name="ratingForm"] {
    height: 100%;
  }
  .row1 .ratingFormBox {
    display: block;
    height: 100%;
  }
}

/* Row 2 */
.row2 {
  text-align: center;
  display: none;
}



.input_checkbox label.notice {
  margin-top: 0px;
}

.nav_scrollElm {
  display: none;
  z-index: 3;
}
@media (max-height:720px) and (min-width:998px) {
  .nav_scrollElm {
    display: none;
  }
}
