/* Library theme contact form start*/

.library-contact-form {
  background-color: #E0EBED;
  padding: 0 0 45px 0;
  margin-top: 32px;
}

.library-contact-form h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.library-contact-form .form-sub-title {
  font-size: 18px;
  line-height: 18px;
}

.library-contact-form .form-content-wrapper {
  padding: 30px;
  background-color: #F5F8F9;
  color: #203437;
  font-size: 18px;
}

@media (min-width: 992px) {
  .library-contact-form .text-fields label {
    color: #203437;
  }
}

.library-contact-form .form-group .form-field,
.library-contact-form .form-group .form-actions {
  width: 50%;
  padding: 10px;
  margin-bottom: 15px;
}

.library-contact-form .form-group .label {
  margin-bottom: 5px;
}

.library-contact-form .form-group .form-control {
  background: #fff;
  border: 2px solid #f1f1f1 !important;
  border-radius: 0px !important;
  height: 60px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.library-contact-form .form-group textarea.form-control {
  height: 190px;
}

.library-contact-form .form-group .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.library-contact-form .form-group .form-control::placeholder {
  color: #999999;
}

.library-contact-form .form-group .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.library-contact-form .form-group .form-control:-ms-input-placeholder {
  color: #999999;
}

.library-contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #999999;
}

.library-contact-form .form-group .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-required:after {
  display: none;
}

.library-contact-form .form-group .form-control.error-field {
  border: 1px solid #ea4545 !important;
  background: #f5d0d0;
}

.library-contact-form .form-group .form-control.error-field::placeholder {
  color: #f15d56;
}

.library-contact-form .form-group .form-control.error-field::-moz-placeholder {
  color: #f15d56;
  opacity: 1;
}

.library-contact-form .form-group .form-control.error-field:-ms-input-placeholder {
  color: #f15d56;
}

.library-contact-form .form-group .form-control.error-field::-webkit-input-placeholder {
  color: #f15d56;
}

@media (max-width: 992px) {

  .library-contact-form .form-group .form-field,
  .library-contact-form .form-group .form-actions {
    width: 100%;
  }
}

.alert-danger {
  display: none;
}

.library-contact-form #cms_container {
  text-align: center;
}

.library-contact-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.library-contact-form .form-item label {
  margin-bottom: 5px;
}

.library-contact-form .js-form-type-checkbox {
  display: flex;
}

.library-contact-form .js-form-type-checkbox input.form-control {
  margin-top: 7px;
  height: 15px;
  width: 15px;
}

.library-contact-form .js-form-type-checkbox input::after {
  content: "*";
  position: relative;
  top: -8px;
  left: 17px;
  color: #203437;
}

.library-contact-form .js-form-type-checkbox label {
  padding-left: 32px;
}

.library-contact-form .form-actions input {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.library-contact-form .form-group .form-actions input {
  font-size: 16px;
  padding: 15.4px 37.07px;
}

.library-contact-form .form-actions input:focus {
  outline: 1px solid black;
  box-shadow: none;
}

.library-contact-form .js-form-type-checkbox .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.library-contact-form .error-field.form-item-required {
  outline: 2px solid #f15d56;
  border-radius: 4px;
}

.library-contact-form .form-item-req label {
  margin-bottom: 25px;
}

.library-contact-form .thanks-section {
  padding: 350px 30px;
}

.library-contact-form .thanks-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.library-contact-form .thanks-section p {
  font-size: 18px;
}

.library-contact-form .form-group .form-actions {
  margin-top: 0;
}

/* Library theme contact form end*/