html, body {
	max-width: 100%;
	overflow-x: hidden;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
.display-1, .display-2, .display-4, h1, h2, h3, h4, h5 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* reset all default body copy and input font stacks to museo sans 300 */
p {
	font-family: museo, sans-serif;
	letter-spacing: 0.03em;
	font-size: 16px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], label, textarea, a, select, option, td, ul, ol, li, footer.blockquote-footer {
	font-family: museo, sans-serif;
	letter-spacing: 0.03em;
}

/* @media only screen and (max-width: 1444px) and (min-width: 800px) {
	body {
		font-size: 70% !important;
	}
}

@media only screen and (max-width: 500px) {
	body {
		font-size: 80% !important;
	}
} */
.blockquote-footer > cite > a {
	color: #2a94d4;
}
.blockquote {
	font-size: 1em;
}
.txt404 {
	font-size: 12em;
	color: rgba(255,255,255,0.3);
}
/* background black gradient on mobile for text on tall carousel (to cover missing white area from small video)*/ 
.mobile-bg-gradient {
	z-index: 1;
	display: none;
}
/* mobile video responsive = make video and carousel taller on mobile to fit text and show more content*/
@media only screen and (orientation: portrait) {
	.carousel-media > video, .carousel-media > img {
		height: 140% !important;
		width: 140% !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.carousel-inner {
		height: 80vh;
		position: relative;
	}
	.mobile-bg-gradient {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(rgba(0,0,0,0) 55vw, rgba(0,0,0,1) 65vw);
	}
}
#carouselSlide > a:focus {
	outline: none !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
/* keyboard w/out mouse accessibility: custom focus style to make it more prominent when using tabbing on keyboard to navigate website */
.row:focus, button:focus, a:focus, .card:focus, input[type=text]:focus, input[type=submit]:focus, input[type=email]:focus, textarea:focus {
	/* outline: solid 3px #44d0ff !important; */
	outline: solid 2px #5bd5ff !important;
	outline-offset: 3px !important;
	box-shadow: 0 0 30px #44d0ff !important;
}
.popover-title {
	transition: ease 0.3s;
}
.popover-title:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: ease 0.3s;
}
.hover-arm:hover {
	cursor: pointer;
}

@media only screen and (max-width: 1600px) {
	/* mobile font resizing */
	.display-4 {
		font-size: 2.8em;
	}
	.display-2 {
		font-size: 3.8em;
	}
	h1 {
		font-size: 1.9em;
	}
	h4 {
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 800px) and (min-width: 700px) {
	h4 {
		font-size: .8em;
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 500px) {
	/* mobile font resizing */
	.display-4 {
		font-size: 1.9em;
		margin-bottom: 10%;
	}
	.display-2 {
		font-size: 3em;
	}
	h1 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.1em;
		margin-bottom: 5%;
	}
	h5 {
		font-size: 1.2em;
	}
	p, .blockquote {
		font-size: 0.9em;
	}
	.display-1 {
		font-size: 4em;
	}
	.txt404 {
		font-size: 9em;
	}
}
/*
*Section formatting
*/
/*
*reset bootstrap margin on row to prevent extra white border/horizontal scrolling
*/
.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/*
main content padding
*/
.padding {
	padding-top: 100px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
}
.padding-narrow {
	padding-top: 100px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 50px;
}

.padding1 {
	padding-top: 3%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;	
}
.padding1-2 {
	padding-top: 6%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 6%;
}
.padding1-3 {
	padding-top: 6%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10%;
}
.padding1-4 {
	padding-top: 12%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 12%;
}
.padding1-5 {
	padding-top: 12%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0;
}
.padding1-6{
	padding-top: 8%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}
.padding1-7{
	padding-top: 8%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 12%;
}
.padding-tall {
	padding-top: 8%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 28%;
}
.padding2 {
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10px;	
}
.paddingcontact {
	padding: 5% 3%;
}
.paddingT {
	padding-top: 3%;
	padding-bottom: 3%;
}
.paddingT2 {
	padding-top: 3%;
	padding-bottom: 8%;
}
.paddingT3 {
	padding-top: 5%;
	padding-bottom: 3%;
}

.paddingF{
	padding: 5%;
}
.paddingSponsorGold {
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 8%;
	padding-right: 8%;
}
.paddingF2 {
	padding: 3%;
}

.paddingVertical {
	padding-top: 5%;
	padding-bottom: 5%;
}
.paddingVerticalTall {
	padding-top: 8%;
	padding-bottom: 8%;
}

.paddingTopTall {
	padding-top: 12%;
	padding-bottom: 2%;
}
.paddingBottom{
	padding-bottom: 4%;
	padding-top: 0%;
}
.paddingBottom2{
	padding-bottom: 2%;
	padding-top: 0%;
}
.paddingBlog {
	padding-top: 8%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 7%;	
}
.paddingBlogPost {
	padding-top: 3%;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 3%;	
}
.paddingCovid {
	padding-top: 12%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}
@media only screen and (max-width: 1300px) {
	.paddingBlogPost {
		padding-top: 3%;
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 3%;	
	}
}
.paddingBlogTemplate {
	padding-top: 3%;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 3%;	
}
.my-7 {
	margin-top: 3.5em !important;
	margin-bottom: 3.5em !important;
}
.ml-1{
	margin-left: .5em !important;
}
.ml-2{
	margin-left: 1.0em !important;
}
.ml-3{
	margin-left: 1.5em !important;
}
.ml-4{
	margin-left: 2.0em !important;
}
.ml-5{
	margin-left: 2.5em !important;
}
.mr-1 {
	margin-right: .8em !important;
}
.pl-1{
	padding-left: .5em !important;
}
.pl-2{
	padding-left: 1.0em !important;
}
.pl-3{
	padding-left: 1.5em !important;
}
.pl-4{
	padding-left: 2.0em !important;
}
.pl-5{
	padding-left: 2.5em !important;
}
.pl-lg{
	padding-left: 5.0em !important;
}
.pr-1 {
	padding-right: .5em !important;
}
.pr-5 {
	padding-right: 2.5em !important;
}
.pr-lg{
	padding-right: 5.0em !important;
}
@media only screen and (max-width: 1000px){
	.padding-mobile-covid {
		padding-top: 10% !important;
		padding-bottom: 72% !important;
	}
}
@media only screen and (max-width: 850px) { /* adjust these padding classes on mobile */
	.paddingcontact {
		padding: 3% 0 !important;
	}
	/* increase padding height so masked images come after all text */
	.padding-mobile-1 {
		padding-top: 10% !important;
		padding-bottom: 114% !important;
	}
	.padding-mobile-1-1 {
		padding-top: 10% !important;
		padding-bottom: 140% !important;
	}
	.padding-mobile-2 {
		padding-top: 10% !important;
		padding-bottom: 72% !important;
	}
	.padding-mobile-2-2 {
		padding-top: 10% !important;
		padding-bottom: 88% !important;
	}
	.padding-mobile-2-3 {
		padding-top: 20% !important;
		padding-bottom: 99% !important;
	}
	.padding-mobile-2-4 {
		padding-top: 10% !important;
		padding-bottom: 85% !important;
	}
	.padding-mobile-3 {
		padding-top: 10% !important;
		padding-bottom: 52% !important;
	}
	.padding-mobile-4 {
		padding-top: 10% !important;
		padding-bottom: 40% !important;
	}
	.padding-mobile-6 {
		padding-top: 10% !important;
		padding-bottom: 56% !important;
	}
	.padding-mobile-7 {
		padding-top: 0% !important;
		padding-bottom: 25% !important;
	}
	.padding {
		padding-top: 30px;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 30px;
	}
	.padding-narrow {
		padding-top: 30px;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 30px;
	}
	.paddingVertical {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.paddingVerticalTall {
		padding-top: 12%;
		padding-bottom: 12%;
	}
	.padding-mobile-top { /* add padding to top of page when title is too close to or under nav on mobile */
		padding-top: 23% !important;
	}
	.remove-padding {
		/* remove unecessary padding that crowds up content on mobile */
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.remove-margin {
		/* remove unecessary padding that crowds up content on mobile */
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	@media only screen and (max-width: 800px) {
		h1#title { /*adjust title text size for mobile blogs */
			font-size: 2.3em !important;
		}
	}
}
@media only screen and (max-width: 990px) {
	.padding-mobile-car { /* add padding to top of page on mobile carousel */
		padding-top: 80px;
	}
}
/* image styling */
.img-shadow {
	border-radius: 2px;
	box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.img-rounded {
	border-radius: 15px;
	box-shadow: 10px -10px 20px rgba(0,0,0,.1);
}
.img-circle {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(44% at 50% 50%);
}
.img-circle1 {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(44% at 50% 50%);
}
.img-circle2 {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(40% at 50% 50%);
}
.img-circle3 {
	-webkit-clip-path: circle(50% at 30% 50%);
	clip-path: circle(50% at 50% 50%);
}
/*
*dividers
*/



.top-divider-flipped {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.02%;
	z-index: 1;
	-moz-transform: translateY(-2px) scaleX(-1);
	-o-transform: translateY(-2px) scaleX(-1);
	-webkit-transform: translateY(-2px) scaleX(-1);
	transform: translateY(-2px) scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";	
}
.bottom-divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100.02%;
	z-index: 1;
	-moz-transform: translateY(2px) scaleX(1)  !important;
	-o-transform: translateY(2px) scaleX(1) !important;
	-webkit-transform: translateY(2px) scaleX(1) !important;
	transform: translateY(2px) scaleX(1) !important;
}
.bottom-divider-flipped {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100.02%;
	z-index: 1;
	-moz-transform: translateY(2px) scaleX(-1) !important;
	-o-transform: translateY(2px) scaleX(-1) !important;
	-webkit-transform: translateY(2px) scaleX(-1) !important;
	transform: translateY(2px) scaleX(-1) !important;
	filter: FlipH;
	-ms-filter: "FlipH";
}


.divider-holder {
	position: relative;
}
.bg-divider { /* fake a solution to add a clean divider behind a card-deck without absolute positioning */
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fcurvedividers%2Fcurve3.svg?alt=media&token=e56d3e58-00a6-4810-8906-f78d9921b295");
	background-position: 50% 101%;
	background-repeat: no-repeat;
	background-size: 101%;
}
.bg-divider2 { /* fake a solution to add a clean divider behind a card-deck without absolute positioning */
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fcurvedividers%2Fcurve4.svg?alt=media&token=8dcb5ee8-6e57-47c7-a638-b7878b5d0ec5");
	background-position: 50% 101%;
	background-repeat: no-repeat;
	background-size: 101%;
}
/* .bg-divider-contact {
	background-image: url("curve6.svg");
	background-position: 50% 101%;
	background-repeat: no-repeat;
	background-size: 101%;
} */
.resp-container {
	overflow: hidden;
	position: fixed;
	top: 15%;
	left: 20%;
	width: 60%;
	height: 70%;
} 
#vid.resp-container {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	overflow: hidden;
}
 #vid.modal-content{
	background-color: rgba(0,0,0, .0);
}
.resp-iframe {
	position: fixed;
	top: 9%;
	left: 10%;
	width: 80%;
	height: 82%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 999999;
}

@media only screen and (max-width: 1050px) {
	.resp-iframe {
		position: fixed;
		top: 27.5%;
		left: 10%;
		width: 80%;
		height: 45%;
		border: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		z-index: 999999;
	}
}

@media only screen and (max-width: 600px) {
	.bg-divider { /* fake a solution to add a clean divider behind a card-deck without absolute positioning */
		background-image: url("curve3.svg");
		background-position: 50% 101%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.bg-divider-contact { /* fake a solution to add a clean divider behind the contact card without absolute positioning */
		background-image: url("curve6.svg");
		background-position: 50% 101%;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.bg-gradient {
	background-image: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,0.05) 90%);
}
/*MASKED IMAGES LEFT*/

	.bg-masking-left1 { /* julianna in air */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FHome2-compressor.png?alt=media&token=361b98f3-d013-4f0f-b510-d579ae2c54ba");
		background-position: 10% 100%;
		background-repeat: no-repeat;
		background-size: 33%;
	}
	.bg-masking-left2 { /* zach and niko hugging */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FHome2-compressor.png?alt=media&token=361b98f3-d013-4f0f-b510-d579ae2c54ba");
		background-position: 6% 110%;
		background-repeat: no-repeat;
		background-size: 42%;
	}
	.bg-masking-left3 { /* anna priming sleeve */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FIMG_0194-Anna-compressor.png?alt=media&token=ec251e1c-0818-4ab3-9d01-40270c7ea9de");
		background-position: 20% 100%;
		background-repeat: no-repeat;
		background-size: 19%;
	}
	.bg-masking-left4 { /* angel and anni */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FLS-GFoundationVisit-132-compressor.png?alt=media&token=37475c67-b7d4-4fd5-b277-874a1a6457ca");
		background-position: 13% 75%;
		background-repeat: no-repeat;
		background-size: 35%;
	}
	/*.bg-masking-left5 { /* rishi in wheelchair *
		background-image: url("maskimgs/OurWork2-compressor.png");
		background-position: 29% 110%;
		background-repeat: no-repeat;
		background-size: 22%;
	}*/
	/*MASKED IMAGE for proj. x part of carousel*/
	.bg-masking-left6-1 { /*juan in wheelchair */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2F_MG_6548-1-MASKED-compressor.png?alt=media&token=2fba8e98-f56b-4d64-8c4d-375a84fcb067");
		background-position: 17% 100%;
		background-repeat: no-repeat;
		background-size: 31%;
	}
	/*MASKED IMAGE for video games part of carousel*/
	.bg-masking-left6-2 { /* anni playing games */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FLS-GFoundationVisit-145-compressor.png?alt=media&token=c1234f63-61da-4cdb-8e7d-1c0ac22883d6");
		background-position: 10% 92%;
		background-repeat: no-repeat;
		background-size: 33%;
	}
	/*MASKED IMAGE for comic part of carousel*/
	.bg-masking-left6-3 {  /*Comic Book*/
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FcomicBook-compressor.png?alt=media&token=d0057f75-925d-4300-9ab7-8a9ed7f0da20");
		background-position: 7% 50%;
		background-repeat: no-repeat;
		background-size: 33%;
	}
	.bg-masking-left7{ /* julianna playing games */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2Fmasked-ucf_78491245-compressor.png?alt=media&token=98b3a802-10e2-4296-ac00-bb8bd1a8c3ad");
		background-position: -7% 90%;
		background-repeat: no-repeat;
		background-size: 52%;
	}
	.bg-masking-left8{ /* wyatt and blue man group */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOurStory2-compressor.png?alt=media&token=aef3127a-31b5-4a5a-a4a3-8bff74b1f576");
		background-position: 13% 120%;
		background-repeat: no-repeat;
		background-size: 38%;
	}
	.bg-masking-left9{ /* group pic of interns with julianna */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOurStory6-compressor.png?alt=media&token=a3bfe15c-6b4c-4a1d-b6be-885d610c5da8");
		background-position: 12% 110%;
		background-repeat: no-repeat;
		background-size: 32%;
	}
	.bg-masking-left10{ /* julianna and jay */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOBF2-compressor.png?alt=media&token=8f179aac-1f3d-4a81-9845-d93c9fe56a12");
		background-position: 21% 100%;
		background-repeat: no-repeat;
		background-size: 18%;
	}
	/*MASKED IMAGES RIGHT*/
	/*MASKED IMAGE for bionic arms part of carousel*/
	.bg-masking-right1-1 { /* shaholly */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FFashion_arm-MASKED-compressor.png?alt=media&token=dced068a-cb14-4fa2-beec-e94e6d97798d");
		background-position: 95% 100%;
		background-repeat: no-repeat;
		background-size: 35%;
	}
	/*MASKED IMAGE for proj. x part of carousel*/
	.bg-masking-right1-2 { /* juan in wheelchair */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2F_MG_6548-1-MASKED-compressor.png?alt=media&token=2fba8e98-f56b-4d64-8c4d-375a84fcb067");
		background-position: 95% 100%;
		background-repeat: no-repeat;
		background-size: 35%;
	}
	/*MASKED IMAGE for video games part of carousel*/
	.bg-masking-right1-3 { /* anni playing video games */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FLS-GFoundationVisit-145-compressor.png?alt=media&token=c1234f63-61da-4cdb-8e7d-1c0ac22883d6");
		background-position: 95% 100%;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.bg-masking-right2 { /* anni donate */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FLSThursdayEvent-compressor.png?alt=media&token=9be961d4-8c1b-4759-bd6b-0af94dac11be");
		background-position: 77% 120%;
		background-repeat: no-repeat;
		background-size: 24%;
	}
	.bg-masking-right3 { /* alex riding bike */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOurWork1-compressor.png?alt=media&token=3bc5ca12-25e9-4d4b-b3f3-30ec0179fea9");
		background-position: 85% 110%;
		background-repeat: no-repeat;
		background-size: 25%;
	}
	.bg-masking-right3-wCIRCLES { /* alex riding bike */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOurWork1-compressor.png?alt=media&token=3bc5ca12-25e9-4d4b-b3f3-30ec0179fea9");
		background-position: 85% 110%;
		background-repeat: no-repeat;
		background-size: 25%;
	}
	.bg-masking-right4 { /* aleena in wheelchair */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FMasked-DSC07895-compressor.png?alt=media&token=ebb82210-5510-421d-8155-42d58dd7b5d6");
		background-position: 78% 100%;
		background-repeat: no-repeat;
		background-size: 24%;
	}
	.bg-masking-right6 { /* zach and puppy */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOBF6-compressor.png?alt=media&token=f39c7165-fd98-4db1-ab8c-a461c7f3f5b8");
		background-position: 83% 100%;
		background-repeat: no-repeat;
		background-size: 24%;
	}
	/*MASKED IMAGES CENTER*/
	.bg-masking-center1 { /* anni wyatt alex */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FHome1-compressor.png?alt=media&token=f7c2ba74-e4f1-479e-9466-96441bc73cee");
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 36%;
	}
	.bg-masking-center2 { /* albert, dominique, gio, and anna */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2F_MG_6292-MASKED-compressor.png?alt=media&token=5bf77a6f-fb07-4ce0-b3ef-249c8f059540");
		background-position: 50% 105%;
		background-repeat: no-repeat;
		background-size: 55%;
	}
	.bg-masking-center3 { /* ribbon cutting for lab */
		background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FmaskedImgs%2FOBF1-compressor.png?alt=media&token=d067004f-4763-452e-82f9-f493d3b6740f");
		background-position: 50% 140%;
		background-repeat: no-repeat;
		background-size: 95%;
	}

/* for screens greater than 1080p */
@media only screen and (min-width: 2000px) {
	.bg-masking-left1 { /* julianna in air */
		background-size: 28%;
	}
	/*MASKED IMAGE for bionic arms part of carousel*/
	.bg-masking-right1-1 { /* shaholly */
		background-size: 27%;
	}
	/*MASKED IMAGE for proj. x part of carousel*/
	/*MASKED IMAGE for video games part of carousel*/
	.bg-masking-right3 { /* alex riding bike */
		background-size: 23%;
	}
	.bg-masking-left5 { /* rishi in wheelchair */
		background-size: 18%;
	}
	/*MASKED IMAGE for proj. x part of carousel*/
	.bg-masking-left6-1 { /*juan in wheelchair */
		background-size: 29%;
	}
	/*MASKED IMAGE for video games part of carousel*/
	.bg-masking-right4 { /* aleena in wheelchair */
		background-size: 20%;
	}
	.bg-masking-left7{ /* julianna playing games */
		background-position: 0% 90%;
		background-size: 40%;
	}
	.bg-masking-left8{ /* wyatt and blue man group */
		background-size: 33%;
	}
	.bg-masking-left9{ /* group pic of interns with julianna */
		background-size: 28%;
	}
	.bg-masking-right6 { /* zach and puppy */
		background-position: 90% 100%;
		background-size: 15%;
	}
	.bg-masking-left10{ /* julianna and jay */
		background-position: 23% 100%;
		background-size: 16%;
	}
	.bg-masking-left4 { /* angel and anni */
		background-size: 28%;
	}
	.bg-masking-left2 { /* zach and niko hugging */
		background-size: 33%;
	}
	.bg-masking-right2 { /* anni donate */
		background-size: 20%;
	}
}
@media only screen and (max-width: 1000px) { /* resize all bg masked images to take full width of screen on mobile */
	.bg-masking-left10 {
		background-position: 50% 130%;
		background-size: 70%;
	}
	.bg-masking-left7, .bg-masking-center3 {
		background-position: 30% 100%;
		background-size: 110%;
	}
	.bg-masking-center1, .bg-masking-right6, .bg-masking-right4, .bg-masking-right3, .bg-masking-right2, .bg-masking-right1-1, .bg-masking-left9, .bg-masking-left8, .bg-masking-left6-1, .bg-masking-left5, .bg-masking-left4, .bg-masking-left3, .bg-masking-left2, .bg-masking-left1 {
		background-position: 50% 110%;
		background-size: 80%;
	}
	.bg-masking-right1-2, .bg-masking-right1-3 {
		background-position: 50% 105%;
		background-size: 80%;
	}
	.bg-masking-center2 {
		background-position: 50% 105%;
		background-size: 87%;
	}
}

/* bionic meter */
#bionic-meter {
	position: relative;
	z-index: 1;
}
#bionic-meter-fill {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: translateY(-1px); /* move down to remove tiny strip of overflowing blue */
	width: 85%;
	height: 50%;
}

/* additional special card styling */
.nound:hover{ /* remove underline hover style on carousel card */
	text-decoration: none !important;
}

.card-img-top {
	border-radius: 4px 4px 0 0;
}
.card-body {
	border-radius: 0 0 4px 4px;
}
.card {
	border-style: none;
}
.video-card {
	overflow: hidden;
	width: 450px;
	margin-right: 1% !important;
}
.video-card:first-child {
	margin-left: 1% !important;
}
.video-card-text {
	text-align: center;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.backgroundVideoOS{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FLimbitless-3bionickids_small.jpg?alt=media&token=d492851e-e317-4bf5-87d8-3013d9ca1f58");
	background-size: cover;
	background-position: center;
}
.news-card {
	width: 350px;
	margin-right: 1%;
}
.news-card:first-child {
	margin-left: 1%;
}
.deselected-card {
	background-color: rgba(0,0,0,0) !important;
	border: 1px solid rgba(255,255,255,0.6) !important;
}

.sectionSelectCard {
	background-image: linear-gradient(to right, rgba(0,0,0,1) 41%, rgba(0,0,0,.0) 52%);
	height: 30vh;
	border-radius: 10px;
}

.sectionSelectCard:hover {
	cursor: pointer;
}

.activeSelection {
	border: solid 5px;
	border-color: #06a7e2;
	border-radius: 10px;
}

.selectLogo {
	height: 18vh;
	width: 20%;
	border-radius: 12px;
	background-color: #414141;
}

.selectLogo:hover {
	cursor: pointer;
}

.activeLogo {
	border: solid 5px;
	border-color: #06a7e2;
	background-color: #000000;
	height: 48vh;
}

@media only screen and (max-width: 1060px) {
	.selectLogo {
		height: 15vh;
		width: 25%;
		border-radius: 12px;
		background-color: #414141;
	}

	.activeLogo {
		border: solid 3px;
		border-color: #06a7e2;
		background-color: #000000;
		height: 40vh;
	} 

	.selectLogo {
		height: 10vh;
		width: 20%;
		border-radius: 12px;
		background-color: #414141;
	}

	.activeLogo {
		border: solid 3px;
		border-color: #06a7e2;
		background-color: #000000;
		height: 25vh;
	}
}

@media only screen and (max-width: 700px) {
	.sectionSelectCard {
		background-image: linear-gradient(to right, rgba(0,0,0,1) 41%, rgba(0,0,0,.0) 52%);
		height: 25vh;
		border-radius: 10px;
	}

	.selectLogo {
		height: 18vh;
		width: 75%;
		border-radius: 12px;
		background-color: #414141;
	}

	.activeLogo {
		border: solid 3px;
		border-color: #06a7e2;
		background-color: #000000;
		height: 50vh;
	}
}


.FAQCard {
	border-radius: 10px;
	background-color: #39AC50;
	height: 30vh;
}

.FAQCard:hover {
	cursor: pointer;
}

.FAQCard.answer {
	background-color: #EEEEEE;
}

.FAQCard.answer p {
	font-size: .9em;
	color: #414141;
}

.bottom-align {
	position: absolute;
	bottom: 0;
}

.overlapLogo {
	position: relative;
	bottom: 5%;
	width: 80%;
}

#adminRow {
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	text-align: center;
}
#adminRow::-webkit-scrollbar {
	display: none;
}
.admin-card {
	margin: 10px;
	width: 300px !important;
	flex: 0 0 auto !important;
	display: inline-block !important;
}
.admin-card > .card-body {
	font-size: 0.8em;
}
#adminRow.justify-content-center {
	justify-content: left !important;
	-webkit-box-pack: left !important;
}
@media only screen and (min-width: 1000px) {
	#adminRow { 
		flex-wrap: wrap;
	}
	.admin-card {
		width: 19% !important;
		margin: 0.5% !important;
	}
	#adminRow.justify-content-center {
		justify-content: center !important;
		-webkit-box-pack: center !important;
	}
}
@media only screen and (max-width: 500px) {
	.card {
		margin: 10px 7px; /* remove unecessary margin on cards on narrow mobile screens */
	}
	.blog-card-img, .top-card-img {
		margin: 0 !important;
	}
	#contact > .row > .card {
		margin: 0 !important;
	}
}
.interns > p {
	margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
	.interns {
		text-align: center;
	}
}
/* 
*Navbar 
*/
.fakeNavBG {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 68px;
	z-index: 9;
	background-color: #414141;
}
#navbarHome {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0px 5px 25px 0px rgba(255, 255, 255, 0);
	width: 100%;
	margin: 0;
	padding: 12px 5%;
	position: fixed;
	z-index: 10;
	transition: top 1s;
	transition: background-color 200ms linear;
}
#navbarHome.scrolled {
	background-color: #414141 !important;
	transition: background-color 200ms linear;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#navbar a:hover {
	background-color: #ddd;
	color: black;
	text-decoration: none;
}

