

/* :L29 */
body {
  font-family: Arial, Helvetica, sans-serif;
}
/* :L32 */
a {
  color: #023f7e;
}
/* :L34 */
a:hover,
a:focus {
  color: white;
  background: #023f7e;
}
/* :L40 */
nav.navbar.navbar-default {
  background: white;
  border: 0;
  border-radius: 0;
  height: 100px;
}
/* :L46 */
body .navbar-default .navbar-nav > li > a {
  color: black;
  background: white;
}
/* :L49 */
body .navbar-default .navbar-nav > li > a:active {
  color: black;
  background-color: white;
}
/* :L53 */
body .navbar-default .navbar-nav > li > a:hover {
  color: white;
  background: #b60404;
}
/* :L57 */
body .navbar-default .navbar-nav > li > a:focus {
  color: black;
  background-color: white;
}
/* :L62 */
.btn {
  border-radius: 30px;
  font-size: 16px;
  padding: 7px 20px;
  line-height: 1.4;
  background: #b60404;
  border: 0;
  font-weight: 700;
  color: white;
}
/* :L71 */
.btn:hover,
.btn:focus,
.btn:active {
  color: white;
  background: #023f7e;
}
/* :L78 */
.tt-suggestion {
  color: #023f7e;
}
/* :L81 */
.form-control {
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
  border-color: #333333;
  padding: 10px 15px;
  height: 45px;
  color: black;
  background: white;
}
/* :L91 */
div.instanda-main-content-container > div > div:nth-child(2) > div > div.container.agentDashboardResultsContainerCustom {
  font-size: 20px;
  height: 1.42857143;
  color: #023f7e;
  background-color: white;
  border-radius: 0;
}
/* :L98 */
.inner.body {
  font-size: 20px;
  height: 1.42857143;
  color: #023f7e;
  background-color: #023f7e;
  border-radius: 0;
}
/* :L105 */
body {
  display: flex;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  flex-flow: column wrap;
  min-height: 100vh;
  background: white;
  color: #023f7e;
}
/* :L115 */
#innerBody {
  flex-grow: 1;
}
/* :L118 */
footer.footer {
  text-align: center;
  width: 100%;
  color: black;
}
/* :L122 */
footer.footer .container {
  width: 100%;
}
/* :L126 */
.well {
  border: 0;
  box-shadow: none;
  background: none;
  padding: 0;
}
/* :L134 */
h3 {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
  background: white;
  color: #023f7e;
  font-size: 40px;
  font-weight: 700;
}
/* :L140 */
h4 {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
  background: white;
  color: #023f7e;
  font-size: 35px;
  font-weight: 700;
}
/* :L146 */
/* :L148 */
.instanda-question-label label,
.instanda-question-inner-label label {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
  background: white;
  color: #023f7e;
  font-size: 30px;
  font-weight: 500;
}
/* :L155 */
.footer.footer {
  color: white;
}
/* :L158 */
body > footer > div > a {
  color: white;
}
/* :L162 */
/* :L163 */
.page-quote table {
  width: 100%;
}
/* :L165 */
.page-quote table * {
  white-space: pre-wrap;
}
/* :L168 */
.page-quote table td {
  padding: 0.5rem;
}
/* :L170 */
.page-quote table td.inner-heading {
  font-size: 30px !important;
  font-weight: 700;
}
/* :L174 */
.page-quote table td,
.page-quote table td span,
.page-quote table td strong {
  font-size: 22px !important;
}
