.main-content {
    padding: 2rem var(--spacing);
}

.main-content p {
    padding-bottom: 15px;
}

.main-content table {
    border-collapse: collapse;
}
.main-content table,
.main-content table th,
.main-content table td {
    border: 1px solid #d35059;
}
.main-content table th {
    color: #333333;
    background-color: #d4d4d4;
}
.main-content table td {
    color: #333333;
    background-color: #f7f8f8;
}
.main-content table.clear th,
.main-content table.clear td,
.main-content table.clear {
    color: #000000;
    border: none;
}

.main-content table {
    color: #333333;
    border-collapse: collapse;
    width: 100%;
    font-size: 93%;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.main-content table th {
    background-color: #efefef;
    text-align: left;
    padding: 10px;
}
.main-content table td {
    background-color: #f7f8f8;
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

@media only screen and (max-width: 640px) {
    .main-content table.responsive {
        width: 100% !important;
    }
    .main-content table.responsive th,
    .main-content table.responsive td {
        width: 100% !important;
        box-sizing: border-box;
        display: block;
        height: auto;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    .main-content table.responsive tr:last-child td:last-child {
        border-bottom: none;
    }
    .main-content table.responsive th,
    .main-content table.responsive td {
        text-align: center;
    }
    .main-content table.responsive.clear th,
    .main-content table.responsive.clear td {
        text-align: left;
    }
}

.wpcf7-form {
    width: 100%;
}
.wpcf7-form .must {
    background: #dc143c;
    font-weight: bold;
}
.wpcf7-form .option {
    background: #ccc;
    font-weight: bold;
}
.wpcf7-form .submit {
    text-align: center;
}
.wpcf7-form input[type="submit"] {
    font-size: 100%;
    padding: 6px 40px;
}
.wpcf7-form input[type="submit"]:hover {
    cursor: pointer;
}
.wpcf7-form div.wpcf7-validation-errors {
    background: #fffde0;
}
.wpcf7-form .must,
.wpcf7-form .option {
    color: #fff;
    font-weight: bold;
    margin-left: 0.8em;
    font-size: 85%;
    padding: 0.2em 0.6em;
    float: right;
}
@media only screen and (max-width: 640px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="date"],
    input[type="url"],
    input[type="number"],
    select,
    textarea {
        height: 30px;
    }
    .wpcf7-form .wpcf7-text {
        width: 100% !important;
        box-sizing: border-box;
    }
    .wpcf7-form .wpcf7-textarea {
        width: 100% !important;
        max-width: 100%;
        height: 200px !important;
        box-sizing: border-box;
    }
    .wpcf7-form .must,
    .wpcf7-form .option {
        float: inherit;
    }
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #555;
    background: #fcfcfc;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.wpcf7-form .wpcf7-textarea {
    max-width: 100%;
}
input[type="text"].wpcf7-captchar {
    width: 30%;
}
@media only screen and (max-width: 640px) {
    .wpcf7-form .wpcf7-textarea {
        width: 80%;
    }
}

textarea {
    height: auto;
    line-height: 1.5;
    resize: vertical;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form-control-wrap .wpcf7-select {
    width: 15% !important;
}
@media only screen and (max-width: 959px) {
    .wpcf7-form-control-wrap .wpcf7-select {
        width: 20% !important;
    }
}
@media only screen and (max-width: 640px) {
    .wpcf7-form-control-wrap .wpcf7-select {
        width: 100% !important;
    }
}

.main-content form.wpcf7-form .linkBtn {
    padding: 0 !important;
    width: 100%;
    background: #001441;
    cursor: pointer;
}

.linkBtn:hover {
    background: #284c9c;
}
.main-content .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
    background: #001441;
    position: relative;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8;
    transition: all 0.3s;
}

.linkBtn input[type="submit"] {
    background: none;
    padding: inherit;
}

.main-content form.wpcf7-form .linkBtn input.wpcf7-submit {
    width: 100%;
    padding: 15px 40px;
    color: white;
    height: 100%;
}