#closeNav{
	position: absolute;
	top: 6.5px;
	right: 2%;
}

.dropdown-menu {
	background-color: #414141;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 10px;
}
.dropdown-item:hover {
	background-color: #383838;
	color: white;
	border-radius: 10px;
}

.dropdown-menu {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0px;
	border-radius: none;
	box-shadow: 0px 8px 20px rgb(0,0,0,0.3);
}
.nested-dropdown {
	width: 100%;
}
.dropdown-item {
	text-transform: uppercase;
	padding: 15px 15px 15px 25px;
	color: #bbbbbb;
	transition: 0.2s ease;
	width: 100%;
	font-size: 0.9em;
	/* border-radius: 50px; */
}
.nested-dropdown-item {
	/* text-transform: capitalize !important; */
	padding: 8px 8px 8px 32px !important;
}
.nested-dropdown-item:hover {
	background-color: #333333 !important;
	color: white;
}
.dropdown-item:hover {
	background-color: #333333;
	color: #ffffff;
}
.dropdown-divider {
	border-top: 1px solid rgba(255,255,255,0.05);
	margin: 0 !important;
	padding: 0 !important;
}

.nav-drop-shadow {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.nav-link-btn-main {
	background-color: #024273;
	color: white;
	padding: 10px 25px;
	margin:0;
	font-size: 0.9em;
	border-radius: 50px;
}
.nav-link-btn {
	background-color: rgba(0,0,0,0);
	border: solid 1px white;
	color: white;
	padding: 10px 25px;
	margin:0;
	font-size: 0.9em;
	border-radius: 50px;
}
.nav-link-btn-main:hover {
	background-color: #032946;
	color: white;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.nav-link-btn:hover {
	border: solid 1px rgba(255,255,255,0.2);
	color: white;
}

#trialsD, #support {
	display: block;
}
@media only screen and (max-width: 990px){
	#navbarHome {
		background-color: #414141 !important;
		padding: 10px 5%;
		margin-bottom: 0;
	}
	.fakeNavBG {
		height: 0;
	}
	.nav-item {
		padding-bottom: 5px;
		width: 100%;
		text-align: center;
	}
	.navbar-collapse {
		margin-right: 0;
	}
	.dropdown-menu {
		width: 100%;
	}
	.dropdown-item {
		text-align: center;
		padding-bottom: 5px;
	}

	#donate, #partner, #trials, #donateDivide, #partnerDivide, #trialsDivide {
		display: block !important;
	}

	#trialsD, #support{
		display: none;
	}

	#openNav {
		position: absolute;
		top: 25%;
		right: 7%;
	}
	#closeNav{
		position: absolute;
		top: 7.5px;
		right: 5%;
	}

	.nested-dropdown-item {
		padding: 8px !important;
	}
}

