.help-body {
  background: #FFFFFF !important;
}

.help-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.help-wrapper .container-faq {
  color: #1A476A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.help-wrapper .container-faq .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 9vh;
  padding-left: 15px;
  margin-bottom: 5vh;
  margin-top: 5vh;
}

.help-wrapper .container-faq .faq-wrapper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.help-wrapper .container-faq .faq-wrapper-menu .faq {
  background: rgba(190, 214, 219, 0.1);
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding: 4vh 0vh;
  width: 19%;
}

.help-wrapper .container-faq .faq-wrapper-menu .faq div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.help-wrapper .container-faq .faq-wrapper-menu .faq div svg {
  height: 72px;
  width: 92px;
}

.help-wrapper .container-faq .faq-wrapper-menu .faq div span {
  height: 20%;
  font-family: 'Heebo', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #474747;
  margin-top: 3vh;
}

.help-wrapper .help-homepage .faq-title {
  margin-top: 2vh !important;
}

.help-wrapper .contactUs {
  background: rgba(190, 214, 219, 0.1) !important;
  border-radius: 4px;
  margin-top: 10vh;
  padding: 5vh 0vh;
}

.help-wrapper .contactUs > div {
  width: 99%;
}

.help-wrapper .contactUs h3 {
  margin-top: 10px;
}

.help-wrapper .contactUs .row {
  background: rgba(190, 214, 219, 0) !important;
}

.help-wrapper .contactUs fieldset {
  border: 1px solid #1E1E1E !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.help-wrapper .contactUs fieldset legend {
  width: auto;
  padding: 0px 3px;
  border-bottom: none;
  margin: 0;
  color: #003359;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.help-wrapper .contactUs fieldset input[type="text"], .help-wrapper .contactUs fieldset input[type="text"]:focus, .help-wrapper .contactUs fieldset input[type="email"], .help-wrapper .contactUs fieldset input[type="email"]:focus, .help-wrapper .contactUs fieldset textarea {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  padding: 0px 12px;
}

.help-wrapper .contactUs .content {
  font-size: 18px;
  width: 60%;
}

.help-wrapper .contactUs .content span {
  font-weight: 600;
}

.help-wrapper .contactUs .content .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-left: 15px;
}

.help-wrapper .contactUs .content .form-horizontal .form-group-phone-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.help-wrapper .contactUs .content .form-horizontal .form-group-phone-email .form-group-phone {
  width: 45%;
  display: inline-block;
}

.help-wrapper .contactUs .content .form-horizontal .form-group-phone-email .form-group-email {
  width: 45%;
  display: inline-block;
}

.help-wrapper .contactUs .content .form-horizontal .box-footer {
  font-size: 14px;
}

.help-wrapper .contactUs .content .form-horizontal .box-footer button {
  float: right;
  margin-right: 15px;
  border-radius: 8px;
  width: 194px;
  height: 44px;
  border: transparent;
}

.help-wrapper .contactUs .content .form-horizontal .box-footer button.btn-disabled {
  background: #EBEBEB;
  color: black;
}

.help-wrapper .contactUs .success-message {
  margin: 10vh 0vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.help-wrapper .contactUs .success-message h2 {
  color: #0099CC;
}

.help-wrapper .contactUs .success-message #newSupportTicket {
  margin-top: 5vh;
  background: #3E92CB;
  border-radius: 8px;
  color: #FFFFFF;
  border: transparent;
  width: 180px;
  height: 32px;
}

.faq-wrapper {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  width: 100%;
}

.faq-wrapper .faq-side-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq-wrapper .faq-side-bar .back {
  margin-left: 4vh;
  margin-top: 4vh;
}

.faq-wrapper .faq-side-bar .list-menu {
  margin: 7vh auto auto 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 1px;
}

.faq-wrapper .faq-side-bar .list-menu a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.faq-wrapper .faq-side-bar .list-menu a.active {
  color: #1A476A;
}

.faq-wrapper .faqs {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  font-style: normal;
  padding-bottom: 10vh;
}

.faq-wrapper .faqs h2 {
  font-weight: 600;
  font-size: 36px;
  color: #1A476A;
  padding: 2vh;
  margin-top: 40px;
}

.faq-wrapper .faqs .question {
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 2px solid #EEEEEE;
  padding: 2vh;
  margin-bottom: 0px;
}

.faq-wrapper .faqs .question.show {
  text-decoration: none;
  cursor: pointer;
  font-size: 24px;
}

.faq-wrapper .faqs .question.show span {
  color: #0099CC;
}

.faq-wrapper .faqs .question.showLess {
  border-bottom: none;
  font-size: 24px;
}

.faq-wrapper .faqs .answer {
  padding: 0vh 2vh !important;
  font-size: 18px;
}

.faq-wrapper .faqs .answer img {
  display: block;
  margin: 10px auto;
}

.faq-wrapper .faqs .answer li {
  margin-bottom: 1vh;
}

.faq-wrapper .faqs .answer li .video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-wrapper .faqs .answer li ul li {
  list-style: disc;
  margin-bottom: 0vh;
}

.faq-wrapper .faqs .answer #incorrectPassword {
  cursor: pointer;
}

.faq-wrapper .general-faqs {
  margin-left: 9vh;
  padding-left: 15px;
  padding-bottom: 0px !important;
  width: 100%;
  color: #000000;
}

.faq-wrapper .general-faqs h2 {
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

.back-homepage {
  padding-left: 4rem;
  padding-top: 3rem;
}

footer {
  margin-top: 10rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

footer .footer-faqs {
  margin-bottom: 2rem;
  margin-left: 5.333333%;
}

footer ul.inline-list {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer ul.inline-list li {
  display: inline-block;
}

footer ul.inline-list li a {
  color: #323131;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 600;
}

footer p {
  font-size: 12px;
  color: #666;
}

footer .footer-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

footer .footer-wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-wrapper .links ul {
  display: inline-block;
}

footer .footer-wrapper .links ul.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

footer .footer-wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
}

.help-titles {
  font-weight: 600 !important;
  font-size: 28px !important;
  color: #003359 !important;
  padding: 0vh !important;
}
/*# sourceMappingURL=help.css.map */