.wrap-has-sidebar {
    display: flex
}

.sidebar {
    width: 380px
}

.wrap-has-sidebar .post-content {
    width: calc(100% - 380px)
}

h1 {
    font-size: 20px;
    line-height: 30px;
    font-family: Spectral;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 25px
}

#main-content {
    margin-top: 317px
}

.page-content {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

.page-content p {
    margin-bottom: 15px
}

.page-content ol {
    list-style: auto;
    padding-left: 15px;
    margin-bottom: 15px
}

.page-content ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 15px
}

.post-content a {
    text-decoration: underline
}

.child-pages {
    padding: 0 !important
}

.child-pages li {
    list-style: none
}

.child-pages li a {
    padding: 7px 0px
}

.child-pages li.active a {
    border-bottom: 1px solid
}

.page-content form.wpcf7-form {
    max-width: 366px;
    margin-top: 50px
}

.page-content form.wpcf7-form input {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400
}

.page-content form.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -37px;
    font-size: 12px;
    letter-spacing: 0.2px
}

input:focus {
    outline: none
}

.wpcf7-radio label {
    display: flex
}

.wpcf7-radio span.wpcf7-list-item {
    margin: 0 30px 0 0
}

.wpcf7-radio label span {
    font-size: 12px !important
}

.page-content form.wpcf7-form .wpcf7-radio input[type="radio"] {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 10px;
    accent-color: #000;
    margin-bottom: 0
}

.page-content form.wpcf7-form input.wpcf7-submit {
    background-color: #000;
    color: #fff;
    height: 44px;
    margin-bottom: 15px;
    font-size: 12px;
    max-width: 354px;
    cursor: pointer
}

.block {
    display: block
}

span.wpcf7-form-control.wpcf7-radio {
    margin-bottom: 5px;
    display: block
}

span.wpcf7-form-control-wrap[data-name="state_purpose"] span.wpcf7-not-valid-tip {
    bottom: -23px
}

.wpcf7-response-output {
    margin: 0 !important;
    font-size: 12px;
    text-align: center;
    max-width: 354px;
    padding: 0 5px !important
}

.page-content h3 {
    font-family: Spectral;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    letter-spacing: -0.5px
}

@media screen and (max-width:1600px) {
    #main-content {
        margin-top: 180px
    }

    .sidebar {
        width: 280px
    }

    .wrap-has-sidebar .post-content {
        width: calc(100% - 280px)
    }
}

@media screen and (max-width:767px) {
    .wrap-has-sidebar {
        flex-direction: column;
        padding: 0 30px !important
    }

    #main-content {
        margin-top: 80px
    }

    .wrap-has-sidebar .post-content {
        width: 100%
    }

    .page-content h3 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        letter-spacing: -0.5px
    }

    .page-content {
        font-size: 12px;
        line-height: 20px
    }

    .sidebar h1 {
        text-align: center;
        font-size: 14px
    }

    .sidebar {
        width: 100%
    }

    .sidebar.has-child {
        display: flex;
        justify-content: space-between
    }

    .child-pages li.active a {
        border-bottom: none;
        font-weight: bold
    }

    .child-pages li a {
        padding: 4px 0;
        font-size: 10px;
        display: block
    }

    .sidebar ul.child-pages {
        display: none;
    }

    .sidebar.has-child ul.child-pages {
        display: block;
    }
}