@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
/* :L19 */
:root {
  --color-blue: #ea0029;
  --color-orange: #14133d;
  --color-orange-hover: #333333;
}
/* :L23 */
:root container instanda-documents {
  display: block;
}
/* :L28 */
html {
  position: relative;
  min-height: 100%;
}
/* :L33 */
body {
  background-color: var(--color-blue);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
/* :L44 */
a,
button {
  color: inherit;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
/* :L49 */
container instanda-documents {
  display: block;
}
/* :L53 */
/* :L54 */
panel panel-default panel-body {
  color: #14133d;
}
/* :L59 */
p {
  color: white;
}
/* :L62 */
p a {
  color: inherit;
  text-decoration: underline;
}
/* :L66 */
p a:hover,
p a:focus,
p a:active {
  color: var(--color-orange);
  text-decoration: none;
}
/* :L74 */
header.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  min-height: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
/* :L87 */
header.navbar nav.navbar-default {
  background: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
}
/* :L94 */
header.navbar nav.navbar-default .container {
  width: auto !important;
}
/* :L98 */
/* :L99 */
header.navbar nav.navbar-default .navbar-header .navbar-brand {
  float: none !important;
  height: 50px;
  color: white;
  padding: 0;
  margin: 20px 0 0 0;
  display: inline-block;
}
/* :L107 */
header.navbar nav.navbar-default .navbar-header .navbar-brand img {
  padding: 0;
  margin: 0;
  height: 70px;
  width: auto;
}
/* :L115 */
header.navbar nav.navbar-default .navbar-header .navbar-toggle {
  background-color: transparent;
  border-color: white;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}
/* :L128 */
header.navbar nav.navbar-default .navbar-header .navbar-toggle .icon-bar {
  background-color: white;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 0;
  margin: 4px auto;
}
/* :L139 */
header.navbar nav.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}
/* :L144 */
header.navbar nav.navbar-default ul.navbar-nav {
  font-size: 0;
  padding: 25px 0 15px 0;
  text-align: right;
}
/* :L149 */
header.navbar nav.navbar-default ul.navbar-nav.navbar-right {
  float: none !important;
  margin-right: 0 !important;
}
/* :L154 */
header.navbar nav.navbar-default ul.navbar-nav > li {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
  font-size: 0;
  margin-left: 20px;
}
/* :L161 */
header.navbar nav.navbar-default ul.navbar-nav > li a {
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 0;
  height: 40px;
  line-height: 38px;
}
/* :L169 */
header.navbar nav.navbar-default ul.navbar-nav > li a:hover,
header.navbar nav.navbar-default ul.navbar-nav > li a:focus,
header.navbar nav.navbar-default ul.navbar-nav > li a:active {
  color: var(--color-orange) !important;
  background: none !important;
}
/* :L175 */
/* :L176 */
header.navbar nav.navbar-default ul.navbar-nav > li.active a,
header.navbar nav.navbar-default ul.navbar-nav > li.active a:focus,
header.navbar nav.navbar-default ul.navbar-nav > li.active a:hover,
header.navbar nav.navbar-default ul.navbar-nav > li.active a:active {
  color: var(--color-orange) !important;
  background: none !important;
}
/* :L182 */
header.navbar nav.navbar-default ul.navbar-nav > li:last-child a {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 0 20px;
  border-radius: 20px;
}
/* :L189 */
header.navbar nav.navbar-default ul.navbar-nav > li:last-child a:hover,
header.navbar nav.navbar-default ul.navbar-nav > li:last-child a:focus,
header.navbar nav.navbar-default ul.navbar-nav > li:last-child a:active {
  color: var(--color-blue) !important;
  background: white !important;
}
/* :L199 */
/* :L200 */
body.scrolled header.navbar {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background-color: var(--color-blue);
}
/* :L206 */
.btn {
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 58px;
  height: 60px;
  padding: 0 20px;
  border-radius: 30px;
}
/* :L216 */
.btn.btn-primary {
  background: var(--color-orange);
  color: white;
}
/* :L220 */
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background: var(--color-orange-hover);
}
/* :L225 */
.btn.btn-large {
  font-size: 26px;
  line-height: 78px;
  height: 80px;
  padding: 0 30px;
  border-radius: 40px;
}
/* :L234 */
/* :L237 */
body #innerBody {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 35px;
}
/* :L246 */
/* :L253 */
/* :L254 */
body .instanda-main-content-container .instanda-main-content,
body .instanda-main-content-container .instanda-questionHeader {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* :L261 */
body .instanda-main-content-container .instanda-main-content .container,
body .instanda-main-content-container .instanda-questionHeader .container,
body .instanda-main-content-container .instanda-main-content .container-fluid,
body .instanda-main-content-container .instanda-questionHeader .container-fluid,
body .instanda-main-content-container .instanda-main-content div[class*="col-"],
body .instanda-main-content-container .instanda-questionHeader div[class*="col-"] {
  width: 100% !important;
}
/* :L271 */
/* :L272 */
body.page-index .instanda-main-content-container {
  text-align: center;
  display: flex;
  align-items: center;
  height: auto;
}
/* :L278 */
body.page-index .instanda-main-content-container .instanda-main-content,
body.page-index .instanda-main-content-container .instanda-questionHeader {
  max-width: none;
}
/* :L284 */
body.page-index .instanda-main-content-container h2 {
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.1;
}
/* :L290 */
body.page-index .instanda-main-content-container h1 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.2;
}
/* :L297 */
body.page-index .instanda-main-content-container .getQuoteButton {
  margin-bottom: 40px;
}
/* :L301 */
body.page-index .instanda-main-content-container p,
body.page-index .instanda-main-content-container p a {
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
}
/* :L306 */
body.page-index .instanda-main-content-container container instanda-documents {
  display: block;
}
/* :L312 */
/* :L314 */
/* :L315 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-main-content {
  padding: 30px 15px;
  background: var(--color-blue);
  border: 1px solid white;
  border-radius: 40px;
  box-shadow: -8px -8px 24px 0 rgba(23, 26, 64, 0.3), 8px 8px 24px 0 rgba(23, 26, 64, 0.3);
}
/* :L323 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h1,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h2,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h4,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h5,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h6 {
  color: var(--color-orange);
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}
/* :L330 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h1:first-child,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h2:first-child,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h4:first-child,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h5:first-child,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h6:first-child {
  margin-top: 0;
}
/* :L335 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h3 {
  color: white;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}
/* :L342 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container h3:first-child {
  margin-top: 0;
}
/* :L347 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container label {
  font-weight: 600;
  font-size: 18px;
}
/* :L352 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container label.radio-inline {
  font-weight: 500;
  font-size: 16px;
}
/* :L357 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .label {
  font-weight: 500;
  font-size: 14px;
  white-space: pre-wrap;
}
/* :L364 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .form-group > .form-group {
  margin-bottom: 0;
}
/* :L368 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-pre-quote-questions,
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-quote-content {
  margin-bottom: 30px;
}
/* :L372 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container table {
  width: 100% !important;
  border: 0 !important;
  border-collapse: collapse !important;
}
/* :L377 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container table td {
  padding: 15px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
}
/* :L384 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container table tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
/* :L389 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container #IsDroneClubMember_Children.form-group > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* :L394 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-responsive-help-icon-link {
  font-size: 10px;
  position: absolute;
  top: -25px;
  right: -8px;
}
/* :L401 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-responsive-help-text {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 5px;
  border-radius: 15px;
  margin: 0 0 20px 0;
  max-width: 100%;
}
/* :L410 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-confirm-question-checkbox {
  margin-bottom: 30px;
  display: flex;
}
/* :L414 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-confirm-question-checkbox ul {
  font-weight: 500;
  font-size: 16px;
}
/* :L418 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-confirm-question-checkbox ul li {
  margin: 0 0 15px 0;
}
/* :L424 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-question-validation-message {
  line-height: 0;
}
/* :L427 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-question-validation-message .label {
  line-height: 2;
}
/* :L432 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-post-quote-questions {
  margin-bottom: 30px;
}
/* :L436 */
body:not(.page-index,.page-customerhomepage,.page-agentdashboard) container instanda-documents {
  display: block;
}
/* :L441 */
/* :L442 */
body.page-quote .instanda-quote-content {
  font-size: 16px;
}
/* :L446 */
/* :L447 */
body.page-quote .instanda-question-item.container .instanda-question-label {
  font-weight: 500;
  color: white;
}
/* :L456 */
/* :L457 */
body.page-customerlogin #instanda-cp-forgot-link {
  color: white;
  font-size: 12px;
  white-space: nowrap;
}
/* :L464 */
.well {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;
  width: 100% !important;
}
/* :L477 */
#WaitingOpaqueBox,
.instanda-upper-content,
.instanda-lower-content,
footer {
  display: none;
}
/* :L485 */
#savemsg {
  margin: 15px;
}
/* :L489 */
.validation-summary-errors {
  font-size: 16px;
}
/* :L492 */
.validation-summary-errors ul:last-child {
  margin-bottom: 0;
}
/* :L497 */
.data8-pa-countrylistcontainer {
  color: #222222 !important;
}
/* :L500 */
.data8-pa-countrylistcontainer .data8-pa-autocomplete {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  /* :L506 */
  body {
    background-position: center center;
  }
  /* :L510 */
  .instanda-main-content-container .instanda-main-content,
  .instanda-main-content-container .instanda-questionHeader,
  .container.alert {
    max-width: 100%;
  }
  /* :L517 */
  /* :L518 */
  /* :L519 */
  header.navbar nav.navbar-default .navbar-header {
    height: 70px;
  }
  /* :L522 */
  header.navbar nav.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  /* :L529 */
  header.navbar nav.navbar-default .navbar-header .navbar-brand img {
    padding: 0;
    margin: 0;
    height: 50px;
    width: auto;
  }
  /* :L538 */
  header.navbar nav.navbar-default .navbar-collapse {
    background-color: #454dbf;
  }
  /* :L542 */
  header.navbar nav.navbar-default ul.navbar-nav {
    margin: 0;
  }
  /* :L545 */
  header.navbar nav.navbar-default ul.navbar-nav > li {
    display: block !important;
    text-align: center;
  }
  /* :L549 */
  header.navbar nav.navbar-default ul.navbar-nav > li a {
    font-size: 22px;
  }
  /* :L553 */
  header.navbar nav.navbar-default ul.navbar-nav > li:last-child {
    margin-top: 20px;
  }
  /* :L556 */
  header.navbar nav.navbar-default ul.navbar-nav > li:last-child a {
    font-size: 16px;
  }
  /* :L565 */
  .btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 39px;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }
  /* :L573 */
  .btn.btn-primary {
    background: var(--color-orange);
    color: white;
  }
  /* :L577 */
  .btn.btn-primary:hover,
  .btn.btn-primary:active {
    background: var(--color-orange-hover);
  }
  /* :L582 */
  .btn.btn-large {
    font-size: 22px;
    line-height: 59px;
    height: 60px;
    padding: 0 25px;
    border-radius: 30px;
  }
  /* :L591 */
  /* :L592 */
  /* :L593 */
  body.page-index .instanda-main-content-container h2 {
    font-size: 40px;
  }
  /* :L597 */
  body.page-index .instanda-main-content-container h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  /* :L602 */
  body.page-index .instanda-main-content-container .getQuoteButton {
    margin-bottom: 30px;
  }
  /* :L606 */
  body.page-index .instanda-main-content-container p a.commercial-operator {
    font-size: 16px;
  }
  /* :L610 */
  body.page-index container instanda-documents {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* :L619 */
  /* :L620 */
  body:not(.page-index, .page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-main-content,
  body:not(.page-index, .page-customerhomepage,.page-agentdashboard) .instanda-main-content-container .instanda-questionHeader,
  body:not(.page-index, .page-customerhomepage,.page-agentdashboard) .container.alert {
    width: 768px !important;
  }
  /* :L629 */
  /* :L635 */
  body.page-customerlogin .instanda-main-content-container .instanda-main-content,
  body.page-retrievequote .instanda-main-content-container .instanda-main-content,
  body.page-existingpolicyholdersendregistrationlink .instanda-main-content-container .instanda-main-content,
  body.page-customersendpasswordresetlink .instanda-main-content-container .instanda-main-content,
  body.page-customerdetailschangepassword .instanda-main-content-container .instanda-main-content,
  body.page-customerlogin .instanda-main-content-container .instanda-questionHeader,
  body.page-retrievequote .instanda-main-content-container .instanda-questionHeader,
  body.page-existingpolicyholdersendregistrationlink .instanda-main-content-container .instanda-questionHeader,
  body.page-customersendpasswordresetlink .instanda-main-content-container .instanda-questionHeader,
  body.page-customerdetailschangepassword .instanda-main-content-container .instanda-questionHeader,
  body.page-customerlogin .container.alert,
  body.page-retrievequote .container.alert,
  body.page-existingpolicyholdersendregistrationlink .container.alert,
  body.page-customersendpasswordresetlink .container.alert,
  body.page-customerdetailschangepassword .container.alert {
    width: 400px !important;
  }
}
/* :L644 */
#footer {
  margin-top: 120px;
  background-color: var(--color-blue);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* :L649 */
#footer .logo {
  width: 130px;
  height: auto;
}
/* :L654 */
#footer ul.social {
  list-style: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
