﻿/*
* Created By: MDC Web Services
* Description: SITE stylesheet 
* Revised: 8/20/2013
*/

/* local masthead background image */
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;
}

@media (min-width: 768px) {
  .site-masthead  {
      
  }
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }

  .title-container { 
    height: 120px; 
  }

  .title-name h1 {
    font-size: 37px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }

  .title-container { 
    height: 140px; 
  }

  .title-name h1 {
    font-size: 48px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }

  .title-container { 
    height: 180px; 
  }
  .title-name h1 {
    font-size: 60px;
  }
}

body iframe {
    width: 640px !important;
}
.panelService {
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.background-success{
background-color: #00FF00;
font-weight: bold;
}
.background-warning{
background-color: #f0ad4e;
font-weight: bold;
}
.background-danger{
background-color: #d9534f;
font-weight: bold;
}
.rowImage {
  overflow:hidden;
  max-height: 438px;
  vertical-align: middle;
 
}

.headerimage {
   vertical-align: middle;
   width:100%;
   max-width: 469px;
   
}
@media (min-width: 480px) {
  .headerimage {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .headerimage {
    margin-top: 30%;
  }
}
@media (min-width: 992px) {
  .headerimage {
    margin-top: 15%;
  }
}
@media (min-width: 1200px) {
  .headerimage {
    margin-top: 30%;
  }
}

.feedEkList {
  width:100%;
  list-style:none outside none;
  background-color:#FFFFFF;
  border:none;
  padding:0px 6px;
  color:#3E3E3E;
  margin-bottom: 0px !important;
}
.feedEkList li {
  border-bottom:none;
  padding:5px;
}
.feedEkList li:last-child
{
  border-bottom:none;
}
.itemTitle a {
  font-weight:bold;
  
  text-decoration:none
}
.itemTitle a:hover {
  text-decoration:underline
}
.itemDate {
  font-size:11px;
  color:#AAAAAA;
} 

.table-topic-column {
  width: 54%;
}

.related-content h4 {    
    font-weight: bold;
}

ol>li {
  margin-bottom: 16px;
}