.guideContainerNode{
    width: 100%;
}
.guideContainerNode .mobileLayout {
    display: none;
}
.mComm--form-root{
    font-family: 'Open Sans', sans-serif;
}
.mComm--form-root .guideGridFluidLayout .row{
    width: 65%;
    display: inline-block;
}
.mComm--form-root .guideFieldLabel{
    display: none;
}
.mComm--form-root .guideFieldNode  , .mComm--form-root  .guideFieldError {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.mComm--form-root .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart){
    margin: 0;
    padding: 0;
}
.mComm--form-root .guideFieldWidget input, .mComm--form-root .guideFieldWidget input:focus-visible {
    padding:0.875rem 1.5rem;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    line-height: 1.75rem;
    color:#393939;
    height: 61px;
    border:1px solid #ccc;
 
}

.mComm--form-root .guideGridFluidLayout .row + .row{
    width: 28%;
    display: inline-block;
}
.mComm--form-root .guideGridFluidLayout .row + .row button{
    width: 100%;
    border-radius: 0px;
    height: 61px;
    color: #fff;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    border-color: transparent;
    font-weight: 700;
}
.mComm--form-root.commercial .guideGridFluidLayout .row + .row button{
    background-color: #ee3d8b;
    
}
.mComm--form-root.commercial .guideGridFluidLayout .row + .row button:hover{
    background-color: #b2025b;
}
.mComm--form-root.smei .guideGridFluidLayout .row + .row button{
    background-color: #e11d71;
 
}
.mComm--form-root.smei .guideGridFluidLayout .row + .row button:hover{
    background-color: #b9175c;
}
.mComm--form-root.bishop .guideGridFluidLayout .row + .row button{
    background-color: #A60063;
}
.mComm--form-root.bishop .guideGridFluidLayout .row + .row button:hover{
    background-color: #740045;
    
}
.mComm--form-root.hamilton .guideGridFluidLayout .row + .row button{
    background-color: #8b7156;
}
.mComm--form-root.hamilton .guideGridFluidLayout .row + .row button:hover{
    background-color: #5b4936;
   }
.mComm--form-root.niceic .guideGridFluidLayout .row + .row button{
    background-color: #c53532;
    }
.mComm--form-root.niceic .guideGridFluidLayout .row + .row button:hover{
    background-color: #8a2523;
    
}

