/*** FONTS ***/
@font-face {
  font-family: 'GloberSemiBold';
  src: url('../3rdParty/fonts/glober/GloberSemiBold.eot');
  src: url('../3rdParty/fonts/glober/GloberSemiBold.eot?#iefix') format('embedded-opentype'),
       url('../3rdParty/fonts/glober/GloberSemiBold.woff') format('woff'),
       url('../3rdParty/fonts/glober/GloberSemiBold.ttf') format('truetype'),
       url('../3rdParty/fonts/glober/GloberSemiBold.svg#GloberSemiBold') format('svg');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'GloberBold';
  src: url('GloberBold.eot');
  src: url('../3rdParty/fonts/glober/GloberBold.eot?#iefix') format('embedded-opentype'),
        url('../3rdParty/fonts/glober/GloberBold.svg#GloberBold') format('svg'),
        url('../3rdParty/fonts/glober/GloberBold.ttf') format('truetype'),
        url('../3rdParty/fonts/glober/GloberBold.woff') format('woff'),
        url('../3rdParty/fonts/glober/GloberBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'GloberRegular';
  src: url('../3rdParty/fonts/glober/GloberRegular.eot');
  src: url('../3rdParty/fonts/glober/GloberRegular.eot?#iefix') format('embedded-opentype'),
        url('../3rdParty/fonts/glober/GloberRegular.svg#GloberRegular') format('svg'),
        url('../3rdParty/fonts/glober/GloberRegular.ttf') format('truetype'),
        url('../3rdParty/fonts/glober/GloberRegular.woff') format('woff'),
        url('../3rdParty/fonts/glober/GloberRegular.woff2') format('woff2');
  font-style: normal; }

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  scroll-behavior: smooth;
  font-size: 14px; }
