/* WWW */
* {
    box-sizing: content-box;
    color: inherit;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 135%;
    transition: all 0.2s linear;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body.linear.hd.errorPage {
    background: none repeat scroll 0 0 #f1f1f1;
    color: #222;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
    margin: 0;
    min-height: 100vh;
    padding: 0;
}

body.linear.hd.errorPage .topLinearContainer {
    align-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    margin: 0;
    min-height: 40px;
    padding: 0 0 0 2%;
    z-index: 10;
}

body.linear.hd.errorPage .topLinearContainer a {
    flex: 1;
}

main {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

body.linear.hd.errorPage #lockedFooter {
    background-color: rgba(0, 0, 0, 0.65);
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    margin: 0;
    max-height: 160px;
    overflow: visible;
    padding: 1em 0;
    width: auto;
}

ul {
    padding-left: 7%;
}

.error {
    flex: 1;
    margin: 0;
}

#outline {
    background: none repeat scroll 0 0 transparent;
    border-radius: 4px;
    margin: 3.5vh auto;
    max-width: 600px;
    min-width: 300px;
    padding: 0;
    width: 90%;
}

ul.suggestions {
    list-style: none outside none;
    margin: 0.5em auto;
    padding: 0;
    width: 95%;
}

ul.suggestions li {
    font-weight: 600;
    padding: 0.25em 0;
}

#errorboxoutline {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    width: 100%;
}

h1#errorboxheader {
    background: none repeat scroll 0 0 #1e6b52;
    border-bottom: 1px solid #888;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600 !important;
    height: auto;
    line-height: normal !important;
    margin: 0;
    padding: 4% 4% 2%;
    text-align: center;
    text-shadow: none;
    width: 92%;
}

#errorboxheader span {
    color: #fff;
}

#errorboxbody {
    margin: 0;
    padding: 2% 8% 5%;
    text-align: center;
}

#techinfo {
    border: 1px solid #ccc;
    color: #595959;
    margin: 5% auto 0;
    padding: 2%;
    text-align: center;
}

#techinfo .error-code {
    color: #595959;
}

#techinfo table.Table.table {
    text-align: left;
}

#techinfo table.Table.table tr td {
    font-family: monospace !important;
}

td.gsc-input input {
    line-height: normal;
}

td.gsc-input .gsib_a {
    padding: 0.4em;
}

body.errorPage .gsc-search-box-tools .gsc-search-box .gsc-input {
    margin: 0;
    padding: 0.6em 0;
}

.gsc-search-button.gsc-search-button-v2 {
    background: #1e6b52;
    border: none;
    margin: 0;
    min-width: 39px;
    padding: 10px;
    width: auto;
}

.gsc-search-button.gsc-search-button-v2:focus,
.gsc-search-button.gsc-search-button-v2:active,
.gsc-search-button.gsc-search-button-v2:hover {
    background: #f1f1f1;
    box-shadow: 0 0 0 3px inset #1e6b52;
    outline: none;
}

.gsc-search-button.gsc-search-button-v2 svg {
    fill: #f1f1f1;
}

.gsc-search-button.gsc-search-button-v2:focus svg,
.gsc-search-button.gsc-search-button-v2:active svg,
.gsc-search-button.gsc-search-button-v2:hover svg {
    fill: #222;
}

.hidden,
.sr-only {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}