@charset "UTF-8";
/* CSS Document */

.jumbotron .btn {
    font-size: 20px;
    padding: 20px 50px;
    min-width: 200px;
    margin-bottom: 1em;
    font-weight: bold;
    color: #006a96 !important;
}
.jumbotron .btn-default {
    background-color: #ffcd00;
    color: #484949;
    font-family: inherit;
    transition: all .3s;
    border: 0;
    border-radius: 0;
}

.jumbotron .btn-default:hover {
    background-color: #ffcd00 !important;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    color: #006a96;
}
.list-group-item {
	font-size: 18px !important;
}
ul {
	padding-left: 0 !important;
    padding-top: 5px !important;
}
.jumbotron h1{
	margin-top: 13px;
}
.program-cta{
	text-align: center;
}
@media screen and (min-width: 768px){
.jumbotron .h1, .jumbotron h1 {
    font-size: 48px;
}
}

@media (min-width: 1200px){
.container {
    width: 1400px !important;
}}