﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/* Skinny masthead */
.title-area {
  height: 120px;  
}

/*Masthead Code*/

body {
  font-family: 'Open Sans', sans-serif;
  /*font-weight: 300;*/
}

h3, h4 {
  font-weight: 400;
}

.mb-p {
  margin-bottom: 35px;
}

/*
#siteContent {
  text-align: center;
}
*/

.col-sm-3 {
  text-align: center;
}

.col-sm-3 p {
  text-align: left;
}


.mb-h3 {
  margin-bottom: 40px;
  text-align: center;
}

.benefit-thumbnail {
  margin-bottom: 25px;
}

.title-name h1 {
  font-size: 18px;
  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;
}

.hero-unit {
  background-color: #0C273A;
  padding: 40px 0px 40px 0px;
  /*margin-top: -30px;*/
  color: #fff;
}

.hero-unit a {
  color:  #fff;
}

.hero-unit h2 {
  margin-top: -8px;
  font-weight: 300;
  font-size: 30px;
}


.banner-content.light.footer {
  background-color:#F2F2F2 ;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: -30px;
}
.banner-content.light p {
  font-size: 18px;
  line-height: 1.5;
}

/*Responsive Queries*/

@media (max-width: 349px) {}

/*iPhones, Android Phones*/
@media (min-width: 350px) and (max-width: 640px) {
  .title-area {
    height: 50px;  
  }
  .hero-unit h2 {
    margin-top: 20px;
    font-weight: 300;
  }
}

@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-name h1 {
    font-size: 35px;
  }

  .site-masthead {
    padding:10px 0;
    height: 120px;
    }

  .title-container {
    height: 50px;
    }

  .title-name {
    margin-top: 30px;
    }

  .title-name h1 {
    font-size: 32px;
    margin-top: -50px;
  }
}

@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: 100px;  
  }
  .title-name h1 {
    font-size: 40px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .title-name h1 {
    font-size: 35px;
  }
}