@font-face {
  font-family: "Gilroy";
  src: url("/files/fonts/gilroy-regular-webfont.woff2") format("woff2"), url("/files/fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gilroy-Bold";
  src: url("/files/fonts/gilroy-bold-webfont.woff2") format("woff2"), url("/files/fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/files/fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("/files/fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*-----------------------------------*\
Reset CSS
\*-----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

div {
  font-size: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-----------------------------------*\
Navigation CSS
\*-----------------------------------*/
.toggle-nav-open .nav-container {
  right: 0; }

.toggle-nav-open .header-assets, .toggle-nav-open .main-wrapper {
  right: 240px; }

.main-wrapper {
  position: relative;
  right: 0;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.main-wrapper.past-hero .header-assets {
  background-color: rgba(0, 0, 0, 0.1); }

.header-container {
  position: relative; }

.header-assets {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 42px 40px;
  color: #fff;
  z-index: 9000;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.header-assets:before {
  content: "";
  clear: both;
  display: table; }

.header-assets .nav-toggle,
.header-assets .nav-logo {
  cursor: pointer; }

.header-assets .nav-toggle {
  background: url("../design/menu.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 47px;
  height: 47px;
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: 82px;
  position: fixed;
  top: 42px;
  right: 40px;
  transition: all 0.4s ease-in-out; }

.toggle-nav-open .nav-toggle {
  right: 240px;
  transition: all 0.3s linear; }

.header-assets .nav-logo {
  width: 268px;
  height: 86px;
  margin-left: 82px;
  background: url("../design/logo-new-white.png");
  background-repeat: no-repeat;
  line-height: 47px;
  float: left;
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px; }

.header-assets .nav-logo img {
  max-width: 100%; }

.main-wrapper.past-hero .nav-logo {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 1024px) {
  .header-assets .nav-logo {
    margin-left: 30px; }
  .header-assets {
    padding: 20px; } }

@media screen and (max-width: 768px) {
  .header-assets .nav-logo {
    margin-left: 0; }
  .header-assets .nav-toggle {
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  .header-assets {
    padding: 20px 20px; }
  .header-assets .nav-toggle {
    width: 35px;
    height: 35px; }
  .header-assets .nav-logo {
    /* width: 210px; */
    /* height: 22px; */
    /* background-size: cover; */
    }
}

.nav-container {
  position: fixed;
  display: inline-block;
  right: -240px;
  top: 0;
  bottom: 0;
  width: 240px;
  background-color: #22272b;
  overflow-y: auto;
  z-index: 10;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.nav-container .toggle-nav {
  margin: 80px 0 0;
  padding: 0;
  list-style-type: none;
  border-color: rgba(255, 255, 255, 0.1); }

.nav-container .toggle-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-container .toggle-nav .level1 li {
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0; }

.nav-container .toggle-nav .level1 li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding: 15px 15px;
  letter-spacing: 1px; }

.nav-container .toggle-nav .level1 li a:hover {
  background-color: #444343; }

.nav-container .toggle-nav .level1 li:first-child {
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.nav-container .toggle-nav .level2 > li > a {
  display: none; }

.nav-container .close {
  width: 50px;
  padding: 20px 0;
  float: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer; }

.nav-container .QuickLinks {
  padding: 15px 15px; }

.nav-container .QuickLinks .quick-links li {
  display: inline-block;
  margin-right: 8px; }

.nav-container .QuickLinks .quick-links i {
  color: #fff;
  font-size: 40px; }

/*-----------------------------------*\
Typography CSS
\*-----------------------------------*/
span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, u, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-size: 14px;
  line-height: 22px; }

body {
  font-family: "Gilroy", sans-serif;
  color: #6b6b6b; }

i {
  font-family: "Q4-Default-Icons"; }

em {
  font-style: italics; }

b, strong {
  font-weight: bold; }

strong.strong-text {
  font-family: 'Gilroy-Bold'; }

sup {
  display: inline-block;
  font-size: smaller;
  vertical-align: top;
  margin-top: -5px; }

small {
  font-size: 13px; }

h1 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.6px;
  color: #fff;
  margin: 10px 0; }

h2, h2 span {
  font-family: "Gilroy-Bold", sans-serif;
  color: #546068;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 18px;
  font-weight: 700;
  text-align: center; }

h3 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #4C4C4C;
  font-weight: 300; }

h4 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  margin: 20px 0;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 65px;
    line-height: 56px; }
  h2, h2 span {
    font-size: 32.4px;
    line-height: 36px; }
  h3 {
    font-size: 24px;
    line-height: 30px; }
  h4 {
    font-size: 20px;
    line-height: 40px; } }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 55px;
    line-height: 56px; }
  h2, h2 span {
    font-size: 30px;
    line-height: 32px; }
  h3 {
    font-size: 22px;
    line-height: 25px; }
  h4 {
    font-size: 18px;
    line-height: 30px; }
  p {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  h2, h2 span {
    font-size: 26px;
    line-height: 30px; }
  h3 {
    font-size: 18px;
    line-height: 22px; }
  p {
    font-size: 14px; } }

h5 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  text-align: center; }

h6 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 18px;
  line-height: 42px;
  color: #fff; }

p {
  margin: 14px 0; }

a {
  color: #F99F38;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold; }

a:hover {
  color: #EE3342;
  text-decoration: none; }

button {
  background-color: #EE3342;
  font-family: "Gilroy", sans-serif; }

ul {
  margin: 9.8px 0;
  list-style-type: disc;
  list-style-position: inside; }

ul li {
  margin: 9.8px 0; }

ul ul {
  margin-left: 2em;
  list-style-type: circle; }

em {
  font-style: italic; }

/*-----------------------------------*\
CSS 3 Animations
\*-----------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-from-top {
  0% {
    opacity: 0;
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes fade-from-top {
  0% {
    opacity: 0;
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    bottom: -100px; }
  100% {
    opacity: 1;
    bottom: 0; } }

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    bottom: -100px; }
  100% {
    opacity: 1;
    bottom: 0; } }

@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    right: -100px; }
  100% {
    opacity: 1;
    right: 0; } }

@keyframes fade-from-right {
  0% {
    opacity: 0;
    right: -100px; }
  100% {
    opacity: 1;
    right: 0; } }

@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    left: -100px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fade-from-left {
  0% {
    opacity: 0;
    left: -100px; }
  100% {
    opacity: 1;
    left: 0; } }

@media screen and (min-width: 481px) {
  .story-item.animate .fade-in, .story-item.animate .fade-from-left, .story-item.animate .fade-from-right,
  .story-item.animate .fade-from-bottom, .story-item.animate .fade-from-top {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    visibility: visible;
    }
  .story-item.animate .fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in; }
  .story-item.animate .fade-from-left {
    -webkit-animation-name: fade-from-left;
    animation-name: fade-from-left; }
  .story-item.animate .fade-from-right {
    -webkit-animation-name: fade-from-right;
    animation-name: fade-from-right; }
  .story-item.animate .fade-from-top {
    -webkit-animation-name: fade-from-top;
    animation-name: fade-from-top; }
  .story-item.animate .fade-from-bottom {
    -webkit-animation-name: fade-from-bottom;
    animation-name: fade-from-bottom; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  /* animation-duration: 1s; */
  /* -webkit-animation-iteration-count: infinite; */
  /* -webkit-animation-name: bounce; */
  /* animation-fill-mode: both; */
  /* animation-timing-function: ease-in-out; */
  /* animation-iteration-count: infinite; */
  /* animation-name: bounce; */ }

/*-----------------------------------*\
Slick - Slider CSS
\*-----------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(http://blankor.q4web.com/files/design/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("http://blankor.q4web.com/files/fonts/slick.eot");
  src: url("http://blankor.q4web.com/files/fonts/slick.eot?#iefix") format("embedded-opentype"), url("http://blankor.q4web.com/files/fonts/slick.woff") format("woff"), url("http://blankor.q4web.com/files/fonts/slick.ttf") format("truetype"), url("http://blankor.q4web.com/files/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: ''; }

[dir="rtl"] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: ''; }

[dir="rtl"] .slick-next:before {
  content: ''; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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; }

.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; }

/* Custom Slider Styles */
.introBox {
  height: 100%; }

.introText {
  padding: 12.5% 8.5%;
  position: relative;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase; }

.introSlider {
  height: 100%;
  vertical-align: middle; }

/*-----------------------------------*\
Toast - Grid CSS
\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: 0; }

.col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
  width: 100%; }

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
  width: 50%; }

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
  width: 33.33333%; }

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
  width: 66.66667%; }

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
  width: 25%; }

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
  width: 75%; }

.col-1-of-5 {
  width: 20%; }

.col-2-of-5 {
  width: 40%; }

.col-3-of-5 {
  width: 60%; }

.col-4-of-5 {
  width: 80%; }

.col-1-of-6 {
  width: 16.66667%; }

.col-5-of-6 {
  width: 83.33333%; }

.col-1-of-8 {
  width: 12.5%; }

.col-3-of-8 {
  width: 37.5%; }

.col-5-of-8 {
  width: 62.5%; }

.col-7-of-8 {
  width: 87.5%; }

.col-1-of-12 {
  width: 8.33333%; }

.col-2-of-12 {
  width: 16.66667%; }

.col-5-of-12 {
  width: 41.66667%; }

.col-7-of-12 {
  width: 58.33333%; }

.col-10-of-12 {
  width: 83.33333%; }

.col-11-of-12 {
  width: 91.66667%; }

.col {
  display: inline-block;
  min-height: 1px;
  padding-left: 0;
  vertical-align: top; }

@media (max-width: 480px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto; } }

@media (max-width: 1420px) {
  .col[class*="col-lg-"] {
    display: inline-block;
    margin-right: -.24em; }
  .col.col-lg-1-of-1 {
    width: 100%; }
  .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
    width: 50%; }
  .col.col-lg-1-of-3 {
    width: 33.33333%; }
  .col.col-lg-2-of-3 {
    width: 66.66667%; }
  .col.col-lg-1-of-4 {
    width: 25%; }
  .col.col-lg-3-of-4 {
    width: 75%; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .col[class*="col-lc-"] {
    display: inline-block;
    margin-right: -.24em; }
  .col.col-lc-1-of-1 {
    width: 100%; }
  .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
    width: 50%; }
  .col.col-lc-1-of-3 {
    width: 33.33333%; }
  .col.col-lc-2-of-3 {
    width: 66.66667%; }
  .col.col-lc-1-of-4 {
    width: 25%; }
  .col.col-lc-3-of-4 {
    width: 75%; } }

@media (max-width: 768px) and (min-width: 480px) {
  .col[class*="col-md-"] {
    display: inline-block;
    margin-right: -.24em; }
  .col.col-md-1-of-1 {
    width: 100%; }
  .col.col-md-1-of-2, .col.col-md-2-of-4 {
    width: 50%; }
  .col.col-md-1-of-3 {
    width: 33.33333%; }
  .col.col-md-2-of-3 {
    width: 66.66667%; }
  .col.col-md-1-of-4 {
    width: 25%; }
  .col.col-md-3-of-4 {
    width: 75%; } }

@media (max-width: 480px) {
  .col[class*="col-sm-"] {
    display: inline-block;
    margin-right: -.24em; }
  .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
    width: 50%; }
  .col.col-sm-1-of-3 {
    width: 33.33333%; }
  .col.col-sm-2-of-3 {
    width: 66.66667%; }
  .col.col-sm-1-of-4 {
    width: 25%; }
  .col.col-sm-3-of-4 {
    width: 75%; } }

.col-centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.col-d-first {
  float: left; }

.col-d-last {
  float: right; }

.no-gutter {
  margin-left: 0;
  width: 100%; }

.no-gutter .col {
  padding-left: 0; }

.no-gutter .col-smpan-all {
  margin-left: 0;
  width: 100%; }

.col-ab {
  vertical-align: bottom; }

.col-am {
  vertical-align: middle; }

/*-----------------------------------*\
Story, Stories, and Feature CSS
\*-----------------------------------*/
.story-item {
  /* Global */
  /* Single Story */
  /* Multi Story */
  /* Feature Story */
  /* Download Item */ }

.story-item .details-content, .story-item .ModuleDate {
  display: none; }

.story-item .story-image, .story-item .story-content {
  vertical-align: middle; }

.story-item .story-image {
  height: 100%; }

.story-item .story-image img {
  width: 100%; }

.story-item .story-content {
  padding: 2% 9%; }

@media screen and (max-width: 1024px) {
  .story-item .story-content {
    padding: 2% 4%; } }

.story-item .story-image a {
  font-size: 0; }

.story-item h2, .story-item .story-body {
  position: relative; }

@media screen and (min-width: 481px) {
  .story-item h2, .story-item .story-body, .story-item .arrow, .story-item .story-image {
    visibility: hidden; } }

.story-item.single {
  /* Responsive */ }

.story-item.single .story-body .image-content {
  display: none; }

.story-item.single .story-image {
  position: relative; }

.story-item.single .story-image .image-content {
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 25px;
  text-align: center; }

.story-item.single .story-image .image-content h6 {
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .story-item.single .story-image {
    display: none; }
  .story-item.single .story-content {
    padding: 10% 9%; } }

@media screen and (max-width: 480px) {
  .story-item.single .story-content {
    padding: 20% 9%; } }

.story-item.multi {
  position: relative;
  text-align: center; }

.story-item.multi .story-image, .story-item.multi .story-content {
  width: 100%;
  position: relative; }

.story-item.multi .story-image .overlay-background, .story-item.multi .story-content .overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.story-item.multi .story-content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 2%; }

.story-item.multi.split:hover {
  background-image: url("http://blankor.q4web.com/files/design/overlay-bg.png");
  background-repeat: repeat; }

.story-item.multi.split .story-image, .story-item.multi.split .story-content {
  width: 50%; }

.story-item.multi.split .story-content {
  position: static; }

.story-item.multi.split .story-content:hover {
  background-image: none; }

.story-item.multi.split.third .story-image, .story-item.multi.split.fourth .story-image {
  margin-right: -50%; }

.story-item.multi.split.third .story-content, .story-item.multi.split.fourth .story-content {
  margin-left: -50%; }

@media screen and (max-width: 1200px) {
  .story-item.multi.split h2 {
    font-size: 20px;
    line-height: 26px; } }

@media screen and (max-width: 768px) {
  .story-item.multi.split h2 {
    font-size: 30px;
    line-height: 36px; }
  .story-item.multi.split.second .story-image {
    margin-right: -50%; }
  .story-item.multi.split.second .story-content {
    margin-left: -50%; }
  .story-item.multi.split.third .story-image {
    margin-right: 0; }
  .story-item.multi.split.third .story-content {
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  .story-item.multi.split .story-image, .story-item.multi.split .story-content {
    width: 100%; }
  .story-item.multi.split .story-content {
    padding-top: 15%;
    padding-bottom: 10%; }
  .story-item.multi.split.second .story-image, .story-item.multi.split.third .story-image, .story-item.multi.split.fourth .story-image {
    margin-right: 0; }
  .story-item.multi.split.second .story-content, .story-item.multi.split.third .story-content, .story-item.multi.split.fourth .story-content {
    margin-left: 0; } }

.story-item.feature .arrow:before {
  content: "\e806"; }

@media screen and (max-width: 1024px) {
  .story-item.feature .arrow:before {
    font-size: 40px; } }

.story-item.download.center .download-item img {
  display: inline-block; }

.story-item.download .download-item img {
  max-width: 250px; }

.story-item.download .download-text {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .story-item.download .download-item img {
    max-width: 175px; } }

@media screen and (max-width: 480px) {
  .story-item .story-content {
    padding: 9%; } }

/*-----------------------------------*\
Details module CSS
\*-----------------------------------*/
.header-image[style] {
  background-color: #22272b;
  background-image: url("/files/design/banner/details-default.jpg");
  position: relative;
  padding-top: 30%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-device-width: 480px) {
  .header-image {
    background-attachment: scroll; } }

.header-image .header-overlay {
  width: 100%;
  position: absolute;
  top: 30%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

.header-image .header-overlay a {
  display: block;
  color: #fff; }

.header-image .header-overlay a:hover {
  color: #ec6a4c; }

.header-image .header-overlay i {
  display: block;
  margin: 20px auto 0;
  font-size: 100px;
  line-height: 100px;
  cursor: pointer; }

.header-image .header-overlay p {
  margin-bottom: 20px; }

@media screen and (max-width: 1200px) {
  .header-image {
    padding-top: 30%; } }

@media screen and (max-width: 1024px) {
  .header-image {
    padding-top: 35%; } }

@media screen and (max-width: 768px) {
  .header-image {
    padding-top: 45%; } }

@media screen and (max-width: 480px) {
  .header-image {
    padding-top: 65%; }
  .header-image .header-overlay {
    top: 20%; }
  .header-image .header-overlay i {
    font-size: 80px;
    line-height: 80px; } }

.back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 18px;
  border: none;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  letter-spacing: 0.89px;
  font-family: "Gilroy-Bold", sans-serif; }

.back i {
  font-size: 30px;
  vertical-align: middle; }

.story-details-container img {
  max-width: 100%; }

.story-details-container .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }

.story-details-container .left {
  padding-right: 5%; }

.story-details-container .right {
  padding-left: 5%; }

.story-details-container .landing-content, .story-details-container .story-hidden {
  display: none; }

.story-details-container h2 span {
  color: #062232;
}
.story-details-container h3 {
  color: #062232;
}

.story-details-container p {
  color: #062232;
}

.details-content h4 {
  color: #949494; }

@media screen and (max-width: 1024px) {
  .story-details-container .container {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 480px) {
  .story-details-container .left, .story-details-container .right {
    padding: 0; } }

/*-----------------------------------*\
html-content module CSS
\*-----------------------------------*/
/* Numbered Data */
.data-container .data-tabs-nav {
  list-style: none;
  font-size: 0;
  margin: 0; }

.data-container .data-tabs-nav li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 20px;
  font-size: 36px;
  line-height: 45px;
  opacity: 0.5;
  cursor: pointer; }

.data-container .data-tabs-nav li:first-child {
  border-right: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.data-container .data-tabs-nav li.selected {
  opacity: 1; }

.data-container .data-content {
  display: none;
  list-style: none;
  font-size: 0;
  margin: 0; }

.data-container .data-content li {
  padding: 0 2%;
  margin: 2% 0; }

@media screen and (max-width: 768px) {
  .data-container .data-content li {
    margin: 8% 0; } }

.data-container .data-content .data-border {
  border-right: 2px solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-left: 2px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.data-container .data-content span {
  display: block; }

.data-container .data-content span span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

.data-container .data-content .data-title {
  min-height: 40px;
  font-size: 16px;
  line-height: 20px; }

.data-container .data-content .data-value {
  font-size: 80px;
  line-height: 90px; }

.data-container .data-content .data-label {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px; }

@media screen and (max-width: 1200px) {
  .data-container .data-content .data-title {
    font-size: 16px;
    line-height: 20px; }
  .data-container .data-content .data-value {
    font-size: 60px;
    line-height: 65px; } }

@media screen and (max-width: 768px) {
  .data-container .data-content .data-value {
    font-size: 48px; }
  .data-container .data-content .data-note {
    padding: 5% 0; } }

@media screen and (max-width: 600px) {
  .data-container .data-content .data-title {
    font-size: 12px; }
  .data-container .data-content .data-value {
    font-size: 36px; }
  .data-container .data-content .data-label {
    font-size: 16px; }
  .data-container .data-content .data-note {
    padding: 5% 0; } }

@media screen and (max-width: 480px) {
  .data-container .data-content .data-border {
    border: none; }
  .data-container .data-content .data-title {
    font-size: 14px; }
  .data-container .data-content .data-value {
    font-size: 40px; }
  .data-container .data-content .data-label {
    font-size: 16px; } }

.data-container .data-note {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  margin-top: 20px; }

/* Data Table */
.data-table-container {
  margin: 35px 0; }

.data-table-container table {
  width: 100%;
  border-collapse: collapse; }

.data-table-container th, .data-table-container td {
  padding: 20px 10px;
  text-align: left; }

.data-table-container th.data, .data-table-container td.data {
  text-align: right; }

.data-table-container td {
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.data-table-container .data-desktop th {
  background-color: transparent;
  color: #000;
  font-size: 18px;
  padding: 15px 10px 30px; }

.data-table-container .data-desktop th.current {
  color: #3498db; }

.data-table-container .data-mobile {
  display: none;
  margin-top: 10px; }

.data-table-container .data-mobile th {
  color: #3498db;
  font-size: 18px; }

.data-table-container .data-mobile .data-mobile-header {
  margin: 10px 0;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.data-table-container .data-mobile .data-toggle {
  font-size: 14px;
  text-align: right;
  padding-right: 25px;
  cursor: pointer; }

.data-table-container .data-mobile .data-toggle i:before {
  content: "\e605"; }

.data-table-container .data-mobile .data-toggle i.selected:before {
  content: "\e604"; }

.data-table-container .data-mobile .data-mobile-content {
  display: none; }

.data-table-container .current {
  color: #3498db; }

@media screen and (max-width: 768px) {
  .data-table-container .data-mobile {
    display: block; }
  .data-table-container .data-desktop {
    display: none; } }

/* Dark Adjustments */
.dark td, .dark .data-mobile-header {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.dark .data-desktop th {
  color: #fff; }

/*-----------------------------------*\
Hero Banner CSS
\*-----------------------------------*/
.module-introduction {
  max-height: 800px; 
}

.module-introduction .hero-overlay img {
    height: auto !important;
    max-width: 50%;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    .module-introduction .hero-overlay img {
        max-width: 70%;
    }
}

.hero-container {
  background-image: url("../images/2025/Front-Banner-2.jpg");
  background-color: #1f181e;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  }

.hero-container:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.hero-container .hero-overlay {
  position: absolute;
  top: 52%;
  /*top: 25%;*/
  left: 6%;
  padding-left: 7px;
  text-align: center;
  max-width: 100%;
  right: 6%;
  }

@media only screen and (max-width: 1024px ) and (min-width: 768px){
  .hero-container .hero-overlay {
        top: 55%;
      /*top: 40%;*/
  }
}


.hero-overlay h1 {
  margin: 0;
  position: relative;
  padding-bottom: 18px;
  letter-spacing: -1.6px;
  /* margin-bottom: 40px; */ }

.hero-overlay h2 {
  position: relative;
  padding-bottom: 10px; }

.hero-overlay h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.hero-overlay h3 {
  color: #fff;
  margin: 34px 0 41px 0;
  font-size: 20px; }

.dark .hero-overlay a {
  color: #F99F38;
  font-weight: bold;
  font-size: 16px;
  display: block;
  line-height: 40px;
  margin-bottom: 10px; }

.hero-overlay .q4-icon_Download-3-Copy-8:before {
  font-size: 36px;
  position: relative;
  vertical-align: middle; }

.dark .hero-overlay a > span {
  margin-left: 21px;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: -3px; }

@media screen and (max-width: 768px) {
  .module-introduction .hero-container {
    background-position: 63% 50%; } }

@media screen and (max-width: 550px) {
  .hero-overlay h3 {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  .hero-container .hero-overlay {
    top: 25%;
    padding-right: 10px; }
  .dark .hero-overlay a > span {
    font-size: 13px; } }

@media screen and (max-width: 400px) {
  .hero-overlay h3 {
    font-size: 16px;
    line-height: 20px; } }

.hero-container .scroll-button {
  position: absolute;
  left: 50%;
  bottom: -31px;
  text-align: center;
  background: url("../design/assets/diamond.svg");
  margin-left: -25px;
  cursor: pointer;
  height: 32px;
  width: 44px; }

.hero-container .scroll-button i {
  font-size: 40px;
  color: #fff;
  line-height: 1; }

.hero-container img {
  width: 100%;
  height: auto; }

.hero-container h1 {
  text-transform: none; }

.hero-container h4 {
  text-transform: uppercase; }

/*-----------------------------------*\
Default CSS
\*-----------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body.PreviewBody {
  margin: 0;
  background-position: 0 0; }

img {
  max-width: 100%; }

.PreviewToolBar {
  display: none; }

.PageDefaultInner {
  overflow: hidden;
  background-color: #fff; }

.clearfix:after,
.container:after {
  content: "";
  display: table;
  clear: both;
  }

/*Container Config */
.container {
  padding: 6% 0; }

@media screen and (max-width: 768px) {
  .container {
    padding: 10% 0; } }

@media screen and (max-width: 480px) {
  .container {
    padding: 20% 0; } }

.center {
  text-align: center; }

.center .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 5%;
  padding-right: 5%;
  }

.overlay-background {
  background-image: url("http://blankor.q4web.com/files/design/overlay-bg.png");
  background-repeat: repeat; }

@media screen and (min-width: 481px) {
  .thin .container {
    padding: 4% 0; }
  .thick .container {
    padding: 12% 0; } }

@media screen and (min-width: 769px) {
  .full .container {
    padding-left: 0%;
    padding-right: 0%;
    max-width: 1200px; } }

/* Fixed BG */


#corporate-governance .fixed-bg{
  background-color: #6E6E6E;
}

#ivanhoe-by-the-numbers .fixed-bg{
  background-color: #6E6E6E;
}
.fixed-bg {
  height: calc(100% - 20px);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  }

@media screen and (max-device-width: 1024px) {
  .fixed-bg {
    background-attachment: unset; } }

@media screen and (max-device-width: 480px) {
  .fixed-bg {
    background-attachment: scroll; } }

/* Themes */
.dark {
  color: #fff; }

.dark a, .dark h2, .dark .arrow {
  color: #fff; }

.light {
  color: #000; }

.brand-bg {
  background-color: #3498db; }

.brand-bg-alt {
  background-color: #ec6a4c; }

.light-bg {
  background-color: #fff; }

.dark-bg {
  background-color: #22272b; }

.grey-bg {
  background-color: #727272; }

.brand-color {
  color: #3498db; }

.header-font {
  font-family: "Gilroy-Bold", sans-serif; }

/* Elements */
.arrow {
  display: inline-block;
  margin-top: 25px;
  color: #ec6a4c; }

.arrow:before {
  font-family: "Q4-Default-Icons";
  content: "\e802";
  font-size: 50px; }

.arrow.alt:before {
  content: "\e806"; }

@media screen and (max-width: 1024px) {
  .arrow {
    margin-top: 10px; }
  .arrow:before {
    font-size: 35px; }
  .arrow.alt:before {
    font-size: 40px; } }

/* Lazy Loading XT */
.lazy-hidden {
  opacity: 0; }

.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1; }

/* Slick Override */
.dark .slick-dots li button {
  background-color: #fff; }

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  cursor: pointer; }

.slick-dots li button {
  display: block;
  height: 8px;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%; }

.slick-dots li button:before {
  display: none; }

.slick-dots li.slick-active button {
  background-color: #ec6a4c; }

.slick-arrow.slick-prev {
  left: -50px; }

.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  font-family: "Q4-Default-Icons";
  font-size: 50px; }

.slick-arrow.slick-prev:before {
  content: "\e801"; }

.slick-arrow.slick-next:before {
  content: "\e802"; }

/* ----------Banner-text-------------- */
.module-banner-text {
  background-color: #6e6e6e;
  position: relative; }

.module-banner-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4); }

.module-banner-text h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 42px; }

.module-banner-text h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.module-banner-text p {
  margin: 0 0 33px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }

.module-banner-text a {
  display: none; }

/* ----------Letter------------------- */
.story-container .module-letter-from-ceo {
  margin-top: -20px; }

.story-container .module-letter-from-ceo .story-content {
  display: block;
  padding: 97px 0 103px 0; }

.letter-from-ceo {
  max-width: 1260px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }

.letter-from-ceo:after {
  content: url(../design/svg/Group-310.svg);
  position: absolute;
  bottom: 30px;
  right: 0; }

.letter-from-ceo .letter-images,
.letter-from-ceo .letter-text {
  display: inline-block; }

.letter-from-ceo .letter-text {
  max-width: 66%;
  padding-left: 95px;
  text-align: left;
  position: relative;
  vertical-align: top; }

.letter-images .first-image,
.letter-images .second-image {
  max-width: 346px;
  height: 275px;
  display: flex;
  align-items: flex-end; }

.letter-images .first-image {
  background: url("../images/2025/bod/robert-1.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 1;
  }

.letter-images .second-image {
  background: url("../images/2025/bod/webber-1.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  background-color: black;
  position: relative;
  z-index: 1;
  }

/*.letter-images .first-image:before,
.letter-images .second-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; }
*/
.letter-images h4 {
  line-height: 29px;
  margin: 0;
  text-align: left;
  position: relative;
  padding-bottom: 3px; }

.letter-images h4:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  background-color: #EE3342;
  bottom: 0;
  left: 0; }

#letter-to-shareholders .letter-images p {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0 24px 0; }

.first-image .first-image-title,
.second-image .second-image-title {
  padding: 0 20px 0 30px; }

.letter-text h2 {
  visibility: visible;
  text-align: left;
  position: relative;
  padding: 65px 0 15px 0;
  margin: 0; }

.letter-text h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 0; }

.letter-text h3 {
  padding: 25px 0 13px 0; }

.letter-text p {
  font-size: 16px;
  line-height: 24px;
  color: #4C4C4C;
  padding-right: 50px;
  margin: 0 0 26px 0; }

.letter-text .module-link {
  display: block;
  text-transform: uppercase;
  color: #E12828;
  line-height: 27px;
  padding-right: 5px;
  }

.letter-text .module-link:after {
  content: "\e900";
  font-size: 13px;
  font-family: 'q4-icons';
  margin-left: 7px; }

.ceo-sign-container {
  font-size: 17px;
}

.ceo-sign {
    display: flex;
    width: 100%;
}
.ceo-sign p {
    width: 50%;
}

.date-wrap {
  text-align: right;
  padding-bottom: 30px; }

.date-wrap p {
  font-weight: 700;
  font-size: 17px; }

@media screen and (max-width: 920px) {
  .letter-from-ceo .letter-images {
    display: block;
    width: 100%; }
  .letter-text h2 {
    text-align: center; }
  .letter-text h2:after {
    left: 29%;
    transform: translateX(-29%); }
  .letter-from-ceo .letter-text {
    display: block;
    max-width: calc(100% - 35px);
    padding-left: 35px; }
  .letter-images .first-image,
  .letter-images .second-image {
    max-width: 50%;
    margin: 0 auto; }
  .letter-text .module-link {
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px; }
  .story-container .module-letter-from-ceo .story-content {
    padding: 60px 0; }
  .letter-text p {
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .letter-images .first-image,
  .letter-images .second-image {
    max-width: 100%; }
  .letter-text p {
    font-size: 14px; } }



#letter-to-shareholders h2, #letter-to-shareholders h3 {
    color: #062232;
    text-align: left;
}

#letter-to-shareholders p {
    color: #062232;
    text-align: left;
} 

.module-letter-from-ceo .first-image-title p, .module-letter-from-ceo .second-image-title p{
  color: #fff;
}

/* ---------------Video------------------- */
.module-video-section .container {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.module-video {
  position: relative; }

.module-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.module_video-iframe a {
  position: relative;
  display: block; }

.module_video-iframe a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../design/svg/play.svg") no-repeat;
  height: 172px;
  width: 172px;
  margin-left: -86px;
  margin-top: -86px;
  background-size: cover;
  z-index: 2; }

.module_video-iframe a img {
  width: 100%; }

@media all and (max-width: 1024px) {
  .module_video-iframe a:before {
    background: url("../design/svg/play.svg") no-repeat;
    height: 86px;
    width: 86px;
    margin-left: -43px;
    margin-top: -43px;
    background-size: cover; } }



/* @media all and (max-width: 768px) {
  .module_video-iframe a:before {
    display: none; }
  .module-video::after {
    display: none; } } */

/* ------------Ivanhoe by the numbers--------------- */
.module-invanhoe-by-the-numbers {
  position: relative; }

.module-invanhoe-by-the-numbers:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  }

.module-invanhoe-by-the-numbers .container {
  padding: 100px 0 107px 0;
  max-width: 1250px;
  margin: 0 auto; }

.module-invanhoe-by-the-numbers h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 42px; }

.module-invanhoe-by-the-numbers h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.module-invanhoe-by-the-numbers .col-1-of-5 {
  max-width: 250px;
  position: relative; }

.module-invanhoe-by-the-numbers .col-1-of-5:not(:first-child) {
  padding-left: 19px; }

.module-invanhoe-by-the-numbers .col-1-of-5:not(:last-child) {
  padding-right: 18px; }

.module-invanhoe-by-the-numbers .col-1-of-5:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 133px;
  background-color: #088A97;
  right: 0;
  top: 40px; }

.module-invanhoe-by-the-numbers .kamoa-production_icon {
  content: url("../design/svg/prosperity-currency-icon-golden-sun.svg");
  width: 67px;
  height: 67px; }

.module-invanhoe-by-the-numbers .average-grade_icon {
  content: url("../design/svg/performance-management-target-icon-golden-sun.svg");
  width: 67px;
  height: 67px; }

.module-invanhoe-by-the-numbers .platreef_production_icon {
  content: url("../design/svg/mine-cart-icon-golden-sun.svg");
  width: 67px;
  height: 67px; }

.module-invanhoe-by-the-numbers .dollar_icon {
  content: url("../design/svg/mine-design-icon-golden-sun.svg");
  width: 67px;
  height: 67px; }

.module-invanhoe-by-the-numbers .kipushi-production_icon {
  content: url("../design/svg/capital-investment-icon-golden-sun.svg");
  width: 67px;
  height: 67px; }

.module-invanhoe-by-the-numbers h3 {
  color: #fff;
  line-height: 34px;
  text-align: center;
  margin-bottom: 18px; }

.module-invanhoe-by-the-numbers p {
  font-size: 15px;
  line-height: 26px;
  text-align: center; }

.module-invanhoe-by-the-numbers a {
  font-size: 13px; }

.module-invanhoe-by-the-numbers small {
  padding-top: 25px;
  display: block; }

@media screen and (max-width: 1249px) {
  .module-invanhoe-by-the-numbers .container {
    padding: 100px 20px; } }

@media screen and (max-width: 768px) {
  .module-invanhoe-by-the-numbers .col-1-of-5:nth-child(even):after {
    content: none; }
  .module-invanhoe-by-the-numbers .container {
    padding: 60px 20px; } }

@media screen and (max-width: 480px) {
  .module-invanhoe-by-the-numbers .col-1-of-5:nth-child(odd):after {
    content: none; }
  .module-invanhoe-by-the-numbers .col-1-of-5:not(:last-child) {
    margin-bottom: 10px;
    padding: 0; } }

/* ------------Our projects----------- */
.module-our-projects .container {
  max-width: 850px;
  margin: 0 auto;
  padding: 115px 0; }

.module-our-projects {
  position: relative; }

.module-our-projects:before {
  content: url(../design/svg/white-dots.svg);
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-40%); }

.module-projects img {
  max-height: 634px; }

.module-our-projects h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 33px; }

.module-our-projects h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.module-our-projects p {
  display: block;
  margin: 0 0 33px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }

.module-our-projects p:last-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  /*text-transform: uppercase;*/
  margin: 0; }

.module-our-projects a {
  position: relative;
  text-align: center;
  line-height: 27px;
  padding: 4px 0; }

.module-our-projects a:hover {
  text-decoration: underline; }

.module-our-projects a:after {
  position: absolute;
  content: "\e900";
  font-family: "q4-icons";
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 25px; }

@media screen and (max-width: 1024px) {
  .module-our-projects .container {
    padding: 60px 30px;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .module-our-projects p {
    font-size: 18px;
    line-height: 25px; } }

/* ------------Projects boxes-------- */
.module-projects .story-body.fade-from-bottom {
  max-height: 0;
  overflow: hidden;
  transition: .6s;
  }

.module-projects:hover .story-content .story-body.fade-from-bottom {
  max-height: 1500px; }

.module-projects:hover .story-content {
  background-color: rgb(51 51 51 / 70%); }

.story-item.multi.module-projects .story-content {
  padding: 30px 40px 50px 40px; }

.module-projects h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px; }

.module-projects h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 0;
  display: block; }

.module-projects h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 25px; }

.module-projects p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.module-projects .arrow {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  /*color: #df1627;*/
    color: #E12828;
  position: relative;
  margin-right: 77px;
  }

.module-projects .arrow:before {
  content: none; }

.module-projects .arrow:after {
  position: absolute;
  content: "\e900";
  font-family: "q4-icons";
  font-size: 13px;
  margin-left: 5px; }

@media all and (max-width: 1420px) {
  .module-projects.multi {
    max-height: 520px;
    /* overflow: hidden; */
    }
  .story-item .story-image img {
    max-height: 520px; } }

  .module-projects.kamoa-image img {
    display: none; }
  .module-projects.kamoa-image a:first-child {
     pointer-events: none;
    background: url("../images/2025/KKKC1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56%;
    display: block;
    min-height: 634px;
    background-position: center; }

  .module-projects.platreef-image img {
    display: none; }
  .module-projects.platreef-image a:first-child {
     pointer-events: none;
    background: url("../images/2025/Platreef.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56%;
    display: block;
    min-height: 634px;
    background-position: center; } 


  .module-projects.kipushi-image img {
    display: none; }
  .module-projects.kipushi-image a:first-child {
     pointer-events: none;
    background: url("/files/images/2025/Kico.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 56%;
    display: block;
    min-height: 634px;
    background-position: center; } 

  .module-projects.western-image img {
    display: none; }
  .module-projects.western-image a:first-child {
     pointer-events: none;
    background: url("../images/2025/Western-Forelands.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 56%;
    display: block;
    min-height: 634px;
    background-position: center;
    }

/*     .module-projects.regional-exploration-image  img {
    display: none; }
  .module-projects.regional-exploration-image  a:first-child {
     pointer-events: none;
    background: url("../images/2025/Regional-Exploration1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 56%;
    display: block;
    min-height: 634px;
    background-position: center;
    } */

@media only screen and (max-width: 1420px){
    .module-projects.kipushi-image a:first-child, .module-projects.western-image a:first-child {
    min-height: 520px;
    }
}

@media only screen and (max-width: 1250px){
    #kamoa-kakula, #platreef, #kipushi, #Western-Foreland {
    width: 100%;
}
}

@media only screen and (max-width: 728px){
  #kamoa-kakula .story-container p {
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  }
  #platreef .story-container p {
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  }
    #kipushi .story-container p {
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  }
    #Western-Foreland .story-container p {
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  }
  
  .story-container .details.arrow.fade-in{
      font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  }
}

@media all and (max-width: 870px) {
  .module-projects.multi {
    width: 100%; } }

@media all and (max-width: 460px) {
  .module-projects.multi {
    max-height: 1520px; }
  .story-item .story-image img {
    width: auto;
    min-height: 600px;
    max-width: none;
    object-position: 90% 50%;
    object-fit: none; } }

    /* ------------Regional Exploration--------------- */

.module-regional-exploration{
    position: relative;
}
.module-regional-exploration::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}
.module-regional-exploration h2:after {
    content: "";
    position: absolute;
    width: 82px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.module-regional-exploration .arrow::before{
    content: none !important;
}
.module-regional-exploration .arrow::after {
    position: absolute;
    content: "\e900";
    font-family: q4-icons;
    font-size: 13px;
    margin-left: 5px;
}
.module-regional-exploration .arrow{
    display: block;
    text-transform: uppercase;
    color: #E12828;
    line-height: 27px;
    padding-right: 5px;
}

/* --------Corporate Responsability-------- */


.module-corporate-responsability .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 90px 0 240px 0;
  }

.story-item.module-corporate-responsability .arrow:before {
  content: none; }

.module-corporate-responsability h2 {
  color: #939598;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 32px; }

.module-corporate-responsability h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.module-corporate-responsability p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #4C4C4C;
  margin-bottom: 40px; }

.module-corporate-responsability a {
  padding: 8px 49px 7px 49px;
  background-color: #0C2736;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.89px;
  text-transform: none;
  margin-top: 0;
  border-radius: 6px;
  float: left;
  }

@media screen and (max-width: 1024px) {
  .module-corporate-responsability .container {
    padding: 60px 20px 240px 20px; }
  .module-corporate-responsability p {
    font-size: 20px; } }

@media screen and (max-width: 480px) {
  .module-corporate-responsability p {
    font-size: 18px; } }

/* .module-corporate-responsability a:hover {
background-color:#4C4C4C;
transition: .3s;
} */
/* --------Corporate Responsability Blocks------- */
.module-corporate-responsability-blocks .container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
  min-height: 617px; }

.module-corporate-responsability-blocks .landing-content {
  position: absolute;
  top: -75px;
  width: 100%;
  }

.module-corporate-responsability-blocks .blocks {
  display: flex;
  position: relative; }

.module-corporate-responsability-blocks .blocks:before {
  content: " ";
  display: block;
  width: 104%;
  height: 112%;
  background-color: #F5F5F5;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1; }

.module-corporate-responsability-blocks .block-item {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all .3s ease-in-out;
  min-height: 298px;
  cursor: pointer;
  z-index: 2; }

.module-corporate-responsability-blocks .block-item:first-child {
  background-image: url("../images/2025/Community.jpg");
  background-color: #6e6e6e;
  }

.module-corporate-responsability-blocks .block-item:nth-child(2) {
  background-image: url("../images/2025/Safety.jpg");
  background-color: #6e6e6e;
  }

.module-corporate-responsability-blocks .block-item:last-child {
  background-image: url("../images/2025/Environment.jpg");
  background-color: #6e6e6e;
}

.module-corporate-responsability-blocks .block-item:hover {
  margin-top: -30px; }

.module-corporate-responsability-blocks .block-item h4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 29px;
  z-index: 1;
  font-size: 32px; }

.module-corporate-responsability-blocks .block-item h4:after {
  content: "";
  width: 82px;
  height: 2px;
  background-color: red;
  display: block;
  margin: 10px auto 0; }

.block-item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1100px) {
  .module-corporate-responsability-blocks .blocks {
    display: block; }
  .module-corporate-responsability-blocks .block-item {
    display: inline-block; }
  .module-corporate-responsability-blocks .container {
    min-height: 740px;
    margin: 0 auto; }
  .module-corporate-responsability-blocks .blocks:before {
    width: 37%; }
  .module-corporate-responsability-blocks .blocks:before {
    content: none; } }

@media screen and (max-width: 768px) {
  .module-corporate-responsability-blocks .fixed-bg {
    padding-bottom: 56%; }
  .module-corporate-responsability-blocks .block-item {
    display: block;
    width: 100%; }
  .module-corporate-responsability-blocks .block-item:hover {
    margin-top: 0px; } }


#corporate-responsibility h2 {
    color: #062232;
    text-align: left;
}
#corporate-responsibility h2::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 5%;
  display: block;
}
#corporate-responsibility p {
    color: #062232;
    text-align: left;
    width: 50%;
}

@media only screen and (max-width: 750px ){
  #corporate-responsibility p {
    width: 100%;
}
}

#corporate-responsibility .fixed-bg {
    background: url("../files/images/vector-bg.png");
    background: url("../images/vector-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media only screen and (max-width: 2000px){
    #corporate-responsibility .fixed-bg {
    background-size: 40%;
}
}

@media only screen and (max-width: 1550px){
    #corporate-responsibility .fixed-bg {
    background-size: 50%;
}
}

