﻿/*
* 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;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.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;
}


.banner {
  background: url(../img/banner-president2.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 40em;
  /* background-blend-mode: overlay; */
  /* background-color: rgba(0,0,1, 0.5); */
  margin-top: -20px;
}
.banner-content {
  color: #eee;
  width: 35%;
  float: right;
  margin-top: 12.5%;
}

.mobile-banner {
  display: none;
}

.banner-content p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.homepage .light-blue {
  margin-top: -30px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.homepage a:link,
.homepage a:visited  {
  text-decoration: none;
}
.homepage a:hover,
.homepage a:active,
.homepage a:focus {
  text-decoration: underline !important;
}


.font-14 {
  font-size: 14px;
}

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

.mb-10 {
  margin-bottom: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}

hr.dotted {
  border: none;
  border-top: 2px dotted #C2C2C2;
  color: #fff;
  background-color: #fff;
  height: 1px;
}
.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
}

.page-header a:link,
.page-header a:visited  {
  text-decoration: none !important;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  text-decoration: underline !important;
}

.strategic-plan .page-header {
  margin-bottom: 60px;
}

h1, h2 {
  font-family: 'Libre Baskerville', sans-serif;
}
h1 {
  font-weight: 400;
  font-size: 40px;
}
h2 {
  font-weight: 400;
}
.header-centered {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  /* font-size: 30px; */
}


