/*clear with 
https://ameren-staging.planetecosystems.com/generate-styles/clearcss?styles%5B0%5D=%2Fcss%2Fviews3.0%2Fwidgets%2Fshowcontactus.css&opCoId=0
 */
/* 

Generated on Sat, 02 Aug 2025 07:29:01 -0500

- /css/views3.0/widgets/showcontactus.css

*/

@import url('https://ameren-staging.planetecosystems.com/css/bootstrap_4/grid.min.css');
#content-main a.c-popup-btn {
    color: white;
}
#contact-us-widget {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}
#contact-us-widget .w-title {
    color: #218737;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
}
#contact-us-widget #contact-widget-form {
    width: 400px;
    text-align: left;
}
#contact-us-widget #contact-widget-form .form-item-wrapper input,
#contact-us-widget #contact-widget-form .form-item-wrapper textarea {
    border: 1px solid #c6c6c6;
}
#contact-us-widget #contact-widget-form #google-recaptcha {
    margin: 10px 0 0 5px;
}
.w-title{
    font-size: 32px;
}
.w-description {
    color: #686868;
    padding: 15px 0;
    max-width: 720px;
}
.w-description a{
    color: #426cb1;
}
.form-item-wrapper{
    padding: 5px;
}
.form-input-wrapper{
    max-width: 420px;
}
.form-item-wrapper label,
.form-item-wrapper input{
    display: block;
}
.form-item-wrapper label{
    font-weight: bold;
    font-size: 16px;
    font-family: inherit;
}
.form-item-wrapper input,
.form-item-wrapper textarea{
    width: 100%;
    margin: 5px 0;
    border: 2px solid #c5c5c5;
    border-radius: 12px;
    font-family: inherit;
    font-size: inherit;
    color: black;
}
.form-item-wrapper textarea {
    padding: 10px;
    box-sizing: border-box;
    height: 150px;
    resize: none;
    overflow-y: auto;
}
.form-required-hint{
    font-size: 16px;
    color: #636363;
    margin: 20px 0 20px 0;
}
#contact-us-widget input[type=submit]{
    padding: 0 40px;
    border: none;
    border-radius: 20px;
    display: inline-block;
    background: #218737;
    color: white;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    -webkit-appearance: none;
    width: inherit;
    height: 40px;
}

/* popup */
.c-popup-overlay{
    font-family: 'Roboto', sans-serif;
    background: rgba(102, 102, 102, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    display: none;
}
.c-popup{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    background: white;
    transform: translate(-50%,-50%);
}
.c-popup-head{
    background: #1B6CB5;
    border-radius: 5px 5px 0px 0px;
    height: 70px;
    padding: 0 20px;
}
.c-popup-head .fa{
    color: white;
    cursor: pointer;
}
.c-popup-body{
    text-align: center;
    padding: 40px 50px;
}
.c-popup-title{
    font-weight: 300;
    font-size: 28px;
    color: #363636;
    margin-bottom: 20px;
}
.c-popup-description{
    font-size: 16px;
    text-align: center;
    color: #636363;
    max-width: 400px;
}
.c-popup-btn{
    display: inline-block;
    padding: 8px;
    background: #27863B;
    border: 1px solid #1C732F;
    box-sizing: border-box;
    border-radius: 20px;
    min-width: 180px;
    font-size: 14px;
    color: white;
    margin: 20px 0 0;
}
.c-popup-return-link {
    visibility: hidden;
}
/* //popup */
.g-recaptcha.error > div {
    border: 1px solid red;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    #contact-us-widget #contact-widget-form {
        width: 100%;
    }
}