/*
* Created By: MDC Web Services
* Description: 
* Revised: 
*/
#siteContent {
  padding-bottom: 30px;
}

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
  color: #EAF5FF;
}

.site-masthead  {
  background-image: url("../img/site-bg-darkblue2.jpg");
/*  background-image: url("../img/site-bg-2019.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1B5390;
  color: #fff;
}

.jawp-banner {
  margin-top: -29px;
}

.breadcrumb-text {
  font-size: 20px;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}


.card {
  width: 100%;
  margin: 24px auto;
  border: 1px solid #ECEBEB;
  border-radius: 10px;
  padding: 20px;
  background: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-height: 460px;
}

.card:hover {
  border: 1px solid #ECEBEB;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.card-body p {
  font-size: 16px;
}

.card img,
.resource-card img {
  width: 100%;
  height: auto;
}

.card-title {
  color: #337ab7;
  margin: 10px 0;
}

/*Masthead Navigation*/
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
    color: #222;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
/*  background-color: #77244e; */
  background-color: #0A6DAC;
  
  -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);
}

.navbar-default .navbar-nav > li > a:hover {
/*    background-color: #902b5e; */
    background-color: #0A6DAC;
  
    color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #efefef;
    /*background-color: #31358f;*/
}

.navbar-default .navbar-toggle {
    background-color: #0060a9;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0089BD;
}

h2.h2-hp {
  /* color: #4072b7; */
  /* color: #20609B; */
  text-align:  center;
  padding-top: 30px;
  padding-bottom: 30px;
}

h3 {
  /* color: #31358f; */
  /*color: #0F6584;*/
  
}

h3.listing {
  margin-top:0;
}

h4 {
  /* CHARCOAL color: #636363; */
  /* color: #217E83; */
  color: #7D143F;
}

.carousel-title {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
  text-shadow: none;
  margin-top: 0px;
  color: #fff;
}

/*Performances*/
.performance-details {
  color:#57575A;
  font-weight:bold;  
}

.related-content h4 {
  color: #20609B;
  font-weight: bold;
}

/* Mobile devices (iPhones, Android phones, 375px and up, also covers NEW phones) */
@media (min-width: 350px) and (max-width: 640px) {

  .jawp-banner {
  margin-top: 30px;
}

.h2-hp {
    font-size: 22px;
  }
}


@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;
  }
  .mdc-carousel .carousel-caption h3 {
      font-size: 16px;
  }
}

/* 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;
  }
}

/* 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;
  }
  .title-name span {
    font-size: 18px;
  }  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }

  .title-container { 
    height: 180px; 
  }
  .title-name h1 {
    font-size: 60px;
  }
}

