.threeColumnGridWrapper{grid-template-columns:1fr}.threeColumnGrid{display:grid;max-width:1700px;transition:width 2s;margin:0px auto;padding:0px 20px}.threeColumnGridColumn{margin:10px;padding:10px}@media only screen and (max-width:770px){.threeColumnGrid{grid-template-columns:80% !important;transition:width 2s;justify-content:center}.threeColumnGridColumn{background-color:yellowgreen;margin:2px}}@media only screen and (max-width:667px){.threeColumnGrid{grid-template-columns:1fr !important}.threeColumnGridColumn{background-color:orangered;padding:0px 10px}}.threeSectionForm{display:block}.threeSectionForm .field label{margin-top:10px;margin-bottom:4px;background-color:transparent;font-family:Arial,Verdana,Helvetica;font-size:17px;font-weight:200}.hs_message .hs-input,.threeSectionForm .field input,.threeSectionForm .field textarea{margin-bottom:10px;padding:5px;background-color:white;width:96%}.threeSectionForm .field textarea{min-width:200px;min-height:50px;width:96%}.threeSectionForm .hs-button a{background-color:var(--lynchBlue);padding 15px !important;text-align:center;margin:5px auto !important}.threeSectionForm .hs-button{display:flex;justify-content:center;align-content:center;text-decoration:none;padding:10px 20px;background-color:#094d87;border:0;cursor:pointer;margin:10px auto;color:white;font-family:Arial,Verdana,Helvetica;font-size:17px;font-weight:200;text-align:center}.threeSectionForm .hs-button:hover{background-color:black}.threeSectionForm .hs-button:active{transform:scaleY(1.2)}