/* Card Structure */
/*----------------------------------------*/
.card_container {
  position: relative;
  height: auto;
  margin: 0 0 50px;
  padding-top: 0;
  transform: translateY(-25px);
  z-index: 20;
  padding-bottom: 20rem;
}

.scroll_card {
  width: 100%;
  margin: 0 auto;
  font-size: 35px;
  box-sizing: border-box;
  transition: transform 0.5s ease;
  top: 0;
  will-change: transform;
  display: grid;
  height: 100%;
  top: 0;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll_card .grid-container {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.card-layout {
  background: white;
  color: #333;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-sizing: border-box;
  transition: transform 0.5s ease;
  will-change: transform;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.scroll_card--pureplay .card-layout {
  position: relative;
}

.card-layout-tinted {
  background-color: #ecf2fa;
}

.scroll_card .responsive-embed {
	margin-bottom: 0;
}

@media (min-width:768px) {
  .card-layout {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
	}
  .scroll_card .grid-container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width:1600px) {
    #cardLayout .card_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    }

    #cardLayout .scroll_card {
        position: sticky;
	}
}

/* Card Typography */
/*----------------------------------------*/
.scroll_card ul {
  font-size: .75em;
  line-height: 1.2;
}

.scroll_card li {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
}

.scroll_card ul li:last-child {
	border-style: none !important;
}

.scroll_card h2 {
	/* font-weight: 600; */
	font-size: 0.9em;
	line-height: 1.1;
	margin-bottom: 0.6em;
    position: relative;
	/* color: #ab3a02; */
	color: #333;
	    text-align: center;
}

.scroll_card h2.last {
	text-align: left;
}

.scroll_card h2 strong {
	font-weight: 700;
}

.scroll_card h3 {
	color: #407cca;
	font-size: 0.7em;
	font-weight: 600;
}

.scroll_card h3.center {
	text-align: center;
}

.scroll_card h3 strong {
	font-weight: 700;
}

.scroll_card p.center {
	text-align: center;
	width: 90%;
	padding-left: 50px;
}

@media (min-width:950px) {
  .scroll_card h2 {
  	font-size: 1.2em;
  }
  .scroll_card h3 {
  	font-size: 0.75em;
  }
}

@media (min-width:1200px) {
  .scroll_card h2 {
  	font-size: 1.5em;
    margin-bottom: 10rem;
    position: relative;
  }

  .scroll_card h2 .last {
	font-size: 2em;
  }

  .scroll_card h3 {
  	font-size: 0.8em;
  }
}

/* Card Disclosure */
/*----------------------------------------*/
.scroll_card .disclosure {
	border-top: 1px solid #999;
	padding-top: 1em;
	margin-top: 2em;
}

.scroll_card .disclosure p {
	font-size: 0.5em;
}

.scroll_card .disclosure p:last-child {
	margin-bottom: 0;
}

/* Explore List */
/*----------------------------------------*/
ul.exploreList {
  color: #333;
  padding-top: 0.5em;
  margin: 1em 0 2em;
}

ul.exploreList a {
	color: white;
	position: relative;
	padding-left: 1.2em;
	color: #333;
}

ul.exploreList a svg {
	position: absolute;
	width: 0.8em;
	left: 0;
	top: 0.4em;
}

ul.exploreList a svg path {
  fill: rgba(64, 124, 202,1) !important;
}

/* SVG List */
/*----------------------------------------*/
ul.svgList {
	margin-top: 1em;
  font-size: 0.6em;
}

ul.svgList li {
  position: relative;
  padding-left: 2em;
}

ul.svgList li:last-child {
	border-bottom-style: none;
}

ul.svgList svg {
  position: absolute;
  width: 1.5em;
  left: 0;
  top: -0.1em;
}

ul.svgList--small li {
  padding-left: 1.5em;
}

ul.svgList--small svg {
  width: 1em;
  top: 0.1em;
}

/* ul.svgList svg path {
  fill: black !important;
} */


ul.svgList svg.stroke path {
  fill: none !important;
  stroke: black !important;
}

/* Header */
/*----------------------------------------*/
.silverBanner_inner {
	padding-top: 10em;
	overflow: hidden;
	position: relative;
	/* height: 600px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	    text-align: center;
}

.silverBanner_image {
	background-image:url('/media/vymfxbze/top-banner.webp');
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 110%; /* allows for horizontal pan */
	bottom: 0;
	transform-origin: top left;
	animation: kenburns-pan 15s ease-in-out infinite alternate;
	/* z-index: 1; */
	z-index: 0;
}

.silverBanner_image2 {
	background-image:url('/media/3ptpzr5s/silver-flare-image.webp');
}

.silverBanner_text {
	/* background-color:rgba(134, 145, 151, 0.90); */
background-color:rgba(123, 134, 140, 0.90);
	padding: 2em;
	position: relative;
	/* z-index: 2; */
	z-index: 0;
  --shine-direction: 1; /* 1 = left to right, -1 = right to left */
  overflow: hidden;
}

/* Shine layer */
.silverBanner_text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg) scaleX(var(--shine-direction));
  animation: shine 6s infinite;
  animation-delay: calc(2s + (random(4) * 1s)); /* delays up to 6s total */
  pointer-events: none;
}