@media only screen and (max-width: 350px){
	#mTabText1, #mTabText2{
		font-size: .8em !important;
	}
}

/* 
*footer
*/
.footer {
	background-color: #414141;
	list-style-type: none;
	color: rgb(220,220,220);
}
.footer-links > li {
	margin: 5px 0;
}
.footer-links > li a {
	color: white;
}
.footer-links > li a:hover {
	color: #2a94d4;
	text-decoration: none;
}
.footer-logo{
	padding: 0;
	margin: 0;
}
.footer-muted {
	opacity: 0.6;
}
@media only screen and (max-width: 800px) {
	.footer-title, .footer-text {text-align: center !important;}
	.footer-sm > a {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/*
*Scroll bar
*/
::-webkit-scrollbar {
	width: 6px;

}
::-webkit-scrollbar-track {
	background: #888888; 
	padding:2px;
}

::-webkit-scrollbar-thumb {
	background: #414141; 
	
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background: #989898; 
}

/* 
*Button
*/
.link-btn {
	background-color: #024273;
	color: white;
	padding: 17px 40px;
	border-radius: 50px;
	font-size: 1.1em;
	margin:0;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	z-index: 7;
}
.contact-btn {
	background-color: #024273;
	color: white;
	padding: 17px 40px;
	border-radius: 50px;
	font-size: 1.1em;
	margin:2%;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	z-index: 7;
}
.contact-btn-sm {
	background-color: #024273;
	color: white;
	padding: 8px;
	font-size: 0.9em;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	border-radius: 25px;
}

.link-btn:hover, .contact-btn:hover, .contact-btn-sm:hover {
	background-color: #032946;
	color: white;
}
.link-btn-outline {
	background-color: rgba(0,0,0,0);
	border: solid 1px white;
	color: white;
	font-size: 1.1em;
	padding: 17px 40px;
	margin:0;
	border-radius: 50px;
}
.link-btn-outline:hover {
	border: solid 1px rgba(255,255,255,0.3);
	color: white;
}
.badge {
	padding: .5em .75em .6em .75em !important;
	margin: .3em !important;
}
.link-btn-context {
	font-family: klavika;
	color: #2a94d4;
	font-size: 1.3em;
	letter-spacing: -0.4pt;
}
.link-btn-context-white {
	font-family: klavika;
	color: white;
	font-size: 1.3em;
	letter-spacing: -0.4pt;
}
.link-btn-context > span.material-icons {
	font-size: 24pt !important;
}

@media only screen and (max-width: 900px) {
	.link-btn, .contact-btn, .link-btn-outline {
		font-size: 1em;
	}
}
@media only screen and (max-width: 500px) {
	.link-btn, .contact-btn, .link-btn-outline {
		margin: 2% 0 !important;
		width: 100% !important;
		font-size: 0.9em;
		/* remove unecessary margin on buttons on narrow mobile screens, center them */
	}
}

/*
*
****   DEFINED FONTS   ****
*
*/

@font-face {
	font-family: museoBold;
	src: url("fonts/MuseoSans-700.woff2") format("woff2"),
		url('fonts/MuseoSans-700.woff') format('woff');
	font-display: swap;
}
.museo-bold {
	font-family: museoBold, sans-serif;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
@font-face {
	font-family: museo;
	src: url("fonts/MuseoSans-300.woff2") format("woff2"),
		url('fonts/MuseoSans-300.woff') format('woff');
	font-display: swap;
}
.museo {
	font-family: museo, sans-serif;
	letter-spacing: 0.03em;
}
@font-face {
	font-family: klavika;
	src: url("fonts/Klavika-Regular.woff2") format("woff2"),
		url('fonts/Klavika-Regular.woff') format('woff');
	font-display: swap;
}
.klavika {
	font-family: klavika, sans-serif !important;
	letter-spacing: -0.01em !important;
	font-size: 1.5em ;
}

.klavika-adult
{
	font-family: klavika, sans-serif !important;
	letter-spacing: .3em !important;
	text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
	.klavika {
		font-size: 1.2em;
	}
}
@font-face {
	font-family: klavikaBold;
	src: url("fonts/Klavika-Bold.woff2") format("woff2"),
		url("fonts/Klavika-Bold.woff") format("woff");
	font-display: swap;
}
.klavika-bold {
	font-family: klavikaBold, sans-serif;
}

.klavika-bold-adult
{
	font-family: klavikaBold, sans-serif;	
	letter-spacing: .15em !important;
	text-transform: uppercase;
}

.ls-1 {
	letter-spacing: -0.025em;
}
.allcaps {
	text-transform: uppercase;
}

/* MATERIAL ICONS */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'),
		 local('MaterialIcons-Regular'),
		 url('fonts/MaterialIcons-Regular.ttf') format('truetype')
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle !important;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
}
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-100 { font-size: 100px; }

/* @font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'),
		 local('MaterialIconsOutlined-Regular'),
		 url('fonts/MaterialIconsOutlined-Regular.otf') format('opentype')
}
.material-icons-outlined {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; 
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle !important;
  
	/* Support for all WebKit browsers.
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome.
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox.
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE.
	font-feature-settings: 'liga';
}
.material-icons-outlined.md-36 { font-size: 36px; }
.material-icons-outlined.md-48 { font-size: 48px; }
.material-icons-outlined.md-100 { font-size: 100px; } */

/*
*Defined Colors
*/
.navy {
	color: #024273;
}
.light-blue {
	color: #4ac8f6;
}
.blue {
	color: #2a94d4;
}
.black {
	color:#000000;
}
.white {
	color: white;
}
/* secondary brand colors */
.bg-purple {
	background-color: rgb(155, 94, 175);
}
.bg-ajlin {
	background-image: linear-gradient(rgba(155, 94, 175, 0.9),rgba(155, 94, 175, 0.96)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2Fdonorwallmay2019-aj2.jpg?alt=media&token=1bcfbab4-a312-42ff-82f2-ba6832f9e2d0");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-green {
	background-color: #39ac50;
}
.bg-hunter {
	background-image: linear-gradient(rgba(95, 170, 73, 0.93),rgba(95, 170, 73, 0.93)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2Fdonorwallmay2019-hunter.jpg?alt=media&token=3459a655-04c4-463c-bdb5-874fbcb8b24a");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-red {
	background-color: #d33b3b;
}
.bg-yellow {
	background-color: rgb(243, 212, 72);
}
.bg-orange {
	background-color: rgb(247, 142, 56);
}
.bg-schein {
	background-image: linear-gradient(rgba(247, 142, 56,0.92),rgba(247, 142, 56,0.92)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2Fdonorwallmay2019-schein.jpg?alt=media&token=1164449c-6fcd-44d1-a8c4-4568e004fffc");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* backgrounds for circles */
.bg-circles-onWhite {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FbackgroundCircles%2Fbackground-circles-WHITE.png?alt=media&token=faba1426-1d89-4875-910b-ade1baa96e0d");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-circles-onWhite-flip {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FbackgroundCircles%2Fbackground-circles-WHITE-FLIP.png?alt=media&token=b99d02f5-9080-4a68-9d0e-d839643ab073");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-circles-onDark {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FbackgroundCircles%2Fbackground-circles-DARK.png?alt=media&token=e914f2f8-bc74-4570-8ba6-22d2b92b2519"), linear-gradient(rgb(65, 65, 65) 0%, rgb(65, 65, 65) 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-circles-onDark-flip {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FbackgroundCircles%2Fbackground-circles-DARK-FLIP.png?alt=media&token=39b6bb64-843d-41db-b86d-c0bf5a46dee0"), linear-gradient(rgb(65, 65, 65) 0%, rgb(65, 65, 65) 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-circles-onBlue {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FbackgroundCircles%2Fbackground-circles-BLUE.png?alt=media&token=65560c51-97a9-4e01-bbe7-c0cddbff3335"), linear-gradient(135deg, rgb(65, 174, 221) 0%, rgb(25, 90, 131) 80%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-circles-onBlue-flip {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2FbackgroundCircles%2Fbackground-circles-BLUE-FLIP.png?alt=media&token=14e8017c-d3e7-4d8a-962b-297d8d72b954"), linear-gradient(135deg, rgb(65, 174, 221) 0%, rgb(25, 90, 131) 80%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.grey {
	color: rgb(220,220,220);
}
.grey-light {
	color: #989898;
}
.grey-medium {
	color: #808080;
}
.grey-dark {
	color: #707070;
}
.gold {
	color: #e0b524;
}
.green {
	color: #39ac50;
}
.empty-blue {
	color: #A9D1E4;
}
.COVID {
	color: #E85454;
}

.bg-COVID {
	background-color: #E85454;
}
.bg-light {
	background-color: #eceff1 !important;
}

p.Standard{
	margin-top:0pt;
	margin-right:0in;
	margin-bottom:0pt;
	margin-left:0in;
	text-align:justify;
	line-height:normal;
}
.bg-clear {
	background-color: rgba(0, 0, 0, 0);
}
.bg-black {
	background-color: #000000;
}
.bg-light-blue{
	background-color: #06a7e2;
}
.bg-blue {
	background-color: #2a94d4;
}
.bg-blue-dark {
	background-color: #2086c5;
}
.bg-blue-darker {
	background-color: #1472ac;
}
.bg-blue-gradient {
	background: rgb(49,148,189);
	background: linear-gradient(135deg, rgb(65, 174, 221) 0%, rgb(25, 90, 131) 80%);
}
.bg-gold {
	background-color: #ce9731;
	border: solid 2px #7a610f;
}
.bg-silver {
	background-color: #969fb3;
	border: solid 2px #70798d;
}
.bg-bronze {
	background-color: #bb7534;
	border: solid 2px #88501c;
}
.bg-corporate {
	background-color: #0e8abb;
	border: solid 2px #036085;
}
.bg-foundation {
	background-color: #c54051;
	border: solid 2px #a33040;
}
.bg-dark_blue {
	background-color: #000033;
}
.bg-navy {
	background-color: #024273;
}
.bg-grey-light{
	background-color: rgb(220,220,220);
}
.bg-grey-dark{
	background-color: #414141;
}
.bg-very-dark-grey{
	background-color: #333333;
}

.bg-343 {
	background-image: linear-gradient(rgba(30,30,30,0.88),rgba(30,30,30,0.88)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FLimbitless-26.jpg?alt=media&token=6da5a26a-ce13-4fa1-9b3e-35de1fd39996");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-createx {
	background-image: linear-gradient(rgba(82,86,97,0.96),rgba(82,86,97,0.96)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FNewRelease-003.jpg?alt=media&token=8639b48b-983a-4cde-9420-234a3922728b");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-riot {
	background-image: linear-gradient(rgba(209,54,57,0.87),rgba(209,54,57,0.87)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2F_MG_7777.1.jpg?alt=media&token=db39f4b4-3c67-4cbe-8bdd-41e86764af06");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-stratasys {
	background-image: linear-gradient(rgba(0, 36, 58, 0.95),rgba(0, 36, 58, 0.95)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2F20190516_191101%20(1)-2-2.jpg?alt=media&token=9ed9c579-3e1b-4758-9e9d-96c53de86253");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-autodesk {
	background-image: linear-gradient(rgba(0, 130, 190, 0.90),rgba(0, 130, 190, 0.90)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FAutodesk-Scholars-(4by3)-compressor.jpg?alt=media&token=65b28ffa-c37d-405a-94a1-83f7e1b3502d");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-qms {
	background-image: linear-gradient(rgba(121,23,21,0.87),rgba(121,23,21,0.87)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2Fboards-compressor.jpg?alt=media&token=0d72da23-48d2-4cd6-a044-1d2a81c61ecc");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-fairlife {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2Ffairlife_partnerBG.png?alt=media&token=624aa201-8613-4fe1-8d36-e13e33b88013");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-adobe {
	background-image: linear-gradient(rgba(240, 40, 20, 0.85),rgba(240, 40, 20, 0.85)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FIMG_9012%20(1).jpg?alt=media&token=00f420cb-37b1-4e46-865a-7df7b7d2f560");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-cnp {
	background-image: linear-gradient(rgba(221, 83, 70, 0.88),rgba(221, 83, 70, 0.88)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FIMG_3722.jpg?alt=media&token=4ec0a587-100a-4c74-b56f-f3de1079984d");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-tone {
	background-image: linear-gradient(rgba(131, 117, 92, 0.88),rgba(131, 117, 92, 0.88)), url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FArmSketchesArtistAnnaKester_A%20(1).jpg?alt=media&token=1e2f7cb0-8952-42e7-96a2-7120ab54c026");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* 
*Style for sign-in sign-up page 
*/
.errorText{
	color: red;
}
.card-body {
	background-color: white;
	
}
.card {
	z-index: 2;
}
/*hero style*/

.bg-hero-img {
	position: relative;
	overflow: hidden;
}
.hero-img-text {
	position: absolute;
	z-index: 2;
	top: 80%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hero-text-4 { /* align center center */
	z-index: 2;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	width: 75%;
}
@media only screen and (max-width: 769px) {
	.hero-text-4 > img { /*ucf dso sig resize*/
		width: 60%;
	}
}
@media only screen and (max-width: 500px) {
	.hero-text-4 > img { /*ucf dso sig resize*/
		width: 90%;
	}
}

/* resize carousel hero text and reposition per breakpoint for proper readability and visibility */
@media only screen and (max-width: 756px) {
	.hero-text-4 {
		top: 65%;
		left: 50%;
		transform: translate(-50%, -35%);
	}
}
@media only screen and (max-width: 600px) {
	.hero-text-4 {
		top: 75%;
		left: 50%;
		transform: translate(-50%, -25%);
	}
}
@media only screen and (min-width: 2001px) {
	.hero-text-container {
		width: 30%;
		margin: auto;
	}
}
@media only screen and (max-width: 2000px) {
	.hero-text-container {
		width: 50%;
		margin: auto;
	}
}
@media only screen and (max-width: 800px) {
	.hero-text-container {
		width: 90%;
		margin: auto;
	}
} 

.hero-subhead {
	font-size: 0.9em !important;
}
.hero-mainhead {
	font-size: 1.7em !important;
}
.hero-caption {
	font-size: 1.3em !important;
	font-family: klavika, sans-serif;
}

@media only screen and (max-width: 1300px) {
	.hero-subhead {
		font-size: 0.8em !important;
	}
	.hero-mainhead {
		font-size: 1.5em !important;
	}
	.hero-caption {
		font-size: 1em !important;
	}
}
@media only screen and (max-width: 600px) {
	.hero-subhead {
		font-size: 0.7em !important;
	}
	.hero-mainhead {
		font-size: 1.3em !important;
	}
	.hero-caption {
		font-size: 0.9em !important;
	}
}
/*
*Alert 
*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 11; /* Sit on top */
	padding-top: 2.5%;  
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 3%;
	width: 50%;
	height: 95%;
	box-shadow: 7px 7px 10px rgba(20,20,20,0.5);
}
@media only screen and (max-width: 800px) {
	.modal-content {
		width: 80%;
		height: auto;
	}
}
@media only screen and (max-width: 500px) {
	.modal-content {
		width: 95%;
		height: auto;
	}
}
/* */

/*
*Headings and subheadings
*/
h1,h2,h3 {
	margin: 2%;
}
.tclist{
	margin-left: 2%;
}
.subhead{
	margin: 2%;
	font-size: 1.2em;
}
.caption {
	font-size: 0.8em;
}

/*
*Cards for form and account pages
*/
.form-card {
	box-shadow: 7px 7px 10px rgba(20,20,20,0.5);
}
.info-card {
	box-shadow: 0px 3px 6px rgba(30,30,30,0.2);
	border-radius: 10px;
}
.rounded-card {
	box-shadow: 0px 3px 6px rgba(30,30,30,0.3);
	border-radius: 15px;
	/* padding: 40px 40px;
	height: 100%; */
}
label {
	margin: 8px;
}


/*
*Input for cards
*/
.footer-input {
	padding: 7px !important;
}
input[type=text], input[type=email] {
	font-size: 1em;
	padding: 13px;
}


a:hover {
	color: #2a94d4;
}
.ablue:hover {
	color: rgba(255,255,225,0.5) !important;
	text-decoration: none;
}




/* RESPONSIVE TEXT */
/* @media only screen and (max-width: 1200) {
	html {
		font-size: 2em;
	}
} */
@media only screen and (max-width: sm) {
	html {
		font-size: 1em;
	}
}
@media only screen and (max-width: xs) {
	html {
		font-size: 1em;
	}
}

/*Blog Styles*/
.hero-img-blog {
	width: 100%;
  	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 1200px) {
	.blog-header-img-rsp {
		width: 60% !important;
	}
}
@media only screen and (max-width: 700px) {
	.blog-header-img-rsp {
		width: 85% !important;
	}
}
.blog-card-img {
	width: 100%;
	background-color: white;
	border-radius: 0 0 4px 4px;
}
.blog-btn {
	background-color: #45ab41;
	letter-spacing: 0.7pt;
	color: white;
	padding: 4px 6px;
	font-size: .8em;
	margin:0;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}

.publish-btn {
	background-color: #45ab41;
	text-transform: uppercase;
	letter-spacing: 0.7pt;
	color: white;
	padding: 17px;
	font-size: 1.2em;
	margin: 2%;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}

.publish-btn:hover {
	color: white;
	background-color: #369633;
}

.contact-btn {
	background-color: #024273;
	text-transform: uppercase;
	letter-spacing: 0.7pt;
	color: white;
	padding: 17px;
	font-size: 1.2em;
	margin: 2%;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
.reactions{
	cursor: pointer;
	font-size:1.5em;
	color:rgb(231, 150, 0) !important;
	transition: .5s;
}
.reactions-active{
	font-size:2em;
	color:rgb(236, 173, 0) !important;
}
.reactions-inactive{
	font-size:1.5em;
	color:grey;
}
.reactions:hover{
	font-size: 2em;
	color: rgb(236, 173, 0) !important;
}
.reactions-angry{
	color:rgb(209, 65, 65) !important;
}
.reactions-angry:hover{
	color:rgb(196, 44, 44) !important;
}
.reactions-text{
	font-size: 0.75em;
	color: grey;
}
.reactions-text{
	font-size: 0.75em;
	color: grey;
}

/*backend text editor blog styles*/

/* font sizes */
.font-size-tiny { font-size: 0.7em; }
.font-size-small { font-size: 0.9em; }
.font-size-default { font-size: 1em; }
.font-size-big { font-size: 1.5em; }
.font-size-huge { font-size: 3em; }

/* image alignment */
.img-full {
	width: 100%;
}
.img-left-aligned {
	width: 40%;
	float: left;
}
.img-right-aligned, .img-side {
	width: 40%;
	float: right;
}
.img-centered {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bg-divider-blog { /* fake a solution to add a clean divider behind a card-deck without absolute positioning */
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fcurvedividers%2Fcurve3.svg?alt=media&token=e56d3e58-00a6-4810-8906-f78d9921b295");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 101%;
}
.dropdown-item[name="blogItem"] {
	text-transform: uppercase;
	padding: 15px 20px;
	letter-spacing: 0.7pt;
	color: #383838;
	font-size: 0.8em;
	transition: 0.2s ease;
}
.dropdown-item:hover[name="blogItem"] {
	background-color: #c9c9c9;
	color: #383838;
}

.blog-post-card-title {
	color: #888888;
	font-size: .8em;
}
.form-check > * {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
  }

.form-check-input  {
	width: 20px;
}


/*material icon styles*/

.material-icons.md-36 { 
	font-size: 36px; 
}

.material-icons.md-48 { 
	font-size: 48px; 
}
.material-icons.lg-60 {
	font-size: 60px;
}
.material-icons.lg-80 {
	font-size: 80px;
}

/*tab bar*/
.tabPageContainer {
	min-height: 100vh !important; 
}

.tabBar {
	background-color: #333;
	overflow: hidden;
	position: relative;
	bottom: 0;
	width: 100%;
	}

.tabBar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 17px;
}

.tabBar a:hover {
	background-color: #ddd;
	color: black;
}

.tabBar a.active {
	background-color: #2a94d4;
	color: white;
}
.linkRowContainer {
	height: 50vh;
}
.linkRow {
	background-color: #757575;
	width: 100%;
	height: 10vh;
	border: 15px;
	border-color: #ffffff;
}

.linkRow a {
	color: #f2f2f2;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-size: 18px;
}

/* Sponsor marquee*/
.slider{
	width:80%;
	overflow:hidden;
	position:relative;
	margin:0;
	padding-bottom: 3%;
	margin-right: auto;
	margin-left: auto;
}

.YIRslider{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0;
	margin-right: auto;
	margin-left: auto;
}

ul.logoContainer {
	overflow: hidden;
	width: 1000%;
	margin: 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
li.logoImg {
	list-style: none;
	display: inline-block;
	padding: 0 20px;
}

.sponsorLogo {
	width: 280px;
}

.sponsorLogoAdobe { /*special sizing/clearspace for adobe logo per adobe's request, avoid updating */
	width: 270px;
	padding: 0 30px !important;
}

.YIRLogo {
	width: 375px;
}

.YIRLogoText {
	width: 325px;
}

.sponsorLogo:hover, .sponsorLogoAdobe:hover {
	transform: scale(1.1);
	opacity: .8;
	cursor: pointer;
}

.YIRHover:hover {
	transform: scale(1.1);
	opacity: .8;
	cursor: pointer;
}
@media only screen and (max-width: 800px) {
	.sponsorLogo {
		width: 150px;
	}
	.YIRLogo {
		width: 200px;
	}
	
	.YIRLogoText {
		width: 200px;
	}
	li.logoImg {
		padding: 0 10px;
	}
	.slider {
		width:100%;
	}
}


/*Our work arm rotation*/
.gArmFull {
	position: relative;
	z-index: 1;
}

#HACpage {
	font-size: 0.9em;
}
.hoverArmCard {
	width: 100%;
	background-color: #2a94d4;
	z-index: 2;
	display: none;
}

/* finger */
.hoverDot1 {
	position: absolute;
	top: 80%;
	left: 5%;
	z-index: 2;
	width: 45px;
	height: 45px;
	background-color: #4ac8f6;;
	border-radius: 50%;
	box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	transition: 0.3s ease;
	opacity: 1;
}
.hoverDot1:hover {
	background-color: #ffffff !important;
	transition: 0.3s ease;
	cursor: pointer;
}

/* stickers */
.hoverDot2 {
	position: absolute;
	top: 25%;
	left: 80%;
	z-index: 2;
	width: 45px;
	height: 45px;
	background-color: #4ac8f6;
	border-radius: 50%;
	box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	transition: 0.3s ease;
	opacity: 1;
}

.hoverDot2:hover {
	background-color: #ffffff !important;
	transition: 0.3s ease;
	cursor: pointer;
}

/* sleeve */
.hoverDot3 {
	position: absolute;
	top: 10%;
	left: 30%;
	z-index: 2;
	width: 45px;
	height: 45px;
	background-color: #4ac8f6;
	border-radius: 50%;
	box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	transition: 0.3s ease;
	opacity: 1;
}

.hoverDot3:hover {
	background-color: #ffffff !important;
	transition: 0.3s ease;
	cursor: pointer;
}

/* core */
.hoverDot4 {
	position: absolute;
	top: 52%;
	left: 35%;
	z-index: 2;
	width: 45px;
	height: 45px;
	background-color: #4ac8f6;
	border-radius: 50%;
	box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	transition: 0.3s ease;
	opacity: 1;
}

.hoverDot4:hover {
	background-color: #ffffff !important;
	transition: 0.3s ease;
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
	#HACheader {
		font-size: 1.1em;
	}
	#HACpage {
		font-size: 0.8em;
	}
	#HACpadding {
		padding-bottom: 25%;
	}
	.hoverArmCard {
		width: 100%;
		margin:0;
	}
	.gArmFull {
		top:25%;
	}
	/* fingers */
	.hoverDot1 {
		top: 100%;
		left: 10%;
		width: 25px;
		height: 25px;
		box-shadow: 0 0 0 8px rgb(42, 148, 212, .6);
	}
	/* stickers */
	.hoverDot2 {
		top: 50%;
		left: 75%;
		width: 25px;
		height: 25px;
		box-shadow: 0 0 0 8px rgb(42, 148, 212, .6);
	}
	/* sleeve */
	.hoverDot3 {
		top: 35%;
		left: 30%;
		width: 25px;
		height: 25px;
		box-shadow: 0 0 0 8px rgb(42, 148, 212, .6);
	}
	/* core */
	.hoverDot4 {
		top: 75%;
		left: 30%;
		width: 25px;
		height: 25px;
		box-shadow: 0 0 0 8px rgb(42, 148, 212, .6);
	}
}

@media only screen and (max-width: 1000px) and (min-width: 500px) {
	#HACpadding {
		padding-bottom: 15%;
	}
	.hoverArmCard {
		width: 100%;
		background-color: rgb(42, 148, 212, 1);
		z-index: 2;
		display: none;
	}
	
	/* fingers */
	.hoverDot1 {
		top: 75%;
		left: 10%;
		width: 45px;
		height: 45px;
		box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	}
	/* stickers */
	.hoverDot2 {
		top: 25%;
		left: 75%;
		width: 45px;
		height: 45px;
		box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	}
	/* sleeve */
	.hoverDot3 {
		top: 10%;
		left: 30%;
		width: 45px;
		height: 45px;
		box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	}
	/* core */
	.hoverDot4 {
		top: 50%;
		left: 30%;
		width: 45px;
		height: 45px;
		box-shadow: 0 0 0 12px rgb(42, 148, 212, .6);
	}
}

/*our work tutorial boxes*/
 .guided-tour {
	height: 330px;
}
@media only screen and (max-width: 1200px) and (min-width: 600px) {
	.guided-tour {
		height: 100%;
	}

}

@media only screen and (max-width: 600px) {
	.guided-tour {
		height: 100% !important;
	}
	.tutorial-img {
		border: 0px ;
		border-radius: 20px;
		width: 100% !important;
	}
	#stepNum{
		position: absolute;
		top: 88% !important;
		left: 75% !important;
	}

}

#stepNum{
	position: absolute;
	top: 80%;
	left: 88%;
}
.tutorial-box-arrow {
	color: white;
	position: absolute;
	top: 88%;
	/* left: 10%; */
	transform: translateX(-58px);
	z-index: 3;
}
.tutorial-img {
	border: 0px;
	border-radius: 20px;
	width: 100%;
}



/* press */
.pressTabs{
	border: #ffffff solid 2px;
	border-radius: .5em;
}



.pressActive{
	background-color: #ffffff;
	color: #acacac;
	/* color: #818181; */
}

.mediaActive{
	border: #acacac solid;
	border-width: 2px 2px 0px 2px;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	color: #2a94d4;
}

.btn-group .btn{
	border-radius: 0px;

}
.pressTabs .btn:hover{
	color: #acacac;
}

.mediaTabs .btn:hover{
	color: #2a94d4;
}

.pressSide{
		background-image: linear-gradient(to bottom, #333333, #333333 50%, #414141 50%);
}

/* The side navigation menu */
.sidenav {
	height: 100%;
	width: 0; 
	position: fixed; 
	z-index: 12;
	top: 0;
	right: 0;
	background-color: #333333; 
	overflow-x: hidden; 
	padding-top: 30px;
	transition: 0.5s;
	box-shadow: -5px 0px 10px rgba(0,0,0,0.2);
  }

  /* The navigation menu links */
  .sidenav a {
	padding: 15px 15px 15px 32px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
	font-size: 0.9em;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
	color: #acacac;
	background-color: #202020;
  }

#navAccordian {
	color: #818181;
}

#navAccordian a:hover {
	color: #acacac;
	background-color: #202020;
}
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	padding: 8px !important;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }


.COVID-link
{
	color:white;
}

.COVID-link:hover
{
	color: white;
	text-emphasis: bold;
}

#COVIDAlert {
	position:fixed;
	top:0;
	/* height: 13%; */
	z-index: 10;
	font-size: 90%;
	padding: 9px;
}
#COVIDAlert > div > div > span > p {
	margin-bottom: 0;
}

/* #navbarHome
{
	top: 59px;
} */

#COVIDBubbleContainer{
	position: relative;
}

#COVIDBubble1 {
	position: absolute;
	top: 0%;
	left: 30%;
	z-index: 2;
	width: 375px;
	height:375px;
	border-radius: 50%;
	box-shadow: 5px 5px 10px rgba(30,30,30,0.3);
	overflow: hidden;
}

#COVIDBubble2 {
	position: absolute;
	top: 35%;
	left: 75%;
	z-index: 2;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	box-shadow: 5px 5px 10px rgba(30,30,30,0.3);

}

#COVIDBubble3 {
	position: absolute;
	top: 55%;
	left: 57%;
	z-index: 2;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	box-shadow: 5px 5px 10px rgba(30,30,30,0.3);
}

#COVIDBubble4 {
	position: absolute;
	top: -25%;
	left: 37.5%;
	z-index: 2;
	width: 25%;
	height: 25%;
	border-radius: 50%;
}

.COVIDIcon
{
	font-size: 35px;
	background-color: #2a94d4;
	box-shadow: 0px 0px 0px 10px #2a94d4;
	border-radius: 50%;
}

.sidebar_divider
{
	border-width: 1px;
	border-color: #6c757d;
}

.albertBubble
{
	border-radius: 50%;
	height: 75px;
	width: 75px;
}

.short_COVID{display: none;}
.mid_COVID{display: none;}

@media only screen and (max-width: 1270px) {
	.full_COVID{display:none;}
	.mid_COVID{display: inline-block;}
	.short_COVID{display: none;}

	#COVIDAlert {
		position:fixed;
		top:0;
		height: 45px !important;
		z-index: 10;
	}	

	#COVIDAlertIcon{
		font-size: 20px !important;
	}

	/* #navbarHome
	{
		top: 45px !important;
	} */

	#COVIDBubble1 {
		top: 200px;
		left: 20%;
		width: 300px;
		height: 300px;
	}

	#COVIDBubble2 {
		top: 420px;
		left: 58%;
		width: 180px;
		height: 180px;	
	}
	
	#COVIDBubble3 {
		top:520px;
		left: 43%;
		width: 145px;
		height: 145px;
	}

	#COVIDBubble4 {
		top: -18%;
		left: 37.5%;
		width: 25%;
		height: 25%;
	}

	.albertBubble
	{
		height: 55px;
		width: 55px;
	}

	.COVIDIcon
	{
		font-size: 25px;
		background-color: #2a94d4;
		box-shadow: 0px 0px 0px 10px #2a94d4;
		border-radius: 50%;
	}

}