/* :L660 */
#footer ul.social li {
  display: inline-block;
  margin: 0 7px 0 0;
}
/* :L664 */
#footer ul.social li a {
  display: inline-block;
  background-color: white;
  border: none;
  text-decoration: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* :L678 */
#footer ul.social li a img {
  height: 20px;
  width: auto;
}
/* :L686 */
#footer p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
/* :L691 */
#footer p a {
  text-decoration: underline;
}
/* :L694 */
#footer p a:hover {
  text-decoration: none;
  color: var(--color-orange);
}
/* :L700 */
/* :L701 */
#footer .smalltext p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 15px;
}
/* :L706 */
#footer .smalltext p a {
  text-decoration: underline;
}
/* :L709 */
#footer .smalltext p a:hover {
  text-decoration: none;
  color: var(--color-orange);
}
/* :L717 */
#icons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
/* :L724 */
#icons p {
  margin-bottom: 20px;
}
/* :L727 */
#icons p a {
  text-decoration: underline;
}
/* :L730 */
#icons p a:hover {
  text-decoration: none;
  color: var(--color-orange);
}
/* :L737 */
#icons p.small {
  font-size: 12px;
}
/* :L742 */
#icons .icons-list {
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
/* :L748 */
#icons .icon {
  background-color: white;
  border-radius: 20px;
  width: 170px;
  height: 170px;
  padding: 10px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  margin: 5px;
}
/* :L759 */
#icons .icon .info {
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
/* :L768 */
#icons .icon .info img {
  width: 20px;
  height: auto;
}
/* :L773 */
/* :L774 */
#icons .icon .info:hover img {
  opacity: 0.5;
}
/* :L780 */
/* :L781 */
#icons .icon > div img {
  width: 100%;
  height: auto;
}
/* :L786 */
#icons .icon > div p {
  color: var(--color-blue);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}
