/* Index Page */

.launchpad-section .top-banner h2 {
    margin-top: 0!important;
}
.top-banner.small-banner h1{
		margin-bottom: 0;
	}
@media screen and (min-width: 720px){
	.top-banner.small-banner{
		height: 200px!important;
	}
}
@media screen and (max-width: 719px){
	.top-banner.small-banner{
		height: 200px!important;
	}
}
.launchpad-section .top-banner, .launchpad-section .launchpad{
    background: #69c4d0;
	
}

@media only screen and (min-width: 45em){
    .launchpad-section .hpsection .hp-img-block-text-left, .launchpad-section .hpsection .hp-img-block-text-right {
        width: 42%;
        padding: 25px;
    }
}
.launchpad-section .row_cell.launchpad{
    background: #69c4d0;
    color: black;
}

.launchpad-section .row_cell p i{
    font-size: 100%;
}

.launchpad-section .btn.btn-main{
    background: #69c4d0!important;
}

.hplaunchpad{
    background: url('/images/depts/studentfutures/launchpad-banner2.jpg') no-repeat center left; 
    background-size: cover; 
    box-sizing: border-box;
}

@media screen and (min-width: 720px){
	.hplaunchpad{
        padding: 120px 0!important; 
    }
}

@media screen and (max-width: 719px){
	.hplaunchpad{
        padding: 50px 0!important; 
    }
}

/* Content pages */

.launchpad .texthighlight{
    background: #69c4d0!important;
}

.launchpad .content-header{
    background: #69c4d0!important;
    padding: 10px;
    text-align: center;
}

.launchpad .content-header img, .launchpad-section .top-banner img{
    max-width: 300px;
}

.launchpad .textintro h2{
    color: #2098a8!important;
}

.launchpad .texthighlight hr{
    border-top: 1px solid black;
}

.launchpad .sidebar{
    background: #69c4d0!important;
}

.launchpad .section_wrapper .textintro:after {
    background: #69c4d0!important;
}

.community-logo{
	max-width: 200px;
}

@media only screen and (min-width: 45em){
	.launchpad .header-logo{
		float: right;
		margin-top: -20px;
	}
	.section_wrapper.pagetext .breadcrumb {
        margin-top: -35px!important;
        margin-left: -5px;
    }
	.launchpad .content-header{
		padding: 70px 25px 30px 25px;
	}
	.launchpad .pagetext {
    	padding: 0;
	}
	.launchpad .breadcrumb a, .launchpad .breadcrumb li {
		color: #333!important;
	}
}