﻿/*
* 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;
}

/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {}

@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 { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
}
@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;
  }
}

/*Font Icons*/

.font-test {
  font-size: 128px;
  color: #555E72;
}
/*login area*/
.login-box {
  position: absolute;
  right: 0;
    top: 1px;
    z-index: 999999;
    background: rgba(255,255,255,0.80);
    padding: 30px;
}
.user-info {
  padding-top: 20px;
  padding-bottom: 14px;
}
.branding {
  background: #02478a; /* Old browsers */
background: -moz-linear-gradient(top,  #02478a 0%, #00adff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02478a), color-stop(100%,#00adff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #02478a 0%,#00adff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #02478a 0%,#00adff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #02478a 0%,#00adff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #02478a 0%,#00adff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02478a', endColorstr='#00adff',GradientType=0 ); /* IE6-9 */

}
.branding img {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.featured-panel {
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cta-section-content {
    padding-left: 30px;
  }
}
.cta-section hr {
  border-top: 1px solid #313131;
}
.cta-section a {
  color: #ffffff;
}
.cta-section-content{
  padding-right: 30px;
}
@media (min-width: 992px) {

  .cta-section { 
    width: 100%; 
    position: relative;
  }
  .cta-section-container { 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .cta-section-content {
    display: table-cell; 
    vertical-align: middle;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-section { 
    height: 338px;  
  }

  .cta-section-container { 
    height: 338px; 
  }
}
@media (min-width: 1200px) {
  .cta-section { 
    height: 413px;
  }

  .cta-section-container { 
    height: 413px; 
  }
}
.cta-section-content h4 {
  font-weight: 400;
  font-size: 26px;
}
/*Style*/
.color-primary {
  background-color: #2196f3;
  color: #ffffff;
  height: 120px;
  padding: 30px;
}
.color-primary-hue1 {
  background-color: #bbdefb;
  height: 120px;
  padding: 30px;
}
.color-primary-hue2 {
  background-color: #0d47a1;
  color: #ffffff;
  height: 120px;
  padding: 30px;
}
.color-accent {
  background-color: #ff1744;
  color: #ffffff;
  height: 120px;
  padding: 30px;
}
.caption-teaser2 {
    height: 100%;
    width: 100%;
    display: block;
    bottom: -80%;
    
    text-align: center; 
}
.caption-panel:hover .caption-teaser2 {
  background-color: rgba(0,0,0,0.90);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
.org-detail {
  padding:20px;
}
.org-title {
  height: 20%;
}
.caption-container2 {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}
/*Affix*/
.affix {
  top: 60px;
  width: 239px;
  position: fixed;
}
.affix-bottom {
    position: relative
}


.panel-title {
	font-size:14px;	
}


.page-header h2 {
    font-size: 36px;
}


blockquote {
  background: #f9f9f9;
  border-left: 8px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size:15px;
}

blockquote footer, blockquote small, blockquote .small {
  color: #000000;
}

blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

div.site-masthead h1{
	
	line-height: 0.9;
}

div.site-masthead small{
	
	color: white;
}