@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.module .btn-read-more span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 0;
  text-decoration: none;
}

.module .btn-read-more span:hover {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.module .btn-read-more span:hover i.fa {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  transform: scale(1.2, 1.2);
}

.module .btn-read-more span i.fa {
  margin-left: 10px;
  font-size: 1.3em;
}

.tiles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tiles .tile {
  background-color: #ab293b;
  height: 18px;
  width: 18px;
  position: absolute;
}

.wp-intro {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wp-intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .wp-intro {
    padding-top: 100px;
    min-height: 500px;
  }
}

.wp-intro:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,ab293b+100&1+0,0.5+74,0+100 */
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.59) 60%, rgba(60, 14, 21, 0.5) 74%, rgba(171, 41, 59, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.59) 60%, rgba(60, 14, 21, 0.5) 74%, rgba(171, 41, 59, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.59) 60%, rgba(60, 14, 21, 0.5) 74%, rgba(171, 41, 59, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ab293b',GradientType=1 );
  /* IE6-9 */
}

@media screen and (min-width: 992px) {
  .wp-intro:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+33,ab293b+50&1+0,1+33,0.3+50,0+95 */
    background: -moz-linear-gradient(left, black 0%, black 33%, rgba(171, 41, 59, 0.3) 50%, rgba(171, 41, 59, 0) 95%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, black 33%, rgba(171, 41, 59, 0.3) 50%, rgba(171, 41, 59, 0) 95%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, black 33%, rgba(171, 41, 59, 0.3) 50%, rgba(171, 41, 59, 0) 95%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ab293b',GradientType=1 );
    /* IE6-9 */
  }
}

.wp-intro:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  z-index: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
}

