.vue-template.loading {
  display: none;
}
.clickable {
  cursor: pointer;
}
.upper {
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width:991px){
  .only-desktop {
    display: none;
  }
}
@media only screen and (min-width:992px){
  .only-mobile {
    display: none;
  }
}
nav ul.nav {
  overflow: hidden;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: inherit;
}
.fform-comp li.form-field-wrapper {
  list-style-type: none;
  font-size: 16px;
}
.fform-comp .question {
  margin-bottom: 8px;
}
.fform-comp input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
  height: auto;
  line-height: 1.75;
  padding: 0;
}
.fform-comp input.error {
  border-bottom-color: red;
}
.fform-comp div.error {
  color: red;
  cursor: default;
  position: absolute;
  font-size: 80%;
}
.fform-comp div.error::before {
  content: "^";
}
.fform-comp input[type=text],
.fform-comp select {
  width: 100%;
}
.fform-comp input[type=submit]{
  cursor: pointer;
  align-self: flex-end;
  margin: auto 0 0 auto;
  -webkit-appearance: button;
  background-color: #95b3cd;
  border: 0;
  border-radius: 0;
  color: #0f0f0f;
  font-weight: 500;
  letter-spacing: .025em;
  padding: .625em 2.5em;
  text-align: center;
  text-transform: uppercase;
}
.fform-comp .radio-group {
  border-bottom: 1px solid black;
  display: flex;
  gap: 0.75em;
  justify-content: end;
}
.fform-comp .radio-group label {
  display: inline-block;
  padding-left: 0.75em;
  position: relative;
}
.fform-comp .radio-group label::before {
  content: "";
  background: 0 0;
  border: 1px solid #0f0f0f;
  border-radius: 50%;
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.fform-comp .radio-group label.checked::after {
  content: "";
  background: #0f0f0f;
  border-radius: 50%;
  position: absolute;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.fform-comp .checkboxes {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
}
.fform-comp .checkboxes label,
.fform-comp .checkbox-wrapper .form-field-wrapper {
  display: flex;
  padding-left: 2em;
  position: relative;
  margin-bottom:16px;
}
.contact-section .checkbox-wrapper .form-field-wrapper {
  padding-left: 1.5em;
  margin-bottom: 2px;
}
.fform-comp .checkboxes label::before,
.fform-comp .checkbox-wrapper label.label-last::before {
  content: "";
  background: 0 0;
  border: 1px solid #0f0f0f;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.fform-comp .checkboxes label.checked::after,
.fform-comp .checkbox-wrapper input:checked + label.label-last::after {
  content: "";
  background: #0f0f0f;
  position: absolute;
  height: 14px;
  left: 3px;
  top: 3px;
  width: 14px;
}
.fform-comp .radio-group input,
.fform-comp .checkboxes input,
.fform-comp .checkbox-wrapper input {
  width:0;
  height:0;
  margin:0;
  padding:0;
  border:0;
  opacity:0;
}
#f2q0, #f3q0, #f4q0 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 2%;
  align-items: end;
}
#f2q0 > *, #f4q0 > * {
  flex-basis:100%;
}
#f3q0 .submit-wrapper input {
  font-size: 14px;
}
#f4q14, #f4q15, #f4q18, #f4q19, #f4q20, #f4q21, #f4q22, #f4q23,
#f4q26, #f4q27, #f4q34, #f4q35 {
  flex-basis: 49%;
  align-self: end;
}
#f4q16 .radio-group {
  justify-content: space-between;
}
#f4q30 .question {
  display: none;
}
#f4q49, #f4q50, #f4q51 {
  display: block;
  border-bottom: 0;
}
#f4q51 .question {
  margin-bottom: 8px;
}
#f4q49 .radio-group, #f4q50 .checkboxes, #f4q51 .radio-group {
  border-bottom: 0;
  justify-content: space-between;
  font-size: 16px;
  gap: 0.5em;
}
#f4q50 .checkboxes label {
  padding-left: 1.5em;
}
.contact-section .checkbox-wrapper label {
  font-size: 12px;
  margin-top: 2px;
}
@media (min-width: 992px) {
  #f4q16 {
    flex-basis: 49%;
  }
}
@media only screen and (min-width:1200px){
  .radiobuttons-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid black;
  }
  .radiobuttons-wrapper .radio-group {
    border-bottom: 0;
  }
  .radiobuttons-wrapper .radio-group label {
    display: flex;
    gap: 0.25em;
  }
  .radiobuttons-wrapper .question {
    margin-bottom: 0;
  }
}
.forgot-password-page h1{
  margin-top: 200px;
}
.forgot-password-page form{
  padding-bottom: 200px;
}
.forgot-password-page .control {
  display: inline-block;
}
.forgot-recover-container {
  padding: 200px 0;
}
/* fixes to other css */
.page-home .social-circle {
  background-image: url("/img/social-circle.svg");
}
#testimonial-banner::after {
  background-image: url("/img/testimonial-bg-logo.svg");
}
.loading-spinner::before {
  background-image: url("/img/loading-spinner.png");
}
#reviews .ti-widget.ti-goog .ti-star.f,
#reviews .ti-widget.ti-goog.ti-no-stars .ti-star.f{
  background-image: url("/img/trustindex-star.svg") !important;
}
.news-item a img{
  object-fit: cover;
  height: 100%;
}