p, .mixed-boxes-list .box .text h4, ul.nav-small li a, .subnav-side ul.nav p,
.contact-select .dropdown a.dropdown-toggle, .our-openings ul li h3 + div, .products-list h4,
footer .social span, footer .legals-copy p, footer .legals-copy a {
  font-family: 'GloberSemiBold';
  color: #53575E; }
h1,div.h1, h2, h3, body, strong, .more-section ul li .box .cont p, .contactPage .locations-list p strong,
.contactPage .locations-list strong, blockquote strong, .rangeTextSlider p strong,
.testimonials-slider blockquote cite strong, div.title-line, .play-animation span, .hero p a, footer p.big,
.find-us p a {
  font-family: 'GloberBold'; }
.prod-nav ul li a, .horizontal-scrolling-menu .menu-wrapper .menu, .mixed-boxes-list .box .pic a.button,
.contactPage .locations-list p, blockquote, .search-form .form-control, .centerModeSlider .slick-slide .caption,
.search-results .intro, .cloudimage-inner-box:before {
  font-family: 'GloberRegular'; }
body.open {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
p {
  line-height: 1.5em; }
a {
  color: #53575E;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #53575E;
  text-decoration: none; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
  font-weight: bold;
  color: #FFF;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid #319B42;
  background-color: #319B42;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  padding: 1rem 1.7rem; }
.btn:hover, button:hover, .btn:focus, 
button:focus, :not(.btn-check)+.btn:hover, 
.btn:active, button:active, :not(.btn-check)+.btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #319B42;
  border: 2px solid #319B42;
  background-color: #FFF; }
.btn.nolink,
.btn.nolink:hover,
.btn.nolink:focus {
  color: #FFF;
  border: 2px solid #319B42;
  background-color: #319B42;
  cursor: auto !important; }
.btn.white-btn, button.white-btn {
  color: #292D36;
  background-color: #FFF;
  border: 2px solid transparent; }
.btn.white-btn:hover, button.white-btn:hover,
.btn.white-btn:focus, button.white-btn:focus {
  color: #FFF;
  border: 2px solid #292D36;
  background-color: #292D36; }
.btn.transparent, button.transparent {
  background-color: transparent;
  border: 2px solid #319B42; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus {
  color: #FFF;
  border: 2px solid #319B42;
  background-color: #319B42; }
.btn.transparent.white, button.transparent.white {
  background-color: transparent;
  border: 2px solid #FFF; }
.btn.transparent.white:hover, button.transparent.white:hover,
.btn.transparent.white:focus, button.transparent.white:focus {
  color: #319B42;
  border: 2px solid #FFF;
  background-color: #FFF; }
.btn.transparent.black, button.transparent.black {
  color: #292D36;
  background-color: transparent;
  border: 2px solid #292D36; }
.btn.transparent.black:hover, button.transparent.black:hover,
.btn.transparent.black:focus, button.transparent.black:focus {
  color: #fff;
  border: 2px solid #292D36;
  background-color: #292D36; }
.text-black {
  color: #000; }
img {
  height: auto;
  max-width: 100%; }
.container {
  width: auto;
  max-width: 1560px; }
div.title-line {
  color: #319B42;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1;
  margin-bottom: 30px; }
div.title-line:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  margin-left: 13px;
  height: 1px;
  background-color: #319B42; }
span.more {
  color: #FFF;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 1px; }
span.more:after {
  content: '';
  width: 4.98px;
  height: 9.3px;
  margin-left: 10px;
  display: inline-block;
  background-image: url('../images/arrow-right-green.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }


/*** HEADER ***/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 999; }
header .logo img,
footer .logo img {
  width: 60px;
  height: 60px; }

/*** HERO ***/
.hero {
  position: relative; }
.hero .box {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #319b42;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  overflow: hidden; }
.hero .box video {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover; }
.hero .box iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.hero .box .container-fluid {
  z-index: 2; }
.hero #heroVideoModal .modal-dialog {
  margin: 0px;
  max-width: none; }
.hero #heroVideoModal .modal-content {
  height: 100vh;
  border: 0px;
  border-radius: 0px; }
.hero #heroVideoModal .modal-header {
  position: relative;
  z-index: 9;
  border-bottom: 0px;
  padding: 0px 0px 0px 5px; }
.hero #heroVideoModal .modal-body {
  padding: 15px;
  width: 100%;
  height: 100vh;
  position: absolute; }
.hero #heroVideoModal .modal-body video {
  position: static;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }
.hero #heroVideoModal .modal-body iframe {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }
.hero p {
  color: #FFFFFF;
  line-height: 1.5; }
.hero p a {
  color: #FFF;
  position: relative;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-decoration-line: underline; }
.hero a.down-arrow {
  position: absolute;
  z-index: 10;
  bottom: 75px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='25' ry='25' stroke='white' stroke-width='2' stroke-dasharray='1%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); }
.hero a.down-arrow img {
  width: 11px;
  height: 7.33px; }
.hero .box:before,
.hero-slider .box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.57)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 50%); }
/* .hero .box:after,
.hero-slider .box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  mix-blend-mode: soft-light; } */
.hero h1,
.hero-slider h1,
.hero-slider div.h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 15px; }
.hero-slider p {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom:2rem;
}

.animated-message {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
}
.animated-message .msg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  min-width: 100%;
  animation: scroll-x 25s linear infinite;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}
.animated-message .msg img {
  height: 60px;
  margin: 0 20px; }

/*** CONTENT ***/
h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 15px; }
h2 {
  color: #292D36;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -2px; }
.find-us h2 {
  margin-bottom: 10px; }
.find-us time {
  text-transform: none;
  margin-bottom: 30px; }
.find-us p a {
  color: #319A42;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75; }
.amu {
  position: relative;
  padding: 155px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.amu::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(49, 155, 66, 0.75); }
.amu time {
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase; 
  margin-bottom: 10px; }
.amu h2 {
  color: #FFF;
  margin-bottom: 20px; }
.amu p {
  color: #FFF; }
form {
  margin-top: 30px; }
form input {
  font-size: 0.8rem;
  border-radius: 10px;
  background-color: #FFF;
  border: 0; }
form input:focus {
  box-shadow: none;
  outline: none; }
.mt-40 {
  margin-top: 20px; }
.py-content {
  padding-top: 60px;
  padding-bottom: 60px; }
.my-content {
  margin-top: 60px;
  margin-bottom: 60px; }

.gallery ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.gallery ul li {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%; }
.gallery ul li .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding-bottom: 100%; }
.cont-ty {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
.cont-ty h1,
.cont-ty p {
  color: #FFF; }
h3 {
  color: #292D36;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 12px; }
blockquote {
  font-size: 1.25rem; }
blockquote strong {
  font-size: 1rem;
  display: block; }
#content .float img {
  width: 100%; }
#cont-img {
  position: absolute;
  width: 40%;
  top: 0px;
  right: 0px; }
#cont-img img {
  width: 100%; }
.content {
  position: relative;
  padding: 40px 0; }
.content .content-bg  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
.content .content-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 455px;
  background-color: #F4F9F5; }
.content .content-bg:before {
  content: '';
  position: absolute;
  top: 453px;
  left: 0;
  right: 0;
  height: 880px;
  background: -o-linear-gradient(left top, #F4F9F5 49.98%, rgba(255,255,255,1) 50.02%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.98%, #F4F9F5), color-stop(50.02%, rgba(255,255,255,1)));
  background: linear-gradient(to right bottom, #F4F9F5 49.98%, rgba(255,255,255,1) 50.02%); }
.content .content-bg.dark:after {
  background-color: #292D36; }
.content .content-bg.dark:before {
  background: -o-linear-gradient(left top,#292D36 49.98%, rgba(255,255,255,1) 50.02%);
  background: -o-linear-gradient(left top, #292D36 49.98%, rgba(255,255,255,1) 50.02%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.98%, #292D36), color-stop(50.02%, rgba(255,255,255,1)));
  background: linear-gradient(to right bottom, #292D36 49.98%, rgba(255,255,255,1) 50.02%); }
.content .content-bg.no-bg:before,
.content .content-bg.no-bg:after {
  content: none; }
.content .relative {
  position: relative;
  z-index: 2; }
.content p.intro {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 40px; }
.content .top-nav {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 40px 0; }
.content .top-nav a {
  text-decoration: none;
  color: rgba(41, 45, 54, 0.8);
  font-size: 1.rem;
  line-height: 1.05;
  display: inline-block;
  padding: 10px 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid rgba(41, 45, 54, 0.1);
  margin: 4px; }
.content .top-nav a:hover,
.content .top-nav a:focus,
.content .top-nav a.active {
  color: #319B42;
  border: 1px solid rgba(41, 45, 54, 0.2); }
.head-content {
  padding: 20px 0;
  background-color: #F4F9F5; }
.head-content .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
.head-content .social {
  color: #292D36;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  border-top: 1px solid;
  padding-top: 20px; }
.head-content .social a {
  margin-left: 10px; }
.head-content .social a:first-of-type {
  margin-left: 20px; }
a.back {
  color: #292D36;
  display: inline;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 2px; }
a.back:before {
  content: '';
  display: inline-block;
  width: 4.98px;
  height: 9.3px;
  margin-right: 15px;
  background-image: url('../images/arrow-right-green.svg');
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
a.back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #292D36;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
a.back:hover:after {
  width: 100%; }
time,
span.job-details {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #319B42; }
span.job-details {
  display: block;}
.play-animation {
  z-index: 9;
  position: absolute;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  padding-right:20px;
  display: none;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.play-animation span {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase; }
.play-animation .play-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-image: url('../images/play-animation.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px; }
.tooltip {
  z-index: 9; }

/*** e404 ***/
body.e404 {
  background-color: #FFF;
  padding: 0; }
body.e404 a.logo {
  width: 360px; }
body.e404 h1 {
  color: #319B42;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
.fill-viewport {
  height: 100vh; }

.legalsPage h2 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.legalsPage h3 {
  font-size: 1.6rem;
  margin-top: 2.6rem;
  margin-bottom: 1.6rem;
}
.legalsPage p {
  line-height: 1.6rem;
}

/*** ICONS LIST ***/
.icons-list {
  padding: 50px 0 30px 0; }
.icons-list h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 43px; }
.icons-list h2 + p {
  font-size: 1.1rem;
  text-align: center; }
.icons-list ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.icons-list ul li {
  position: relative;
  padding: 20px;
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.icons-list ul li img {
  margin-bottom: 10px; }
.icons-list ul li h3 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 15px;
  margin-bottom: 20px; }
.icons-list ul li h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #319b42; }
.icons-list.dark {
  background-color: #292D36; }
.icons-list.dark h2,
.icons-list.dark p,
.icons-list.dark h3 {
  color: #FFF; }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background-color: transparent;
  background-size: contain; }
[class^="ico-sn-"]:hover,
[class^="ico-sn-"]:focus {
  border: 1px solid #fff;
  background-color: #319B42; }
.ico-sn-fb {
  background-image: url('../images/fb.svg');
  background-size: 7px; }
.ico-sn-tw {
  background-size: 12px;
  background-image: url('../images/tw.svg'); }
.ico-sn-ig {
  background-size: 14px;
  background-image: url('../images/ig.svg'); }
.ico-sn-in {
  background-size: 14px;
  background-image: url('../images/in.svg'); }
.ico-sn-yt {
  background-size: 14px;
  background-image: url('../images/yt.svg'); }
[class^="ico-sn-dark-"] {
  border: 1px solid #292D36; }
[class^="ico-sn-dark-"]:hover,
[class^="ico-sn-dark-"]:focus {
  border: 1px solid #292D36;
  background-color: #fff; }
.ico-sn-dark-fb {
  background-image: url('../images/fb-dark.svg');
  background-size: 7px; }
.ico-sn-dark-tw {
  background-size: 12px;
  background-image: url('../images/tw-dark.svg'); }
.ico-sn-dark-ig {
  background-size: 14px;
  background-image: url('../images/ig-dark.svg'); }
.ico-sn-dark-in {
  background-size: 14px;
  background-image: url('../images/in-dark.svg'); }
.ico-sn-dark-yt {
  background-size: 14px;
  background-image: url('../images/yt-dark.svg'); }

/*** FOOTER ***/
footer {
  position: relative;
  padding: 40px 0 20px 0;
  background-color: #292D36; }
footer .logo {
  display: inline-block;
  margin-right: 20px; }
.fs0 {
  flex-shrink: 0; }
footer p.big {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  margin: 0; }
footer .social {
  text-align: center;
  margin: 50px 0 20px 0; }
footer .social span {
  color: #FFF;
  text-align: right;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase; 
  margin-right: 5px; }
footer .social a {
  display: inline-block;
  margin: 0 0 0 10px; }
footer .legals-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 40px; 
  padding-top: 20px; }
footer .legals-copy p,
footer .legals-copy a {
  color: #53575E;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; }
footer a.mmd {
  display: inline-block;
  margin-left: 30px; }
footer p.copy,
footer p.legals {
  text-align: center;
  margin-bottom: 14px; }
footer .legals a {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px; }

@media(min-width: 540px) {

  .insightsPage .insights-list li .box img {
    max-width: 100%; }
  .insightsPage #articles-list.events .insights-list li .box .title {
    font-size: inherit;
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0; }
  .insightsPage #articles-list.events .insights-list li .box .location {
    border: 0; }

}

@media (min-width: 768px) {

  header {
    padding: 20px 0; }
  .close-btn {
    z-index: 9;
    position: absolute;
		top: 30px;
    left: 30px;
    right: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .hero #heroVideoModal .modal-header {
    padding: 0px 0px 0px 5px; }
  .hero #heroVideoModal .modal-body {
    padding: 25px; }
  .hero h1,
  .hero-slider h1,
  .hero-slider div.h1 {
    font-size: 3.5rem; }
  .navbar-brand {
    left:50%;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px; }
  .navbar-brand img {
    width: 60px;
    height: 60px; }
  .play-animation .play-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px; }
  
  .icons-list {
    padding: 70px 0; }
  .icons-list h2 + p {
    padding: 0 20%;}
  .icons-list ul {
    padding: 0;
    margin: 35px 0 0 0; }
  .icons-list ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  
  .arrowsSlider-wrapper {
    margin: 70px 0 110px 0;
    background-color: transparent; }
  .arrowsSlider .slick-prev {
    top: 50%;
    width: 16px;
    height: 32px;
    border: 0;
    padding: 0;
    margin-top: -16px;
    left: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: url('../images/arrow-prev.svg'); }
  .arrowsSlider .slick-next {
    top: 50%;
    width: 16px;
    height: 32px;
    border: 0;
    padding: 0;
    margin-top: -16px;
    right: 30px; }
  .arrowsSlider .slick-slide {
    height: auto; }
  .arrowsSlider {
    margin: 0; }
  .arrowsSlider .pic {
    height: 770px;
    position: relative;
    margin-left: 310px;
    padding-top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .arrowsSlider .text {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -150px;
    background-color: #292D36;
    width: 50%;
    padding: 75px; }
  .centerModeSlider-wrapper {
    background-color: #F5FAF6; }
  .centerModeSlider .slick-slide {
    padding: 50px 50px; }
  .centerModeSlider .slick-slide.slick-center {
    padding: 0px 50px; }
  /* .centerModeSlider .slick-slide .caption {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    color: #53575E; }
  .centerModeSlider .slick-slide.slick-center .caption {
    display: block; } */
  .centerModeSlider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .centerModeSlider .slick-dots {
      bottom: 50px; }
  .arrowsSlider .slick-prev {
    left: 30px; }
  .arrowsSlider .slick-next {
    right: 30px; }
  .arrowsSlider .pic {
    height: 550px;
    position: relative;
    margin-left: 150px;
    padding-top: 0; }
  .arrowsSlider .text {
    position: absolute;
    top: 75px;
    bottom: 75px;
    left: -100px;
    background-color: #292D36;
    width: 60%;
    padding: 30px; }
  .arrowsSlider .text h2 {
    font-size: 3rem;
    letter-spacing: -2px;
    margin-bottom: 15px; }
  .arrowsSlider .text p {
    font-size: 1.1rem; }
  footer .social {
    text-align: right;
    margin: 0; }
    footer .legals-copy p {
      margin: 0; }
footer .legals a {
  margin-bottom: 0; }
}

@media (min-width: 992px) {

  html {
    font-size: 16px; }
  .btn, button {
    font-size: 0.88rem; }
  a.back:before {
    width: 5.98px;
    height: 10.3px; }
  span.more {
    font-size: 0.88rem;
    letter-spacing: 2px; }
  span.more:after {
    width: 5.98px;
    height: 10.3px;
    margin-left: 15px; }
	.close-btn {
		left: 15px; }
  .navbar-brand {
    left:50%;
    width: 60px;
    margin-left: -30px; }
  .navbar {
    padding: 30px 0; }
  header {
    padding: 30px 0; }

  .right-side .share {
    margin: 0px 15px 0px 0px; }
  .right-side .buttons-wrap {
    margin-left: initial; }
  .hero-slider .box {
    padding-bottom: 140px; }
  .hero-slider h1, .hero-slider div.h1 {
    font-size: 4rem;
    margin-bottom: 20px; }
  .hero-slider .slick-dots {
    bottom: 40px; }
  h1 {
    font-size: 3.8rem;
    margin-bottom: 20px; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2.6rem; }
  .content {
    padding: 90px 0; }
  .content .top-nav {
    margin: 55px 0 95px 0; }
  .content .top-nav a {
    font-size: 1.5rem;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 5px 10px; }
  .play {
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px; }

  .icons-list {
    padding: 100px 0 90px 0; }
  .icons-list h2 {
    font-size: 3.75rem;
    margin-bottom: 43px; }
  .icons-list h2 + p {
    padding: 0 30%;
    font-size: 1.25rem; }
  .icons-list ul {
    padding: 0;
    margin: 65px 0 0 0; }
  .icons-list ul li {
    padding: 32.5px;
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  
  .icons-list ul li img {
    margin-bottom: 20px; }
  .icons-list ul li h3 {
    font-size: 2.6rem;
    padding-bottom: 30px;
    margin-bottom: 45px; }
  .icons-list ul li h3:before {
    margin-left: -40px;
    width: 80px; } 
 
  [class^="ico-sn-"] {
    width: 30px;
    height: 30px; }
  .ico-sn-fb {
    background-size: 7.52px 16.09px; }
  .ico-sn-tw {
    background-size: 14.87px 12.64px; }
  .ico-sn-ig {
    background-size: 15.47px 16.19px;}
  .ico-sn-in {
    background-size: 16px 16px; }
  .ico-sn-yt {
    background-size: 16px 11.27px; }
  .ico-sn-dark-fb {
    background-size: 7.52px 16.09px; }
  .ico-sn-dark-tw {
    background-size: 14.87px 12.64px; }
  .ico-sn-dark-ig {
    background-size: 15.47px 16.19px; }
  .ico-sn-dark-in {
    background-size: 16px 16px; }
  .ico-sn-dark-yt {
    background-size: 16px 11.27px; }
  
  

}

@media (min-width: 1200px) {
  .mt-40 {
    margin-top: 30px; }
  .py-content {
    padding-top: 110px;
    padding-bottom: 110px; }
  .my-content {
    margin-top: 110px;
    margin-bottom: 110px; }
  header .logo img,
  footer .logo img { 
    width: 80px;
    height: 80px; }
  .find-us h2 {
    margin-bottom: 20px; }
  .find-us time {
    margin-bottom: 45px; }
  form {
    margin-top: 60px; }
  .amu time {
    margin-bottom: 20px; }
  .amu h2 {
    margin-bottom: 40px; }
  .arrowsSlider .slick-prev {
    left: 60px; }
  .arrowsSlider .slick-next {
    right: 60px; }
  .arrowsSlider .pic {
    height: 750px;
    position: relative;
    margin-left: 310px;
    padding-top: 0; }
  .arrowsSlider .text {
    position: absolute;
    top: 100px;
    bottom: 100px;
    left: -150px;
    background-color: #292D36;
    width: 50%;
    padding: 75px; }
  .arrowsSlider .text h2 {
    letter-spacing: -2px;
    margin-bottom: 30px; }
  .arrowsSlider .text p {
    font-size: 1.25rem; }
  .mining-intro p {
    font-size: 1.25rem;}
  .centerModeSlider .slick-slide.slick-center {
    padding: 0px 60px; }
  .centerModeSlider .slick-slide {
    padding: 50px 60px; }
    footer {
      padding: 60px 0 30px 0; }
  footer .legals-copy {
    margin-top: 60px; 
    padding-top: 30px; }
  footer .logo {
    margin-right: 30px; }
  footer .social span {
    margin-right: 15px; }
  footer .social a {
    margin: 0 0 0 15px; }

  }
@media (min-width: 1250px) {

  .centerModeSlider .slick-slide.slick-center {
    padding: 0px 60px; }
  .centerModeSlider .slick-slide {
    padding: 50px 60px; }

}

@media (min-width: 1350px) {

  .centerModeSlider .slick-slide.slick-center {
    padding: 0px 80px; }
  .centerModeSlider .slick-slide {
    padding: 50px 80px; }

}

@media screen and (min-width: 1024px) {

  .container-fluid {
    padding-left: 4.4rem;
    padding-right: 4.4rem; }

}




@media screen and (min-width: 1550px) {

  .hero #heroVideoModal .modal-body {
    padding: 50px; }
  .hero h1,
  .hero-slider h1,
  .hero-slider div.h1 {
    font-size: 4.8rem;
    margin-bottom: 30px; }
  .container-fluid {
    padding-left: 5.2rem;
    padding-right: 5.2rem; }

}

@media screen and (min-width: 1650px) {

 
  .centerModeSlider .slick-slide.slick-center {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
        transform: scale(1.25);
    padding: 0px 110px; }
  .centerModeSlider .slick-slide {
    padding: 50px 110px; }

}

@media screen and (min-width: 1770px) {
  header {
    padding: 40px 0; }
  .mt-40 {
    margin-top: 40px; }
  .py-content {
    padding-top: 150px;
    padding-bottom: 150px; }
  .my-content {
    margin-top: 120px;
    margin-bottom: 150px; }

  #discoverModal .btn-close,
  .discoverModal .btn-close,
  #pinsModal .btn-close,
  #characteristicModal .btn-close,
  .hero #heroVideoModal .modal-header .btn-close,
  .mixed-boxes-list .focus-modal .btn-close {
    width: 50px;
    height: 50px; }
  .container-fluid {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px; }
  .hero-slider .box {
    padding-bottom: 156px; }
  .hero-slider h1, .hero-slider div.h1 {
    font-size: 5rem;
    margin-bottom: 40px; }
  .hero-slider .slick-dots {
    bottom: 60px; }
  h1,
  .hero h1,
  .hero-slider h1,
  .hero-slider div.h1 {
    font-size: 4.8rem;
    margin-bottom: 30px; }
  h2 {
    font-size: 3.4rem; }
  .find-us time {
    margin-bottom: 60px; }
  .arrowsSlider .pic {
    height: 850px; }
    footer .logo {
      margin-right: 40px; }
  footer {
    padding: 80px 0 40px 0; }
  footer .legals-copy {
    margin-top: 80px; 
    padding-top: 40px; }
}

@media screen and (min-width: 1920px) {

  html {
    font-size: 20px; }
  
  

}