@media only screen and (max-width: 1000px) {
	#COVIDBubble1 {
		top: 0px;
	}

	#COVIDBubble2 {
		top: 220px;
	}
	
	#COVIDBubble3 {
		top:320px;
	}
	
	#COVIDBubble4 {
		top: -12%;
	}

	.COVIDIcon
	{
		font-size: 25px;
		background-color: #2a94d4;
		box-shadow: 0px 0px 0px 10px #2a94d4;
		border-radius: 50%;
	}
}

@media only screen and (max-width: 660px) {
	.full_COVID{display:none;}
	.mid_COVID{display: none;}
	.short_COVID{display: inline-block;}

	#COVIDAlert {height: 45px !important;}	
	#COVIDAlertIcon{font-size: 20px !important;}
	/* #navbarHome{top: 45px !important;} */

	#COVIDBubble1 {
		top: -10px;
		left: 15%;
		width: 200px;
		height: 200px;
	}

	#COVIDBubble2 {
		top: 115px;
		left: 55%;
		width: 110px;
		height: 110px;	
	}
	
	#COVIDBubble3 {
		top: 200px;
		left: 44%;
		width: 80px;
		height: 80px;
	}

	#COVIDBubble4 {
		top: -8%;
	}

	.albertBubble
	{
		height: 55px;
		width: 55px;
	}

	.COVIDIcon{font-size: 25px;}
}

