@charset "utf-8";
.submitButton,
div.custom-select,
div.search-block {
  text-align: center;
}
form {
  margin: 0;
  padding: 0;
}
input[type="number"],
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  background: #fff;
  padding: 12px;
  border: 1px solid #ddd;
  color: #333;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
textarea {
  resize: none;
}
select {
  padding: 5px;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #a8407f;
}
button,
input[type="button"],
input[type="submit"] {
  background: #810052;
  border: none;
  letter-spacing: 5px;
  border-radius: 1px;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
  -webkit-appearance: none;
  vertical-align: middle;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #700448;
}
div.search-block {
  float: right;
  height: 70px;
  line-height: 70px;
  width: 70px;
  font-size: 20px;
}
div.search-block a {
  color: #333;
}
div.search-block a:hover {
  color: #810052;
}
div.custom-select {
  position: relative;
}
div.custom-select:before {
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
div.custom-select div.inner {
  border: 2px solid #aaa;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  width: 569px;
}
div.custom-select select {
  width: 100%;
  border: none;
  background: #e6e7e8;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 23px;
  border-radius: 10px;
  text-align-last: center;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
}
div.custom-select select option {
  text-align: left;
}
div.custom-select div.inner:after {
  border-radius: 0 10px 10px 0;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #000;
  font-size: 18px;
  right: -3px;
  top: -2px;
  padding: 0 0 2px;
  border: 2px solid #aaa;
  position: absolute;
  pointer-events: none;
  width: 44px;
  height: 44px;
  background: #e6e7e8;
  line-height: 40px;
}
div.serch-block input[type="text"] {
  background: #6da3d7;
  border: none;
  color: #fff;
  font-size: 36px;
  width: 85%;
  text-align: center;
  padding: 0;
  line-height: normal;
}
#s:-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#s::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#s::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#s:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
div.serch-block input[type="submit"] {
  background: url(/web/20170217041747im_/https://www.peoplestrong.com/wp-content/themes/peoplestrong/images/search-arrow.png)
    center center no-repeat #6da3d7;
  font-size: 0;
  float: right;
  margin: 7px 0 0;
}
div.form-block {
  margin: 0 auto;
  max-width: 370px;
}
div.form-block div.field,
div.form-block input[type="number"] {
  margin-bottom: 20px;
}
div.form-block label {
  display: block;
  padding-bottom: 5px;
}
div.form-block input[type="number"],
div.form-block input[type="text"],
div.form-block input[type="email"],
div.form-block select,
div.form-block textarea,
div.form-block.contactUs input[type="text"],
div.form-block.contactUs input[type="email"],
div.form-block.contactUs textarea {
  width: 100%;
  border-width: 2px;
  padding: 0 10px;
  height: 30px;
  font-size: 15px;
}
div.form-block input[type="submit"] {
  border-radius: 30px;
}
.error {
  color: #a8407f;
}
div.form-block.contactUs input[type="submit"] {
  margin: 0 0 0 -10px;
  border: 2px solid #810052;
  background-color: #a8407f;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  min-width: 155px;
  text-transform: capitalize;
  width: 155px;
  height: 40px;
  padding: 8px 15px;
}
div.form-block.contactUs input[type="submit"]:hover {
  background-color: #810052;
  border: 2px solid #a8407f;
}
div.form-block textarea,
div.form-block.contactUs textarea {
  height: 90px;
}
.required--txt {
  padding: 0 0 15px;
}
@media (max-width: 1050px) {
  div.serch-block input[type="text"] {
    font-size: 32px;
    line-height: 32px;
  }
  div.serch-block input[type="submit"] {
    margin: -5px 0 0;
  }
  div.form-block {
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  div.heading.width--narrow > div.inner {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  div.serch-block input[type="submit"] {
    background-size: 25px auto;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
  }
  div.serch-block input[type="text"] {
    height: 30px;
    font-size: 24px;
    line-height: 26px;
  }
}

/*
     FILE ARCHIVED ON 04:17:47 Feb 17, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:47:34 May 23, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 114.177
  exclusion.robots: 0.11
  exclusion.robots.policy: 0.102
  cdx.remote: 0.052
  esindex: 0.009
  LoadShardBlock: 70.299 (3)
  PetaboxLoader3.datanode: 1042.241 (4)
  load_resource: 1017.998
  PetaboxLoader3.resolve: 26.905
*/
