﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/


/*Masthead Code*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


#siteContent {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 1.625;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.title-link{
    color: #005dab !important;
}

.site-masthead {
    /*background-image: url("../img/site-bg.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00223c;
    color: #fff;
}

.title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
}
.related-content h4 {
	font-weight: 800;
}

.entec-headline .row {
    display: flex;
    align-items: center;
}

.entec-intro a {
    color: white;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.gray-box {
    background-color: #F2F2F2;
    padding: 20px;
}

.gray-box h3 {
    border-bottom: none;
    margin-top: 0px;
}

.scholarship {
    background-color: #F2F2F2;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.scholarship .media {
    display: flex;
    align-items: center;
}

.scholarship .row {
    margin-top: 30px;
}

.scholarship h4,
.scholarship h5 {
    text-transform: uppercase;
}

.scholarship h4 {
    font-size: 22px;
}

.scholarship h5 {
    font-size: 20px;
}

.scholarship .btn,
.width-80 .media .btn,
.section.blue-box .btn {
    width: 24em;
}



/* High School */
.half-blue,
.section.blue-box {
    background-color: #00223D;
    color: #fff;
}

.half-blue .row {
    display: flex;
    align-items: center;
}

.half-blue .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.half-blue .col-sm-6 p {
    padding-left: 30px;
    padding-right: 30px;
}

.width-60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.width-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.width-80 .media,
.section {
    margin-bottom: 40px;
    margin-top: 40px;
}

.section h3,
.section.blue-box h3.text-center {
    border-bottom: none !important;
}

.section.blue-box h3 {
    color: #fff !important;
}

.section.blue-box h3 {
    margin-top: 0px;
}

.width-80 .media h4 {
    margin-top: 0px;
}

.section.blue-box {
    padding: 30px;
}

.width-80 .media {
    display: flex;
    align-items: center;
}

/*======== Responsive =========*/
@media (min-width: 768px) {
    .title-area {
        width: 100%;
        position: relative;
    }

    .title-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table;
    }

    .title-name {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .site-masthead {
        padding: 10px 0;
    }
    .site-masthead img {
        max-width:82%;
        margin-left: 0;
        margin-right: 0;
    }
    .scholarship .media,
    .scholarship .media-body {
        display: block;
        width: auto;
        margin-top: 10px;
    }
    .scholarship .col-sm-4 {
        margin-bottom: 20px;
    }
    .width-80 .media-body,
    .width-80 .media {
        display: block;
        width: auto;
        margin-top: 10px;
    }
    .half-blue .row {
        display: block;
    }
    .half-blue .row {
        margin-right: auto;
        margin-left: auto;
    }
    .half-blue .col-sm-6 p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .width-60,
    .width-80 {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body table caption {
        text-align: left;
        padding-left: 10px;
        font-size: 18px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    .title-area {
        height: 120px;
    }

    .title-container {
        height: 120px;
    }

    .title-name h1 {
        font-size: 37px;
    }
}
@media (max-width: 922px) {
    .width-80 .btn,
    .section.blue-box .btn,
    .width-80 .media .btn {
        width: auto;
        display: block;
    } 
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
    .title-area {
        height: 140px;
    }

    .title-container {
        height: 140px;
    }

    .title-name h1 {
        font-size: 48px;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .title-area {
        height: 120px;
    }

    .title-container {
        height: 120px;
    }

    .title-name h1 {
        font-size: 60px;
    }
}


/*Masthead Navigation*/

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #1e88e5;
    /*  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
-moz-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);*/
}

@media (min-width: 768px) {
    .title-container img {
        padding-top: 30px;
    }
}

.navbar-default {
    background-color: #06395f;
}

@media (min-width: 768px) {
    .site-nav>.navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #06688c;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /*background-color: #0099d2;*/
    background-color: #3475ad;
}

.entec-intro {
    /* background-image: url("../img/intro-bg.jpg"); */
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 240px; */
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .entec-intro {
        margin-bottom: 30px;
        height: 315px;
    }
}

@media (min-width: 1200px) {
    .entec-intro {
        height: 464px;
        padding-top: 70px;
    }
}

@media (min-width: 768px) {
    #siteContent .entec-home {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .entec-headline .row {
       display: block;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
    }
    .entec-headline .col-sm-4 {
        margin-bottom: 10px;
    }

    .entec-headline .col-sm-4 .img-responsive {
        display: inline-block;
    }
}

.entec-hp .navbar {
    margin-bottom: -10px;
}

@media (min-width: 768px) {
    .entec-hp .navbar {
        margin-bottom: -30px;
    }
}

.entec-hp .navbar-default {
    border-color: transparent;
}

.entec-headline {
    color: #fff;
    background-color: rgba(0, 34, 60, 0.85);
    padding: 20px;
}

@media (min-width: 480px) {
    .entec-headline {
        width: 460px;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .entec-headline {
        /* height: 317px; */
        width: 672px;
        /* padding: 60px; */
        padding: 30px;
    }
}

.entec-maintitle {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0 0 3px #000;
}

@media (min-width: 768px) {
    .entec-maintitle {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .entec-maintitle {
        line-height: 1.1;
        /* font-size: 41px; */
        font-size: 30px;
        margin-bottom: 12px;
        margin-top: 0;
    }
}

.entec-subtitle {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .entec-subtitle {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 30px;
    }
}

/* .entec-home .btn-primary {
    background-color: #d5002b;
    border-color: #d5002b;
} */

.entec-home h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    color: #06395f;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

#siteContent h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    color: #06395f;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 768px) {
    .entec-home h3 {
        font-size: 24px;
    }

    #siteContent h3 {
        font-size: 24px;
    }
}

.entec-featured-programs {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .entec-featured-programs {
        margin-bottom: 30px;
    }

    .entec-featured-programs a {
        font-size: 18px;
    }
}

.entec-featured-programs img {
    margin-bottom: 10px;
}

.section-entry {
    margin-bottom: 30px;
}


/* Pages */

.page-header h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #06395f;
}

@media (min-width: 768px) {
    .page-header h2 {
        font-size: 40px;
    }
}

.program-listing {
    margin-bottom: 30px;
}

.program-listing ul li {
    margin-bottom: 6px;
}

.partner-entry {
    margin-bottom: 30px;
}

.page-header {
    border-bottom: 3px solid #d8d8d8;
    margin: 20px 0 30px 0;
}

.table td,
.table tbody th {
    font-size: 14px;
    font-weight: normal;
}

table caption {
    font-size: 22px;
    text-align: center;
    background-color: #06395f;
    color: #fff;
    font-weight: 400;
}

.table {
    margin-bottom: 30px;
}

.table strong {
    font-size: 18px;
}
div.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;

}


.contact-area {
    padding: 80px 0;
    background-color: #f5f5f5 ;
    margin-bottom: -31px;
}

.contact-area .well {
    background-color: #fff;
}


@media (min-width: 768px)  {
    .contact-text {
        display: flex;
        height: 610px;
        margin: auto;
        border-radius: 10px;
        align-items:center;
      }
    }

@media (max-width: 768px) {
    .contact-text {
        margin-bottom: 20px;
    }
    .entec-programs {
    margin-right: auto;
}
}

.entec-programs .navbar {
    margin-bottom: 0;
}
.entec-programs .navbar-default {
    border-color: transparent;
}

.entec-programs .entec-headline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: transparent;
    width: 100%;
}

.entec-programs .entec-intro {
    height: auto;
    padding: 100px 0;
    background-image: url("../img/bg-programs.jpg");
}
.entec-programs .entec-maintitle {
    padding: 10px;
    font-size: 48px;

}