/**** Header & Nav  ***/

header.clearfix {
	margin-bottom: 0;
	height: auto;
}
@media only screen and (max-width: 991px) and (min-width: 800px) {
	.undergradNav {
		height: 115px !important;
	}
}

/**** General ***/
body {
	user-select: none;
}
h2 {
	font-size: 32px;
}
.content-text-section {
	text-align: center;
	padding: 40px 0 20px;
}
.btn-primary {
	cursor: pointer;
	margin: 0 0 25px 0;
}
.btn-main-giving {
    font-size: 22px;
    padding: 14px 20px 10px;
}
ul {
	list-style: none;
	padding: 0;
}

.section-divider {
	height: 25px;
	width: 100%;
	background: #203f77;
}

.top-paragraph {
	margin: 25px 50px 20px;
}

@media only screen and (max-width: 700px) {
	.remove-for-mobile { display: none !important; }
}

/**** Forward Together Bullet Graphic ***/

.forward-bullet-graphic-container {
    width: 100%;
    height: 400px;
    display: flex;
    margin-bottom: 15px;
	position: relative;
}
.forward-bullet-graphic-center {
    align-items: center;
    margin: auto;
    color: #0056b8;
    font-size: 58px;
    line-height: 58px;
    letter-spacing: 4px;
    font-family: 'SourceSansProBlack', sans-serif;
}
.forward-first-word {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 54px;
	line-height: 54px;
}
.forward-bullet-graphic-node {
    width: 225px;
    margin: 0 15px;
    height: 100px;
    border: 2px solid #57758e;
    border-radius: 8px;
    background: #e0edf7;
	display: flex;
    align-items: center;
	transition: 1.2s ease;
	position: relative;
	letter-spacing: .6px;
}
.forward-bullet-graphic-node span {
    margin: auto;
    max-width: 92%;
}
.forward-bullet-graphic-top {
    display: inline-flex;
    position: absolute;
	top: 20px;
    width: 100%;
}
.forward-bullet-graphic-bottom {
    display: inline-flex;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.forward-bullet-graphic-node-container {
    display: inline-flex;
    margin: auto;
}
#node-tl {
    top: 125px;
    left: 33.33%;
    opacity: 0;
}
#node-tc {
    top: 125px;
    opacity: 0;
}
#node-tr {
    top: 125px;
    right: 33.33%;
    opacity: 0;
}
#node-bl {
    bottom: 125px;
    left: 33.33%;
    opacity: 0;
}
#node-bc {
    bottom: 125px;
    opacity: 0;
}
#node-br {
    bottom: 125px;
    right: 33.33%;
    opacity: 0;
}

@media only screen and (max-width: 800px) {
	.forward-bullet-graphic-node { width: 31%; margin: 0 1.2%; }
}
@media only screen and (max-width: 700px) {
	.forward-bullet-graphic-node { font-size: 14px; line-height: 16px; letter-spacing: 1px;  }
}
@media only screen and (max-width: 450px) {
	.forward-bullet-graphic-node { letter-spacing: 0;  }
}
@media only screen and (max-width: 380px) {
	.forward-first-word { font-size: 50px; line-height: 52px; }
	.forward-bullet-graphic-center { font-size: 54px; line-height: 56px; }
}






/**** Forward Together Heading Feature ***/

#forwardHeader {
	background: url(../images/forward.jpg) top center no-repeat;
	overflow: hidden;
}
#forwardHeader h2 { 
	padding: 170px 0 25px;
	margin: 0;
}
#forwardHeader .heading-bold-text { 
	letter-spacing: 3px;
	transition: ease 1.5s;
	opacity: 0;
	font-size: 58px;
}
#forwardHeader .heading-light-text { 
	letter-spacing: 10px;
	text-align: center;
	left: 3px;
	position: relative;
	top: 250px;
	transition: ease 1.3s;
	font-size: 48px;
}

@media only screen and (max-width: 500px) {
	#forwardHeader .heading-light-text { letter-spacing: 8px; font-size: 37px; }
	#forwardHeader .heading-bold-text { font-size: 44px; }
	#forwardHeader h2 { font-size: 44px !important; }
}

/**** First Steps Feature ***/

.campaign-first-steps-feature {
	height: 300px;
	width: 100%;
	display: inline-flex;
	overflow: hidden;
}

.campaign-first-steps-item {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 33.34%;
	position: relative;
	display: flex;
	transition: .4s ease;
}
.campaign-first-steps-item:hover {
	width: 40%;
}
.campaign-first-steps-content-container {
	align-items: center;
	margin: auto;
}

#boldVision {
	background-image: url(../images/bold.jpg);
}
#decisiveAction {
	background-image: url(../images/decisive.jpg);
}
#radicalGenerosity {
	background-image: url(../images/radical.jpg);
}
.campaign-first-steps-heading {
	text-transform: uppercase;
	margin: auto;
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 2px #000;
	text-align: center;
}
.campaign-first-steps-paragraph {
	color: #fff;
	width: 80%;
	margin: 0 0 0 8%;
	text-align: center;
	text-shadow: 1px 1px #333;
	padding: 20px;
	display: none;
	font-size: 18px;
}
.campaign-first-steps-item:hover .campaign-first-steps-heading {
	margin: 0 0 0 5%;
}
.campaign-first-steps-item:hover .campaign-first-steps-paragraph {
	display: inherit;
}
.campaign-first-steps-item:hover .removable-break {
	display: none;
}