@media only screen and (max-height: 570px) {
	.full_COVID{display:none;}
	.mid_COVID{display: none;}
	.short_COVID{display: inline-block;}

	#COVIDAlert {
		height: 45px !important;
		font-size: 12px;
	}	

	#COVIDAlertIcon{font-size: 20px !important;}
	/* #navbarHome{top: 45px !important;} */

	#COVIDBubble1 {
		top: -10px;
		left: 15%;
		width: 150px;
		height: 150px;
	}

	#COVIDBubble2 {
		top: 90px;
		left: 55%;
		width: 80px;
		height: 80px;	
	}
	
	#COVIDBubble3 {
		top: 150px;
		left: 44%;
		width: 60px;
		height: 60px;
	}

	#COVIDBubble4 {
		top: -5%;
	}
	
	.albertBubble {
		height: 50px;
		width: 50px;
	}
	
	.COVIDIcon {
		font-size: 20px;
	}

}

/* YIR 2020 styles */

.parallax-image-s {
	height: 85vh;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 50%);
}

.parallax-image {
	height: 90vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0,0,0,.9) 55%, rgba(0,0,0,1) 90%);
}

.parallax-image-l {
	height: 120vh;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
}

.parallax-image-xl {
	height: 140vh;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
}

.parallax-image-nobg {
	height: 120vh;
}

