/* Hero Video Stuffs */
.hero-video-wrap {
	position: relative;
}

.hero-video-wrap .overlay-txt {
	color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 30px;
    position: absolute;
    top: 3%;
    left: 50%;
    z-index: 9999;
    line-height: 1.2;
    margin-left: -232px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Image and Copy - Homepage Specific */
.home .image-copy {
	background-color: var(--color-dark-blue);
	color: #fff;
}

.home .image-copy h2 {
	color: #fff;
	font-size: 62px;
	font-family: 'voltage';
}

.home .image-copy p {
	font-size: 22px;
}

.home .image-copy-body {
	margin-top: 4em;
}

.home .image-copy-body p {
	max-width: 72%;
}

.home .image-copy-body p a {
	color: #fff;
}


/**** begin fact statement component ****/

.fact-statement {
	color: #000;
	text-align: center;
}

.fact-statement-region {
	font-size: 0;
}

.fact {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.75rem;
	line-height: 1.3;
	margin-right: 1rem;
	vertical-align: middle;
	width: auto;
}

.fact span {
	color: var(--main-red-color);
	font-weight: 400;
}

/**** end fact statement component ****/


/*** begin resource component ***/

.resource-component {
	background-color: #000;
}

.resource-component-region {
	font-size: 0;
	margin: 0 auto 2rem auto;
	padding: 3rem 0;
}

.resource-component h3 {
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
	margin: 0 0 1rem 0;
	padding: 0 0 0.5rem 0;
	text-transform: uppercase;
	width: 35%;
}

.resource {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 0.5rem;
	vertical-align: middle;
	width: 33.333%;
}

.resource a {
	cursor: pointer;
	display: block;
}

.resource img {
	height: auto;
	width: 100%;
}

/*** end resource component ***/

/*** begin share initiative ****/

.share-initiative {
	color: #000;
	text-align: center;
}

.share-initiative-region {
	font-size: 0;
}

.share-hash {
	box-sizing: border-box;
	color: var(--main-red-color);
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	padding-right: 2rem;
	text-align: right;
	vertical-align: middle;
	width: 40%;
}

.share-description {
	border-left: solid 1px var(--main-gray-color);
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	padding-left: 2rem;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}

/*** end share initiative ****/

.home #ctf,
.home .ctf-item {
	background-color: #fff!important;
}

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {
	
	.fact {
    display: block;
		margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
	}
	
	.nbca-button {
    display: inline-block;
    width: auto;
	}
	
	.resource-component-region {
		padding: 3rem 10vw;
	}
	
	.resource-component h3 {
    width: 100%;
	}
	
	.share-hash {
		display: block;
		margin-bottom: 2rem;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	
	.share-description {
		border-top: solid 1px var(--main-gray-color);
		border-left: none;
		display: block;
		padding-top: 2rem;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.hero-video-wrap .overlay-txt {
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		font-size: 30px;
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 5%;
		z-index: 0;
		line-height: 1.2;
		margin-left: 0;
	}
	
}

/* Smartphones - General */

@media (max-width: 767px) {
	
	.fact {
		display: block;
		margin-bottom: 1rem;
		margin-right: 0;
		width: 100%;
	}
	
	.nbca-button {
		display: inline-block;
		width: auto;
	}
	
	.auxiliary-link {
		display: block;
		margin-bottom: 1rem;
		padding: 0;
		width: 100%;
	}
	
	.auxiliary-link:last-child {
		margin-bottom: 0;
	}
	
	.resource-component-region {
		padding: 3rem 5vw;
	}
	
	.resource {
		display: block;
		margin-bottom: 1rem;
		padding: 0;
		width: 100%;
	}	
	
	.resource:last-child {
		margin-bottom: 0;
	}
	
	.resource-component h3 {
		width: 100%;
	}
	
	.share-hash {
		display: block;
		font-size: 1.75rem;
		margin-bottom: 1rem;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	
	.share-description {
		border-top: solid 1px var(--main-gray-color);
		border-left: none;
		display: block;
		padding-top: 1rem;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.hero-video-wrap .overlay-txt {
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		font-size: 30px;
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 5%;
		z-index: 0;
		line-height: 1.2;
		margin-left: 0;
	}
	
	
}