body {
    position: relative;
    color: #7b7c7e;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-family: "brandon-grotesque", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url("../images/maintenance-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 400;
    height: 100vh;
    min-height: 750px;
}

body::before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
}

main {
    display: block;
}

img {
    border: 0;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}

h2 {
    font-size: 44px;
    font-weight: 500;
    color: #7b7c7e;
    margin: 0 0 30px;
}

h3 {
    font-size: 36px;
    font-weight: 500;
    color: #7b7c7e;
    margin: 0 0 40px;
    line-height: 40px;
}

.text-center {
    text-align: center;
}

input[type="text"],
textarea {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    background-clip: padding-box;
    vertical-align: baseline;
}

input[type="text"] {
    height: 32px;
    padding: 0 9px;
}

textarea {
    height: auto;
    padding: 10px;
    resize: vertical;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 3px 1px #7b7c7e;
}

button {
    background: #7b7c7e;
    border: 1px solid #7b7c7e;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
}

button:hover {
    background: #ffffff;
}

p {
    margin: 0 0 10px;
}

ol,
ul {
    list-style: none;
}

.trace {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 10px;
    overflow: auto;
    width: 100%;
    text-align: center;
}

pre {
    margin: 0;
}

.message {
    border: 1px solid;
    background-position: 10px 11px;
    background-repeat: no-repeat;
    margin: 20px 0;
    padding: 10px 20px 10px 35px;
}

.error {
    border-color: #b30000;
    background-color: #fae5e5;
    background-image: url(../images/i_msg-error.gif);
    color: #b30000;
}

.success {
    border-color: #006400;
    background-color: #e5efe5;
    background-image: url(../images/i_msg-success.gif);
    color: #006400;
}

.info {
    border-color: #6f4400;
    background-color: #fdf0d5;
    background-image: url(../images/i_msg-note.gif);
    color: #6f4400;
}

.fieldset {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
}

.fieldset .legend {
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
}

.fieldset .legend + br {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.fieldset:after {
    content: attr(data-hasrequired);
    color: #e02b27;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 10px 0 0;
    word-spacing: normal;
}

.field {
    margin: 0 0 20px;
}

.label {
    font-weight: 700;
}

.label:after {
    content: "*";
    font-size: 12px;
    color: #e02b27;
    margin: 0 0 0 5px;
}

header {
    padding-top: 40px;
    text-align: center;
}

header img {
    max-width: 405px;
}

.page-main {
    padding: 80px 0px 0px 0px;
}

.page-main p {
    word-break: break-word;
}

.page-main h1 {
    font-size: 80px;
    color: #7b7c7e;
    padding-bottom: 40px;
    line-height: 70px;
    margin-bottom: 0;
    font-weight: 500;
}

.page-main h4 {
    margin-top: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
}

.the-pure-edit-right-image {
    max-width: 765px;
    width: 100%;
}

.maintenance-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-main {
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.maintenance__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.maintenance__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 90%;
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.maintenance__content img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px;
}

.maintenance__content h1.maintenance__title {
    margin-bottom: 50px;
    padding: 0;
    color: #fff;
    font-size: 44px;
    line-height: 50px;
}

.maintenance__content h4,
.maintenance__content p {
    margin: 0;
    color: #fff;
    line-height: 40px;
}

@media (min-width: 768px) {
    .maintenance-row {
        display: flex;
        align-items: center;
    }

    .maintenance-left-column {
        flex: 0 0 auto;
        width: 45%;
    }

    .maintenance-right-column {
        flex: 0 0 auto;
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .maintenance-title {
        padding-right: 60px;
    }
}

@media (max-width: 1440px) {
    .page-main h1 {
        font-size: 62px;
        line-height: 62px;
    }

    header img {
        max-width: 340px;
    }
}

@media (max-width: 1199px) {
    .page-main h1 {
        font-size: 48px;
        line-height: 52px;
    }

    header img {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    header img {
        max-width: 240px;
    }

    .page-main h1 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 15px;
    }

    /* .page-main {
        padding: 30px 0px 0 0px;
    } */

    .maintenance__content h1.maintenance__title {
        font-size: 34px;
        line-height: 45px;
    }

    .maintenance__content h4 {
        font-size: 26px;
        line-height: 35px;
    }
}
