body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
    color: rgb(5, 5, 75);
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.underline_text {
    text-decoration: underline;
}

.indented {
    margin-left: 5em;
}

.center-text-align-style {
    text-align: center;
}

.right-text-align-style {
    text-align: right;
}

.input_form {
    width: 100%;
    font-size: 15px;
}

.contact_form_heading {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 12px;
    text-align: left;
}

.contact_form_table {
    width: min(100%, 72rem);
}

.contact_form_table td {
    text-align: left;
    vertical-align: top;
    padding: 4px 8px 4px 0;
}

.contact_form_heading_row td {
    padding-top: 0;
}

.contact_form_table td:first-child {
    width: 1%;
    text-align: right;
    white-space: nowrap;
    padding-right: 12px;
}

.contact_form_table td:last-child {
    width: auto;
}

.contact_form_table input:not([type="submit"]),
.contact_form_table textarea {
    width: 100%;
    box-sizing: border-box;
}

.contact_form_table .submit_row td {
    text-align: center;
    padding-top: 12px;
}

.contact_form_table input[type="submit"] {
    width: 12rem;
    max-width: 100%;
}

.contact_form_table input[name="Input.YourName"] {
    max-width: 30rem;
}

.contact_form_table input[name="Input.Email"] {
    max-width: 42rem;
}

.contact_form_table input[name="Input.Phone"] {
    max-width: 24rem;
}

.contact_form_table textarea[name="Input.Message"] {
    max-width: 52rem;
}

.contact_form_table input[name="Input.HumanCheck"] {
    max-width: 12rem;
}

.doc-image {
    width: 70px;
    border: 0;
    margin-right: 12px;
    vertical-align: middle;
}

.documentation-links p {
    margin-bottom: 12px;
}

.faq-image {
    width: 512px;
    max-width: 100%;
}

.red {
    color: red;
}

.success {
    color: green;
    font-weight: 700;
}

a {
    color: rgb(6, 51, 255);
    text-decoration: none;
    font-weight: 800;
}

a:visited {
    color: rgb(6, 51, 255);
}

a:hover,
a:active,
a:focus {
    color: rgb(255, 41, 0);
    text-decoration: none;
}

h1 {
    display: block;
    font-size: 24px;
    margin: 8px 0 12px;
    font-weight: bold;
}

.header_area {
    position: relative;
    height: 200px;
    width: 95%;
    margin: 0 auto;
}

.logo {
    position: absolute;
    left: 22px;
    top: 10px;
    width: 220px;
    height: 100px;
    background-image: url('/images/encodedsolutions_logo_with_name_220_x_100.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.highlighted_text_with_rounded_border {
    position: absolute;
    top: 50px;
    left: 280px;
    border: 3px solid rgb(5, 5, 75);
    border-radius: 25px;
    background-color: rgb(225, 225, 200);
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    padding: 2px 10px;
    white-space: nowrap;
}

.encodedsolutions {
    position: absolute;
    left: 660px;
    top: 40px;
    white-space: nowrap;
    overflow: hidden;
    color: darkblue;
    font-weight: 700;
}

.header_menu {
    position: absolute;
    top: 100px;
    margin: 0;
}

a.menu_item {
    color: rgb(5, 5, 75);
    padding: 0 8px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
}

a.menu_item:visited {
    color: gray;
}

a.menu_item:hover,
a.menu_item:active,
a.menu_item:focus {
    color: rgb(255, 41, 0);
    background-color: #f1f1f1;
}

.header_area hr {
    position: relative;
    top: 150px;
    width: 100%;
    margin: 0;
}

.main_body {
    position: relative;
    left: 5px;
    width: 95%;
    margin: 0 auto;
}

.page_title {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
}

.info_paragraph {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    text-align: left;
}

.clear_float {
    clear: both;
}

.footer {
    width: 95%;
    margin: 24px auto 18px;
    padding-top: 8px;
    border-top: 1px solid #dcdcdc;
    color: #555;
    font-size: 14px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgb(5, 5, 75);
    background-color: #a7d5ed;
    border: 1px solid rgb(5, 5, 75);
    border-radius: 6px;
    padding: 0.45rem 1rem;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a.btn:hover {
    color: rgb(255, 41, 0);
    background-color: #e8e8e8;
}

@media (max-width: 980px) {
    .header_area {
        height: auto;
        padding: 10px 0;
    }

    .logo,
    .highlighted_text_with_rounded_border,
    .encodedsolutions,
    .header_menu {
        position: static;
        display: block;
        margin: 0 0 10px;
    }

    .header_area hr {
        position: static;
        margin-top: 4px;
    }
}