@media only screen and (max-width: 1055px){
    #corporate-responsibility .fixed-bg {
    background-position: right bottom 40px;
}
}

@media only screen and (max-width: 710px){
    #corporate-responsibility .fixed-bg {
    background-position: right bottom -159px;
    background-size: 90%;
    height: 709px;
}
}

@media only screen and (max-width: 610px){
    #corporate-responsibility .fixed-bg {
    background-position: center bottom -200px;
    background-size: 110%;
    height: 777px;
}
}

@media only screen and (max-width: 510px){
    #corporate-responsibility .fixed-bg {
    background-position: center bottom -145px;
    background-size: 110%;
    height: 860px;
}
}
@media only screen and (max-width: 410px){
    #corporate-responsibility .fixed-bg {
    background-position: center bottom -68px;
    background-size: 110%;
    height: 905px;
}
}
/* ------------Corporate Governance---------- */
.module-corporate-governance .fixed-bg {
  position: relative;
  z-index: 1; }

.module-corporate-governance .fixed-bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.module-corporate-governance h2 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 15px; }

.module-corporate-governance h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

/* ----------Board of Directors / Management--------- */
.module-board-management {
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(197, 199, 201, 0.2) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(197, 199, 201, 0.2) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(197, 199, 201, 0.2) 100%); }

