﻿html {
    background: #fff;
    height: 100%;
}
body {
    background: url('../../personalize/Default/images/people-background-faded.jpg') center center no-repeat;
    background-size: cover;
    min-height: 100%;
    height: auto;
}
.homepage {
    margin-top: 10px;
}
.homepage .bannerImage {
    display:block;
    margin: 20px auto 30px;
    max-width: 95%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 49px;
    background-image: url('../../personalize/Default/images/pa-logo-black.png');
}
.homepage .homeMessage {
    width: 80%;
    max-width: 750px;
    margin: 2px auto;
    text-align: center;
    text-transform: uppercase;
}
.homepage h1.homeMessage {
    font-size: 1em;
    font-weight: bold;
    color: #555;
}
.homepage h2.homeMessage {
    color: #005C90;
    font-size: 1.8em;
}
.homepage .searchBoxMessage {
    padding: 10px 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.homepage .jobSearchBlock {
    margin: 10px auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
    background-color: rgba(35,44,49, 0.8);
    padding: 0 0 30px;
    border: 1px solid #555;
}
.homepage .jobSearchBlock > div {
    margin: 0 0 30px;
    overflow: auto;
}
.homepage .jobSearchBlock .jobSearchField {
    font-size: 1.4em;
    width: 85%;
    margin: 0 auto;
}
.homepage .jobSearchBlock .dxeListBox_DevEx  {
    font-size: 1.3em;
}
.homepage .jobSearchBlock .jobSearchSubmit {
    width: 50% !important;
    margin: 0 auto;
    display: block;
    background: #0971ce;
    height: 40px;
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
}
.homepage .jobSearchBlock .jobSearchSubmit .dxb {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media screen and (max-width: 400px) {
    .homepage .jobSearchBlock {
        border-radius: 0;
        border: none;
    }
}