﻿/*
* 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-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;
}


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;
}

.full-width-banner {
	background-color: #F2F2F2; 
    text-shadow: none;
}

.full-width-banner h2 {
  color: #000;
}

.featured-panel {
    background-color: #021E35;
    color: #fff;
}

.cta-section-content .btn.btn-danger {
	background-color: #005DAB;
}

.cal-details h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
}

.cal-details {
	padding-left: 35px;
    text-align: left;
}

.cal-details .time,
.cal-details .location {
  color: #000;
  font-size: 14px;
  text-align: left;
}

.cal-date {
  width: 74px;
  height: 74px;
  background-color: #fff;
  color: #000;
}

.cal-date .day { 
  color: #000;
  padding-top: 2px;
  font-size: 32px;
}

.cal-date .month {
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  padding-top: 12px;
}

.h2-mimic {
   font-weight: bold;
   line-height: 1.25;
   font-size: 32px;
}

.full-width-banner h2 {
   margin-bottom: 20px;
}

#siteContent section {
  margin-bottom: 20px;
}
  
#siteContent .general-content h3:first-child{
  margin-top: 0;
}

h4 {
  margin-top: 24px;
}

/* Flush the image with the nav bar */
.banner {
  margin-top: -30px;
  margin-bottom: 30px;
}
/* End ======  */

.banner h2 {
  font-weight: bold !important;
  font-size: 27px;
}

.banner:nth-of-type(2) {
	min-height: -webkit-fill-available;
}

.navbar-default {
    border-color: #005dab;
}


.anchor-margin:before {
  content: "";
  display: block;
  height: 160px;
  margin: -160px 0 0;
}


/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 320px) and (max-width: 640px) {
  .catalogSearchBarFormElement2,
  #searchInput {
    width: 80%;
    margin-bottom: 0.2em;
  }
  .well-contents {
    margin-left: 5%;
    width: 90%;
    }
}

@media (min-width: 640px) and (max-width: 1024px)  {
  .well.contents {
    width: 90%;
  }
}

/*
@media (min-width: 640px) and (max-width: 1024px)  {
  .well.contents {
    width: 160%;
    margin-left: -30%;
  }
}
*/

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {
  .table.table-reformat .highlight-header {
      display: none;
  }
  body .full-width-banner {
    text-shadow: none;
  }
}

@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .banner {
    min-height:150px;
    margin-top: -20px;   
  }
  .cal-details {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}


@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;
  }
  .form-inline .form-control {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  .container.banner-content {
  width: 650px;
  }
  .media-object {
    width:6.5em;
  }
  .banner {
    min-height:325px;    
  }
  .cal-details {
    padding-left: 45px;
  }
}
@media (max-width: 992px) {
  .cta-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .media-object {
      width:6.5em;
    }
  .banner {
    min-height:350px;    
  }
}

/* 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 {
    min-height:400px;    
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
  .banner {
    min-height:550px;    
  }
}
























