@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,700,900');

/* table, th, td {
	border:0;
	border-spacing:0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	display:block;
} */

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}


.img-line {
	padding-top: 15px;
    height: 33px;
}

h1 {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size:62px !important;
	line-height:52px;
	font-weight:400;
}

h2 {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size:36px  !important;
	line-height:15px;
	font-weight:900;
    margin: 38.88px 0px;
}

h3 {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size:29px  !important;
	line-height:24px;
	font-weight:900;
}

p {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 3px;
    text-align: left;
}

.donate-link {
	color:black;
	font-size:36px;
	margin-top:15px;
	font-weight: 300;
}

.donate-link:hover {
	color:#000;
	font-weight:bold;
}

/* div#Carousel {
    width: 100%;
}



.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
} */

body {
	background-color: #FFFFFF;
}

.sr-only {
	display: none;
}

.stjude-page-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 20px;
}

.stjude-page-wrapper,
.stjude-hero-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
}

.stjude-hero-inner-row-wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
}

.stjude-hero-copy-col-img-wrapper {
	position: relative;
	width: 100%;
	z-index: 99;
	margin-left: -6px;
}

.stjude-hero-inner-row-wrapper .stjude-hero-copy-col-wrapper {
	width: 40%;
}

.stjude-hero-inner-row-wrapper .stjude-hero-slider-col-wrapper {
	width: 60%;
}

.stjude-hero-slides img {
	max-width: 100%;
}

.stjude-hero-overlap-img-wrapper {
	display: flex;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 100%;
}

.stjude-hero-overlap-img-wrapper img {
	width: 100%;
	height: auto;
	margin: auto auto 0;
}

.stjude-footer-wrapper {
	display: flex;
	flex-direction: row;
}

.stjude-footer-lft-col-wrapper,
.stjude-footer-rt-col-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 50%;
}

.stjude-footer-lft-col-wrapper {
	width: 100%;
}

.stjude-footer-rt-col-wrapper {
	width: 100%;
	align-items: flex-end;
}

.stjude-footer-rt-col-wrapper img {
	max-width: 334px;
}

.slick-autoplay-toggle-button {
	opacity: 0 !important;
}

.slick-autoplay-toggle-button:hover, 
.slick-autoplay-toggle-button:focus {
	opacity: 1 !important;
}

.st-jude-give-thanks-p {
	font-size: 1.5rem; 
	margin-bottom: none;
}

a.st-jude-give-thanks-link {
	font-weight: 700; 
	color: #000; 
	text-decoration: none;
}

.st-jude-give-thanks-emphasis {
	color: #d11947;
}

.st-jude-give-thanks-inspired {
	color:#666; 
	font-size: 1rem; 
	margin-bottom:12px;
}

.st-jude-give-thanks-copyright {
	color:#666;
	font-size: 1rem;
}

@media (min-width:976px) and (max-width:1124px) {
	.stjude-hero-slider-col-wrapper {
		margin-top: 8%;
	}

	.stjude-hero-overlap-img-wrapper {
		bottom: 5%;
	}
}

@media (max-width: 975px) {
	.stjude-hero-inner-row-wrapper {
		display: flex;
		flex-direction: column;
	}

	.stjude-hero-inner-row-wrapper .stjude-hero-copy-col-wrapper,
	.stjude-hero-inner-row-wrapper .stjude-hero-slider-col-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.stjude-hero-copy-col-img-wrapper img {
		max-width: 100%;
	}

	.stjude-hero-slider {
		width: 100%;
		overflow: hidden;
	}

	.stjude-hero-slides {
		margin: 0 auto;
	}

	.stjude-hero-slides img {
		max-width: 100%;
		margin: 0 auto;
	}

	.stjude-hero-overlap-img-wrapper {
		bottom: 3%;
	}

}

@media (max-width: 625px) {
	.stjude-footer-wrapper {
		display: flex;
		flex-direction: column;
	}

	.stjude-footer-lft-col-wrapper,
	.stjude-footer-rt-col-wrapper {
		display: flex;
		flex-direction: column;
		max-width: 100%;
		justify-content: center;
	}

	.stjude-footer-lft-col-wrapper {
		width: 100%;
	}
	
	.stjude-footer-rt-col-wrapper {
		width: 100%;
		align-items: center;
	}

	.stjude-footer-lft-col-wrapper img,
	.stjude-footer-rt-col-wrapper img {
		max-width: 100%;
	}
} 