/* Reset */
#priority-notification-container,
#notice-container,
header {
	display: none !important;
}

footer,
.footer-creds {
	position: relative;
	z-index: 999;
}

footer {
	background-color: #000;
}

.footer-creds {
	background-color: #192026;
}

.container-fluid.container-under-header {
	padding:0;
}

:root {
	--ti-cursor-color: #FFF;
	--ti-cursor-font-weight: normal;
}

#break-barriers-header {
	height: 100px;
	background: rgba(0,0,0,.9);
	color: #fff;
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index: 7;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

}

#break-barriers-header a img {
	height: 80px;
	width: auto;
}

#break-barriers-header a.btn {
	margin-bottom:0;
}

#break-barriers-hero {
	height: 100vh;
	background: linear-gradient(287deg, rgba(254,215,35,1) 0%, rgba(239,127,46,1) 41%, rgba(234,45,121,1) 73%, rgba(196,48,40,1) 100%);
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#break-barriers-hero #break-barriers-gradient {
	position: fixed;
	background-image: url('/breakbarriers/images/bb-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 2;
	animation: fade 3s infinite;
}

#break-barriers-hero-copy {
	position: relative;
	z-index: 3;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 900;
	letter-spacing: -1px;
	color: #000;
	text-align: center;
	padding: 50px;
	font-size: 42px;
	line-height: 1;
}

#break-barriers-hero-box {
	position: absolute;
	z-index: 2;
	left: calc(50% - 25vw);
	top: calc(50% - 25vh);
	width: 50vw;
	height: 50vh;
}

#break-barriers-hero-box:before {
	content: "";
	position: absolute;
	width: calc(100% + 28px);
	height: calc(100% + 28px);
	top: calc(14px/-7);
	left: calc(14px/-7);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 100%), linear-gradient(to top, #ffffff 50%, transparent 50%), linear-gradient(to top, #ffffff 50%, transparent 50%), linear-gradient(to right, #ffffff 0%, #ffffff 100%), linear-gradient(to left, #ffffff 0%, #ffffff 100%);
	background-size: 100% 14px, 14px 200%, 14px 200%, 0% 14px, 0% 14px;
	background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
	background-repeat: no-repeat, no-repeat;
	transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
	transform: scaleX(0) rotate(0deg);
	transition-delay: 0.6s, 0.3s, 0s;
}

#break-barriers-hero-box.box-activate:before {
	background-size: 200% 14px, 14px 400%, 14px 400%, 55% 14px, 55% 14px;
	background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
	transform: scaleX(1) rotate(0deg);
	transition-delay: 0s, 0.3s, 0.6s;
}

#break-barriers-content {
	position: relative;
	margin-top: calc(100vh + 80px);
	background-color: #fff;
	min-height: 100vh;
	z-index: 4;
	box-shadow: 2px -31px 80px -11px rgba(253,220,52,0.84);
		-webkit-box-shadow: 2px -31px 80px -11px rgba(253,220,52,0.84);
		-moz-box-shadow: 2px -31px 80px -11px rgba(253,220,52,0.84);
}

#break-barriers-content h2 {
	font-size: 60px;
	line-height: .8;
	letter-spacing: -2px;
	font-weight: 900;
	color: #000;
}
#break-barriers-content #break-barriers-social-inner h2 {
	font-size: 40px;
}

#break-barriers-top-content {
	background-image: url('/breakbarriers/images/Break_Barriers_Gradient_Backgrounds_1920x1080_ARTBOARD-7_REVERSE.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

#break-barriers-top-content-inner {
	width: 100%;
	background: #fff;
	padding: 40px;
	position: relative;
	color: #000;
}

#break-barriers-top-content-inner .lead {
	color: #000;
}

#break-barriers-top-content-first {
	padding: 100px 40px 40px 40px;
	overflow:hidden;
	position:relative;
}

#break-barriers-top-content-first h2 {
	position: relative;
	z-index: 2;
}

#break-barriers-top-content-first .bb-shield { 
	position: absolute;
	z-index: 1;
	bottom: -25%;
	right: -25%;
	width: 50%;
	height: auto;
}

#break-barriers-top-content-first .bb-shield.aos-animate {
	right: -25%;
	bottom: -25%;
}
#break-barriers-stories {
	position: relative;
	z-index: 6;
}

