.pcscf-layout .pcscf-content {
    font-size: 14px;
    line-height: 22px;
    color: #111;
    margin-right: 45px;
}

.pcscf-layout .pcscf-content h1 {
    display: block;
    margin: 15px 0px;
    padding: 0px 0px;
    color: #333;
    font-size: 30px;
    line-height: 34px;
}

.pcscf-layout .pcscf-content h2 {
    display: block;
    margin: 15px 0px;
    padding: 0px 0px;
    color: #333;
    font-size: 24px;
    line-height: 28px;
}

.pcscf-layout .pcscf-content h3 {
    display: block;
    margin: 15px 0px;
    padding: 0px 0px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.pcscf-layout .pcscf-content i {
    font-style: italic;
}

.pcscf-layout .pcscf-content strong, .iac-module > .content > b {
    font-weight: bold;
}

.pcscf-layout .pcscf-content hr {
    display: block;
    margin: 3px 0px;
    border: 0;
    height: 1px;
    background: #ccc;
}

.pcscf-layout .pcscf-content ul {
    display: block;
    margin: 10px 0px 10px 0px;
    list-style-position: inside;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
}

.pcscf-layout .pcscf-content ul li {
    padding: 2px 0px 2px 0px;
    line-height: 22px;
}

.pcscf-layout .pcscf-content ol {
    display: block;
    margin: 10px 0px 10px 0px;
    list-style-position: inside;
    padding: 0px 0px 0px 15px;
    list-style-type: decimal;
}

.pcscf-layout .pcscf-content ol li {
    padding: 2px 0px 2px 0px;
    line-height: 22px;
}

.pcscf-layout .contact-content {
    display: flex;
}

.pcscf-layout .contact-content .form > .panel {
    min-width: 410px;
    padding: 35px 37px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 22px 26px 0 rgba(0, 0, 0, 0.08);
}

.pcscf-layout .contact-content .form > .panel > .row {
    margin: 0 0 15px 0;
}

.pcscf-layout .contact-content .form > .panel > .row > .label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.pcscf-layout .contact-content .form > .panel > .row > input,
.pcscf-layout .contact-content .form > .panel > .row > textarea {
    display: block;
    width: 100%;
    padding: 16px 17px;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #d8e4ef;
}

.pcscf-layout .contact-content .form > .panel > .bottom {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 20px;
    align-items: center;
}

.pcscf-layout .contact-content .form > .panel > .bottom .hint {
    display: block;
    flex: 1 1 auto;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}

.pcscf-layout .contact-content .form > .panel > .bottom > .button {
    display: block;
    flex: 0 0 auto;
    min-width: 160px;
    height: 38px;
    line-height: 38px;
    padding: 0px 17px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.3px;
    border-radius: 2px;
    background-color: #6ea85a;
    background-image: linear-gradient(103deg, #1ac767, #4c8153);
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

/* success */
.ccsc-success {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 25px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.ccsc-success > .inner {
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
    background: #288156;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 5px 15px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-align: center;
}
