/* FAQ */
.questions-499 {
    position: fixed;
    width: 400px;
    right: 5%;
    top: 230px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.questions-499 .formbuilder-inner {
    padding: 30px;
}
.questions-499 .widget-name-title {
    text-align: left;
    font-family: Din-Medium, sans-serif;
    color: #114b90;
    font-size: 2.4rem!important;
    padding-bottom: 10px;
}
.questions-499 p.padding-bottom-20 {
    font-family: OpenSans, sans-serif;
    font-size: 0.9rem!important;
}
.questions-499 .col-sm-12, .questions-499 .col-md-12 {
    padding: 0!important;
}
.questions-499 .form-group-lg .form-control {
    font-family: OpenSans, sans-serif;
    font-size: 1rem;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.questions-499 .form-group-lg .form-control::placeholder {
    color: white;
}
.questions-499 .label-title {
    font-family: Opensans, sans-serif;
    font-size: 0.85rem!important;
}
.questions-499 .row-submit .btn-form-submit {
    border-radius: 0;
    font-family: OpenSans-Light, sans-serif;
    width: 90%;
    margin-left: 5%;
    -webkit-box-shadow: rgba(55, 55, 55, 0.21) 0px 0px 10px inset;
    -moz-box-shadow: rgba(55, 55, 55, 0.21) 0px 0px 10px inset;
    box-shadow: rgba(55, 55, 55, 0.21) 0px 0px 10px inset;
    text-shadow: 0px 0px 5px #272727;
}
.questions-container > .question-box:nth-child(even) {
    background-color: #f0f1f1;
}
.questions-container .wrapper h2, .questions-container .wrapper p {
    width: 55%;
}
.questions-container h2 {
    font-size: 2rem!important;
    margin-bottom: 40px!important;
}
.questions-container .wrapper p {
    line-height: 1.8rem!important;
}
.faq-container input#search {
    width: 55%;
    margin: 80px 0 0px 0;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
    font-size: 0.9rem;
    padding-right: 50px;
    background-image: url(https://fs.go.iopw.com/FileServer/sites/169/images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px;
}

@media (max-width: 1000px) {
  .questions-499 {
    padding: 40px 15px;
    position: initial;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .faq-container input#search {
    width: 100%;
  }
  .questions-container .wrapper h2, .questions-container .wrapper p {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .questions-499 {
    padding: 40px 0px;
  }
}