.parallaxPadding {
	padding-top: 15%;
	padding-bottom: 3% !important;
}

.blueGradientTR{
	background-image: linear-gradient(to right, #3194BD, #1D5F89);
}

.rounded-btn {
	background-color: #024273;
	text-transform: uppercase;
	letter-spacing: 0.7pt;
	color: white;
	padding: 15px 30px;
	margin: 0;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	z-index: 7;
	border-radius: 25px;
}

/* masked images */
.bg-masking-YIR-1 /* remy, zach, annie */ {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FGroup%20761%403x.png?alt=media&token=1727569c-c2b0-462d-8f73-374c9aaedecb");
	background-position: 10% 100%;
	background-repeat: no-repeat;
	background-size: 45%;
}

.bg-masking-YIR-2 /* remy */ {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FRemy_Masked.png?alt=media&token=5b8c455d-a977-4954-bc63-2515c24d2b4e");
	background-position: 35% bottom;
	background-repeat: no-repeat;
	background-size: 25%;
}

.bg-masking-YIR-3 /* john, dom., chi */ {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2Fucf-limbitless-clinical-trial-albert-chi.png?alt=media&token=05db85d9-fae8-4023-a7a4-15213384f9f9");
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 45%;
}

.bg-masking-YIR-4 /* zach */ {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FZack_Autodesk.png?alt=media&token=97e3eac2-9396-4cd0-8a5f-f337f115ae82");
	background-position: 10% bottom;
	background-repeat: no-repeat;
	background-size: 45%;
}

/* circles */

.bgCircle-1 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: 8% 75%;
	background-repeat: no-repeat;
	background-size: 30%;
}
.bgCircle-2 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: -65% 5%;
	background-repeat: no-repeat;
	background-size: 50%;
}
.bgCircle-3 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: -30% -10%;
	background-repeat: no-repeat;
	background-size: 30%;
}
.bgCircle-4-1 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: 120% 0%;
	background-repeat: no-repeat;
	background-size: 20%;
}
.bgCircle-4-2 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: -15% 45%;
	background-repeat: no-repeat;
	background-size: 30%;
}
.bgCircle-5-1 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: 113% 5%;
	background-repeat: no-repeat;
	background-size: 15%;
}
.bgCircle-5-2 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: -20% 80%;
	background-repeat: no-repeat;
	background-size: 25%;
}
.bgCircle-6 {
	background-image: url("https://firebasestorage.googleapis.com/v0/b/limbitless-solutions.appspot.com/o/frontendContent%2Fregularimgs%2FYIR2020Assets%2FEllipse%20265%403x.png?alt=media&token=e645bebc-28b9-4bef-858b-8c2ad8c13062");
	background-position: 5% 30%;
	background-repeat: no-repeat;
	background-size: 35%;
}

