.thmbs_tile_img {
    height: 100% !important;
    width: auto !important;
}

.HomePanel {
    margin: 15px 15px 0 0;
    width: 400px;
    float: left;
}

.HomePanel h2 {
#    color: rgb(21, 51, 81);
    color: #fff;
    text-shadow: none !important;
}

.HomePanelDynamicDash, .HomePanelThemes {
    height: 140px;
}

.HomePanelIN {
#    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.HomePanelDynamicDash.TileContentShadow h2, #contents_user_tile1 h2 {
    text-shadow: none;
#    color: rgb(21, 51, 81);
    color: #fff	!important;
}

.HomePanelDynamicDash.TileContentShadow p, #contents_user_tile1 p {
    text-shadow: none !important;
    color: #fff;
}

#HomeSiteText {
    min-width: 250px;
 /*   max-width: 40%; */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 0;
}

.HomePanel .HomePanelDynamicDash h2 {
    padding-left: 165px;
}

.HomePanelDynamicDash p, .HomePanelThemes p {
    padding-left: 170px;
    color: #fff;
    text-shadow: none !important;
}

#LoginBoxPanel {
  display: none;
}
.no_resources {
  display: none;
}

#SearchBoxPanel > div:nth-child(1) > p:nth-child(3) {
  display: none;
}

.ResponsiveButton {
    box-shadow: initial;
}

.ResponsiveHeaderButton {
    width: 10%;
}

#Header #HeaderButtons a:link {
    color: #fff;
    background: none;
}

#Header #HeaderButtons a:hover {
    color: #ccc;
}

.HorizontalWhiteNav a:link {
    color: #ccc !important;
}

.HorizontalWhiteNav a:hover {
    color: #fff !important;
}

h2 .fa, .FeaturedSimpleTileContents h2 .fa {
    display: none;
}

#SearchBarContainer {
  min-width: 315px;
}

#SearchBox {
  float: right;
  width: 285px;
  text-align: left;
  height: initial;
  overflow-x: hidden;
  margin: 15px;
  border-radius: 5px;
}

.PoweredByPanel {
    display: none !important;
}

.BreadcrumbsBox {
    background: rgba(21, 51, 81, 1.0);
    border-radius: 5px;
}

.FeaturedSimpleTileImage {
    background-size: contain !important;
}

.FeaturedSimpleTile .FeaturedSimpleTileContents h2 {
color: #fff;
}

.item.citation, .item.resourceurl {
    background: #fff;
    padding: 10px;
    margin: 12px auto;
    width: auto;
    border-radius: 4px;
}

@media only screen and (max-width: 568px) and (orientation: portrait) { 
#SearchBoxPanel {
		display: none;
}
.HomePanel {
    width: 100% !important;
    height: 140px !important;
    max-width: initial !important;
}

#UICenter {
    max-height: initial !important;
}
body {
    background-image: none;
}

}

