.contact-section {
  padding: 60px 20px;
}
.contact-section .title-wrapper {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contact-section .title-wrapper {
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
  }
}
.contact-section .title-wrapper .sub-title {
  margin: 0 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #3b7e00;
}
@media only screen and (min-width: 992px) {
  .contact-section .title-wrapper .sub-title {
    font-size: 16px;
  }
}
.contact-section .title-wrapper .title {
  margin: 0 0 10px;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .contact-section .title-wrapper .title {
    font-size: 30px;
  }
}
.contact-section .title-wrapper p {
  color: #000;
}
.contact-section .column-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .contact-section .column-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-section .column-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section .column-wrapper .column:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 40px;
  }
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3b7e00;
  height: 100%;
  padding: 30px;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .img-wrapper {
  margin-bottom: 30px;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .img-wrapper img {
  width: 150px;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .instructions-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .instructions-wrapper ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .instructions-wrapper ul li:not(:first-child) {
  margin-top: 10px;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .instructions-wrapper ul li .icon {
  width: 15px;
}
.contact-section .column-wrapper .column:nth-child(1) .inner-wrap .instructions-wrapper ul li .text {
  flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding-left: 8px;
}
@media only screen and (min-width: 992px) {
  .contact-section .column-wrapper .column:nth-child(2) {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .success-msg {
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #3b7e0163;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .terms-link {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .terms-link:hover, .contact-section .column-wrapper .column:nth-child(2) .form-wrapper .terms-link:focus {
  color: #d84949;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row {
  position: relative;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox {
  position: absolute;
  opacity: 0;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
	border: 1px solid #3b7e01;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox:hover + label:before {
  background: #3b7e01;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox:checked + label:before {
  background: #3b7e01;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .c-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row.col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row.col-2 .col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row:not(:first-child) {
  margin-top: 15px;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .col:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .contact-section .column-wrapper .column:nth-child(2) .form-wrapper .input-row .col:not(:first-child){
    margin-top: 0;
  }
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper label {
  color: #000;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper label sup {
  color: red;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper input:focus, .contact-section .column-wrapper .column:nth-child(2) .form-wrapper textarea:focus {
  outline: 1px solid green;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper textarea {
  width: 100%;
  border: none;
  padding: 15px;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper input[type=submit] {
  background-color: green;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.contact-section .column-wrapper .column:nth-child(2) .form-wrapper input[type=submit]:hover, .contact-section .column-wrapper .column:nth-child(2) .form-wrapper input[type=submit]:focus {
  background-color: rgba(0, 128, 0, 0.8);
}
