﻿.homepage-header {
    height: 385px;
    background-color: rgba(201, 201, 201, 1);
    background-image: url(/media/1002/shutterstock_221587267-smaller.jpg);
    background-size: cover;
    background-position: center center;
}

.homepage-header h1 {
    font-size: 2.4em;
}

.homepage-header a {
    color: #fafafa;
    font-weight: 400;
}

.homepage-highlights {
    background-color: #212121;
    color: #fafafa;
    margin-bottom: 1.5em;
    opacity: 0.95;
}

.homepage-highlights h2 {
    border-bottom: 3px solid #2e7d32;
    padding: 0.4em 0.6em;
    margin-bottom: 0;
}

.homepage-highlights ul {
    list-style: none;
    padding: 0.5em 1em;
}

.homepage-highlights ul li {
    padding: 0.2em 0;
}

.homepage-highlights a {
    color: #fafafa;
}

.news-item.thumbnail {
    border: none;
    background-color: transparent;
}

.homepage-links {
    margin: 40px 0;
}

.title_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    float: left;
    width: 100%;
    height: auto;
    bottom: 0px;
    position: absolute;
}

.title_overlay .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.banner {
    height: 410px;
    background-color: rgba(201, 201, 201, 1);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner_title {
    color: #fff;
    padding-bottom: 15px;
}

.banner_title h1 {
    font-size: 50px;
}

.home-action-container {
    padding: 10px 15px;
}

.home-action-container h2 {
    margin: 0 !important;
}

.home-row .home-action-container:first-child {
    padding-left: 0px;
}

.home-action-header {
    display: block;
}

.home-action-button {
    margin-top: 20px;
}

.home-action-container input[type="text"] {
    width: 175px;
    height: 32px;
    line-height: 32px;
    margin: 0 15px 0 0;
    border: solid 1px #f3b352;
    color: #000;
    box-shadow: none;
    padding: 0 0 0 5px;
}

.home-action-container .button {
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #ed7000;
    border-radius: 5px;
    box-shadow: 0 3px 0 #e9591a;
    padding: 0 3.2em;
}

.home-action-container .button:hover {
    background-color: #e9591a;
}

.home-action-container .button a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.home-action-container .button a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.home-action-container .button a:visited {
    color: #fff !important;
}
.hiddenButton {
    display: none;
}