.module-board-management .container {
  padding: 0;
  max-width: 1150px;
  margin: 0 auto; }

.js--hidden {
  display: none; }

.module-board-management .tabs-list {
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 45px; }

.module-board-management .tabs_link {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.89px;
  padding: 13px 0;
  background-color: #fff;
  border: 1px solid #939598;
  color: #546068;
  display: inline-block;
  outline: none;
  width: 230px; }

.module-board-management .tabs_link:nth-child(2) {
  padding: 13px 0; }

.module-board-management .tabs_link.js--selected {
  /*background-color: #df1627;*/
    background-color: #E12828;
  color: #fff;
  /*border: 1px solid #df1627;*/
    border: 1px solid #E12828;
  }

.module-board-management .person-item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 23px;
  min-height: 165px;
  margin-right: 25px;
  border-bottom: 1px solid #DFDFDF; }

.module-board-management .person-item:nth-child(even) {
  margin-right: 0; }

.module-board-management .person-image {
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 33px;
  vertical-align: top; }

.person-info {
  display: inline-block;
  max-width: 406px;
  vertical-align: top;
  margin-top: 25px; }

.accordion-trigger {
  position: relative; }

.accordion-trigger:after {
  content: "\e901";
  position: absolute;
  font-size: 33px;
  right: 0;
  font-family: "q4-icons";
  color: #EE3342;
  top: 0;
  vertical-align: top;
  margin-top: 30px;
  cursor: pointer; }