#break-barriers-stories #break-barriers-stories-title {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 40px;
	z-index: 2;
}

.three-columns {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.three-columns .column {
	flex: 0 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.story-card {
	margin: 20px;
	border: 8px solid #fff;
	position: relative;
	height: 500px;
}

.story-image {
	position: absolute;
	left: -28px;
	bottom: -28px;
	width: calc(100% + 28px);
	height: 500px;
}

.story-left .story-image {
	right: -28px;
	left: auto;
	text-align: right;
}

.story-image img {
	max-height: 100%;
	object-fit: contain;
}

.story-box {
	position: absolute;
	bottom:0;
	color: #000;
	right: 0;
	left:0;
}

.story-box p {
	margin-bottom:0;
}

.story-box-top {
	width: 100%;
	padding: 18px;
}

.story-box-bottom {
	width: 100%;
	padding: 0 18px 18px 18px;
}



.story-left .story-box-top,
.story-left .story-box-bottom {
	text-align: left;
}

.story-right .story-box-top,
.story-right .story-box-bottom {
	text-align: right;
}

.story-box-top p {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 21px;
	font-weight: 800;
	line-height:1.2;
}

.story-box-bottom p {
	font-size: 14px;
}

.story-quote {
	padding: 40px 40px; 
	margin:0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.story-quote .story-quote-quote {
	font-size: 28px; 
	font-weight: 900;
	line-height: 1;
}

.story-quote .lead {
	font-size: 18px;
}

.four-columns {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.four-columns .column {
	width: 100%;
}

.two-columns {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.two-columns .column {
	width: 100%;
}

#break-barriers-cta {
	background-image: url('/breakbarriers/images/Break_Barriers_Gradient_Backgrounds_1920x1080_ARTBOARD-2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
}

#break-barriers-cta h2 {
	font-size: 48px;
	line-height: 1;
	padding: 30px 30px 0 30px;
}

#break-barriers-cta #break-barriers-cta-title {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
	align-items: center;
}

#break-barriers-cta #break-barriers-cta-title h2 {
	flex: 100%;
}

#break-barriers-cta #break-barriers-get-started-cta {
	flex: 100%;
}

.cta-card {
	transition: all .2s ease-in-out;
	display: block;
	padding: 0 40px;
	border: 8px solid #fff;
	color: #000;
	background: rgba(255,255,255,.6);
	margin: 20px;
	height: calc(100% - 40px);
	min-height: 300px;
}

.cta-card h3 {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -.5px;
	margin-top: 40px;
}

.cta-card p {
	font-size: 21px;
	margin-bottom: 40px;
}

a.cta-card:hover {
	background: rgba(255,255,255,1);
	text-decoration: none;
}

a.cta-card .break-barriers-arrow,
#break-barriers-get-started-cta a .break-barriers-arrow {
	opacity: .5;
	font-size: 40px;
	text-align: center;
	transition: all .2s ease-in-out;
}

a.cta-card:hover .break-barriers-arrow,
#break-barriers-get-started-cta a:hover .break-barriers-arrow {
	opacity: 1;
}

#break-barriers-get-started-cta {
	height: 100%;
}

#break-barriers-get-started-cta a {
	display: block;
	padding: 100px 40px;
	background: rgba(255,198,41, 0);
	transition: all .2s ease-in-out;
	color: #000;
	text-align: center;
	position: relative;
	height: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
}

#break-barriers-get-started-cta a .break-barriers-arrow {
	transition: all .2s ease-in-out;
}

#break-barriers-get-started-cta a h2 {
	font-size: 42px;
	line-height: 1;
}

#break-barriers-get-started-cta a:hover {
	text-decoration: none;
	margin-top: -40px;
}

#break-barriers-get-started-cta a:hover .break-barriers-arrow {
	color: rgba(255,198,41, 1);
	margin-top: 20px;
}

#break-barriers-social {
	text-align: center;
	padding: 100px 0;
	/*background-image: url('/breakbarriers/images/Break_Barriers_Gradient_Backgrounds_1920x1080_ARTBOARD-7_REVERSE.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;*/
	background: rgb(254,215,35);
	background: linear-gradient(281deg, rgba(254,215,35,1) 0%, rgba(255,198,41,1) 49%, rgba(255,199,30,1) 100%);
}

