.helpful * {
  box-sizing: border-box;
  font-family: "MuseoSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.helpful {
  color: #2e3b4e;
  position: relative;
  padding: 24px 20px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 3px 6px -2px rgba(0,0,0,.05);
  background-color: #fff;
  margin: 32px auto 64px auto;
  max-width: 780px;

}
.single-post .helpful{

  max-width: 690px;
}


@media all and (max-width: 560px) {
  .helpful {
    flex-direction: column;
    margin-bottom: 64px;
  }
}

/* HEADING */

.helpful > .helpful-header {
  margin-right: 24px;
}

.helpful > .helpful-header > .helpful-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #2e3b4e;
  display: inline-block;
  margin: 0;
  padding:0;
  text-transform: none;
}
@media(max-width:767px){
  .helpful>.helpful-header{margin-right: 0;}
.helpful > .helpful-header > .helpful-headline {
margin-bottom: 16px;
}
}

/* CONTENT */

.helpful > .helpful-content {
  color: #2e3b4e;
}

.helpful > .helpful-content > span {
  display: none;
}

.helpful > .helpful-content > a {
  color: #2e3b4e;
  text-decoration: underline;
}

.helpful > .helpful-content > a:hover {
  color: #2e3b4e;
  text-decoration: none;
}

/* CONTROLS */

.helpful > .helpful-controls,
.helpful .helpful-feedback-controls {
  display: flex;
}

.helpful .helpful-content .helpful-button {
  width: auto;
}
.helpful .helpful-button:active {
  transform: scale(0.98);
  /* Scaling button to 0.98 to its original size */
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.21);
  /* Lowering the shadow */
}
.helpful .helpful-content .helpful-button,
.helpful > .helpful-controls > div > .helpful-button {
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border:none;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  min-width: 80px;
  transition: all 0.2s ease;
  height: 36px;
}

@media(max-width:767px){
  .helpful .helpful-content .helpful-button,
  .helpful > .helpful-controls > div > .helpful-button{
  margin-bottom:4px!important;
width: 100%;;
}
}
.helpful-contra {
  box-shadow:inset 0 0 0 1px #2d3b4e26;
  color: #2d3b4e;
  background: transparent;
}
.helpful-contra:hover{
  box-shadow:inset 0 0 0 1px #2d3b4e;
  color: #2d3b4e;
}
.helpful-pro{
  background-color: #00cf95;background-color: #00CF95;
    background-image: linear-gradient(0deg, #00CF95, #00CF95);
  color: #fff;
}
.helpful-pro:hover{ 
  background-color: #00CF95;
    background-image: linear-gradient(0deg, #00CF95, #00CF95);
}

.helpful > .helpful-controls > div:first-child {
  margin-right: 8px;
}

.helpful .helpful-content .helpful-button:hover,
.helpful > .helpful-controls > div > .helpful-button:hover {
  opacity: 0.9;
}

/* FEEDBACK */

@media all and (min-width: 992px) {
  .helpful > .helpful-content > .helpful-feedback-form {
    min-width: 320px;
  }
}

.helpful > .helpful-content > .helpful-feedback-form {
  color: #2e3b4e;
}

.helpful > .helpful-content > .helpful-feedback-form req {
  color: #ed7161;
}

.helpful > .helpful-content > .helpful-feedback-form p {
  margin: 0 0 16px;
}

.helpful > .helpful-content > .helpful-feedback-form > p,
.helpful > .helpful-content > .helpful-feedback-form > .feedback-note > p,
.helpful > .helpful-content > .helpful-feedback-form > .group {
  color: #2e3b4e;
  font-weight: bold;
  font-size: 18px;
}

.helpful .helpful-feedback-form textarea,
.helpful .helpful-feedback-form input[type="text"],
.helpful .helpful-feedback-form input[type="email"],
.helpful .helpful-feedback-form input[type="url"],
.helpful .helpful-feedback-form input[type="number"] {
  color: #2e3b4e;
  width: 100%;
  display: block;
  border: 1px solid #2e3b4e26;
}

.helpful > .helpful-content > .helpful-feedback-form textarea {
  min-height: 110px;
  max-width: 100%;
  font-size: 14px;
  margin: 12px 0;
  padding: 16px;
  border-radius: 4px;
}



.helpful .helpful-feedback-form .helpful-button,
.helpful .helpful-feedback-controls .helpful-button {
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  text-decoration: none;

  border-radius: 4px;
  background-color: transparent;
  color: #2e3b4e;
  border: 1px solid #2e3b4e26;
  font-size: 14px;
  margin: 12px 8px;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.helpful .helpful-feedback-form .helpful-button:hover,
.helpful .helpful-feedback-controls .helpful-button:hover {

  border: 1px solid #2e3b4e;
  transition: all 0.2s ease;
}

.helpful .helpful-feedback-controls > div {
  flex: 1;
}

.helpful .helpful-feedback-controls > div:first-child {
  margin-right: 1px;
}

@media all and (max-width: 767px) {
  .helpful .helpful-feedback-controls > div:first-child {
    margin-right: 0;
  }
}

.helpful .helpful-feedback-controls .helpful-button {
  width: 100%;
}
.helpful
  .helpful-feedback-controls
  .helpful-button.helpful-button.helpful-submit {
    display: inline-block;
    border: solid 1px #00cf95;
    color: #fff;
    background-color: #00cf95;
    border-radius: 4px;
    font-weight: bold;
    padding: 12px 32px;
    margin-top: 12px;
    height: unset;
    width: auto;
    font-size: 14px;
}
#p2 label:first-child{
  margin-top: 16px;display: block;
}
#p2 label{
  font-size: 14px;;
}
.helpful .loading {
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 999;
  position: relative;
  flex: auto;
}
.helpful .loading:before{
background: none;;
}

.helpful .loading span {
  height: 20px;
  width: 20px;
  display: inline-flex !important;
  background-color:transparent;
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%232e3b4e' fill-rule='nonzero' d='M10 1a1 1 0 0 1 0 2 7 7 0 1 0 0 14 1 1 0 0 1 0 2 9 9 0 0 1 0-18z'/%3e%3c/svg%3e")
    50% no-repeat;
  animation: spinnerAnimate__Z9v1B 1s infinite linear;
  right: 0;
  top: 0;
  position: relative;
  margin: auto;
  font-size: 0;
  z-index: 9999;
}
.helpful .helpful-pro .loading span,.helpful .helpful-submit .loading span{
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%23ffffff' fill-rule='nonzero' d='M10 1a1 1 0 0 1 0 2 7 7 0 1 0 0 14 1 1 0 0 1 0 2 9 9 0 0 1 0-18z'/%3e%3c/svg%3e")
  50% no-repeat;
  background-color:transparent;
}
@keyframes spinnerAnimate__Z9v1B {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
