/* New Update program */






.page-banner-nav {
    background-color: #0d4994;
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.page-banner-nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    float: right;
    line-height: 57px;
}

.page-banner-nav ul li {
    display: inline-block;
}

.page-banner-nav ul li a {
    border-bottom: 2px solid #012541;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    padding: 20px 25px;
    font-size: 0.9rem;
}

.page-banner-nav ul li a:hover {
    border-bottom: 2px solid #fff;
}

.page-banner-nav ul li:last-child a {
    background-color: #3c85bd;
    border-bottom: 2px solid #3c85bd;
}

.page-banner-nav ul li:last-child a:hover {
    border-bottom: 2px solid #fff;
}

.page-header-banner {
    position: relative;
    margin-top: 60px;
    height: 500px;
    background-size: cover;
    background-position: top right;
}

.page-header-banner-content {
    color: #fff;
    height: 500px;
}

.page-header-banner-title {
    color: #fff;
    font-weight: 300;
    font-size: 3rem;
}

.page-header-banner-text {
    font-size: 1.2rem;
    font-weight: 300;
}

.page-banner-content {
    display: none;
}

.nav-element-3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.brochure a {
    display: none;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    padding: 19.5px 25px;
    font-size: 0.9rem;
    background-color: #3c85bd;
    position: absolute;
    right: 0;
    bottom: 0;
}

.link-name {
    color: #fff;
    padding: 0 25px;
    display: none !important;
}

.program-attributes {
    margin-top: 120px;
}

.program-attributes h1 {
    font-weight: 300;
}

.program-attributes p {
    font-size: 0.8rem;
}

.program-attribute {
    border: 1px solid #dde9ee;
}

.program-curriculum-photo {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
}

.program-curriculum-photo-caption {
    background-color: rgba(36, 91, 151, 0.9);
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
    color: #fff;
    transform: translateY(50%);
}



.apply-card {
    min-height: 600px;
    overflow: auto;
}

.apply-card h6 {
    font-weight: 500;
}

.apply-card p {
    margin-top: 40px;
}

.apply-this-program {
    color: #fff;
    background-color: #012541;
}

.apply-this-program p {
    font-size: 25px;
    font-weight: 300;
}
.program-attributes .col-lg-6 h1{
	text-align: center;
}
#slide-curriculum-section table,
#slide-delivery_model table{
	width:100%;	
}
#slide-curriculum-section table td,
#slide-delivery_model table td{
	border:1px solid #ccc;
	padding:5px;
}
#slide-curriculum-section table tr:first-child,
#slide-delivery_model table tr:first-child{
	background: #012541;
	color:#fff;
}

@media (max-width: 991.98px) {
    /* Page Banner  */
    .brochure a {
        display: block;
    }
    .page-banner-nav ul {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        background-color: #012541;
        width: calc(100% - 64px);
    }
    .page-banner-nav ul li {
        display: block;
    }
    .page-banner-nav ul li:first-child {
        cursor: pointer;
    }
    .page-banner-nav ul li:not(:first-child) {
        display: none;
    }
    .page-banner-nav.page-banner-nav-active ul li:not(:first-child):not(:last-child) {
        display: block;
    }
    .page-banner-nav ul li a {
        border: 0 !important;
    }
    .page-banner-nav ul li:last-child {
        display: none;
    }
    .page-header-banner-content {
        display: none !important;
    }
    .page-banner-content {
        display: block;
    }
    .nav-element-3 {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scaleX(-1);
    }
    .link-name {
        display: block !important;
        font-size: 0.9rem;
    }
    .program-attributes {
        margin-top: 0;
    }
    .program-attribute {
        border: 0;
    }
    .program-curriculum-photo-caption {
        width: 100%;
        transform: translateY(80%);
    }
    .program-curriculum-photo {
        top: 0;
        margin-bottom: 200px;
    }
    .apply-card {
        height: 97%;
    }
    .apply-this-program a {
        width: 100%;
    }
}


@media (max-width: 600px){
	.program-attributes .col-lg-6{
		width:50%;
	}
	.applyLinkBtn{
		text-align: center;
	}
	#slide-curriculum-section table td,
	#slide-delivery_model table td{
		padding:0px;
		font-size:10px;
	}
}