﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  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;
  position: relative;
}

.site-masthead:before{
  content:'';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

#overview h4 {
 padding-top: 80px;
}

@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;
  }
}

/* Mobile devices (iPhones, Android phones, 375px and up, also covers NEW phones) */
@media (min-width: 350px) and (max-width: 640px) {
#overview h4 {
 padding-top: -80px !important; 
}

}


/* 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;
  }
  #overview h4 {
 padding-top: -80px;
}
}


/* 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: 30px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 120px;  
  }
  .title-container { 
    height: 120px; 
  }
  .title-name h1 {
    font-size: 38px;
  }
}
.learning-outcomes h2 {
  margin-top: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 28px;
}
.learning-outcomes ol li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #00347b;
}
.learning-outcomes ol {
  margin-bottom: 35px;
}
.learning-outcomes h3 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: -1px; 
  }
  h1 small, h2 small, h3 small, h4 small, h5 small, 
  h6 small, .h1 small, .h2 small, .h3 small, .h4 small, 
  .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, 
  h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #000;
}

.related-content .btn-success {
    padding: 12px 15px;
}

