﻿    /*
* Created By: MDC Web Services
* Description: SITE stylesheet 
* Revised: 4/10/2013
*/
/*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;
}

/* Account Info */
.account-info {  
    padding: 6px 20px;
}

@media (min-width: 768px) {
  .account-info {
    background: #003157;
    background:rgba(0,49,87,0.7);
  }
}

@media (max-width: 767px) {
  .account-info {
    background: #00a7f9;
    background:rgba(0,167,249,0.4);
  }
}

.account-name {
  font-size: 1.6em;
  font-style: italic;
  font-weight: 400;
}

.account-info > ul {
  margin-bottom: 0;
}

.account-info > ul.list-unstyled.list-inline {
  border-top: 1px dotted #02589b;
  margin-top: 2px;
  padding-top: 2px;
}

.account-info > ul.list-unstyled.list-inline > li a {
  color: #ffffff;
  color: rgba(255,255,255,0.8);
  font-size: .9em;
}

.divider-vertical {
    border-left: 1px solid #02589b;
    border-right: 1px solid #02589b;
}

@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;
  }

  .mymdc-header>.col-sm-4 {
    padding-right: 0;
    padding-left: 0;
  }

  .account-info {
    margin-top: 10px;
  }
}

/* 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;
  }

  .account-info {
    margin-top: 18px;
  }
}

/* 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;
  }

  .account-info {
    margin-top: 36px;
  }
}