.silverBanner_text h1 {
	color:#FFF;
	font-size: 3em;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 0 !important;
}

.silverBanner_text h2 {
	color:#FFF;
	margin-top: 0.2em !important;
	    font-weight: 600;
}

@media (min-width:900px) {
	.silverBanner_inner {
		padding-top: 0;
	}

	.silverBanner_text {
		/* float: right; */
		width: 95%;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.silverBanner_text {
		/* padding: 4em 2.5em; */
	}

	.silverBanner_text h1 {
		/* font-size: 2.7em; */
		/* font-weight: 100; */
        font-size: 5rem;
	}
}

@media (min-width:1200px) {
	.silverBanner_text {
		/* padding: 6em 3em; */
	}

	.silverBanner_text h1 {
		/* font-size: 3.3em; */
		/* font-weight: 100; */
    	font-size: 6rem;
	}
}

/* Image Pan Animation */
@keyframes kenburns-pan {
  0% {
    transform: scale(1.05) translateX(0);
  }
  100% {
    transform: scale(1.05) translateX(-5%);
  }
}

/* Shine Animation */
@keyframes shine {
  0% {
    left: -100%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/* Pickaxe Drawer */
/*----------------------------------------*/
.drawer {
	position: fixed;
	right: 0;
	top: 20%;
	width: 6rem;
	z-index: 500;
	border-radius: 0;
	overflow: hidden;
	transition: 0.2s;
	transform: translateX(100%);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.drawer a {
	display: block;
	background: rgba(64, 124, 202, 1);
	color: white;
	font-weight: 600;
}

.drawer a:hover {
	background-color: #2d578d;
}

.drawer a span {
	display: block;
	padding: 0.3em 0.8em 0.8em;
	text-align: center;
	line-height: 1.1;
	font-size: 0.85em;
	color: white;
}

#pickAxe {
	transform-origin: 0% 100%;
	transform:rotate(0);
  animation: pickaxe 2s infinite;
}

.burst {
	opacity: 0;
  animation: burst 2s infinite;
}

@media (min-width:900px) {
	.drawer {
		width: 9rem;
	}

	.drawer a span {
		font-size: 1.2em;
	}
}

/* Pickaxe Animation */
@keyframes pickaxe {
	0% {
		transform:rotate(0);
	}
	50% {
		transform:rotate(-15deg);
	}
	70% {
		transform:rotate(-15deg);
	}
	75% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(0);
	}
}

/* Burst Animation */
@keyframes burst {
	0% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	86% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* Card 1 */
/*----------------------------------------*/
.combineWrap {
	background: #407cca;
	position: relative;
	text-align: center;
	margin-top:3em;
}

.combineWrap h3,
.combineWrap li {
	color: white;
	border-color: white;
	z-index: 3;
	position: relative;
}

.combineWrap_plus {
	background: #005670;
	width: 120px;
	height: 120px;
	border-radius: 500px;
	border: 2px solid rgb(236, 242, 250);
	z-index: 3;
	position: relative;
	margin: 0 auto;
	transform: translate(0,-50%);
}

.combineWrap_plus:before,
.combineWrap_plus:after {
	position: absolute;
	background: rgb(236, 242, 250);
	display: block;
	content: "";
	top: 50%;
	left: 50%;
}

.combineWrap_plus:before {
	width: 16px;
	height: 60px;
	margin: -30px 0 0 -8px;
}

.combineWrap_plus:after {
	width: 60px;
	height: 16px;
	margin: -8px 0 0 -30px;
}

.combineWrap_plus_end {
	background: #005670;
	width: auto;
	border: 2px solid rgb(236, 242, 250);
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0;
	z-index: 3;
	color:#fff;
	font-size: 1.5em;
	font-weight: 700;
	padding: 0.1em 0.4em;
	transform: translate(-50%, -60%);
}

.combineWrap + .disclosure {
	margin-top: 0;
	border-style: none;
}

.iconBox {
	width: 140px;
	margin: 0 auto;
	height: 140px;
	margin-bottom: 1em;
	position: relative;
	background: transparent;
	padding: 15px;
	position: relative;
	z-index: 3;
}

.cell--gray {
	background: #7b868c;
	padding: 0 1em 1em 1em;
	border-top: 1px solid white;
}

.cell--gray h3 {
}

.cell--blue {
	padding: 2em 1em 2em 1em;
}

@media (min-width:768px) {

	.combineWrap {
		padding: 1em;
	}
	
	.combineWrap:after {
		position: absolute;
		top: 0;
		left: 50%;
		right: 0;
		bottom: 0;
		display:block;
		content:"";
		background: #7b868c;
		z-index: 1;
	}
	
	.combineWrap_divider {
		left: 50%;
		width: 2px;
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		background: rgb(236, 242, 250);
		z-index: 3;
	}
	
	.cell--gray {
		background: transparent;
		padding: 1em 0 0 0;
		border-style: none;
		margin-left: 16.66666%;
	}
	
	.cell--gray h3 {
		margin-top: 0;
	}
	
	.cell--blue {
		padding: 1em 0 0 0;
	}
	
	.combineWrap_plus {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	.combineWrap_plus_end {
		font-size: 2em;
	}
}

/* Card 2 */
/*----------------------------------------*/
.colWrap {
  background-color:#ecf2fa;
  padding: 1em;
}

.colWrap h3 {
  color:#407cca;
}

.circleWrap {
  width: 200px;
  height: 200px;
  margin: 0 auto 0.5em;
  position: relative;
}

.circleWrap .circle {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  color:white;
  line-height: 200px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
}
.circleWrap .circle span {
	position: relative;
	z-index: 2;
}

.circleWrap .circle:before {
  display: block;
  background: #407cca;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
  content: "";
  z-index: 1;
  animation: pulse 2s infinite;
}

.circleWrap .circle--quarter:before {
	width: 100px;
	height: 100px;
	left: 50px;
	top: 50px;
	line-height: 100px;
}

.circleWrap .circle--16:before {
	width: 64px;
	height: 64px;
	left: 68px;
	top: 68px;
	line-height: 64px;
}

/* Circle Pulse Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Card 4 */
/*----------------------------------------*/
h3.videoCaption {
	text-align:center;
	font-size:0.7em;
	position: relative;
	z-index: 2;
	color:white;
	padding: 0.9em 0.5em;
	background: #407cca;
}

h3.videoCaption span {
	font-size: 0.9em;
	display:block;
	margin-top: 0.5em;
}

@media (min-width:1024px) {
  .scroll_card--pureplay .card-layout:before {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 54%;
	  right: 0;
	  content: "";
	  background: #ecf2fa;
	  display: block;
  }
}

/* Card 5 */
/*----------------------------------------*/
.scroll_card--cta .silverBanner_inner {
}

.scroll_card--cta h3 {
	color:#333;
}

.scroll_card--cta h3 a {
	padding-left: 0;
	color: #333;
	font-size: inherit;
}

.scroll_card--cta h3 a strong {
	color:#407cca;
}

.ctaLink {
  display: block;
  margin-top: 0.5em;
  cursor: pointer;
}

.ctaLink:hover span {
	background-color: #2d578d;
}

.ctaLink span {
	display: block;
	background: #407cca;
	padding: .5em 1em .5em 2em;
	color: white;
	font-size: 0.6em;
	font-weight: 600;
	position: relative;
	transition: 0.2s;
}

.ctaLink span svg {
	position: absolute;
	width: 0.8em;
	left: 0.8em;
	top: 0.8em;
}

@media (min-width:640px) {
	.scroll_card--cta .silverBanner_inner {
		position:absolute;
		left: 55%;
		top:0;
		right:0;
		bottom:0;
	}

	.scroll_card--cta h3 {
		margin-bottom:2em;
	}
}


@media (min-width:900px) {
	.ctaLink span {
		font-size: 0.8em;
	}
}