﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body .container{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

@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;
  }
}

/* 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: 24px;
  }
}

/* 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: 36px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-container { 
    height: 180px; 
  }
  .title-name h1 {
    font-size: 42px;
  }
}

/*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: #0f76cf;
/*  -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);
}*/
/*HP Styling*/
.credential-info {
  border-bottom: 1px solid #c9d0d7;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.credentials-hp h3 {
    color: #4d657a;
    font-size: 20px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.credential-intro {
  margin-bottom: 30px;
}
/*crednetial map area*/
.degree-types {
  margin-bottom: 12px !important;
} 
.degree-types h3{
  margin-bottom: 0;
  font-size: 16px ;
  text-transform: none ;
  border-bottom: none;
  letter-spacing: 0;
}
.degree-listing {
  padding-top: 20px;
}
.ic {
  color: #22449d !important;
}
.ctc {
  color: #007ABC !important;
}
.ccc {
  color: #048755 !important;
}
.as {
  color: #0160ff !important;
}
.atc {
  color: #CD4D00 !important;
}
.bs {
  color: #EE0000 !important;
}
/*.site-masthead {
  border-bottom: 8px solid #014a90;
}*/
.credentials-related {
  margin-bottom: 30px;
}
.list-unstyled .list-divider ul a:link, #siteContent ul a:link {
  text-decoration: none;
}
.well {
  background-color: #fff;
}
/*Credential Map new*/
.cred-thumb {
  border:1px solid  #aaa;
  margin-bottom: 8px;
}
.info-unit {
  border:1px solid  #c9d0d7;
  padding: 20px;
}
.download-area {
  background-color:#243340;
  color: #fff;
}
.download-area a {
  color: #fff;
}
#siteContent .download-area a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .info-unit {
    height: 320px;
  }
  .info-unit-lg {
    height: 450px;
  }
  .info-unit h4 {
    margin-top: 0;
  }
}
.map-credential {
  border-bottom: 1px solid #c9d0d7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.map-credential>h3 {
    color: #4d657a;
    font-size: 32px;
    font-weight: 400;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.info-unit h4 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    margin-top: 0;
    text-transform: uppercase;
}
.info-unit.download-area h4 {
    color: #fff;
    border-bottom: 1px solid #4a6882;
}
@media (max-width: 991px) {
  .info-unit {
    margin-top: 30px;
  }
}
.advisor-cta>h4 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    margin-top: 0;
    text-transform: uppercase;
}
.hp-header {
    color: #4d657a;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    margin-top: 0;
    text-transform: uppercase;
}