﻿/*
* 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("../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.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    height: 35em;
}

.banner-emt {
    background: url(../img/emt-hero.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    height: 35em;
}

.banner-cna {
    /*background: url(../img/cna-hero.jpg) no-repeat 0 0; */
	background: url(../img/nurses2.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    height: 42em;
}

.thin-header {
    font-weight: normal;
}

h2.thin-header {
    margin-top: 0px;
    color: #fff;
}

h3.thin-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    text-align: center;
    margin-bottom: 30px;
}

.lead {
    color: #fff;
}

.hero-unit {
    background: #002540;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 0px;
}

.thumbnail.box {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0px;
    background-color: #f7f7f7;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sub-header {
  font-size: 1.5em;
}

/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {
    .banner {
        height: 15em;
    }
    h2.thin-header {
    font-size: 22px;
}
}

@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-name h1 {
    font-size: 37px;
  }
  .title-container {
    min-height: 120px;
  }
}
@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;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  .banner-cna { 
    height: 32em;
  }
}

.well-kickstart {
  background-color: #fff;
}

.well-kickstart h3, .well-kickstart .col-sm-3 h5 {
  margin-top: 0;
}

/* table-reformat */
table caption {
  padding-top: 0;
}

@media only screen and (max-width: 40em) {
    .table-reformat thead th:not(:first-child) {
      display: block;
    }
}

/* Large devices (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) and (max-width: 2399px) {
  .banner {
    height: 50em;
  }
}

/* Larger devices (Large desktops, 2400px and up) */
@media (min-width: 2400px) {
  .banner {
    height: 65em;
  }
}