.js--selected .accordion-trigger:after {
  transform: rotate(180deg); }

.person-info .person-name h4 {
  /*color: #df1627;*/
    color: #E12828;
  line-height: 29px;
  margin: 0 0 11px 0;
  text-align: left;
  }

.person-info .person-title {
  font-size: 14px;
  line-height: 24px;
  color: #062232;
  }

.accordion-info ul {
  list-style-position: outside;
  margin-left: 20px; }

@media screen and (max-width: 1105px) {
  .module-board-management .container {
    padding: 0 30px; }
  .module-board-management .person-item {
    width: 100%; } }

@media screen and (max-width: 590px) {
  .module-board-management .person-image {
    display: block;
    margin: 0 auto; }
  .person-info {
    text-align: center;
    display: block;
    margin: 0 auto; }
  .person-info .person-name h4 {
    text-align: center; }
  .person-info .person-title {
    margin-bottom: 20px; }
  .accordion-trigger:after {
    margin-top: 85px;
    font-size: 20px; } }

.module-person--bod .person-item .accordion-info a{
  display: none;
}

/* ------------Downloads------------- */
.module-downloads .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 135px 20px; }

.module-downloads .landing-content {
  display: flex;
  justify-content: space-between;
  }

.module-downloads h2 {
  margin-bottom: 68px;
  position: relative;
  padding-bottom: 10px; }

