/* res_id: 734122a2aee79a45438c42b4e35508a9 */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
:root {
  --typography-size: 16px !important;
}
* {
  font-family: "Verlag A", "Verlag B";
}
html {
  font-size: 62.5%;
}
body {
  background-color: #f7f2ec;
  color: #342f2c;
}
body.navigationOpened {
  overflow: hidden;
}
header {
  position: relative;
}
header .logo,
header .logoInverted {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  header .logo,
  header .logoInverted {
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .logo img,
  header .logoInverted img {
    width: 120px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
header .logoInverted {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  header.navigationOpened .logo {
    display: none;
  }
}
header .topPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  header .topPanel {
    position: fixed;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  header .topPanel.moved {
    background: #ffffff;
    height: 94px;
  }
  header .topPanel.moved .languagePicker li a {
    color: #342f2c;
  }
  header .topPanel.moved .languagePicker li.active a {
    color: #fcc305;
  }
  header .topPanel.moved .logo,
  header .topPanel.moved .logoInverted {
    top: 13px;
  }
  header .topPanel.moved .logo img,
  header .topPanel.moved .logoInverted img {
    width: 80px;
  }
  header .topPanel.moved .logo {
    opacity: 0;
    visibility: hidden;
  }
  header .topPanel.moved .logoInverted {
    opacity: 1;
    visibility: visible;
  }
  header .topPanel.moved .toggleNavigation {
    color: #342f2c;
  }
}
@media (max-width: 991px) {
  header .topPanel .logo,
  header .topPanel .logoInverted {
    top: 150px;
  }
}
@media (min-width: 992px) {
  header.navigationOpened .topPanel {
    background: transparent;
  }
  header.navigationOpened .topPanel .logo {
    opacity: 1;
    visibility: visible;
  }
  header.navigationOpened .topPanel .logoInverted {
    opacity: 0;
    visibility: hidden;
  }
  header.navigationOpened .topPanel .toggleNavigation {
    color: #ffffff;
  }
}
header .headerImages {
  position: relative;
}
header .headerImages .slider,
header .headerImages .slick-list,
header .headerImages .slick-track,
header .headerImages .item {
  height: 100%;
}
header .headerImages .item {
  position: relative;
  overflow: hidden;
}
header .headerImages .overlayBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  header .headerImages .overlayBg {
    display: none;
  }
}
header .headerImages .gradient {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(133, 120, 112, 0.6), transparent);
}
header .headerImages .slick-arrow {
  display: none;
}
header .headerImages .slick-dots {
  bottom: 50px;
}
header .headerImages .slick-dots li {
  display: inline-block;
  height: 4px;
  width: 45px;
  background: rgba(255, 255, 255, 0.7);
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .headerImages .slick-dots li:first-of-type {
  margin: 0;
}
header .headerImages .slick-dots li.slick-active,
header .headerImages .slick-dots li:hover {
  background: #ffffff;
}
header .headerImages .slick-dots li button {
  display: none;
}
header.navigationOpened .headerImages img {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
header.navigationOpened .slick-dots {
  display: none;
}
header .toggleNavigation {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  header .toggleNavigation {
    top: 18px;
    lefT: 15px;
    font-size: 1.8rem;
  }
}
header .toggleNavigation:hover,
header .toggleNavigation:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
header .toggleNavigation i {
  margin-left: 10px;
}
header .toggleNavigation .closeMenuIcon {
  display: none;
}
header .languagePicker {
  position: absolute;
  top: 29px;
  left: 120px;
  text-transform: uppercase;
  display: flex;
  list-style: none;
}
@media (max-width: 767px) {
  header .languagePicker {
    top: 18px;
    lefT: 80px;
    font-size: 1.8rem;
  }
}
header .languagePicker li {
  margin-right: 15px;
}
header .languagePicker li a {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  header .languagePicker li a {
    font-size: 1.8rem;
  }
}
header .languagePicker li.active a {
  color: #fcc305;
}
header .languagePicker li:last-of-type {
  margin-right: 0;
}
header.navigationOpened .openMenuIcon {
  display: none;
}
header.navigationOpened .closeMenuIcon {
  display: inline;
}
header .navigationContainer {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 200px 0 100px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  header .navigationContainer {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}
header .navigationContainer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .navigationContainer ul a {
  color: #ffffff;
  font-weight: 700;
}
header .navigationContainer .navigationLevelRoot {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  header .navigationContainer .navigationLevelRoot {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .navigationContainer .navigationLevelRoot a {
  font-size: 4rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  header .navigationContainer .navigationLevelRoot a {
    font-size: 2.2rem;
    line-height: 4.4rem;
  }
}
header .navigationContainer .navigationLevelRoot li {
  position: relative;
}
header .navigationContainer .navigationLevelRoot li > a.hover,
header .navigationContainer .navigationLevelRoot li > a:hover,
header .navigationContainer .navigationLevelRoot li > a:focus {
  color: #fcc305;
  text-decoration: none;
}
header .navigationContainer .navigationLevelRoot li.active > a {
  color: #fcc305;
  text-decoration: none;
}
header .navigationContainer .navigationLevelRoot li .toggleSubNavigation {
  position: absolute;
  top: 15px;
  right: 0;
  color: #ffffff;
  font-size: 3rem;
  cursor: pointer;
}
@media (min-width: 991px) {
  header .navigationContainer .navigationLevelRoot li .toggleSubNavigation {
    display: none;
  }
}
@media (max-width: 767px) {
  header .navigationContainer .navigationLevelRoot li .toggleSubNavigation {
    font-size: 1.8rem;
  }
}
header .navigationContainer .navigationLevel1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 515px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  header .navigationContainer .navigationLevel1 {
    display: none;
    position: static;
    padding-left: 15px;
    left: auto;
    margin-bottom: 15px;
  }
}
header .navigationContainer .navigationLevel1.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  header .navigationContainer .navigationLevel1.active {
    display: block;
  }
}
header .navigationContainer .navigationLevel1.top {
  top: 20px;
}
@media (max-width: 991px) {
  header .navigationContainer .navigationLevel1.top {
    top: auto;
  }
}
header .navigationContainer .navigationLevel1.bottom {
  top: 20px;
}
@media (max-width: 991px) {
  header .navigationContainer .navigationLevel1.bottom {
    top: auto;
  }
}
header .navigationContainer .navigationLevel1 a {
  font-size: 1.4rem;
  line-height: 3rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .navigationContainer .navigationLevel1 a {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  header .navigationContainer .navigationLevel1 a {
    font-size: 1.6rem;
    text-transform: none;
    line-height: 3rem;
  }
}
header .navigationContainer .languagePicker {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 767px) {
  header .navigationContainer .languagePicker {
    bottom: 15px;
    left: 15px;
  }
}
header .navigationContainer .languagePicker li {
  display: inline-block;
  margin-left: 5px;
}
header .navigationContainer .languagePicker li:first-of-type {
  margin-left: 0;
}
header .navigationContainer .languagePicker li a {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  header .navigationContainer .languagePicker li a {
    font-size: 1.6rem;
  }
}
header .navigationContainer .socialMedia {
  position: absolute;
  left: 565px;
  bottom: 50px;
}
@media (max-width: 991px) {
  header .navigationContainer .socialMedia {
    left: auto;
    right: 50px;
  }
}
@media (max-width: 767px) {
  header .navigationContainer .socialMedia {
    right: 15px;
    bottom: 20px;
  }
}
header .navigationContainer .socialMedia li {
  display: inline-block;
  margin-left: 10px;
}
header .navigationContainer .socialMedia li:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  header .navigationContainer .socialMedia img {
    height: 20px;
  }
}
header.navigationOpened .navigationContainer {
  visibility: visible;
  opacity: 1;
}
header .headerApplyButton {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .headerApplyButton:hover,
header .headerApplyButton:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
@media (max-width: 767px) {
  header .headerApplyButton {
    top: 10px;
    right: 0;
  }
}
header .headerButtons {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
}
@media (max-width: 767px) {
  header .headerButtons {
    top: 10px;
    right: 0;
  }
}
header .headerButtons a {
  display: block;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .headerButtons a:hover,
header .headerButtons a:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
@media (max-width: 767px) {
  header .headerButtons a.jobButton2 {
    display: none;
  }
}
header .headerApplyButton {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  header .headerApplyButton {
    margin-left: -105px;
    bottom: 20%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
header .headerCaption {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .headerCaption.bottom {
  top: 65%;
}
@media (max-width: 767px) {
  header .headerCaption {
    left: 0;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
header .headerCaption .headerApplyButton {
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
header .headerCaption p {
  font-size: 3rem;
}
@media (max-width: 767px) {
  header .headerCaption p {
    font-size: 1.8rem;
  }
}
header .headerCaption p strong {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  header .headerCaption p strong {
    font-size: 3rem;
    line-height: 1.5;
  }
}
header .jobCategoryFilter,
header .newsCategoryFilter {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  header .jobCategoryFilter,
  header .newsCategoryFilter {
    width: 256px;
  }
}
header .jobCategoryFilter .dropdown,
header .newsCategoryFilter .dropdown {
  float: left;
  width: 300px;
}
@media (max-width: 767px) {
  header .jobCategoryFilter .dropdown,
  header .newsCategoryFilter .dropdown {
    width: 213px;
  }
}
header .jobCategoryFilter .dropdown button,
header .newsCategoryFilter .dropdown button {
  text-transform: uppercase;
  position: relative;
  text-align: left;
  background: #ffffff;
  border: 0;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
header .jobCategoryFilter .dropdown button:after,
header .newsCategoryFilter .dropdown button:after {
  display: none;
}
header .jobCategoryFilter .dropdown button .arrow,
header .newsCategoryFilter .dropdown button .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .jobCategoryFilter .dropdown .dropdown-menu,
header .newsCategoryFilter .dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header .jobCategoryFilter .dropdown .dropdown-menu label,
header .newsCategoryFilter .dropdown .dropdown-menu label {
  cursor: pointer;
  font-size: 1.4rem;
}
header .jobCategoryFilter .searchButton,
header .newsCategoryFilter .searchButton {
  cursor: pointer;
  float: right;
  display: block;
  color: #ffffff;
  background: #fcc305;
  border: 0;
  text-transform: uppercase;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .jobCategoryFilter .searchButton:hover,
header .newsCategoryFilter .searchButton:hover,
header .jobCategoryFilter .searchButton:focus,
header .newsCategoryFilter .searchButton:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
.containerContent h1 {
  font-weight: 700;
  font-size: 5rem;
}
@media (max-width: 767px) {
  .containerContent h1 {
    font-size: 3rem;
  }
}
.containerContent h2 {
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .containerContent h2 {
    font-size: 2rem;
  }
}
.containerContent h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.containerContent p,
.containerContent li,
.containerContent p a,
.containerContent li a,
.containerContent p span,
.containerContent li span,
.containerContent p strong,
.containerContent li strong {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .containerContent p,
  .containerContent li,
  .containerContent p a,
  .containerContent li a,
  .containerContent p span,
  .containerContent li span,
  .containerContent p strong,
  .containerContent li strong {
    font-size: 1.4rem;
  }
}
.headlineContainer {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .headlineContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.introductionContainer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.introductionContainer h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.introductionContainer p {
  margin: 10px 0 0;
}
.introductionContainer p:first-of-type {
  margin: 0;
}
.introductionContainer .content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .introductionContainer .content {
    padding-left: 0;
  }
}
.introductionContainer h1 {
  position: relative;
  padding-right: 185px;
}
@media (max-width: 767px) {
  .introductionContainer h1 {
    padding-right: 115px;
    margin-bottom: 30px;
  }
}
.introductionContainer h1 .icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .introductionContainer h1 .icon {
    width: 100px;
  }
}
h2.h1 {
  font-weight: 700;
  font-size: 5rem;
}
@media (max-width: 767px) {
  h2.h1 {
    font-size: 3rem;
  }
}
.introductionIconsContainer {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .introductionIconsContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.introductionIconsContainer h1,
.introductionIconsContainer h2 {
  margin-bottom: 15px;
}
.introductionIconsContainer .icons {
  margin-bottom: 30px;
}
.introductionIconsContainer .icons .icon {
  margin-left: 30px;
  width: 130px;
}
.introductionIconsContainer .icons .icon:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .introductionIconsContainer .icons .icon {
    width: 40px;
    margin-left: 10px;
  }
  .introductionIconsContainer .icons .icon:first-of-type {
    margin-left: 0;
  }
}
.introductionIconsContainer .buttonSHF {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .introductionIconsContainer .buttonSHF {
    display: block;
    width: auto;
  }
}
.introductionIconsContainer .buttonSHF:hover,
.introductionIconsContainer .buttonSHF:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
.textImageContainer {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .textImageContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.textImageContainer h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.textImageContainer p {
  margin: 10px 0 0;
}
.textImageContainer p:first-of-type {
  margin: 0;
}
.textImageContainer a {
  color: #342f2c;
}
@media (min-width: 991px) {
  .textImageContainer .content {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .textImageContainer .content {
    margin-top: 15px;
  }
}
.textImageContainer .imageContainer {
  position: relative;
  padding-top: 85px;
}
@media (max-width: 767px) {
  .textImageContainer .imageContainer {
    padding-top: 50px;
  }
}
.textImageContainer .imageContainer .image {
  width: calc(100% - 50px);
  height: 273px;
}
@media (max-width: 1200px) {
  .textImageContainer .imageContainer .image {
    height: 223px;
  }
}
@media (max-width: 991px) {
  .textImageContainer .imageContainer .image {
    height: 380px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .textImageContainer .imageContainer .image {
    height: 230px;
  }
}
.textImageContainer .imageContainer .gradient {
  position: absolute;
  bottom: 0;
  height: calc(100% - 85px);
  width: 30%;
  background-image: linear-gradient(to right, rgba(133, 120, 112, 0.6), transparent);
}
.textImageContainer .imageContainer .icon {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 100px;
}
@media (max-width: 767px) {
  .textImageContainer .imageContainer .icon {
    top: 0;
    right: 0;
  }
}
.textImageContainer .buttonSHF {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .textImageContainer .buttonSHF {
    display: block;
    width: auto;
  }
}
.textImageContainer .buttonSHF:hover,
.textImageContainer .buttonSHF:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
@media (min-width: 991px) {
  .textImageContainer.irregular .content {
    padding-left: 0;
    padding-right: 30px;
  }
}
.floatingTextContainer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.floatingTextContainer.centered {
  text-align: center;
}
@media (max-width: 767px) {
  .floatingTextContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.floatingTextContainer p {
  margin: 10px 0 0;
}
.floatingTextContainer p:first-of-type {
  margin: 0;
}
.floatingTextContainer a {
  color: #342f2c;
}
.fullImageContainer {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .fullImageContainer {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 270px;
  }
}
.fullImageContainer.noMarginBottom {
  margin-bottom: 0;
}
.fullImageContainer .container {
  position: relative;
}
.fullImageContainer .image {
  width: 100%;
}
.fullImageContainer .focuspoint {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fullImageContainer .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fullImageContainer .content a,
.fullImageContainer .content a:hover,
.fullImageContainer .content a:focus {
  text-decoration: none;
}
.fullImageContainer .content h2 {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 15px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fullImageContainer .content h2 {
    font-size: 2rem;
  }
}
.fullImageContainer .content h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .fullImageContainer .logo,
  .fullImageContainer .logoInverted {
    height: 50px;
  }
}
.fullImageContainer .gradient {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 30%;
  background-image: linear-gradient(to right, rgba(133, 120, 112, 0.6), transparent);
}
.fullImageContainer.withBackground {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .fullImageContainer.withBackground {
    padding-bottom: 30px;
  }
}
.fullImageContainer.withBackground .background {
  position: absolute;
  background: #e8e2d8;
  height: calc(50% + 50px);
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fullImageContainer.withBackground .background {
    height: calc(50% + 15px);
  }
}
.fullImageContainer .buttonSHF {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .fullImageContainer .buttonSHF {
    display: block;
    width: auto;
    margin: 0 15px;
  }
}
.fullImageContainer .buttonSHF:hover,
.fullImageContainer .buttonSHF:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
.jobsContainer h2 {
  text-align: center;
  border-bottom: 1px solid #342f2c;
  font-weight: 700;
  font-size: 5rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .jobsContainer h2 {
    margin-bottom: 15px;
  }
}
.jobsContainer .jobs .item {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .jobsContainer .jobs .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.jobsContainer .jobs .item:nth-child(2n) {
  background: #e8e2d8;
}
.jobsContainer .jobs .item h3 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: none;
}
.jobsContainer .jobs .item h4 {
  font-weight: 700;
  color: #fcc305;
  font-size: 3rem;
}
.jobsContainer .jobs .item .content {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .jobsContainer .jobs .item .content {
    font-size: 1.4rem;
  }
}
.jobsContainer .jobs .item .content.accordionContent {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid;
}
.jobsContainer .jobs .item p {
  margin-top: 15px;
  margin-bottom: 0;
}
.jobsContainer .jobs .item p:first-of-type {
  margin-top: 0;
}
.jobsContainer .jobs .item .applyButton {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #342f2c;
  border: 1px solid #342f2c;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jobsContainer .jobs .item .applyButton:hover,
.jobsContainer .jobs .item .applyButton:focus {
  opacity: 0.7;
  text-decoration: none;
  border: 1px solid #342f2c;
}
@media (max-width: 767px) {
  .jobsContainer .jobs .item .applyButton {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.jobsContainer .jobs .item .newApplyButton {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #342f2c;
  border: 1px solid #342f2c;
  text-transform: uppercase;
  background: transparent;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  margin-right: 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jobsContainer .jobs .item .newApplyButton:hover,
.jobsContainer .jobs .item .newApplyButton:focus {
  opacity: 0.7;
  text-decoration: none;
  border: 1px solid #342f2c;
}
@media (max-width: 767px) {
  .jobsContainer .jobs .item .newApplyButton {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
.jobsContainer .emptyText {
  text-align: center;
}
.jobCategoriesContainer {
  margin-top: 75px;
  margin-bottom: 30px;
}
.jobCategoriesContainer .item {
  position: relative;
  display: block;
  margin-bottom: 45px;
  padding-top: 15px;
  color: #342f2c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jobCategoriesContainer .item:hover,
.jobCategoriesContainer .item:focus {
  color: #342f2c;
  opacity: 0.75;
}
.jobCategoriesContainer .item h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 3rem;
  text-transform: none;
}
.jobCategoriesContainer .item .imageContainer {
  position: relative;
}
.jobCategoriesContainer .item .imageContainer img {
  width: 100%;
}
.jobCategoriesContainer .item .imageContainer .gradient {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 30%;
  background-image: linear-gradient(to right, #857870, transparent);
}
.counterContainer {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .counterContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.counterContainer .item {
  display: inline-block;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .counterContainer .item {
    margin-left: 15px;
  }
}
.counterContainer .item:first-of-type {
  margin-left: 0;
}
.counterContainer .item .value {
  font-size: 7.5rem;
  line-height: 1;
  color: #342f2c;
}
@media (max-width: 767px) {
  .counterContainer .item .value {
    font-size: 4rem;
  }
}
.counterContainer .item .label {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .counterContainer .item .label {
    font-size: 1.1rem;
  }
}
.dynamicTextImageContainer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.dynamicTextImageContainer .background {
  position: absolute;
  background: #e8e2d8;
  height: 70%;
  width: 100%;
  bottom: 10%;
  left: 0;
}
@media (max-width: 767px) {
  .dynamicTextImageContainer .background {
    bottom: auto;
    top: 0;
    height: 100%;
  }
}
.dynamicTextImageContainer .container {
  position: relative;
}
.dynamicTextImageContainer .content {
  width: 30%;
  float: left;
  padding-right: 30px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .dynamicTextImageContainer .content {
    padding-top: 30px;
    float: none;
    width: auto;
    padding-right: 0;
  }
}
.dynamicTextImageContainer .images {
  width: 60%;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .dynamicTextImageContainer .images {
    float: none;
    width: auto;
    padding-bottom: 30px;
  }
}
.dynamicTextImageContainer .images img {
  max-width: 100%;
}
.dynamicTextImageContainer .images .imageSmall {
  margin-top: -200px;
  -webkit-transform: translate(20%, 0);
  -moz-transform: translate(20%, 0);
  -o-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
}
@media (max-width: 767px) {
  .dynamicTextImageContainer .images .imageSmall {
    margin-top: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.mustKnowContainer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mustKnowContainer h2 {
  margin-bottom: 20px;
}
.mustKnowContainer ul {
  border-top: 1px solid #342f2c;
  padding-top: 20px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .mustKnowContainer ul {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.logoListContainer {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .logoListContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.logoListContainer .logos {
  margin-bottom: 30px;
}
.logoListContainer .logos .logo {
  margin-left: 30px;
  width: 130px;
}
.logoListContainer .logos .logo:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .logoListContainer .logos .logo {
    width: 70px;
    margin-left: 10px;
  }
  .logoListContainer .logos .logo:first-of-type {
    margin-left: 0;
  }
}
.infoContainer {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .infoContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.infoContainer .item {
  display: block;
  color: #342f2c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.infoContainer .item:hover,
.infoContainer .item:focus {
  text-decoration: none;
  color: #342f2c;
  opacity: 0.7;
}
.infoContainer .item .icon {
  text-align: center;
}
.infoContainer .item .icon img {
  max-width: 100%;
}
footer {
  background: #e8e2d8;
  padding: 50px 0;
}
footer p,
footer span,
footer a {
  font-size: 1.7rem;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer a,
footer a:hover,
footer a:focus {
  color: #342f2c;
}
footer .headline {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #342f2c;
}
footer ul,
footer p {
  margin-bottom: 0;
  margin-top: 25px;
}
@media (max-width: 767px) {
  footer ul,
  footer p {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
footer .logoSHF {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer .logoSHF {
    margin-top: 0;
  }
}
footer .logoSHF img {
  width: 200px;
}
footer .service li {
  display: inline-block;
  margin-left: 10px;
}
footer .service li:first-of-type {
  margin-left: 0;
}
footer .service li a {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .service {
    margin-top: 30px;
    text-align: center;
  }
}
footer .socialMedia {
  text-align: right;
}
footer .socialMedia a {
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .socialMedia a:first-of-type {
  margin-left: 0;
}
footer .socialMedia a:hover,
footer .socialMedia a:focus {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .socialMedia {
    text-align: center;
  }
}
.imageGalleryContainer {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .imageGalleryContainer {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.imageGalleryContainer img {
  max-width: 100%;
  margin-bottom: 30px;
}
.faqContainer {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faqContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.faqContainer .item {
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
  cursor: pointer;
}
.faqContainer .item:first-of-type {
  margin-top: 0;
}
.faqContainer .item .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.faqContainer .item .closeIcon {
  display: none;
  opacity: 1;
}
.faqContainer .item .title {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  min-height: 48px;
  padding-top: 10px;
}
.faqContainer .item .description {
  font-size: 1.7rem;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .faqContainer .item .description {
    font-size: 1.4rem;
  }
}
.faqContainer .item.active .openIcon {
  display: none;
}
.faqContainer .item.active .closeIcon {
  display: inline;
}
.faqContainer .item.active .description {
  opacity: 1;
  height: auto;
}
#grid-gallery {
  margin: 60px -15px;
}
@media (max-width: 767px) {
  #grid-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#grid-gallery .item {
  position: relative;
  display: block;
  color: #342f2c;
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 0 10px #dddddd;
  -moz-box-shadow: 0 0 10px #dddddd;
  box-shadow: 0 0 10px #dddddd;
}
#grid-gallery .item:hover,
#grid-gallery .item:focus {
  color: #342f2c;
  opacity: 0.75;
}
#grid-gallery .item h3 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: none;
}
#grid-gallery .item h4 {
  margin-top: -5px;
  margin-bottom: 15px;
}
#grid-gallery .item p {
  display: inline;
}
#grid-gallery .item .imageContainer {
  position: relative;
}
#grid-gallery .item .imageContainer img {
  width: 100%;
}
#grid-gallery .item .imageContainer .gradient {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 30%;
  background-image: linear-gradient(to right, #857870, transparent);
}
#grid-gallery .item .content {
  padding: 15px;
}
#grid-gallery .item .detailLink {
  font-size: 3rem;
  line-height: 10px;
  color: #fcc305;
}
@media (max-width: 767px) {
  #grid-gallery li {
    width: 100% !important;
  }
}
#grid-gallery li a {
  text-decoration: none;
}
#grid-gallery li,
#grid-gallery li figure {
  cursor: pointer;
}
#grid-gallery li:hover,
#grid-gallery li figure:hover,
#grid-gallery li:focus,
#grid-gallery li figure:focus {
  opacity: 1;
}
#grid-gallery .item:hover,
#grid-gallery .item:focus {
  opacity: 1;
}
#grid-gallery .category {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 3rem;
  text-transform: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.videoContainer {
  width: 100%;
  z-index: 1;
  height: 620px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .videoContainer {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .videoContainer {
    height: 260px;
  }
}
.videoContainer .videoOverlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.videoContainer #mindstreamVideo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  object-fit: cover;
}
.videoContainer #mindstreamVideoPoster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoContainer #playVideo {
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoContainer #playVideo img {
    height: 50px;
  }
}
.videoContainer .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.videoContainer .content h2 {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 45px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .videoContainer .content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.videoContainer .content h3 {
  color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .videoContainer .content h3 {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.videoContainer #video-controls button {
  background: none;
  border: none;
  outline: none;
}
.videoContainer #video-controls button:focus {
  outline: none;
}
.videoContainer #video-controls #playVideo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.videoContainer #video-controls #playVideo i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  cursor: pointer;
}
.videoContainer #video-controls #playVideo i:before {
  color: #ffffff;
  font-size: 80px;
}
.videoContainer #video-controls #playVideo .fillAnim {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  transition: all .2s;
}
.videoContainer #video-controls #playVideo:hover .fillAnim {
  width: 80px;
}
.videoContainer #video-controls #pause {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoContainer #video-controls #pause {
    bottom: 40px;
  }
}
.videoContainer #video-controls #pause img {
  width: 30px;
}
.videoContainer #video-controls #play {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoContainer #video-controls #play {
    bottom: 40px;
  }
}
.videoContainer #video-controls #play img {
  width: 30px;
}
.videoContainer #video-controls #volumeUp {
  position: absolute;
  bottom: 100px;
  height: 25px;
  right: 10%;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoContainer #video-controls #volumeUp {
    bottom: 40px;
  }
}
.videoContainer #video-controls #volumeUp img {
  width: 30px;
}
.videoContainer #video-controls #volumeDown {
  position: absolute;
  bottom: 100px;
  height: 25px;
  right: 10%;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoContainer #video-controls #volumeDown {
    bottom: 40px;
  }
}
.videoContainer #video-controls #volumeDown img {
  width: 30px;
}
.videoContainer #video-controls #custom-seekbar {
  margin-bottom: 10px;
  outline: none;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  width: 80%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .videoContainer #video-controls #custom-seekbar {
    bottom: 15px;
  }
}
.videoContainer #video-controls #custom-seekbar span {
  background-color: #fcc305;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
}
.videoContainer #video-controls .as-console-wrapper {
  display: none !important;
}
#jobInquiry {
  margin: 60px 0;
}
#jobInquiry label {
  font-size: 1.7rem;
}
#jobInquiry input,
#jobInquiry select {
  height: 45px;
  border-radius: 0;
  font-size: 1.7rem;
}
#jobInquiry .custom-file-label {
  height: 45px;
}
#jobInquiry .custom-file-label:after {
  content: attr(data-custom-file-label);
  height: 45px;
  display: flex;
  align-items: center;
}
#jobInquiry .error,
#jobInquiry .danger {
  color: red;
}
#jobInquiry .submitBtn {
  border: none;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #jobInquiry .submitBtn {
    display: block;
    width: auto;
  }
}
#jobInquiry .submitBtn:hover,
#jobInquiry .submitBtn:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
#jobInquiry #agb {
  height: auto;
  margin-right: 15px;
}
.iFrameWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .3s;
}
.iFrameWrapper .linkTileVideoImg {
  width: calc(100% - 50px);
  height: 273px;
  position: relative;
}
@media (max-width: 1200px) {
  .iFrameWrapper .linkTileVideoImg {
    height: 223px;
  }
}
@media (max-width: 991px) {
  .iFrameWrapper .linkTileVideoImg {
    height: 380px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .iFrameWrapper .linkTileVideoImg {
    height: 230px;
  }
}
.iFrameWrapper .linkTileVideoImg:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iFrameWrapper button {
  background: none;
  border: none;
  outline: none;
}
.iFrameWrapper button:focus {
  outline: none;
}
.iFrameWrapper .close {
  position: absolute;
  top: 15px;
  right: -50px;
  z-index: 1;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  opacity: 1;
  width: 20px;
  height: 20px;
}
@media (max-width: 1023px) {
  .iFrameWrapper .close {
    top: -35px;
    right: 0;
  }
}
.iFrameWrapper .close:focus {
  outline: none;
}
.iFrameWrapper .close:before {
  position: fixed;
  width: 1000vw;
  height: 1000vh;
  left: -100%;
  top: -100%;
  content: "";
  z-index: 1;
  background: black;
  opacity: .3;
}
.iFrameWrapper .playVideo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.iFrameWrapper .playVideo img {
  width: 64px;
}
.iFrameWrapper .videoAreaWarapper {
  height: 0;
  width: 0;
}
.iFrameWrapper .videoAreaWarapper.videoPlayed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  height: 70%;
  width: 70vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .iFrameWrapper .videoAreaWarapper.videoPlayed {
    height: 55%;
    width: 95vw;
  }
}
@media screen and (max-width: 767px) {
  .iFrameWrapper .videoAreaWarapper.videoPlayed {
    height: 40%;
    width: 95vw;
  }
}
.iFrameWrapper .videoAreaWarapper.videoPlayed iframe {
  position: relative;
  z-index: 1001;
}
.shf-video-carousel-wrapper .slick-track {
  display: flex !important;
}
.shf-video-carousel-wrapper .slick-slide {
  height: inherit !important;
  background-color: white;
}
.shf-video-carousel-wrapper .shf-video-carousel-wrapper-col {
  background-color: #e8e2d8;
}
@media (max-width: 767px) {
  .shf-video-carousel-wrapper .shf-video-carousel-wrapper-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.shf-video-carousel-wrapper .slick-slider .slick-slide {
  margin: 16px;
}
.shf-video-carousel-wrapper .shf-video-carousel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 32px;
}
.shf-video-carousel-wrapper .shf-video-carousel {
  padding: 32px 0;
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item {
  box-shadow: 0 0 10px #dddddd;
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img {
  width: 100%;
  height: 273px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img {
    height: 223px;
  }
}
@media (max-width: 991px) {
  .shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img {
    height: 230px;
  }
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img button {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 1;
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img button img {
  width: 64px;
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-img button:hover {
  background-color: transparent;
}
.shf-video-carousel-wrapper .shf-video-carousel .shf-video-carousel-item .shf-video-carousel-item-content {
  background: white;
  padding: 32px;
}
.shf-video-carousel-wrapper .shf-video-carousel .buttonSHF {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  background: #fcc305;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .shf-video-carousel-wrapper .shf-video-carousel .buttonSHF {
    display: block;
    width: auto;
  }
}
.shf-video-carousel-wrapper .shf-video-carousel .buttonSHF:hover,
.shf-video-carousel-wrapper .shf-video-carousel .buttonSHF:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(252, 195, 5, 0.8);
}
.shf-video-carousel-wrapper .slick-prev,
.shf-video-carousel-wrapper .slick-next {
  z-index: 1;
}
.shf-video-carousel-wrapper .slick-prev {
  left: -32px;
}
.shf-video-carousel-wrapper .slick-next {
  right: -64px;
}
@media (max-width: 767px) {
  .shf-video-carousel-wrapper .shf-video-carousel-content {
    display: block;
    text-align: left;
    padding: 0 16px;
  }
  .shf-video-carousel-wrapper .slick-prev {
    left: -16px;
  }
  .shf-video-carousel-wrapper .slick-next {
    right: 16px;
  }
}
.shf-video-carousel-wrapper .slick-prev:before,
.shf-video-carousel-wrapper .slick-next:before {
  font-size: 50px;
  line-height: 1;
  color: #342f2c;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#video-carousel-modal {
  border-radius: 0;
}
#video-carousel-modal .modal-content {
  background: transparent;
  border: none;
}
#video-carousel-modal .modal-dialog {
  width: 70vw;
  max-width: 70vw;
}
#video-carousel-modal iframe {
  bottom: 0;
  right: 0;
  z-index: 1001;
  aspect-ratio: 1.77777778;
  width: 70vw;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  #video-carousel-modal iframe {
    aspect-ratio: 1.33333333;
  }
}
@media screen and (max-width: 1023px) {
  #video-carousel-modal iframe {
    height: 55%;
    width: 95vw;
  }
}
@media screen and (max-width: 767px) {
  #video-carousel-modal iframe {
    height: 40%;
    width: 95vw;
  }
}
.buttonSHF2 {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #857870;
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .buttonSHF2 {
    display: block;
    width: auto;
  }
}
.buttonSHF2:hover,
.buttonSHF2:focus {
  text-decoration: none;
  color: #ffffff;
  background: rgba(133, 120, 112, 0.8);
}


