/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/support/theme_static/rainier/css/base.css);
@import url(/mt-static/support/theme_static/rainier/css/rainier-white/screen.css);
/* end StyleCatcher imports */



#header[role="banner"] #header-content {
    min-height: auto;
    margin: 0;
    padding: 1px 0;
    background-color: #fff;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
}
#header[role="banner"] #header-content:before {
    position: static;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background: #fff;
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#header[role="banner"] {
    position: relative;
    background-color: white;
    border: none;
    border-width: 0 0px 0px;
}
.blog-top {
  width: 100%;
  margin:0 auto;
}
.blog-top img {
 width: 100%;
 height: auto;
}
.related figure {
  width: 220px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.related figure img {
  width: 100%;
  height: auto;
}
.copy {
  text-align: center;
}
.widget-search form {
 margin-top: 10px;
}
iframe {
 max-width: 100%;
}