@media screen and (max-width: 991px) and (min-width: 0px) {
  header {
    background-color: transparent;
  }
  section.main {
    padding-top: 20px;
  }
}
.container {
  background-color: transparent;
}
.full-screen {
  position: static;
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
  overflow: hidden;
}
.hero-banner {
  background: no-repeat center / cover;
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 9.01% 0;
}
.primary-color {
  color: #0AB2BF;
}
.btn-primary {
  font-size: 16px;
  color: #fff;
  background-color: #0033a0;
  border-color: #0033a0;
}
.btn-wide {
  padding-left: 5rem;
  padding-right: 5rem;
}
.banner > div {
  display: block;
  padding: 5% 8%;
}
.banner .btn {
  color: #FFF;
  border: 1px #FFF solid;
}
.banner .btn:hover {
  color: #000;
  background-color: #FFF;
}
.banner .banner-content {
  height: 100%;
  max-width: 710px;
  width: 100%;
}
.blue-tile {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 8rem;
  color: #FFF !important;
  background: rgba(9, 76, 138, 0.8);
}
.blue-tile:hover {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(10, 31, 64, 0.8) !important;
  transition: 0.6s;
}
.blue-tile svg {
  position: absolute;
  bottom: 2rem;
  left: 3.5rem;
}
.disclaimer {
  font-size: 0.95em;
  line-height: 1.2;
}
.number-list h1,
.number-list h2,
.number-list h3,
.number-list h4 {
  position: relative;
}
.number-list h1:before,
.number-list h2:before,
.number-list h3:before,
.number-list h4:before {
  background: url(https://www.vaneck.com.au/globalassets/home.au/library/assets/temporary/hlth-point-1.png) no-repeat center / contain;
  display: inline-block;
  content: ' ';
  position: absolute;
  left: -43px;
  top: -7px;
  width: 35px;
  height: 35px;
}
.number-list h1:nth-of-type(2):before,
.number-list h2:nth-of-type(2):before,
.number-list h3:nth-of-type(2):before,
.number-list h4:nth-of-type(2):before {
  background-image: url('https://www.vaneck.com.au/globalassets/home.au/library/assets/temporary/hlth-point-2.png');
}
.number-list h1:nth-of-type(3):before,
.number-list h2:nth-of-type(3):before,
.number-list h3:nth-of-type(3):before,
.number-list h4:nth-of-type(3):before {
  background-image: url('https://www.vaneck.com.au/globalassets/home.au/library/assets/temporary/hlth-point-3.png');
}
.number-list h1:nth-of-type(4):before,
.number-list h2:nth-of-type(4):before,
.number-list h3:nth-of-type(4):before,
.number-list h4:nth-of-type(4):before {
  background-image: url('https://www.vaneck.com.au/globalassets/home.au/library/assets/temporary/hlth-point-4.png');
}
/* Invest-now-component */
.invest-now-component {
  text-align: center;
}
.invest-now-component .invest-btn {
  margin: 0 3rem;
}
.invest-now-component .btn-primary {
  background-color: #0033a0;
  border-color: #0033a0;
  border-radius: 6px;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 0.8rem 5rem;
}
#invest_modal {
  text-align: center;
  font-size: 18px;
}
#invest_modal .modal-content {
  padding: 1rem;
}
#invest_modal h4 {
  font-size: 23px;
  color: #0033a0;
  border-bottom: none;
}
#invest_modal .row div {
  padding: 2rem;
}

img.popup-desktop {
	display: block;
	margin: 0px auto;
}
img.popup-mobile {
	display: none;
}
@media(max-width:767px) {
	img.popup-desktop {
		display: none;
	}
	img.popup-mobile {
		display: block;
		margin: 0px auto;
	}
}

@media screen and (min-width: 426px) {
  #invest_modal .modal-content {
    padding: 2rem;
  }
}
@media screen and (min-width: 991px) {
  #invest_modal .row div {
    float: left;
    width: 50%;
  }
  #invest_modal .row div:nth-child(1) {
    border-right: 1px solid #CCC;
  }
}
#invest_modal .row p {
  min-height: 5rem;
}
#invest_modal .row .btn {
  margin-top: 3rem;
  padding: 1rem;
  width: 60%;
  color: #FFF;
}
#invest_modal button.close {
  position: absolute;
  top: 1rem;
  font-size: 4rem;
  font-weight: normal;
  right: 1.5rem;
}
.modal-body {
  overflow: hidden;
}
