.header.block-container {
    background-color: #84ccf1;
}

.top-content-area.block-container {
    background-color: #84ccf1;
}

.homepage.yellow-bg {
    background-color: #b7def3;
}

.two-column-category .article-columns-box .aside-column {
    background: #ffe159;
}

a.button-link.yellow {
    color: #ffffff;
}

.submenu-content {
    background-color: #b7def3;
}

.search-return .block-container.top-content-area.content-page input[type=submit] {
    color: #ffffff;
}

hr {
    border: none;
    border-top: 4px solid #005581;
}

h1 {
    position: relative;
    padding-bottom: 60px;
}

h1:after {
    content: '';
    background-color: transparent;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #005581;
}
.search-return h1 {
	 padding-bottom: 0;
}

.search-return h1:after {
	 display: none;
}

input[type=text]:focus  {
    background-color: inherit;
}