/* screens over 1080p */
@media only screen and (min-width: 2000px) {
	.bg-masking-YIR-1 /* remy, zach, annie */ {
		background-position: 25% 100%;
		background-size: 35%;
	}
	.bg-masking-YIR-2 /* remy */ {
		background-size: 23%;
	}
	.bg-masking-YIR-3 /* john, dom., chi */ {
		background-size: 38%;
	}
	.bg-masking-YIR-4 /* zach */ {
		background-position: 30% bottom;
		background-size: 33%;
	}
	
	/* circles */
	.bgCircle-1 {
		background-position: 20% 85%;
		background-size: 25%;
	}
	.bgCircle-2 {
		background-position: -40% 8%;
		background-size: 40%;
	}
	.bgCircle-3 {
		background-position: -25% -10%;
		background-size: 25%;
	}
	.bgCircle-4-1 {
		background-position: -15% 50%;
		background-size: 30%;
	}
	.bgCircle-4-2 {
		background-position: 115% 0%;
		background-size: 20%;
	}
	.bgCircle-5-1 {
		background-position: 112% 10%;
		background-size: 15%;
	}
	.bgCircle-5-2 {
		background-position: -15% 85%;
		background-size: 20%;
	}
	.bgCircle-6 {
		background-position: 23% 25%;
		background-size: 27%;
	}
}

