﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 40px;
  margin: 0;
}

#siteNav {
    border: 0;
}

.border-color {
  /*border-color: #2F4866;*/
}

/* Flush the image with the nav bar */
.banner {
  margin-top: -30px;
  margin-bottom: 30px; 
  height: 40em;
}  
/* End ======  */

.full-width-banner {
    background-color: #e5e5e5;
	color: #000;
	text-align: center;
	margin-top: -30px;
	text-shadow: none;
}

.full-width-banner .content {
    width: 100%;
}

.full-width-banner h2.hero-header {
	font-weight: normal;
	font-size: 18px;
	margin-top: -0.1em;
}

.full-width-banner p {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}


h3.hp-h3 {
    font-weight: normal;
	font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
	padding-top: 10px;
    padding-bottom: 10px;
	/*text-align: center;*/
}


h4.hp-h4 {
	font-weight: normal;
}



/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {
  .banner {
    background-size: cover;
    height: 12em;
    /*padding: 50px;*/
    margin-top: -20px;
  }
  .title-name h1 {
      font-size: 24px;
      padding-bottom: 10px;
  }
  .col-xs-2.no-show-mobile,
  .col-xs-3.no-show-mobile {
      display: none;
  }

  .bold-mobile {
      font-weight: 600;
  }
}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {
  .full-width-banner {
      text-shadow: none !important;
  }

}

@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 & Medium devices (tablets and iPad Classic, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  .banner {
    margin-top: -30px;
    margin-bottom: 30px; 
    height: 25em;
} 
}
@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: 1024px) {}


/* Medium devices (iPad Pro, 1024px and up) */
@media (min-width: 1024px) and (max-width: 1199px){
   .title-area { 
      height: 140px;  
   }
   .title-name h1 {
      font-size: 48px;
   }
  .banner {
      margin-top: -30px;
      margin-bottom: 30px; 
      height: 30em;
  } 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 120px;  
  } 
}

/* Large devices (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) {
   .banner {
     margin-top: -56px;
     margin-bottom: 30px; 
     height: 50em;
	} 
  
}

/* Large devices (Large desktops, 2400px and up) */
@media (min-width: 2400px) {
   .banner {
     margin-top: -64px;
     margin-bottom: 30px; 
     height: 65em;
	} 
  
}