.module-downloads h2:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background-color: #EE3342;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.download-item.col-1-of-4 {
  max-width: 260px; }

.download-item h4 {
  margin: 38px 0 10px 0;
  font-size: 18px;
  line-height: 22px; }

.download-item .q4-icon_Download-3-Copy-8:before {
  font-size: 36px;
  color: #F99F38;
  margin-right: 21px;
  position: relative;
  vertical-align: middle; }

.download-item span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #F99F38;
  position: relative;
  vertical-align: middle; }

@media screen and (max-width: 960px) {
  .download-item.col-1-of-4:not(:last-child) {
    margin-right: auto; }
  .module-downloads .container {
    padding: 60px 20px; } }

@media screen and (max-width: 1034px) {
  .module-downloads .landing-content {
    display: block;
    }
  .download-item.col-1-of-4 {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px; }
  .download-item h4 {
    margin: 20px 0 10px 0; } }

/* ------------Footer------------ */
.module--footer {
  /*background-color: #333333; */
    background-color: #0C2736;
}

.module--footer .ModuleOuterContainer {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0; }

.module--footer .module-footer-logo img {
  max-width: 233px;
  width: 50%;
  height: 50%; }

.module--footer .module-footer-logo,
.module--footer .module-footer-rights,
.module--footer .module-footer-social {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.module--footer .module-footer-logo,
.module--footer .module-footer-rights {
  text-align: center; }

.module-footer-rights p {
  margin: 0;
  font-size: 12px;
  line-height: 50px;
  color: #fff; }

.module-footer-social {
  text-align: right; }

.module-footer-social span {
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 0;
  position: relative;
  vertical-align: 4px; }

.module-footer-social a {
  color: #fff; }

.module-footer-social .q4-icon_twitter-copy:before {
  font-size: 34px;
  margin-left: 27px;
  position: relative;
  vertical-align: -2px; }

.module-footer-social .q4-icon_facebook-copy:before {
  font-size: 31px;
  margin-left: 21px;
  position: relative;
  vertical-align: -2px; }

.module-footer-social .q4-icon_linkedin-copy:before {
  font-size: 31px;
  margin-left: 28px;
  position: relative;
  vertical-align: -2px; }

@media screen and (max-width: 1281px) {
  .module--footer .ModuleOuterContainer {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 855px) {
  .module--footer .module-footer-logo,
  .module--footer .module-footer-rights,
  .module--footer .module-footer-social {
    display: block;
    margin: 0 auto;
    width: auto; }
  .module--footer .module-footer-logo img {
    margin: 0 auto; }
  .module-footer-social {
    text-align: center; }
  .module-footer-social .q4-icon_twitter-copy:before,
  .module-footer-social .q4-icon_facebook-copy:before,
  .module-footer-social .q4-icon_linkedin-copy:before {
    font-size: 24px; } }

#downloads {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://ivanhoe2021oar.s4.q4web.com/preview/files/images/210417_KCSA_009.png") !important;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://ivanhoe2021oar.s4.q4web.com/preview/files/images/210417_KCSA_009.png") !important;
  /* The least supported option. */ }

#downloads .download-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 10px;
  }

#downloads .download-item img {
  margin-left: auto;
  margin-right: auto;
  }

.module-board-management .tabs_link {
  width: 275px !important; }

#bod .person-item:first-child .person-image img {
  height: 90px;
  width: 100px; }

