.simple-form {display:flex;}
.simple-form.left {justify-content:left;}.simple-form.center {justify-content:center;}.simple-form.right {justify-content:right;}
.simple-form .form-content {width: 100%; max-width:475px; display: inline-block; box-shadow: 7px 7px 15px #000;}
.simple-form .oh-form {
  padding: 10px 40px;
  background-color: #fff;
}
.simple-form .form-blue-bar {background-position: 95%; height: 30px; background-image: url(//f.hubspotusercontent10.net/hubfs/1987064/raw_assets/public/OxBlue_May2021/images/header-bluebar.jpg); }
.simple-form .oh-form .hs-input {background-color: #fff; border-color: #00264f;}
.simple-form .oh-form p em {font-size: .83rem;}
{# .simple-form .oh-form .hs-button {background-color:#00264f; border-color:#00264f; display: block; margin:15px auto 30px;}
.simple-form .oh-form .hs-button:hover {background-color:#fff; border-color:#00264f;} #}
.simple-form .oh-form input::placeholder {color:#494a52 !important;}

@media screen and (max-width: 767px) {
  .section-form-content .form-content {margin: auto; display: block}
  .simple-form.left, .simple-form.right {justify-content:center;}
}

/*  Inline TY Message */

.simple-form .oh-form .submitted-message { height: initial !important; margin: 30px 0; }