#break-barriers-social-inner {
	margin-top: 0;
}

#break-barriers-social .lead {
	font-size: 32px;
	font-weight: bold;
	margin-top: 30px;
	color: #000;
}

#break-barriers-social-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#break-barriers-social-links a {
	color: #000;
	font-size: 50px;
	transition: all .2s ease-in-out;
}

#break-barriers-social-links a:hover {
	color: #E5494F;
	text-decoration: none;
}


/* Animation */
@keyframes fade {
	0%	{ opacity: 1; }
	50%	{ opacity: .5; }
	100%	{ opacity: 1; }
}

@keyframes fade-out {
	0%	{ opacity: 1; }
	100% { opacity: .5; }
}

@media only screen and (min-width: 768px) {
	#break-barriers-hero-copy {
		font-size: 90px;
	}
	.story-box-top {
		width: 100%;
		padding: 18px;
	}

	.story-box-bottom {
		width: 85%;
		padding: 0 18px 18px 18px;
	}
	.story-right .story-box-top {
		margin-left: 0;
	}

	.story-right .story-box-bottom {
		margin-left: 15%;
	}
	#break-barriers-content h2 {
		font-size: 80px;
	}
	#break-barriers-cta h2 {
		font-size: 80px;
	}
	.four-columns .column {
		flex: 0 0 auto;
		width: calc(100% / 2);
	}
	#break-barriers-get-started-cta {
		width: 100%;
	}
	#break-barriers-cta {
		padding: 50px 50px 100px 50px;
	}
	#break-barriers-content #break-barriers-social-inner h2 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1000px) {
	#break-barriers-hero-copy {
		font-size: 100px;
	}
	#break-barriers-stories #break-barriers-stories-title {
		position: absolute;
		top: -60px;
		left: 80px;
		z-index: 2;
		text-align: left;
		width: auto;
		padding:0;
	}
	
	.story-quote {
		text-align: left;
	}
	.story-quote .story-quote-quote {
		font-size: 36px; 
	}
	.two-columns .column {
		flex: 0 0 auto;
		width: 50%;
	}
	.three-columns .column {
		flex: 0 0 auto;
		width: calc(100% / 3);
	}
	#break-barriers-content h2 {
		font-size: 120px;
	}
	#break-barriers-content #break-barriers-social-inner h2 {
		font-size: 90px;
	}
	#break-barriers-cta h2 {
		font-size: 90px;
	}

	#break-barriers-cta #break-barriers-cta-title {
		flex-wrap: nowrap;
	}

	#break-barriers-cta #break-barriers-cta-title h2 {
		flex: calc(100% / 3 * 2);
	}

	#break-barriers-cta #break-barriers-get-started-cta {
		flex: calc(100% / 3);
	}

}

@media only screen and (min-width: 1200px) {
	#break-barriers-hero-copy {
		font-size: 120px;
	}
	.four-columns .column {
		flex: 0 0 auto;
		width: calc(100% / 4);
	}
	.story-box-top {
		width: 75%;
	}

	.story-box-bottom {
		width: 55%;
	}
	.story-right .story-box-top {
		margin-left: 25%;
	}

	.story-right .story-box-bottom {
		margin-left: 45%;
	}
	#break-barriers-top-content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		align-items: center;
	}
	#break-barriers-top-content-inner {
		width: calc(100% / 3 * 2);
	}
	
	#break-barriers-top-content-first {
		padding: 50px 50px 350px 50px;
		width: calc(100% / 3);
	}
	
	#break-barriers-top-content-first h2 {
		font-size: 80px;
	}
	#break-barriers-top-content-first .bb-shield,
	#break-barriers-top-content-first .bb-shield.aos-animate {
		bottom: -5%;
		right: -5%;
	}
	#break-barriers-top-content {
		background: transparent;
		background-color: #fff;
	}
	#break-barriers-top-content #break-barriers-top-content-first {
		background-image: url('/breakbarriers/images/Break_Barriers_Gradient_Backgrounds_1920x1080_ARTBOARD-7_REVERSE.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
	}
}