/*
* 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("/media/system/site-assets/images/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;
}


h3.thumbnail-title, 
.container.banner-content h2 {
	font-weight: normal;
    margin-top: 0;
}

.thumbnail-title {
	font-size: 22px;
}

.media-body {
	text-align: left;
}

.media:first-child {
    margin-top: 20px;
}
  
.cal-details {
    text-align: left;
}
.cal-details h3 {
    margin-top: 0px;
    margin-left: 20px;
}
    
.cal-details .time,
.cal-details .location {
    margin-left: 20px;
    margin-bottom: 0px;
}
    

/*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) {}

@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .localist-widget .row {
  margin-bottom: 20px;
  }
  
  .cal-details h3, 
  .cal-details .time, .cal-details .location { 
  	margin-left: 0px;
  }
}


@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;
  }
  
}

@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: 37px;
  }
  .container.banner-content {
  width: 650px;
  }
  .media-object {
    width:6.5em;
  }

  .catalogSearchBarFormElement2,
  #searchInput {
    /*width: 20%;*/
    margin-bottom: 0.2em;
  }
}
@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .media-object {
      width:6.5em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}

#siteContent section {
  margin-bottom: 20px;
}
  
#siteContent .general-content h3:first-child{
  margin-top: 0;
}

/* Flush the image with the nav bar */
#siteNav {
  border: 0;
}
  
.banner {
  margin-top: -30px;
  margin-bottom: 30px;
}
  
@media (max-width: 767px) {
  .banner {
    margin-top: -20px;
    padding: 10px !important;
  }
}
/* End ======  */

/* Start - Hero image with content in the middle  */
.container.banner-content {
  text-align: center;
}
  
.container.banner-content .img-responsive {
  display: inline;
}

.well.contents {
  margin-top: 2.5em;
  padding-top: 35px;
  padding-bottom: 30px
}

.well-form {
  display: inline-flex;
  padding: 0.5em;
}
.thumbnail {
    height:400px;
}  
.thumbnail img.reverse {
    width:auto;   
} 
  
.announcement-list {
  text-align: left;
}
