.campaign-first-steps-left-triangle {
	position: absolute;
	left: 0;
	border-left: 35px solid #102c53;
    border-bottom: 150px solid transparent;
    border-top: 150px solid transparent;
}
.campaign-first-steps-top-right-triangle {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 35px solid transparent;
    border-top: 150px solid #102c53;
    border-bottom: 0px solid transparent;
}
.campaign-first-steps-bottom-right-triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 35px solid transparent;
    border-bottom: 150px solid #102c53;
    border-top: 0px solid transparent;
}

@media only screen and (max-width: 900px) {
	.campaign-first-steps-item:hover { width: 45%; }
}
@media only screen and (max-width: 850px) {
	.campaign-first-steps-heading { font-size: 32px; }
}

@media only screen and (max-width: 600px) {
	.campaign-first-steps-feature { height: 200px; }
	.campaign-first-steps-left-triangle { border-left: 20px solid #102c53; border-bottom: 100px solid transparent; border-top: 100px solid transparent; } 
	.campaign-first-steps-top-right-triangle { border-left: 20px solid transparent; border-top: 100px solid #102c53; } 
	.campaign-first-steps-bottom-right-triangle { border-left: 20px solid transparent; border-bottom: 100px solid #102c53; }
	.campaign-first-steps-heading { font-size: 28px; }
}


/***** Heading Titles ***/

.heading-divider {
	box-shadow: inset 0px 0px 0px 560px rgba(17,17,17,0.20);
	background-size: cover !important;
	padding: 0px;
}
#changeLivesHeader {
	background: url(../images/change.jpg) top center no-repeat;
}
#changeLivesHeader .heading-bold-text, #makeDifferenceHeader .heading-bold-text, #helpStudentsHeader .heading-bold-text{ 
	transition: ease 1s;
	opacity: 0;
}
#changeLivesHeader .heading-light-text, #makeDifferenceHeader .heading-light-text, #helpStudentsHeader .heading-light-text { 
	transition: ease 1.5s;
	opacity: 0;
}
#makeDifferenceHeader {
	background: url(../images/difference.jpg) top center no-repeat;
}
#helpStudentsHeader {
	background: url(../images/students.jpg) top center no-repeat;
}
.heading-divider h2 {
	font-family: 'SourceSansPro',sans-serif;
	font-weight: 700;
	padding: 100px 0 80px;
	margin: 0;
	text-transform: uppercase;
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.heading-divider .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.heading-bold-text {
	font-family: 'SourceSansProBold',sans-serif;
	letter-spacing: 3px;
	font-size: 54px;
}
.heading-light-text {
	font-weight: 100;
	font-size: 44px;
	letter-spacing: 0px;
	line-height: 46px;
	font-family: 'SourceSansProLight',sans-serif;
}

@media only screen and (max-width: 500px) {
	.heading-light-text { font-size: 37px; line-height: 39px; }
	.heading-bold-text { font-size: 44px; line-height: 46px; }
	.heading-divider h2 { font-size: 38px; }
}

/**** UFund Section ***/

#resilienceLink {
    padding: 40px 0 25px;
}

.donor-levels {
	width: 200px;
	margin: 0 auto 15px;
}
.donor-levels li {
	color: #0056b8;
	font-weight: bold;
	font-size: 20px;
	padding: 6px 0 4px;
	border-bottom: 2px dotted #f3a71e;
}
.donor-levels li:last-child {
	border-bottom: none;	
}
@media only screen and (max-width: 550px) {
	#donutchart { display: none; }
}

/**** Student Relief Section ***/

.studentReliefBullets {
    margin-bottom: 25px;
}
.studentReliefBullets p {
	margin: 0px;
}
.studentReliefBullets ul {
    list-style: inside;
	margin: 0px;
}

/*** Diversity Fund Section ***/

.diversity-fund-section { 
	background: url(../images/diversity-background.jpg);
	padding: 50px 0 30px;
	background-size: cover;
    background-position: center;
}
.diversity-fund-section p a {
	color: #dd8b27;
}
.diversity-fund-section .content-text-section {
	padding: 0px;
}
.diversity-fund-section h2 {
	color: #fff;	
}
.diversity-fund-section h3 {
	color: #f3a71e;	
}
.diversity-fund-section p {
	color: #fff;	
}
.stats-counter {
    display: inline-flex;
	margin: 10px 0 30px;
}
.stat-item {
    width: 30%;
    margin: 0 1.5%;
}
.stat-item p {
    color: #f3a71f;
    letter-spacing: .3px;
    font-weight: bold;
	margin: 0;
}
@media only screen and (max-width: 650px) {
	.stat-item { width: 100%; max-width: 400px; margin: 15px auto; }
	.stats-counter { display: block; }
}

