/* add your custom styles here */
  
.hero__headline {
background: #000;
}

/* IE font fix for t4 and googlefonts
.ie body {
  font-family: sans-serif; 
}
.ie section.sidebar.section p {
  font-family: sans-serif; 
}*/

/* IE fixing word wrapping */
p {
  -ms-word-break: normal;
  -ms-hyphens: none;
}

/* fixing meta tags displaying in FF and IE */
.article__header__meta__tags .meta-tag {
  display: inline-block;
}

/* formatting adjustments */
blockquote {
  padding: 1em;
  background-color: #e6eff4;
  margin: 1em 0 0 0; 
}

blockquote h4 {
  color: #0e6395;
  margin: 0;
}

blockquote p {
  color: #0e6395;
  margin: 1em 0 0 0; 
}

blockquote > ul > li > a {
 text-decoration: underline; 
}

blockquote a {
 text-decoration: underline; 
}

blockquote a:hover {
 border-bottom: none; 
}

h2 {
  color: #7f4f83;
  margin-top: 1em;
}

iframe {
  border-style: none; 
}

.notesList {
 list-style-type: lower-roman; 
}

.rightQuote {
  background-color: #e6eff4;
  float: right;
  width: 350px;
  height: auto;
  padding: 1em;
  margin: 0 0 1em 1em;
  clear: both;
}

.rightQuote img {
  padding: 0;
  margin: 0 .75em 0 0;
  clear: none;
  float: left;
}

.rightQuote p {
  display: inline;
  color: #0e6395;
}

.listWithExpand .expand {
  margin: 0 0 0 2.5em;
}

.listWithExpand .expand-title {
  margin: 0 0 0 2.5em;
  padding: 0;
}

.itemBeforeExpand {
  padding-top: 0;
  margin-top: 0;
}

/* expandable content in list adjustment */
li .expand-title {
  margin-bottom: 0;
}
li.expand {
  list-style-type: none;
  margin-top: 10px;
}

/* blog feed link style adjustment */
#blog-feed .social-content a {
  color: #222;
}

/* smaller hero slider */
@media (min-width: 769px) {
  .hero {
    height: 420px; 
  }
}
@media (max-width: 768px) {
  .hero {
    height: 420px; 
  } 
}

/* sidebar headline text size matches featured */
section.section.sidebar h5 {
  font-size: 1.375em;
  text-transform: none;
  margin-top: 0;
  line-height: 1.25em;
}




body {
  background: none;
}

body::after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAIAAAAmzuBxAAAATElEQVQYlWO8c/0SAwODsoYuAw7ABJG7e+MyThVwA3ApYoJQeBQxwVm4FDEhc7AqQlGBVRG6CkxFWFSgKWL8//8/VkVwFUx4wgpiEgD1VCOXV1mAdgAAAABJRU5ErkJggg==);
  background-repeat: repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -999999;   
}

.banner{
	background: #00aea3;
}

table{
	border: 3px solid #ddd;
}

.content table tbody tr td{
	border: 1px solid #ddd;
}

/* home page sidebar background color */
.main.home {
  background-color: #F8F8F8;
  padding-left: 0;
}
.main.home .content {
  background-color: #FFFFFF;
  padding-left: 2em;
  padding-right: 2em;
}

/* slider adjustments */
.work.slider {
  height: auto !important;
  max-height: 100% !important;
}
.work.slider img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px;
}
.rsArrowLeft {
  left: 10px;
}
.rsArrowRight {
  right: 10px;
}

/* banner tweaks */
.banner{
  background-size: cover !important;
}

/* fix responsive images */
img {
  height: auto!important;
}

.filter-links{
  display: none;
}


@media (min-width: 481px){
  .section__header {
    min-height: 80px;
    height: auto;
  }
}


span.meta-tag a{
	color: #999;
}

span.meta-tag a:hover{
	color: #0e6395;
}

//fix text wrapping in FF
.article__header__meta__tags .meta-tag {
  display: inline-block;
}

//fix ul in expand block
.expand ul {
  margin-left: -10px;
}

/* IHI graphic styles */

#option {
    max-width: 800px;
    height: auto;
    margin: 0;
    padding: 24px;
  	background-color: #F8F8F8;
}

.contentBox {
    display: none;
  	background-color: #F8F8F8;
}

#content1, #content2, #content3, #content4, #content5, #content6, #content7, #content8, #content9, #content10, #content11, #content12, #content13 {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin: 1em 0 0 0;
    padding: 0;
}

.contentBox img {
    max-width:100%;
    max-height:100%;
    margin: .75em 0 0 0;
    padding: 0;
}

.firsth4 {
 	margin-top: 0px; 
}

#buttonList {
    width: 100%;
    min-height: 172px;
    color: #999;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#buttonList li {
    margin: 0 .75em .75em 0;
    border: 2px solid #ddd;
    border-radius: 2px;
    font-family: "Titillium Web",Helvetica,Arial,sans-serif;
    font-weight: 600;
    float: left;
}

#buttonList li a {
    padding: 10px 16px;
    display: block;
}

#buttonList li a:hover {
    background-color: #ddd;
    transition: background-color .1s ease;
    -webkit-transition: background-color .1s ease;
    color: #0e6395;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
}

#buttonList li a.active {
    background-color: #ddd;
    color: #0e6395;
}

#buttonList a:link {
    color: #999;
    text-decoration: none;
}

#buttonList a:visited {
    color: #999;
}

#buttonList a:active {
    color: #0e6395;
}