/* :L797 */
.bootstrap-datetimepicker-widget {
  color: black;
  padding: 0px;
}


/* :L17 */
.footer {
  width: 100%;
}
/* :L21 */
#Make-a-claim {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding: 30px 15px;
  background: var(--color-blue);
  border: 1px solid white;
  border-radius: 40px;
  box-shadow: -8px -8px 24px 0 rgba(23, 26, 64, 0.3), 8px 8px 24px 0 rgba(23, 26, 64, 0.3);
}
/* :L32 */
@import url(https://fonts.googleapis.com/css?family=Raleway);
/* :L36 */
#FAQ body {
  overflow-x: hidden;
}
/* :L41 */
#FAQ .faq-header {
  padding: 24px;
}
/* :L45 */
#FAQ .faq-content {
  margin: 0 auto;
}
/* :L49 */
#FAQ .faq-question {
  padding: 20px 0;
}
/* :L53 */
#FAQ .panel-title {
  font-size: 14px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}
/* :L63 */
#FAQ .panel-content {
  font-size: 12px;
  padding: 5px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
/* :L78 */
#FAQ .panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding-left: 45px;
  padding-right: 30px;
}
/* :L85 */
#FAQ .plus {
  position: absolute;
  margin-left: 50px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
/* :L103 */
#FAQ .panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* :L110 */
#FAQ .panel {
  display: none;
}
/* :L113 */
#FAQ .column {
  float: left;
  width: 50%;
  padding: 10px;
}
/* :L120 */
#FAQ .row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  /* :L128 */
  #FAQ .column {
    width: 100%;
  }
}
/* :L134 */
.test {
  font-size: 10px;
}
/* Makes questions 100% width across site */

/* :L138 */
.instanda-question-input {
  width: 100%;
}
/* :L143 */
#question212892,
#question212890,
#question212891 {
  max-width: 30%;
  display: inline-block;
}
/* :L147 */
.notification-top-bar {
  position: relative;
  top: 0;
  left: 0;
  padding: 10px;
  line-height: 13px !important
  width: 100%;
  background: var(--color-orange);
  text-align: center;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 12px;
}
/* :L162 */
.notification-top-bar p {
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 12px !important;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
/* :L173 */
.notification-top-bar b {
  color: white;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px !important;
}