/*** Call To Action Section ***/

.call-to-action-section {
	background: #e0edf7;
}
.call-to-action-section .btn-primary, .diversity-fund-section .btn-primary, .contact-us-bottom-section .btn-primary {
    background: #fff;
}
.call-to-action-section .btn-primary:hover, .diversity-fund-section .btn-primary:hover, .contact-us-bottom-section .btn-primary:hover {
    background: #0056b8;
}
.word-scrolling-feature {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}
.word-scrolling-node {
    position: absolute;
    width: 100%;
    color: #0056b8;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
	letter-spacing: 1px;
    font-family: "SourceSansProBlack",sans-serif;
	transition: .5s ease;
	text-shadow: 1px 1px #333;
}
#scrollingNode1 {
	opacity: 1;
}
#scrollingNode2, #scrollingNode3, #scrollingNode4 {
	opacity: 0;
}

/***Meet Your team Section ***/

.meet-the-team-section {
	background-color: #fff;
	text-align:center;
	padding: 0;
}

.meet-the-team-section h1{
	text-transform: uppercase;	
}

.team-full-width {
	width: 100%;
	max-width: 1600px;
	display: inline-flex;
}

.team-full-width-container {
	width: 100%;
	background-color: #111;
	height: 400px;
}

.team-container {
	transition: all 0.5s ease;
	width: 16.6%;
	height: 400px;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.team-image {
	min-width: 300px;
	max-width: none;
	height: 400px;
	left: 50%;
	position: absolute;
	margin-left: -150px;
}

#lindsay, #lindsay-mobile, #lindsay-xs {
	background-image: url('/giving/images/homepage-2019/lindsay-martin.jpg');
	background-position: center;
	background-size: 100%;
}

#susan, #susan-mobile, #susan-xs {
	background-image: url('/giving/images/homepage-2019/susan-beck.jpg');
	background-position: center;
	background-size: 100%;
}

#braydon, #braydon-mobile, #braydon-xs {
	background-image: url('/giving/images/homepage-2019/braydon-hoover.jpg');
	background-position: center;
	background-size: 100%;
}

#tim, #tim-mobile, #tim-xs {
	background-image: url('/giving/images/homepage-2019/tim-swartzendruber.jpg');
	background-position: center;
	background-size: 100%;
}

#dave, #dave-mobile, #dave-xs {
	background-image: url('/giving/images/homepage-2019/dave-king.jpg');
	background-position: center;
	background-size: 100%;
}

#laura, #laura-mobile, #laura-xs {
	background-image: url('/giving/images/homepage-2019/laura-daily.jpg');
	background-position: center;
	background-size: 100%;
}

#karen, #karen-mobile, #karen-xs {
	background-image: url('/giving/images/homepage-2019/karen-shenk.jpg');
	background-position: center;
	background-size: 100%;
}

#kirk, #kirk-mobile, #kirk-xs {
	background-image: url('/giving/images/homepage-2019/kirk-shisler.jpg');
	background-position: center;
	background-size: 100%;
}

.layer {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-container h5 {
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	margin: 35px 0 15px;
	text-shadow: 1px 1px #111;
}

.team-container p {
	color: #fff;
	width: 84%;
	text-shadow: 1px 1px #111;
	display: none;
	margin: 0 auto 15px;
}

.bottom-of-layer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.team-full-width-container {
	width: 100%;
	background-color: #111;
	height: 400px;
}

.team-mobile-width-container {
	display: none;
	background-color: #111;
	height: 802px;
}

.mobile-team-container {
	transition: all 0.5s ease;
	width: 33.1%;
	height: 400px;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.mobile-team-container h5 {
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	margin: 35px 0 15px;
	text-shadow: 1px 1px #111;
}

.mobile-team-container p {
	color: #fff;
	width: 76%;
	text-shadow: 1px 1px #111;
	display: none;
	margin: 0 auto 15px;
}

.team-xs-width-container {
	display: none;
	background-color: #111;
	height: 1597px;
}

.xs-team-container {
	transition: all 0.5s ease;
	width: 50%;
	height: 400px;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.xs-team-container h5 {
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	margin: 35px 0 15px;
	text-shadow: 1px 1px #111;
}

.xs-team-container p {
	color: #fff;
	width: 80%;
	text-shadow: 1px 1px #111;
	display: none;
	margin: 0 auto 15px;
}

@media only screen and (max-width:1200px){ 
	.team-mobile-width-container { display: inherit !important; }
	.team-full-width-container { display: none !important; }
}
@media only screen and (max-width:600px){
	.team-xs-width-container { display: inherit !important; }
	.team-mobile-width-container { display: none !important; }
}

/*** Contact Us Bottom Section ***/

.contact-us-bottom-section {
	background: url(../images/contact-background.jpg);
    padding: 35px 0 60px;
    margin-bottom: -68px;
    background-size: cover;
    background-position: center;
}
.contact-us-bottom-section .content-text-section {
	padding: 0px;
}
.contact-us-bottom-section p {
	color: #fff;	
}

/***** Footer ***/

.footer-with-mountains {
	margin-top: 150px;
}