/*** uncss> filename: http://localhost:4567/stylesheets/submit_claim.css ***/
#contactPageInner {
  padding-top: 18vh; }

#contactPageOuter {
  margin: auto;
  color: #3c4542;
  background-color: #f3f3f3;
  padding-bottom: 40vh; }

div#contactByContainer {
  display: -webkit-inline-box; }

div#reporttoPloice {
  display: -webkit-inline-box; }

#contactPageInner label {
  font-size: 18px !important;
  margin-bottom: 2% !important;
  line-height: 1.3em; }

#contactPageInner h1 {
  font-size: 2.2rem;
  padding-bottom: 2%;
  color: #76be43; }

#personalInfo p,
#claimInfo p {
  font-weight: bold;
  font-size: 1rem; }

#contactPageInner h3 {
  padding: 2% 0;
  font-weight: 400; }

input[type="checkbox"] {
  margin-right: 10px; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  padding: 10px 15px !important;
  vertical-align: middle;
  width: 100%;
  background-color: white !important;
  margin-bottom: 2% !important; }

.pcpy .button2 {
  float: none;
  background-color: #76be43 !important;
  padding: 1.2em 3em !important;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 4%; }

textarea {
  font-size: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.field {
  margin-bottom: 4vh;
  text-align: left; }

label {
  width: 50%;
  font-family: OpenSans;
  font-size: 1.2rem !important;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  color: #8c8c8c; }

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.button2 {
  float: right;
  background-color: #76be43 !important;
  padding: 0.2em 2em !important; }

textarea {
  border: none;
  height: 45vh !important; }

/* NEW */
#contactPageInner {
  text-align: left;
  padding: 15% 22% 10% 22%; }
  @media screen and (max-width: 1200px) {
    #contactPageInner {
      text-align: left;
      padding: 18vh 6vw; } }
.ui-dialog {
  -webkit-box-shadow: 0 0 10px 5px #3e6423  !important;
          box-shadow: 0 0 10px 5px #3e6423  !important; }

#goToMySGI {
  line-height: 1.7em; }
