.sg50 {
  color: var(--col_sg50);
}
.spaceDown {
  margin-bottom: var(--unit_x5);
}
.spaceDown2 {
  margin-bottom: var(--unit_x10);
}
.spaceDown3 {
  margin-bottom: var(--unit_x20);
}
/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 2;
  position: relative;
  justify-content: space-between;
}
.row1 .left .sideBySide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.row1 .left .sideBySide > div:nth-child(2) {
  margin: 0px var(--unit_x19);
}
.row1 .left {
  width: 50%;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--unit_x30);
}
.row1 .left .head {
  margin-bottom: var(--unit_x20);
}
.row1 .left .head .brandLogos {
  display: none;
}
.row1 .left .brandLogos .icon {
  width: var(--unit_x40);
  height: var(--unit_x40);
}
.row1 .left .brandLogos .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.row1 .contactData > div:first-child {
  margin-top: 0px;
}

.row1 .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row1 .right .imageCoverBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row1 .right .locationImg {

  overflow: hidden;
  width: 100%;
  border-radius: var(--unit_x8);

  /*width: 50%;
  position: absolute;
  bottom: 26.5%;
  display: flex;
  border-radius: var(--unit_x8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}
.row1 .right .locationImg img {
  height: 100%;
  -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 .right .locationImg img:hover {
  transform: rotate(1deg) scale(1.05) !important;
}
.row1 .right .subImgBx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: var(--unit_x25);
}
.row1 .right .subImgBx .info {
  margin-right: var(--unit_x25);
}
.row1 .right .brandLogos {
  display: flex;
}
.row1 .right .brandLogos .icon {
  width: 80px;
  height: 80px;
}
.row1 .right .brandLogos .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.specialInfoBox {
  margin-bottom: var(--unit_x16);
}
@media only screen and (max-width: 1000px) {
  .row1 .right .subImgBx {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .row1 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto !important;
  }
  .row1 .left .head {
    display: flex;
    justify-content: space-between
  }
  .row1 .left .head .brandLogos {
    display: flex;
  }
  .row1 .left .head .brandLogos {
    display: flex;
    flex-direction: column;
  }
  .row1 .left .head .welcomePrefix {
    display: none;
  }
  .row1 .left, .row1 .right {
    width: 100%;
    padding-top: 0;
  }
  .row1 .left {
    position: relative;
    top: calc(var(--unit_x35)*-1);
    background-color: var(--col_pd80);
    z-index: 5;
    max-width: 350px;
    margin: 0px auto;
    padding: var(--unit_x18);
    border-radius: var(--unit_x8);
  }
  .row1 .right {
    position: relative;
    width: 125%;
    left: -7.5%;
    height: 50% !important;
  }
  .row1 .right .locationImg {
    height: 100% !important;
  }
  .row1 .right .locationImg img {
    height: 330px !important;
  }
  .nav_scrollElm .line {
    height: var(--unit_x25);
  }
  .nav_scrollElm {
    display: none !important;
  }
  .row3 .head {
    text-align: center;
  }
}

/* Row 2 */
.row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.row2 .txtBlock {
  text-align: right;
}
.row2 .txtBlock .buttons {
  display: flex;
  justify-content: flex-end;
}
.row2 .cardBlock {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.row2 .cardBlock .mapBox .mapPopOver {
  position: absolute;
  z-index: 10;
  border-radius: var(--unit_x8);
  background-color: var(--col_pd80);
  width: var(--unit_x230);
  height: var(--unit_x140);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
  display: none;
  overflow: hidden;
}
.row2 .cardBlock .mapBox .mapPopOver .img {
  height: 50%;
  background-size: cover;
  background-position: center;
}
.row2 .cardBlock .mapBox .mapPopOver .data {
  height: 50%;
  display: flex;
  text-align: left;
  padding: var(--unit_x17);
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.row2 .cardBlock .mapBox .mapPopOver .data .locLnk {
  display: flex;
  text-decoration: underline;
}
.row2 .cardBlock .mapBox .mapPopOver .data .locLnk svg {
  margin-right: var(--unit_x5);
}
.row2 .cardBlock .mapBox {
  height: var(--unit_x468);
  width: var(--unit_x632);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.row2 .cardBlock #map {
  height: 100%;
  -webkit-border-radius: var(--unit_x8);
  border-radius: var(--unit_x8);
  width: calc(100%  - var(--unit_x20));
  overflow: hidden;
}
.row2 .cardBlock .mapBox .streeringBox {
  background-color: #BFB8AF;
  border-radius: var(--unit_x40);
  width: var(--unit_x40);
  height: var(--unit_x80);
  position: absolute;
  z-index: 2;
  left: 0;
  display: flex;
  color: var(--col_pl10);
  background-color: var(--col_pr60);
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.row2 .cardBlock .mapBox .streeringBox svg {
  cursor:pointer;
  width: var(--unit_x20);;
}
@media only screen and (max-width: 768px) {
  .row2 {
    padding-top: 0px !important;
    margin-bottom: var(--unit_x56) !important;
    flex-direction: column-reverse;
  }
  .row2 .txtBlock {
    margin-top: 0px;
    text-align: center;
  }
  .row2 .txtBlock .buttons {
    justify-content: center;
  }
  .row2 .cardBlock {
    position: relative;
    left: -5%;
    width: 110% !important;
    height: 80%;
    margin-left: 0 !important;
    text-align: center;
    overflow-x: hidden;
    margin: var(--unit_x35) auto 0px auto;
  }
  .row2 .cardBlock img {
    width: 100%;
  }
  .row2 .cardBlock #map {
    width: 100%;
    height: calc(100%  - var(--unit_x20));
  }
  .row2 .cardBlock .mapBox {
    width: 100%;
    align-items: flex-start;
  }
  .row2 .cardBlock .mapBox .streeringBox {
    left: calc(50% - var(--unit_x20));
    bottom: calc(var(--unit_x20) * -1);
    transform: rotate(-90deg);
  }
  .row2 .cardBlock .mapBox .streeringBox .mapZoomOut {
    transform: rotate(-90deg);
  }
}
@media (max-height:720px) and (min-width:998px) {
  .row2 .cardBlock {
    width: 50%;
  }
}

/* Row 3 */
.row3 {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.row3 .filterBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: var(--unit_x58);
  margin-top: var(--unit_x80);

  background: none; /* Old browsers */
  /*
  background: -moz-linear-gradient(top, var(--col_pd90) 0%, var(--col_pd90) 70%, var(--col_pd90_0a) 100%);
  background: -webkit-linear-gradient(top, var(--col_pd90) 0%, var(--col_pd90) 70%, var(--col_pd90_0a) 100%);
  background: linear-gradient(to bottom, var(--col_pd90) 0%, var(--col_pd90) 70%, var(--col_pd90_0a) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--col_pd90), endColorstr=var(--col_pd90),GradientType=0 );*/

}
.row3 .filterBox.sticky {
  position: fixed;
  z-index: 50;
  top: var(--unit_x56);
  left: var(--contentMaxWidthSide);
  margin-top: 0;
}
.row3 .filterPositionsBox {
  padding: var(--unit_x18);
}
.row3 .filterPositionsBox .elm {
  padding: var(--unit_x8) 0px;
}
.row3 .employeesBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.row3 .employeesBox .elm {
  height: var(--unit_x450);
  margin-bottom: var(--unit_x48);
  padding: 0px;
  overflow: hidden;
  display: none;
  margin-right: var(--boxGapps);
}
.row3 .employeesBox .elm:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .row3 .employeesBox .elm:nth-of-type(2n) {
    margin-right: var(--boxGapps);
  }
  .row3 .employeesBox .elm:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .row3 .employeesBox .elm:nth-of-type(2n) {
    margin-right: var(--boxGapps);
  }
  .row3 .employeesBox .elm:nth-of-type(3n) {
    margin-right: var(--boxGapps);
  }
  .row3 .employeesBox .elm:nth-of-type(4n) {
    margin-right: 0;
  }
}

.row3 .employeesBox .elm.visible {
  display: initial;
}
.row3 .employeesBox .elm .image {
  position: relative;
  height: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../img/EmployeeBG.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row3 .employeesBox .elm .image img {
  height: 100%;
  -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;
}
.row3 .employeesBox .elm .image img:hover {
  transform: rotate(1deg) scale(1.05) !important;
}
.row3 .employeesBox .elm .image .info {
  position: absolute;
  top: 50%;
}

.row3 .employeesBox .elm .data {
  height: 50%;
  padding: var(--unit_x18);
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.row3 .employeesBox .elm .data .employeLnk {
  color: var(--col_pl10);
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.row3 .employeesBox .elm .data .employeLnk svg {
  width: var(--unit_x18);
  height: var(--unit_x18);
  margin-right: var(--unit_x5);
  color: var(--col_warmGray);
}
.row3 .employeesBox .elm .data .employeLnkMob {
  color: var(--col_pl10);
  display: none;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.row3 .employeesBox .elm .data .employeLnkMob svg {
  width: var(--unit_x18);
  height: var(--unit_x18);
  margin-right: var(--unit_x5);
  color: var(--col_warmGray);
}
.row3 .employeesBox .elm .data .qrCodeBox {
  background-color: var(--col_pd80_95a);
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -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;
}
.row3 .employeesBox .elm .data .qrCodeBox.active {
  top: 0px;
}
.row3 .employeesBox .elm .data .qrCodeBox .close {
  right: 0px;
  width: var(--unit_x16);
  height: var(--unit_x16);
  margin-top: var(--unit_x9);
  margin-right: var(--unit_x9);
  cursor: pointer;
  position: absolute;
  z-index: 11;
}
.row3 .employeesBox .elm .data .qrCodeBox .code {
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 768px) {
  .row3 .employeesBox .elm .data .employeLnk {
    display: none;
  }
  .row3 .employeesBox .elm .data .employeLnkMob {
    display: flex;
  }
}


/* Location Row(s) */
.locationRow {
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
}
.locationRow .elm .floatingName {
  font-family: 'Good Times';
  font-size: var(--unit_x88);
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  -webkit-text-stroke: 1px var(--col_pl20);
  text-stroke: 1px var(--col_pl20);
  white-space: nowrap;

  -webkit-transition: margin-left 0.1s linear;
  -moz-transition: margin-left 0.1s linear;
  -ms-transition: margin-left 0.1s linear;
  -o-transition: margin-left 0.1s linear;
  transition: margin-left 0.1s linear;
}
.locationRow .elm {
  width: 100%;
  position: relative;
}
.locationRow .elm .locationImg {
  width: 50%;
  position: absolute;
  bottom: 26.5%;
  display: flex;
  border-radius: var(--unit_x8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.locationRow .elm .locationImg img {
  height: 100%;
  -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;
}
.locationRow .elm .locationImg img:hover {
  transform: rotate(1deg) scale(1.05) !important;
}
.locationRow .elm .locationImg.right {
  right: 0px;
}

.locationRow .infoBox {
  text-align: left;
  width: var(--unit_x253);
  height: auto;
  padding: var(--unit_x17);
  position: absolute;
  bottom: 0px;
  left: 50%;
  /*display: flex;*/
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.locationRow .infoBox > div {
  margin-bottom: var(--unit_x15);
}
.locationRow .infoBox > div:last-child {
  margin-bottom: 0px;
}
.locationRow .infoBox > div:nth-child(1) {
  height: 70%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.locationRow .infoBox .toLocationPageLnkBox .info {
  display: flex;
  align-items: center;
}
.locationRow .infoBox .toLocationPageLnkBox .info > svg {
  width: var(--unit_x20);
  margin-right: var(--unit_x6);
}

@media only screen and (max-width: 768px) {
  .mainContent {
    padding-bottom: var(--unit_x86) !important;
  }
  .locationRow .elm .locationImg {
    width: 110%;
    height: 250px;
    bottom: auto;
    position: relative;
    right: 5% !important;
    /*align-items: flex-start;*/
  }
  .locationRow {
    padding-top: 0px !important;
    margin-bottom: 0px;
    align-items: flex-start;
  }
  .locationRow:last-of-type {
    margin-bottom: 0 !important;
  }
  .locationRow .infoBox {
    left: 10%;
    width: 80%;
    margin-left: 0px !important;
    height: auto;
    position: relative;
    top: calc(var(--unit_x58)*-1);
  }
  .locationRow .txtBlock {
    text-align: left;

    background-color: var(--col_pd80);
    padding: var(--unit_x9);
    border-radius: var(--unit_x9);

    left: 10%;
    width: 80%;
    margin-left: 0px !important;
    height: auto;
    position: relative;
    top: calc(var(--unit_x40)*-1);
  }
}




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