/*
* Created By: MDC Web Services
* Description:  BIT - T4
* Revised: 1/7/2020
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 { 
  font-size: 24px;
  margin: 0;
}


.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

h3.thumbnail-title, 
.container.banner-content h2 {
  font-weight: normal;
}

.thumbnail-title {
  font-size: 22px;
}

.media-body {
  text-align: left;
}

.media:first-child {
    margin-top: 20px;
}

/* Flush the image with the nav bar */
.banner {
  margin-top: -30px;
  /*margin-bottom: 30px;*/
  height:50em;
}

/*
.well {
  margin-top: 5em;
  margin-bottom: 5em;
}
*/

.full-width-banner {
  margin-bottom: 2em;
  background-color: #e2e6ea;
  color: #333;
  text-shadow: none;
  padding-top: 4em;
  padding-bottom: 4em;
}

#siteNav {
    border: 0;
}
  
.banner h2 {
  margin-top:400px;
  margin-bottom:80px;
  color:#fff;
  font-family:oswald,'Open Sans', sans-serif;
  font-size:66px;
  text-shadow: 2px 2px 4px #000000;
}

.full-width-banner .content {
  width: 100%;
}

body .full-width-banner {
	text-shadow: none;
  
}

/* End ======  */

/* Start - Hero image with content in the middle  */
.container.banner-content {
  text-align: center;
}

p.business-school a{
  font-weight: normal;
}

.thumbnail-caption h3 {
	font-size: 1.4em;
    font-weight: 400;
    line-height: 0.2;
}

.full-width-banner h2 {
    /* line-height: 1.632; */
    font-size: 1.8em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.h4-underline {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #c9d0d7;
}

.h3-underline {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {
  .title-name h1 {
    font-size: 22px;
  }
  .site-masthead {
    padding:10px 0;
  }
  .banner {
    margin-top: -20px;
  }
  .banner h2 {
    margin-top:inherit;
    margin-bottom:40px;
  }
}

@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}

@media (max-width: 769px) {
  .col-sm-4 {
    width: 75%;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
 /* .title-area { 
    height: 120px;  
  }*/
  .title-name h1 {
    font-size: 26px;
  }
  .container.banner-content {
    width: 650px;
  }
  .media-object {
    width:6.5em;
  }
  .banner h2 {
    margin-top:90px;
    margin-bottom:40px;
  }  
}


@media (max-width: 992px) {
  .title-area {
      /* max-height: 120px;
      height: 130px; */
  }
  .banner {
    height: 16em;
  }
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .media-object {
    width:6.5em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 30px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px) {
  /*.title-area { 
    height: 140px;  
  }*/
  .thumbnail-caption h3 {
    line-height:1;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 160px;  
  }
  .title-name h1 {
    font-size: 36px;
  }
}


  

#siteContent section {
  margin-bottom: 20px;
}
  
#siteContent .general-content h3:first-child{
 /* margin-top: 0;
*/
}

.media-list li ul {
  list-style: initial;
  list-style-type: disc;
} 

.media-list li ul li {
  border: none;
  padding-bottom: 0;
}



.btn.btn-primary.banner-btn {
	padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10em;
    padding-left: 10em;
    margin-top: 2em;
}

.homepg-h4-links{
    text-decoration: none !important;
    font-size: 0.9em;
    font-weight: 400;
}

.homepg-li {
	padding-left: 1.4em;
}

.homepg-events {
    width: -webkit-fill-available;
    padding-top: 12px;
    padding-bottom: 12px;
}

.h4-14px {
	font-size: 14px;
}


.anchor-margin:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}


.cal-details h3 {
  font-size: 18px;
}

