.text-box .htmleditor h2 {
  margin-left: -2px;
  font-size: 32px;
  font-size: 2.13333rem;
  line-height: 44px;
  line-height: 2.93333rem;
  color: black;
  margin-bottom: 5px;
}
@media (min-width: 650px) {
  .text-box .htmleditor h2 {
    max-width: 980px;
  }
}
.text-box .htmleditor a {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 22px;
  line-height: 1.46667rem;
  color: black;
}

.block-address {
  margin-left: 20%;
  padding-left: 5px;
  margin-bottom: 44px;
}

.block-phone .label, .block-phone .value {
  width: 50%;
  display: block;
  float: left;
}

.linkedin-wrapper {
  width: 13px;
  margin-left: 20px;
}
.linkedin-wrapper a {
  display: block;
  width: 100%;
}
.linkedin-wrapper svg {
  display: block;
  width: 100%;
  fill: black;
}

.block-phone .label {
  width: 20%;
  text-align: right;
  padding-right: 5px;
  text-transform: uppercase;
}

.block-phone p {
  overflow: hidden;
}

.block-phone .value {
  width: 80%;
  padding-left: 5px;
}

.el-video__holder .grid {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 650px) {
  .el-video__holder .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .el-video__holder .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.el-video__holder .grid .ratio--16-9 {
  position: relative;
  padding-bottom: 56.25%;
}
.ratio--16-9--reset .el-video__holder .grid .ratio--16-9 {
  padding-bottom: 0 !important;
}
.el-video__holder .grid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.MakeUpHolder .model-search .middleColumn, .StylingHolder .model-search .middleColumn {
  min-width: 110px !important;
}

.second-nav {
  display: none;
}

@media (min-width: 960px) {
  .second-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: -4.7vw;
    right: 0;
  }
  .second-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .second-nav ul li {
    margin-right: 5px;
    text-transform: uppercase;
  }
  .second-nav ul li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1103px) {
  .side-header .text-buttons-wrapper {
    width: auto;
  }
  .side-header .header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side-header .sm-wrapper {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    width: 39px;
    padding: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .side-header .sm-wrapper a {
    width: 13px !important;
    height: 13px !important;
    position: relative !important;
  }
  .side-header .sm-wrapper .ig-wrapper {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  .side-header .sm-wrapper .ig-wrapper:before {
    padding-top: 0 !important;
  }
  .side-header .sm-wrapper .linkedin-wrapper {
    margin-left: 10px;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  .second-nav {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
  .second-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
  }
}
@media (min-width: 1103px) {
  .side-header .sm-wrapper {
    padding-left: 0;
  }
}

/*# sourceMappingURL=new.css.map */