/* text-align: left; */
.textAlignLeft {
    text-align: left;
}
/* text-align: right; */
.textAlignRight {
    text-align: right;
}
/* position: absolute; width: 0; height: 0; overflow: hidden; */
.styleMig1 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
/* float: right; margin: 8px 0 8px 8px; */
.styleMig2 {
    float: right;
    margin: 8px 0 8px 8px;
}
/* white-space: pre-wrap; */
.whiteSpacePreWrap {
    white-space: pre-wrap;
}

/* FROM style tage WP in place of INLINE */
.ct-FontAwesomeicon-home {
    width: 0.92857142857143em
}
.ct-FontAwesomeicon-phone {
    width: 0.78571428571429em
}

/* ADDED */
.centerGrid {
    display: grid;
    place-items: center;
}



/* ADD FOR WIP FORM */
.formWrapper {
    width: 640px;
}
.contactUsStaticForm {
    background: #DBEFAC;
    width: 100%;
}
.inputsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.submitButtonStaticGForm {
    background: #18a8e3;
    padding: 8px;
}
/* ABOVE HERE MAY NOT BE NEDED WHERE FOR GOOGLE FORMS */
/* BELOW MIGRATION OF OLD FORMINATOR /STAIC FORM */
.right0px {
    right: 0px;
}
.paddingRight36px {
    padding-right: 36px;
}
.formTextareaMinHeight140px {
    min-height: 140px;
    /* --forminator-textarea-min-height:140px; */
}
/* COPY  forminator CSS*/
/* .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-field {
    margin: 0;
    padding: 0;
    border: 0;
}
.forminator-ui * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.forminator-ui.forminator-custom-form[data-design=default] {
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
} */
/* JUST CLONED CSS/forminator-grid.open.min */