/*Site Specific CSS*/
/*
.site_logo {width:45%; float: left; margin:20px 5% 20px 0 !important;}
.contact_information ul {width:50%; float:left; margin:20px 0;}
*/

.featured_stories .story-inner {
    padding-bottom:0;
}

.content-box{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    padding: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    height: auto;
    position: relative;
    border: 1px solid #ccc;
    }
    
.box-image{
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.section_line_orange {
background: #d47e42;
}
    
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #d47e42;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #d47e42;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*LEFT NAV*/
.content_wrapper .dept_leftnav ul .activepage{
    font-weight: 700;
    color:#3c5092;
}
 

a:link, a:visited{
    color: #3C5092;
    text-decoration: none;
    border-bottom: 1px solid #D3D3D3;
}

a:hover, a:active{
    border-bottom-color:#939393;
    color: #3c5092;
}

.content_wrapper .dept_leftnav ul li a:hover {
    color: #3C5092 !important;
    border-color: #4960aa !important;
}

.content_wrapper .dept_leftnav ul .activepage {
    font-weight: 700;
    color: #3C5092 !important;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*.site_container .site-brand .brand {
    float: none;
    font-size: 27px;
    font-weight: 800;
    margin: auto 8px auto 0;
    text-shadow: 0 1px 0 #fff;
    color: white;
}
*/