.first-video .fixed-bg .container .story-body {
  max-height: 1265px !important; }

#downloads .fixed-bg {
  position: relative; }

#downloads .fixed-bg:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

#downloads .fixed-bg .container,
#downloads .fixed-bg .fade-from-top,
#downloads .fixed-bg .story-body {
  z-index: 10; }

@media (max-width: 1024px) {
  max-height: 680px !important; }

@media (max-width: 768px) {
  max-height: 510px !important; }

@media (max-width: 768px) {
  max-height: 510px !important; }

@media (max-width: 480px) {
  max-height: 320px !important; }

@media (max-width: 375px) {
  max-height: 250px !important; }

@media screen and (max-width: 500px) {
  .module-corporate-responsability-blocks {
    height: 720px; } }


.thumb-resize-downloads {
  width: 202px;
}



div#kamoa-kakula {
    background-color: #6E6E6E;
}

div#platreef {
    background-color: #6E6E6E;
}

div#kipushi {
    background-color: #6E6E6E;
}

div#Western-Foreland {
    background-color: #6E6E6E;
}

.header-assets img {
  margin-left: 65px;
}

@media only screen and (max-width: 1024px ){
  .header-assets img {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px ){
  .header-assets img {
    margin-left: 35px;
    width: 169px;
  } 
}

.header-assets img {
    max-width: 220px;
}

.module-banner-text h2 {
    font-size: 40px;
}

.sustainability-iframe a::after{
   content:'';
    background: url("/files/images/2024/Ivanhoe-Tagline_Centered_Red_RGB.png");
    height:120px;
    width:100%;
    position:absolute;
    top:100px;
    /*left:1200px;*/
    left:60%;
    background-size:contain;
    background-repeat:no-repeat;
    z-index:200;
}
@media screen and (max-width:700px){
    .sustainability-iframe a::after{
       height:70px;
        top:80px;
   }
}

@media screen and (max-width:550px){
    .sustainability-iframe a::after{
       height:65px;
      left:55%;
        top:50px;
   }
}
@media screen and (max-width:470px){
    .sustainability-iframe a::after{
       height:55px;
      left:50%;
        top:30px;
   }
}
@media screen and (max-width:375px){
    .sustainability-iframe a::after{
       height:50px;
      left:50%;
        top:20px;
   }
}
/*@media screen and (max-width:1560px){
    .sustainability-iframe a::after{
        left:950px;
   }
}

@media screen and (max-width:1240px){
    .sustainability-iframe a::after{
        left:800px;
        height:90px;
   }
}
@media screen and (max-width:1024px){
    .sustainability-iframe a::after{
        left:600px;
    height:80px;
   }
}
@media screen and (max-width:875px){
    .sustainability-iframe a::after{
        left:500px;
   }
}*/
.module-projects.regional-exploration-image img{
  max-height: none;
}