﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,600);

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    position: relative;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #808080;
    font-weight: 600;
}

.bis {
    text-align: center;
    vertical-align: middle;
    background: #2170a9;
    background: -moz-radial-gradient(center, ellipse cover, #2170a9 0%, #115084 66%, #115084 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2170a9), color-stop(66%, #115084), color-stop(100%, #115084));
    background: -webkit-radial-gradient(center, ellipse cover, #2170a9 0%, #115084 66%, #115084 100%);
    background: -o-radial-gradient(center, ellipse cover, #2170a9 0%, #115084 66%, #115084 100%);
    background: -ms-radial-gradient(center, ellipse cover, #2170a9 0%, #115084 66%, #115084 100%);
    background: radial-gradient(ellipse at center, #2170a9 0%, #115084 66%, #115084 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170a9', endColorstr='#115084', GradientType=1 );
}

.ce {
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

#wrap {
    width: auto;
    padding: 0 24px;
    text-align: center;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.e404 img {
    margin-top: 72px;
    height: 100px;
    width: auto;
}

.e500 img {
    margin-top: 72px;
    margin-bottom: 24px;
    width: 200px;
}

.e404 .text {
    font-size: 30px;
    font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
    font-weight: 400;
}

.e404 .smallerText {
    font-size: 24px;
    font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
    font-weight: 600;
}

.e404 .largerText {
    font-size: 48px;
    font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.e500 .text {
    font-size: 30px;
    font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
    font-weight: 400;
}

.e500 .smallerText {
    font-size: 24px;
    font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
    font-weight: 600;
}

.e500 .largerText {
    font-size: 48px;
    font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.ce .search {
    margin: 20px auto;
    width: 301px;
    height: 40px;
    border: 2px solid #fff;
    background: #407e2f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.ce .searchbox {
    float: left;
    line-height: 40px;
    width: 240px;
    border: 0;
    background: #407e2f;
    height: 40px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.bis .search {
    margin: 20px auto;
    width: 301px;
    height: 40px;
    border: 2px solid #fff;
    background: #115184;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.bis .searchbox {
    float: left;
    line-height: 40px;
    width: 240px;
    border: 0;
    background: #115184;
    height: 40px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.searchbtn {
    float: left;
    width: 28px;
    height: 28px;
    margin: 6px;
}

.social {
    text-align: center;
    margin-top: 10px;
}

    .social a {
        display: inline-block;
        margin: 0 3px;
        vertical-align: middle;
    }

.ce ::-webkit-input-placeholder { /* WebKit browsers */
    color: #abd5a0;
}

.ce :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #abd5a0;
    opacity: 1;
}

.ce ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #abd5a0;
    opacity: 1;
}

.ce :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #abd5a0;
}

.bis ::-webkit-input-placeholder { /* WebKit browsers */
    color: #6ea3ce;
}

.bis :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6ea3ce;
    opacity: 1;
}

.bis ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6ea3ce;
    opacity: 1;
}

.bis :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #6ea3ce;
}

#support {
    margin-top: 72px;
}

    #support a.go-back {
        display: inline-block;
        font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
        font-size: 24px;
        color: #808080;
        font-weight: 600;
        text-decoration: none;
        color: #7dc245;
    }

        #support a.go-back:hover {
            color: #67a72e;
        }

        #support a.go-back .back-arrow {
            font-style: normal;
            margin-right: 6px;
        }