/* Strategic Plan */
.banner-strategic-plan {
  background: url(../img/StrategicPlan-CoverImage.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  height: 100em;
  /* background-blend-mode: overlay; */
  /* background-color: rgba(0,0,1, 0.5); */
  margin-top: -20px;
}

.strategic-plan .sub-header {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.strategic-plan .col-sm-offset-1 .icon {
  align-self: center;
  display: flex;
  margin-bottom: 10px;
}

.strategic-plan .circle-icon {
  color: #ffffff;
/*  border: 2px solid #1a66b0;
*/  background-color: #1a66b0;
  /* width: 1.6em;
  height: 1.6em; */
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.8em;
  /* padding-top: 6%; */
  display: block;
  margin-right: auto;
  margin-left: auto; 
  display: grid !important;
}
.strategic-plan .circle-icon:hover {
  background-color:#0077da ;
}

.strategic-plan .icon-red {
  background-color: #cd0028;
  /*border: 2px solid #cd0028;*/

}
.strategic-plan .col-sm-offset-1 .col-sm-2 p {
  text-align: center;
}

.strategic-plan .col-sm-offset-1.goal-icons a:link,
.strategic-plan .col-sm-offset-1.goal-icons a:visited  {
  text-decoration: none !important;
  
}
.strategic-plan .col-sm-offset-1.goal-icons a:hover,
.strategic-plan .col-sm-offset-1.goal-icons a:active,
.strategic-plan .col-sm-offset-1.goal-icons a:focus {
  text-decoration: none !important;
  font-weight: 600;
}


.strategic-plan .striped-p p:nth-child(odd) {
  background:#F2F2F2;
}
.strategic-plan .striped-p p {
  padding: 21px 30px;
}

.strategic-plan h2 {
  /* Font should be open sans, letter spacing 19% */
  letter-spacing: .2em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #3062A1;
}

.strategic-plan h3 {
  /* H3 - GOAL 1: REIMAGINING FOR STUDENT SUCCESS:
Font style: Bold
Font size: 32px
Color: #3062A1 */
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  color: #3062A1;
}

.strategic-plan h3.smaller-h3 {
  /* HIGH IMPACT STRATEGIES, SAMPLE METRICS should be H4
Font style: Bold
Font size: 18px */
font-weight: bold;
font-size: 18px;
}

.strategic-plan .goal {
  margin-bottom: 0px;
}

.strategic-plan .page-header {
  border-top: 1px solid #eee;
  padding-top: 6px;
}

.strategic-plan .goal {
  color: #000;
}

.strategic-plan .font-14 {
  font-weight: bold;
}

.strategic-plan .blockquote-footer {
  color: #6e6d6d;
}
/* Executive Leadership */
.executive-leadership .media-body {
  vertical-align: middle !important;
}
.executive-leadership .media-body p {
  font-size: 18px;
}
.executive-leadership .media-body a:link,
.executive-leadership .media-body a:visited {
  text-decoration: none !important;
}
.executive-leadership .media-body a:hover,
.executive-leadership .media-body a:active,
.executive-leadership .media-body a:focus {
  text-decoration: underline !important;
}
.executive-leadership .name {
  font-size: 18px;
}
.executive-leadership figcaption {
  margin-top: 10px;
  margin-bottom: 40px;
}
.executive-leadership .name a:link,
.executive-leadership .name a:visited {
  text-decoration: none !important;
}
.executive-leadership .name a:hover,
.executive-leadership .name a:active,
.executive-leadership .name a:focus {
  text-decoration: underline !important;
}
.executive-leadership .media {
  margin-bottom: 40px;
}
.executive-leadership h3.text-center {
  margin-bottom: 40px;
}
.executive-leadership .media:first-child {
  margin-top: 20px;
}

/* Campus president pages */
.campus-president h3 {

}
.campus-president h4 {
  font-size: 32px;
  font-weight: 400;
}
.campus-president .title {
  font-size: 22px;
  margin-bottom: 20px;
}
h4.font-18 {
  font-size: 18px;
}

/* Communications */
.campus-communications .light-blue {
    /* background-color: #E8F5FD; */
    margin-top: 0px;
}

/* MDC President page */
.light-blue {
  /* background-color: #E8F5FD; */
  margin-top: 40px;
}
.campus-president h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 32px;
}
.light-blue h3 {
  margin-top: 30px;
}
.light-blue p.title{
  font-weight: 600;
  font-size: 18px;
}
.light-blue span.date {
  font-weight: 400;
  font-size: 12px;
}
.light-blue ul {
  list-style-type: none;
  padding-left: 0px;
}
.light-blue li {
  margin-bottom: 20px;
}

.light-blue p.title a:link,
.light-blue p.title a:visited {
  text-decoration: none !important;
}
.light-blue p.title a:hover,
.light-blue p.title a:active,
.light-blue p.title a:focus {
  text-decoration: underline !important;
}

.light-gray {
  background-color: #F3F3F3;
}
.light-gray p {
  font-size: 24px;
}
.banner-freedomtower {
  background: url(../100days/img/banner-masthead-ft.jpg) no-repeat 0 0;
  background: url(../100days/img/banner-masthead-ft2.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: right;
  /* background-position: top; */
  height: 25em;
}
.banner-bemdc {
  background: url(../100days/img/banner-masthead-bemdc.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: right;
  background-position: center;
  /* background-position: top; */
  height: 25em;
}
.hero-unit {
  /* background: rgba(3,59,106); */
  background: #051B46;
  padding: 20px 0px;
  text-align: center;
  /* margin-top: -6.1em; */
  margin-bottom: 0px;
  color: #fff;
}
.hero-unit h2.no-margin {
  margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.font-20 {
  font-size: 20px;
  margin-bottom: 20px;
}

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

h4.font-16 {
  font-size: 16px;
}

.homepage .featured-panel {
  background-color: #051B46;
}
.homepage .cta-section-content {
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

#freedom-100days a:link,
#freedom-100days a:visited {
  text-decoration: none !important;
}
#freedom-100days a:hover,
#freedom-100days a:active,
#freedom-100days a:focus {
  text-decoration: underline !important;
  color: #fff;
}

#siteNav.fixed {
  height: auto;
}
/*Responsive Queries*/

/* Strategic plan comments: 
Viewport width is less than 768px = 194px banner height
Viewport width is768px-1440px = 518px banner height
Viewport width is greater than 1440px= 750px banner height */

@media (max-width: 349px) {
  .banner-strategic-plan {
    /* height: 10em; */
    height: 194px;
  }
}

@media (min-width: 350px) and (max-width: 640px) {
  .banner-strategic-plan {
    /* height: 10em; */
    height: 194px;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .banner-strategic-plan {
    /* height: 15em; */
    height: 194px;
  }
}


@media (max-width: 640px) {
  .campus-president .pull-left {
    float: unset !important;
  }
  .circle-icon {
    padding-top: 1.9%;
  }
}

@media (max-width: 568px) {
  .navbar-default h1 {
    margin-right: 80px;
  }
}

@media (min-width: 641px) and (max-width: 767px) { 
  .banner-strategic-plan {
    /* height: 25em; */
    height: 194px;
  }
  .circle-icon {
    padding-top: 1.5%;
  }
}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  #siteNav .navbar-toggle {
    /* margin-right: 0px; */
  }
  .banner-content {
    display: none;
  }
  .banner {
    height: 15em;
  }
  .mobile-banner {
    display: block;
  }
  .homepage .light-blue {
    margin-top: 0px;
  }
  .campus-president img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  .executive-leadership figure img {
    width: 250px;
  }
  .light-gray p {
    margin-bottom: 40px;
  }
  .strategic-plan .width-60 {
    width: 100%;
  }
  .strategic-plan .col-sm-2 {
    margin-bottom: 40px;
  }
  .strategic-plan .circle-icon {
    padding-top: 0%;
  }
}


@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;
  }
  .campus-president h3 {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .campus-president .featured-item.pull-left.img-responsive {
    width: 50%;
  }
  .col-sm-4.text-center {
    text-align: inherit !important;
    margin-bottom: 20px !important;
  }
  .homepage .col-sm-4.text-center {
    text-align: center !important;
  }
  #president-img {
    width: 60% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 40px !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  #siteNav .navbar-toggle {
    /* margin-top: 0px; */
  }
  .banner {
    height: 20em;
  }
  .banner-content {
    margin-top: -0px;
    width: 45%;
  }
  .banner-strategic-plan {
    /* height: 60em; */
  }
}