/* ipad pro */
@media only screen and (max-height: 1300px) {
	.bgCircle-6 {
		background-position: 5% 80%;
		background-size: 30%;
	}
}

/* general mobile */
@media only screen and (max-width: 800px) {
	.parallax-image-s
	{
		height: 100vh;
		background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,1) 90%);
	}
	.parallax-image {
		height: 100vh;
		background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0,0,0,.9) 55%, rgba(0,0,0,1) 90%);
	}
	.parallax-image-l {
		height: 120vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
	.parallax-image-xl {
		height: 170vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
	.bg-masking-YIR-1 /* remy, zach, annie */ {
		background-position: 70% 100%;
		background-size: 90%;
	}
	.bg-masking-YIR-2 /* remy */ {
		background-position: 50% 100%;
		background-size: 70%;
	}
	.bg-masking-YIR-3 /* john, dom., chi */ {
		background-position: 0% 100%;
		background-size: 100%;
	}
	.bg-masking-YIR-4 /* zach */ {
		background-position: 60% bottom;
		background-size: 80%;
	}

	/* circles */
	.bgCircle-1 {
		background-position: 20% 96%;
		background-size: 60%;
	}
	.bgCircle-2 {
		background-position: -50% 1.5%;
		background-size: 55%;
	}
	.bgCircle-3 {
		background-position: -90% -2%;
		background-size: 60%;
	}
	.bgCircle-4-1 {
		background-position: 155% 22%;
		background-size: 55%;
	}
	.bgCircle-4-2 {
		background-position: -55% 47%;
		background-size: 55%;
	}
	.bgCircle-5-1 {
		background-position: 200% 80%;
		background-size: 55%;
	}
	.bgCircle-5-2 {
		background-position: -110% 20%;
		background-size: 55%;
	}
	.bgCircle-6 {
		background-position: 20% 93%;
		background-size: 60%;
	}
}

/* ipad */
@media only screen and (min-width: 750px) {
	.parallax-image-s
	{
		height: 70vh;
		background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,1) 90%);
	}
	.parallax-image-l {
		height: 120vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
	.parallax-image-xl {
		height: 130vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
}

/* smaller phones */
@media only screen and (max-height: 737px) {
	.parallax-image-xl {
		height: 180vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
}

/* small phones */
@media only screen and (max-height: 670px) {
	.parallax-image-s
	{
		height: 100vh;
		background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,1) 90%);
	}
	.parallax-image {
		height: 115vh;
		background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0,0,0,.9) 55%, rgba(0,0,0,1) 90%);
	}
	.parallax-image-l {
		height: 140vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
	.parallax-image-xl {
		height: 200vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
}

/* extra-small phones */
@media only screen and (max-height: 641px) {
	.parallax-image {
		height: 135vh;
	}
	.parallax-image-xl {
		height: 225vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
}

/* iphone 5 */
@media only screen and (max-height: 600px) {
	.parallax-image {
		height: 165vh;
	}
	.parallax-image-xl {
		height: 270vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
}

/* galaxy fold */
@media only screen and (max-width: 290px) {
	.parallax-image
	{
		height: 170vh;
		background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,1) 90%);
	}
	.parallax-image-l {
		height: 120vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 70%);
	}
	.parallax-image-xl {
		height: 260vh;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 80%);
	}
}

/* FAQ Seacrh Bar style 
body {
	background: #f2f2f2;
	font-family: museo, sans-serif;
  }
  
  .search {
	width: 100%;
	position: relative;
	display: flex;
	text-align: center;
  }
  
  .searchTerm {
	width: 100%;
	border: 1px solid #e3e6e6;
	border-right: none;
	padding: 5px;
	height: 20px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: black;
  }
  
  .searchButton {
	width: 40px;
	height: 28px;
	border: 0px solid #e3e6e6;
	background: #e3e6e6;
	text-align: center;
	vertical-align: top;
	color: rgb(105, 105, 105);
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
  }
  
  .wrap{
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  body {
	color: #6a6c6f;
	background-color: #f1f3f6;
	margin-top: 30px;
  }
  
  .collapse-button {
	border: none;
	color: rbg(150, 150, 150);
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 5px;
  }

  .accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
  }
  
  .accordion-option .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
  }
  
  
  .collapsible {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 5px;
    width: 100%;
	border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\002B';
    color: rgb(42, 148, 212, .6);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
} */