﻿/*
* 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;
}

.title-name p {
  font-size: 16px;
}

.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { 
  font-weight: bold; 
}


/*
.active {
  font-weight: 600;
}
*/

/*
.featured-panel {
  background-size: cover;
  background: #053B6A;
}
*/

.cta-section {
  height: 365px;
}

.cta-section-content {
  background: #053B6A;
  /*vertical-align: middle;*/
  /*padding-left: 30px;*/
}

.cta-section-container {
  color: #fff;
  height: 400px;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.hero-unit {
    background: #ECF9FF; 
    padding: 20px 20px 200px 20px;
    text-align: center; 
    margin-bottom: 0px
}

.hero-list {
  text-align: left;
}

.hero-unit-p {
  text-align: left;
  padding-left: 25px;
}

.cta-section-content h2 {
  font-size: 24px;
}

.lead {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.thin-header {
    font-weight: normal;
}

h3.thin-header {
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
}

/*
h3.thin-header {
    padding: 20px;
}
*/



/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {
  .cta-section {
    height: 280px;
  }
  .hero-unit {
    padding: 20px;
}

}

@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;
  }
}


@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-area { 
    min-height: 120px;  
  }
  .title-container {
       min-height: 120px;
  }
  .title-name h1 {
    font-size: 37px;
  }
  .cta-section {
    height: 190px;
  }
  .hero-unit {
    padding: 20px 20px 250px 20px;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px){
  .cta-section {
    height: 340px;
  }
  .cta-section-container {
  height: inherit;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}