@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}
@media (min-width: 768px) and (max-width: 1440px) {
  /* Viewport width is768px-1440px = 518px banner height */
  .banner-strategic-plan {
    height: 375px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
  .banner {
    height: 30em;
  }
  .banner-content {
    margin-top: 6.5%;
  }
  .homepage .cta-section {
    height: auto;
  }
  /* .banner-strategic-plan {
    height: 80em;
  } */
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
  .homepage .cta-section {
    height: auto;
  }
  /* .banner-strategic-plan {
    height: 90em;
  } */
}

/* Viewport width is greater than 1440px= 750px banner height */ 
@media (min-width: 1440px) { 
.banner-strategic-plan {
    height: 500px;
  }
}

/* Skinny masthead */
.title-area {
  height: 120px;	
}
/*Responsive Queries - Skinny masthead */

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

@media (max-width: 767px) {
  .site-masthead {
      padding:10px 0;
      height: 90px;
  }
  .title-container {
      height: 50px;
  }
  .title-name {
      margin-top: 30px;
  }
  .title-name h1 {
      font-size: 32px;
      margin-top: -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;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-name h1 {
      font-size: 37px;
  }
  .site-masthead {
      height: 100px;
  }	
  .title-name h1 {
      height: 100px;
  }	
}
@media (min-width: 992px) {
  .title-area {
      height: 100px;	
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.title-name h1 {
  font-size: 48px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-name h1 {
      font-size: 48px;
  }
}


/*Academy styling*/
.containery {
  background: #000 url(../img/bg-leadership-academy.jpg) no-repeat 0 0;
/*  background: #000 url(../img/bg-bemdc.jpg) no-repeat 0 0;*/
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
  margin-bottom: 80px;
}
.color-overlay {
  width: 100%;
  height: 500px;
  background: #000;
  opacity: .6;
  position: absolute;
}
.containery h2 {
  font-size: 72px;
  z-index: 1;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 975px;
}
@media (max-width: 992px) {
    .containery {
        height: 350px;
    }
    .color-overlay {
         height: 350px;
    }
    .containery h2 {
        font-size: 50px;
        width: 100%;
        padding: 50px;
    }
}
.academy-goals {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  background-color:#1470AF ;
}
.leadership-community {
  text-align: center;
  padding: 54px;
}
.academy #siteContent {
  margin-top: 0;
}
.academy .navbar {
  margin-bottom: 0;
}
.academy h3 {
  font-size: 43px;
  color: #3062A1;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}
.academy .academy-goals h3 {
    color: #fff;
}
.transformative p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 25px;
}
.academy-goals p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 25px;
}
.leadership-community p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 25px;
}
.transformative {
  margin-bottom: 60px;
}
.transformative img {
  margin-bottom:30px ;
}
.academy-goals img {
  margin-bottom:30px ;
}
.academy-goals hr {
  border-top: 1px solid #5AA7DC;
}
.transformative hr {
  border-top: 1px solid #fff;
}

.communications-list li {
  margin-bottom: 24px;
}

.communications-section {
  margin-bottom: 40px;
}
.communications-section img {
  margin-bottom: 40px;
}
.communications-intro img {
  margin-bottom: 50px;
}
.communications-archive .media {
  margin-bottom: 50px;
}

.thumbnail .thumbnail-caption {
    font-size: 22px;
}
/*Innovation*/
.containery.innovation{
  background: #000 url(../img/bg-innovation.jpg) no-repeat 0 0;
/*  background: #000 url(../img/bg-bemdc.jpg) no-repeat 0 0;*/
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
  margin-bottom: 30px;
}
.innovation .navbar {
    margin-bottom: 0;
}
.innovation #siteContent {
    margin-top: 0;
}
@media (max-width: 992px) {
    .containery.innovation {
        height: 350px;
    }
}

.innovation h3 {
  font-size: 36px;
  margin-bottom: 32px;
  font-weight: 700;
}
.innovation h4 {
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: 700;
}
.culture-innovation {
  margin-bottom: 60px;
}
.goal-points a {
  color: white;
}