.wp-intro .tiles .tile {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.wp-intro .tiles .tile.tile-1 {
  top: 12%;
  left: 45%;
}

.wp-intro .tiles .tile.tile-2 {
  top: 68%;
  left: 90%;
}

.wp-intro .tiles .tile.tile-3 {
  top: 7%;
  left: 75%;
  height: 20px;
  width: 20px;
}

.wp-intro .tiles .tile.tile-4 {
  top: 50%;
  left: 56%;
}

.wp-intro .tiles .tile.tile-5 {
  top: 22%;
  left: 62%;
  height: 12px;
  width: 12px;
}

.wp-intro .container {
  position: relative;
  z-index: 1;
}

.wp-intro .intro-description {
  margin-bottom: 30px;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .wp-intro .intro-description {
    margin-bottom: 100px;
  }
}

.wp-intro .intro-description .red {
  font-family: "GillSansStdBold", sans-serif;
}

.wp-intro .btn-read-more {
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .wp-intro .btn-read-more {
    margin-top: 48px;
  }
}

.wp-intro .txt-caption {
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .wp-intro .txt-caption {
    font-size: 22px;
  }
}

.wp-intro .txt-caption p {
  display: inline;
  background-color: #ab293b;
  box-shadow: 10px 0 0 #ab293b, -10px 0 0 #ab293b;
  box-decoration-break: clone;
  position: relative;
  left: 10px;
  font-family: "GillSansStdBold", sans-serif;
}

@media screen and (min-width: 768px) {
  .wp-intro .icon-and-info-box {
    min-height: 110px;
  }
}

@media screen and (min-width: 992px) {
  .wp-intro .icon-and-info-box {
    min-height: 150px;
  }
}

.wp-intro .notes {
  color: #808080;
}

.wp-job-form {
  background-position-x: 90%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 525px;
  /* &:before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.15);
		//@include gradient-horizontal($start-color: rgba(0,0,0,0.3), $end-color: rgba(0,0,0,0));
	} */
}

@media screen and (min-width: 768px) {
  .wp-job-form {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
    min-height: 405px;
  }
}

@media screen and (min-width: 992px) {
  .wp-job-form {
    padding: 55px;
    min-height: 460px;
  }
}

.wp-job-form h2 {
  color: #ab293b;
  font-family: "GillSansStdRegular", sans-serif;
}

.wp-job-form .job-form {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wp-job-form .job-form {
    padding: 50px 0;
  }
}

@media screen and (min-width: 992px) {
  .wp-job-form .job-form {
    padding: 50px;
  }
}

.wp-job-form .job-form .wrp-form-fields {
  font-family: "GillSansStdRegular", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.wp-job-form .job-form .wrp-form-fields span {
  font-size: 30px;
  display: inline-block;
  margin: 15px 0;
}

@media screen and (min-width: 992px) {
  .wp-job-form .job-form .wrp-form-fields span {
    padding: 0 15px;
  }
}

.wp-job-form .job-form .form-field {
  background-color: transparent;
  border: 0;
  font-family: inherit;
  color: inherit;
  border-bottom: 1px solid #fff;
  font-size: inherit;
  margin: 15px 0;
  width: 100%;
  text-align: inherit;
  text-align-last: center;
}

@media screen and (min-width: 768px) {
  .wp-job-form .job-form .form-field {
    width: auto;
    min-width: 40%;
    text-align: left;
    text-align-last: left;
    margin: 20px 5px;
  }
}

.wp-job-form .job-form .form-field::-webkit-input-placeholder {
  color: inherit;
}

.wp-job-form .job-form .form-field::-moz-placeholder {
  color: inherit;
}

.wp-job-form .job-form .form-field:-ms-input-placeholder {
  color: inherit;
}

.wp-job-form .job-form .form-field::placeholder {
  color: inherit;
}

.wp-job-form .job-form .form-field[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.wp-job-form .job-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
  background-image: url("../img/domino/layout/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.wp-job-form .job-form select::-ms-expand {
  display: none;
}

.wp-job-form .job-form select option {
  background-color: rgba(0, 0, 0, 0.5);
}

.wp-job-form .job-form .south-america-row {
  display: none;
}

.wp-job-form .job-form .argentina-mailto {
  display: none;
  margin: 20px 0;
  color: black;
}

.wp-job-form .job-form .argentina-mailto a{
  color: #3575d3;
}

.wp-job-form .job-form .wrp-btn-submit {
  margin-top: 20px;
  display: none;
}

@media screen and (min-width: 768px) {
  .wp-job-form .job-form .wrp-btn-submit {
    text-align: right;
  }
}

.wp-job-form .job-form .wrp-btn-submit .btn-submit {
  display: inline-block;
}

.wp-job-form .job-form .wrp-btn-submit .btn-submit a {
  position: relative;
}

.wp-job-form .job-form .wrp-btn-submit .btn-submit a:link, .wp-job-form .job-form .wrp-btn-submit .btn-submit a:visited {
  display: block;
  text-align: left;
  padding: 10px 40px 10px 20px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #ab293b;
  text-decoration: none;
}

.wp-job-form .job-form .wrp-btn-submit .btn-submit a:hover {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.wp-job-form .job-form .wrp-btn-submit .btn-submit a:hover i.fa {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  transform: scale(1.2, 1.2);
}

.wp-job-form .job-form .wrp-btn-submit .btn-submit a i.fa {
  position: absolute;
  right: 10px;
  top: 11px;
  margin-left: 5px;
  font-size: 1.2em;
}

.wp-job-form-results .list-results ul li .text h5 {
  font-size: 18px;
  margin-bottom: 16px;
}

.wp-job-form-results .list-results ul li .text .location p {
  font-size: 18px;
  font-family: "GillSansStdBold", sans-serif;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .wp-job-form-results .list-results ul li .text .location p {
    margin-bottom: 0;
  }
}

.wp-title {
  position: relative;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .wp-title {
    padding-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .wp-title {
    padding-top: 50px;
  }
}

.wp-title .tiles .tile {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.wp-title .tiles .tile-1 {
  top: 0%;
  left: 90%;
  width: 20px;
  height: 20px;
}

.wp-title .tiles .tile-2 {
  top: 20%;
  left: 78%;
  width: 12px;
  height: 12px;
}

.wp-title .tiles .tile-3 {
  top: 27%;
  left: 60%;
  width: 12px;
  height: 12px;
}

.wp-title .tiles .tile-4 {
  bottom: 25%;
  left: 72%;
}

.wp-title .tiles .tile-5 {
  bottom: 15%;
  left: 95%;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.module .wp-title .title-border, .wp-title.module .title-border {
  border-left: 5px solid #ab293b;
  border-bottom: 0;
  padding-left: 25px;
}

.wp-title .btn-read-more {
  text-align: right;
}

.wp-box-img .wp-box-img-item {
  height: 450px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .wp-box-img .wp-box-img-item {
    margin-bottom: 30px;
  }
}

.wp-box-img .wp-box-img-item-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wp-box-img .wp-box-img-item-inner, .wp-box-img .wp-box-img-item-inner:link, .wp-box-img .wp-box-img-item-inner:visited {
  text-decoration: none;
}

.wp-box-img .wp-box-img-item-inner:hover .wp-box-img-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.wp-box-img .wp-box-img-item-inner:hover .wp-box-img-bg:after {
  background-color: transparent;
}

.wp-box-img .wp-box-img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wp-box-img .wp-box-img-bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wp-box-img .wp-box-img-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 30px 30px 20px 30px;
}

.wp-box-img .wp-box-img-txt h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.wp-box-hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ab293b+30,000000+75&1+0,1+8,0.4+30,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, black 0%, #2e0b10 8%, rgba(171, 41, 59, 0.4) 30%, rgba(0, 0, 0, 0.14) 75%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, #2e0b10 8%, rgba(171, 41, 59, 0.4) 30%, rgba(0, 0, 0, 0.14) 75%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, black 0%, #2e0b10 8%, rgba(171, 41, 59, 0.4) 30%, rgba(0, 0, 0, 0.14) 75%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 15px;
}

.wp-box-hover .wp-title {
  padding-bottom: 30px;
}

.wp-box-hover .wp-title .title-border {
  color: #fff;
}

.wp-box-hover .wp-box-img-item-inner:hover .wp-box-img-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.wp-box-hover .wp-box-img-item-inner:hover .wp-box-img-bg:after {
  background-color: #2f2f2f;
}

.wp-box-hover .wp-box-img-item-inner:hover .wp-box-img-txt {
  position: relative;
}

.wp-box-hover .wp-box-img-item-inner:hover .wp-box-img-long-description {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wp-box-hover .wp-box-img-txt h3 {
  font-size: 30px;
}

.wp-box-hover .wp-box-img-long-description {
  position: relative;
  z-index: 5;
  padding: 0 30px 30px 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (min-width: 768px) {
  .wp-box-video .wp-box-video-inner {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wp-box-video .wp-box-video-item {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .wp-box-video .wp-box-video-item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .wp-box-video .wp-box-video-item:nth-child(-n+2) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 992px) {
  .wp-box-video .wp-box-video-item {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .wp-box-video .wp-box-video-item:nth-child(-n+4) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  .wp-box-video .wp-box-video-item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp-box-video .wp-box-video-wrap {
  margin-bottom: 25px;
}

.wp-box-video .wp-box-video-name {
  font-family: "GillSansStdBold", sans-serif;
  font-size: 18px;
}

.wp-box-video .wp-box-video-area {
  font-family: "GillSansStdBold", sans-serif;
  color: #ab293b;
  font-size: 18px;
}

.wp-box-video .wp-box-video-description {
  margin-top: 15px;
}

.wp-news {
  background-color: #fff;
  color: #2f2f2f;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .wp-news {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .wp-news {
    padding: 40px 55px 55px 55px;
  }
}

.wp-news h2,
.wp-news h3 {
  color: inherit;
}

.wp-news .wp-news-slider-wrap {
  position: relative;
}

.wp-news .wp-news-slider {
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .wp-news .wp-news-slide {
    padding: 15px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

.wp-news .wp-news-item {
  padding: 15px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wp-news .wp-news-item {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 30px 60px 30px;
  }
}

.wp-news .wp-news-item:first-child {
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .wp-news .wp-news-item:first-child {
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
  }
}

.wp-news .news-date-and-info {
  overflow: hidden;
}

.wp-news .news-date-and-info > div {
  float: left;
}

.wp-news .news-date {
  background-color: #ab293b;
  color: #fff;
  line-height: 1;
  padding: 15px 10px;
  width: 55px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wp-news .news-date {
    width: 80px;
  }
}

.wp-news .news-day {
  font-family: "GillSansStdBold", sans-serif;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .wp-news .news-day {
    font-size: 38px;
  }
}

.wp-news .news-month {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .wp-news .news-month {
    font-size: 24px;
  }
}

.wp-news .news-info {
  width: calc(100% - 55px);
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .wp-news .news-info {
    width: calc(100% - 80px);
  }
}

.wp-news .news-info h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}

.wp-news .news-info > div {
  font-family: "GillSansStdRegular", sans-serif;
}

.wp-news .news-info p {
  margin-bottom: 0;
  font-family: inherit;
}

.wp-news .news-cta {
  text-align: right;
  padding: 10px 5px;
}

@media screen and (min-width: 768px) {
  .wp-news .news-cta {
    padding: 5px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.wp-news .btn-read-more {
  margin: 0;
}

.wp-news .btn-read-more a:link, .wp-news .btn-read-more a:visited {
  color: inherit;
}

.wp-news .btn-read-more a .fa:before {
  color: #ab293b;
}

.wp-news .bx-pager {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wp-news .bx-pager {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .wp-news .bx-pager {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.wp-news .bx-pager-item {
  display: inline-block;
}

.wp-news .bx-pager-item a.bx-pager-link {
  background-color: #fff;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #2f2f2f;
}

.wp-news .bx-pager-item a.bx-pager-link.active {
  background-color: #ab293b;
  border-color: #ab293b;
}

.wp-news .bx-controls-direction {
  display: none;
}

@media screen and (min-width: 768px) {
  .wp-news .bx-controls-direction {
    display: block;
  }
}

.wp-news .bx-controls-direction a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #2f2f2f;
  z-index: 10;
  font-size: 0px;
}

.wp-news .bx-controls-direction a:before {
  font-size: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.wp-news .bx-prev {
  left: -30px;
}

@media screen and (min-width: 992px) {
  .wp-news .bx-prev {
    left: -40px;
  }
}

.wp-news .bx-prev:before {
  content: "\f053";
}

.wp-news .bx-next {
  right: -30px;
}

@media screen and (min-width: 992px) {
  .wp-news .bx-next {
    right: -40px;
  }
}

.wp-news .bx-next:before {
  content: "\f054";
}

.wp-gallery {
  background-color: #2f2f2f;
}

.wp-gallery.module .title-border {
  border-bottom: 0;
}

.wp-gallery .wrp-ga {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* .fluid-width-video-wrapper{
			padding-top: 75% !important; //4:3 aspect ratio
		} */
}

@media (min-width: 768px) {
  .wp-gallery .wrp-ga {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .wp-gallery .wrp-ga {
    padding: 30px 0 30px 45px;
  }
}

.wp-gallery .thumbs-wrp {
  left: 45px;
  right: 0;
  width: auto;
}

.wp-gallery .gallery-tools {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .wp-gallery .gallery-tools {
    float: left;
    width: 50%;
  }
}

.wp-gallery .gallery-tools > div {
  width: 90%;
  margin: 0 auto;
}

.wp-gallery .gallery-tools .head {
  background-color: transparent;
}

.wp-gallery .gallery-tools .wrp-dida-tools {
  border-color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .wp-gallery .gallery-tools .wrp-dida-tools {
    padding: 40px 0;
  }
}

.wp-gallery .gallery-tools .employeee-details {
  display: block;
  margin-top: 35px;
  font-family: "GillSansStdBold", sans-serif;
  font-size: 16px;
}

.wp-gallery .gallery-tools .downloads,
.wp-gallery .gallery-tools .img-controls {
  display: none !important;
}

.wp-affordance {
  text-align: center;
  font-family: "GillSansStdBold", sans-serif;
}

.wp-affordance a {
  display: inline-block;
  padding-bottom: 25px;
  position: relative;
}

.wp-affordance a, .wp-affordance a:link, .wp-affordance a:visited {
  text-decoration: none;
}

.wp-affordance a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wp-affordance a:hover:after {
  bottom: 0;
}

.wp-infographic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 50%;
  background-position-y: 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .wp-infographic {
    background-position-y: 50%;
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .wp-infographic {
    padding-bottom: 50px;
    margin-top: 80px;
  }
}

.wp-infographic .wp-title {
  padding-bottom: 30px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .wp-infographic .wp-title {
    padding-bottom: 100px;
  }
}

.wp-infographic .wp-title .title-border {
  color: #fff;
}

.wp-infographic .infographic-box {
  margin-bottom: 30px;
}

.wp-infographic .btn-read-more {
  text-align: right;
}

.wp-img-txt {
  color: #2f2f2f;
  font-family: "GillSansStdRegular", sans-serif;
}

.wp-img-txt .row {
  margin-left: 0;
  margin-right: 0;
}

.wp-img-txt .wp-img-wrap {
  background-color: #2f2f2f;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .wp-img-txt .wp-img-wrap {
    padding: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .wp-img-txt .wp-img-wrap {
    padding: 0;
  }
}

.wp-img-txt .wp-img-wrap img {
  margin: 0 auto;
}

.wp-img-txt .wp-txt-wrap {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .wp-img-txt .wp-txt-wrap {
    padding: 45px;
  }
}

@media screen and (min-width: 992px) {
  .wp-img-txt .wp-txt-wrap {
    padding: 60px;
  }
}

.wp-img-txt .wp-txt-wrap p {
  font-family: inherit;
}

@media screen and (min-width: 768px) {
  .wp-box-txt .wp-box-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .wp-box-txt .wp-box-wrap > div {
    display: flex;
    flex-wrap: wrap;
  }
}

.wp-box-txt .wp-box-wrap > div:last-child .wp-box-item {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .wp-box-txt .wp-box-wrap > div:nth-last-child(-n + 2) .wp-box-item {
    margin-bottom: 0;
  }
}

.wp-box-txt .wp-box-item {
  background-color: #fff;
  color: #2f2f2f;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wp-box-txt .wp-box-item {
    padding: 30px;
  }
}

.wp-box-txt .wp-box-item h3 {
  color: #ab293b;
}

.wp-box-txt .wp-box-item p {
  font-family: "GillSansStdRegular", sans-serif;
}

.wp-box-img-desc .wp-box-wrap h3 {
  text-transform: uppercase;
}

.wp-box-img-desc .wp-box-item {
  font-size: 0;
  line-height: 0;
}

.wp-box-img-desc .wp-box-item img {
  margin-bottom: 15px;
}

.wp-box-img-desc .wp-box-item p {
  font-size: 16px;
  line-height: 1.375em;
}

.wp-tab-carousel {
  font-family: "GillSansStdRegular", sans-serif;
}

.wp-tab-carousel p {
  font-family: inherit;
  line-height: 1.375em;
}

.tab-carousel-menu {
  background-color: #2f2f2f;
  color: #afafaf;
  padding: 0 50px;
  margin: 0;
  position: relative;
  font-family: "GillSansStdRegular", sans-serif;
}

.tab-carousel-menu li {
  margin: 0;
  cursor: pointer;
  outline: none;
}

.tab-carousel-menu li.slick-current .menu-item {
  background-color: #ab293b;
  color: #fff;
}

.tab-carousel-menu .slick-arrow {
  background-color: #494949;
  border: 0;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0px;
  outline: none;
}

.tab-carousel-menu .slick-arrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 26px;
  padding: 22px 0;
}

.tab-carousel-menu .slick-arrow.slick-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.tab-carousel-menu .slick-arrow.slick-prev {
  left: 0;
}

.tab-carousel-menu .slick-arrow.slick-prev:after {
  content: "\f104";
}

.tab-carousel-menu .slick-arrow.slick-next {
  right: 0;
}

.tab-carousel-menu .slick-arrow.slick-next:after {
  content: "\f105";
}

.tab-carousel-menu .menu-item {
  padding: 25px 15px;
  border-right: 1px solid #626262;
}

.tab-carousel-content {
  background-color: #fff;
  color: #2f2f2f;
}

.tab-carousel-content h3,
.tab-carousel-content h4 {
  color: inherit;
}

.tab-carousel-content h3 {
  text-transform: uppercase;
}

.tab-carousel-content h4 {
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-item-inner {
    display: table;
    width: 100%;
    height: 100%;
  }
}

.tab-carousel-content .slide-img {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 270px;
}

@media screen and (min-width: 768px) {
  .tab-carousel-content .slide-img {
    height: 320px;
  }
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-img {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}

.tab-carousel-content .slide-img .popup-youtube {
  /* position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0; */
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0px;
}

.tab-carousel-content .slide-img .popup-youtube:after {
  /* //.fa
				display:inline-block;
				font:normal normal normal 14px/1 FontAwesome;
				font-size:inherit;
				text-rendering:auto;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
				
				//.fa-play
				content:"\f04b";
				
				font-size: 32px;
				background-color: #494949;
				border-radius: 12px;
				padding: 12px 24px 12px 34px; */
  content: '';
  background-image: url("../img/domino/layout/yt-button.svg");
  width: 68px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tab-carousel-content .slide-img .popup-youtube:hover:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.tab-carousel-content .slide-txt {
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-txt {
    display: table-cell;
    padding: 40px;
  }
}

.tab-carousel-content .slide-description img {
  margin-bottom: 30px;
}

.tab-carousel-content .slide-data {
  padding-top: 10px;
  padding-bottom: 5px;
}

.tab-carousel-content .slide-additional-info {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 5px;
}

.tab-carousel-content .slide-additional-info ul {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .tab-carousel-content .slide-additional-info ul li {
    display: inline-block;
    border-right: 1px solid #2f2f2f;
    padding-right: 10px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.tab-carousel-content .slide-additional-info ul li:last-child {
  border: 0;
}

.tab-carousel-content .slide-cta {
  text-align: right;
  font-family: "GillSansStdLightRegular", sans-serif;
}

.tab-carousel-content .slide-cta .btn-read-more {
  margin: 15px 0 0 0;
}

.tab-carousel-content .slide-cta a, .tab-carousel-content .slide-cta a:link, .tab-carousel-content .slide-cta a:visited {
  color: inherit;
}

.tab-carousel-content .slide-cta a i.fa {
  color: #ab293b;
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-v1 .slide-img {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-v1 .slide-txt {
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-v1 .slide-description {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-v2 .slide-img {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .tab-carousel-content .slide-v2 .slide-txt {
    width: 50%;
  }
}

.tab-carousel-content .slide-v2 .slide-additional-info {
  border-bottom: 0;
}

span.quote-author {
  font-family: "GillSansStdLightRegular", sans-serif;
  font-size: 20px;
}

.wp-boxes {
  padding-top: 15px;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wp-boxes {
    background-image: none !important;
  }
}

.wp-boxes:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ab293b+75,000000+100&1+0,0.35+75,0.35+100 */
  background: -moz-linear-gradient(left, black 0%, rgba(171, 41, 59, 0.35) 75%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(171, 41, 59, 0.35) 75%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(171, 41, 59, 0.35) 75%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#59000000',GradientType=1 );
  /* IE6-9 */
}

@media screen and (min-width: 768px) {
  .wp-boxes:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ab293b+30,000000+75&1+0,1+8,0.4+30,0.35+100 */
    background: -moz-linear-gradient(left, black 0%, #2e0b10 8%, rgba(171, 41, 59, 0.4) 30%, rgba(0, 0, 0, 0.37) 75%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, #2e0b10 8%, rgba(171, 41, 59, 0.4) 30%, rgba(0, 0, 0, 0.37) 75%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, #2e0b10 8%, rgba(171, 41, 59, 0.4) 30%, rgba(0, 0, 0, 0.37) 75%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#59000000',GradientType=1 );
    /* IE6-9 */
  }
}

.wp-boxes:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: -webkit-linear-gradient(transparent, #000 90%, #000);
  background-image: -o-linear-gradient(transparent, #000 90%, #000);
  background-image: linear-gradient(transparent, #000 90%, #000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
}

.wp-boxes .wp-boxes-inner {
  position: relative;
  z-index: 1;
}

.wp-boxes .wp-title {
  padding-bottom: 30px;
}

.wp-boxes .wp-title .title-border {
  color: #fff;
}

.wp-boxes .wp-box-wrap h3 {
  font-size: 16px;
}

.wp-boxes .btn-read-more {
  text-align: right;
  margin-top: 16px;
}

.icon-and-info-box {
  overflow: hidden;
  margin-bottom: 15px;
}

.icon-and-info-box .icon-wrap {
  float: left;
  width: 25%;
  padding-right: 10px;
}

.icon-and-info-box .icon-info {
  float: left;
  width: 75%;
}

.icon-and-info-box .icon-num {
  color: #ab293b;
  font-family: "GillSansStdBold", sans-serif;
  font-size: 30px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .icon-and-info-box .icon-num {
    font-size: 38px;
  }
}

.icon-and-info-box .icon-label {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .icon-and-info-box .icon-label {
    font-size: 18px;
  }
}

.job-form-box .wp-job-form {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .job-form-box .wp-job-form {
    min-height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .job-form-box .wp-job-form {
    min-height: 520px;
  }
}

@media screen and (min-width: 768px) {
  .job-form-box .wp-job-form .job-form {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .job-form-box .wp-job-form .job-form {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.job-form-box h2 {
  text-align: center;
}

.boxes .box-bottom-links .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .boxes .box-bottom-links .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.boxes .box-bottom-links ul {
  padding: 0;
}

.wp-intro .tiles .tile {
  -webkit-animation-name: tiles-fade-in;
  animation-name: tiles-fade-in;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wp-intro .tiles .tile:nth-child(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.wp-intro .tiles .tile:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.wp-intro .tiles .tile:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.wp-intro .tiles .tile:nth-child(4) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.wp-intro .tiles .tile:nth-child(5) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

/*
Dal momento che gli elementi sono 5, ogni elemento ha a disposizione il 20% dell'animazione (100/5); per far sovrappore l'animazione di un elemento all'animazione del successivo allora bisogna fare in modo che duri più del 20%; altrimenti, se vogliamo che per un periodo nessun elemento sia visibile, bisogna far durare l'animazione del singolo meno del 20%.

- l'animazione tra lo step 1 e lo step 2 stabilisce la velocità di ingresso del quadratino
- fra lo step 2 e lo step 3 quanto resta visibile senza modificarsi
- fra lo step 3 e lo step 4 la velocità di uscita
- fra lo step 4 e lo step 5 quanto resta nascosto
*/
@keyframes tiles-fade-in {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  3% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  34% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

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