/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L108 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L114 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L122 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L128 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L135 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L142 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L149 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L155 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L162 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L169 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/*-----RADIO BUTTONS AS BUTTONS


.radio {
    display: inline-block;
}

.radio label,
label.radio-inline {
    display: inline-block;
    border: 2px solid @col1;
    padding: 8px 15px;
    border-radius: 5px;
    color: white;
    background-color: @col1;
    min-width: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;

    input {
        display: none;
    }

    &:hover,
    &:focus,
    &:active {
        border-color: lighten(@col2, 5%);
        color: white;
        background-color: lighten(@col2, 5%);
    }


    &.instanda-selected {
	
        background: @col2;
        border-color: @col2;
        color: white;

        &:hover,
        &:focus,
        &:active {
            background: lighten(@col2, 5%);
            border-color: lighten(@col2, 5%);
            color: white;
        }
    }
} */

/*Faux-Header on Page 3 of Pre Quote*/

/* :L71 */
#question151211 > div.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input > label {
  display: none;
}
/* NAVBAR */

/* :L76 */
.navbar.navbar-static-top {
  background-color: #404040;
}
/* :L80 */
.navbar.navbar-default {
  background-color: #333333;
  border: none;
}
/* :L85 */
.navbar-brand > img {
  height: 50px;
}
/* :L89 */
a.instanda-nav-item-link {
  color: white;
  font-size: larger;
}
/* quote/policy page */

/* :L96 */
.modal-footer .btn .btn-primary {
  background-color: #ffcb00;
  color: black;
  border: none;
  border-radius: 0px;
}
/* :L105 */
.modal-footer .btn .btn-primary:hover {
  color: black;
  background-color: #fcb70e;
  border: none;
}
/* :L111 */
.btn-group a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  margin: 2px;
}
/* :L126 */
.rcorners {
  padding: 20px;
  width: 65%;
  color: black;
  float: left;
}
/* :L133 */
.policy-view-options-action-buttons {
  width: 35%;
  float: right;
  padding: 40px 30px 0px 0px;
}
/* :L140 */
.policy-view-options-action-buttons .btn-primary {
  color: #333333;
  background-color: white;
  margin-bottom: 0.5rem;
  border-left-style: solid;
  border-left-color: #ffcb00;
  border-left-width: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 10px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  font-size: 130%;
}
/* :L155 */
.policy-view-options-action-buttons .btn-primary:hover {
  color: #333333;
  background-color: #eeeeee;
  margin-bottom: 0.5rem;
  border-left-style: solid;
  border-left-color: #ffcb00;
  border-left-width: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
}
/* :L170 */
.page-viewquoteorpolicy .instanda-quote-content {
  width: 100%;
  margin-right: 0px;
}
/*Quote Display Page*/

/* :L180 */
.mainquotecontentagent {
  display: flex;
}
/* :L184 */
#emailQuoteLinkLink {
  color: black;
}
/*Agent Dashboard and Search*/

/* :L190 */
.agentDashboardResultsContainerCustom #agentSearchControl,
.agentDashboardResultsContainerCustom .agentDashboardResultsetTitle {
  display: none;
}
/* :L195 */
.agentDashboardResultsContainerCustom h4,
.agent-quotesearch-results-container h2,
.agent-quotesearch-results-container h3,
.instanda-quote-content h2 {
  font-family: museo-slab, serif;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}
/*Tables*/

/* :L207 */
table {
  font-family: sans-serif;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  text-align: left;
}
/* :L216 */
td {
  vertical-align: top;
  padding: 10px 10px 10px 0;
  overflow: auto;
  text-align: left;
}
/* :L224 */
.table-bordered tbody tr td {
  border-top: none;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}
/* :L232 */
table.agentTable tr td,
table.agentTable tr th,
table.agent-table tr td,
table.agent-table tr th,
table.agentDashboardTable tr td,
table.agentDashboardTable tr th {
  border: 2px solid white;
}
/* :L239 */
.agentTable tr:nth-child(even),
.agent-table tr:nth-child(even),
.agentDashboardTable tr:nth-child(even) {
  background-color: #f8f8f8;
}
/* :L243 */
table.agentTable tr th,
table.agent-table tr th,
table.agentDashboardTable tr th {
  border-top: 4px solid #ffcb00 !important;
  border-bottom: 2px solid #eeeeee !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
}
/* :L254 */
tr.tabletop td {
  border-top: 4px solid #ffcb00 !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  padding-top: 20px;
}
/* :L263 */
.firstcolbold td:first-child {
  font-weight: bold;
}
/* :L267 */
.agentTable a,
.agent-table a,
.agentDashboardTable a {
  color: #555555;
  font-weight: bold;
}
/* :L272 */
.agentTable a:hover,
.agent-table a:hover,
.agentDashboardTable a:hover {
  color: #222222;
  text-decoration-color: #ffcb00;
}
/*Buttons*/

/* :L281 */
#agentSearchButton,
.btn-default {
  background-color: #ffcb00;
  color: black;
  border: none;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* :L303 */
#agentSearchButton:hover,
.btn-default:hover {
  color: black;
  background-color: #fcb70e;
  border: none;
}
/* :L309 */
#agentSearchButton.checked,
.btn-default:checked,
.btn-default.checked,
.btn-default:checked {
  color: black;
  background-color: lime !important;
  border: none;
}
/*Hide Pagination Footer on Power BI View*/

/* :L318 */
.explorationNavigationContent.unselectable.reading {
  display: none;
}
/* D2C Styling Sheet */

@charset "utf-8";
/* CSS Document */

/*Hide greyed out buy now button on the Quote Page - LSS*/

/* :L329 */
.page-quote .pull-right {
  display: none;
}
/* Referral Styling - will not be required once can't quote page works, should remove this and also the jquery script */

/* :L336 */
div.container.rfrlmsg {
  background-color: white;
  border: none;
  color: #222222;
}
/* :L342 */
.rfrlmsg span.instanda-condition-met {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto";
  display: none;
}
/* :L347 */
.rfrlmsg ul li {
  list-style-type: none;
}
/* :L351 */
.rfrlmsg ul::before {
  content: "Your quote has been referred to our team";
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 2.2em;
  margin-bottom: 4em;
}
/* :L359 */
.rfrlmsg ul::after {
  margin-top: 20px;
  content: "Due to the information you have provided we are unable to quote you online. One of our risk specialists is reviewing your application now and we will email you regarding the outcome within one business day. Alternately, we may contact you for further information. If your quote is urgent you can contact us directly on 1300 880 253.";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto";
  font-weight: 300;
  font-size: 2rem;
}
/* End referral styling */

/* :L369 */
.navbar-default {
  border: none;
}
/* :L373 */
.instanda-documents a {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  text-align: left;
  line-height: 2em;
}
/* :L382 */
.instanda-documents a:hover {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #ffcb00;
  text-decoration: none;
}
/* :L389 */
.container .instanda-documents a::before {
  content: "\25CF";
  color: #ffcb00;
  width: 1em;
  font-weight: normal;
  display: inline-block;
  margin-left: -1em;
  font-size: 1.2em;
}
/* :L400 */
.container .instanda-documents {
  text-align: left;
}
/* :L404 */
.container .instanda-documents a::after {
  content: "\A";
  white-space: pre;
}
/* Help Text */

/* :L411 */
.instanda-responsive-help-text {
  background-color: #eeeeee;
  padding: 8px 16px;
  border-radius: 4px;
  width: 50%;
}
/* :L417 */
.instanda-responsive-help-text div {
  width: 100%;
}
/* :L422 */
.instanda-responsive-help-text a {
  color: #222222;
  text-decoration: underline;
}
/* :L427 */
.instanda-responsive-help-text a:hover {
  color: #222222;
  text-decoration: underline;
  text-decoration-color: #ffcb00;
}
/* :L433 */
a.instanda-pagelink:hover {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #ffcb00;
  text-decoration: none;
}
/* :L440 */
a.instanda-pagelink {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}
/* :L447 */
table.banded tr td {
  border: 2px solid white;
}
/* :L452 */
.banded tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* :L456 */
.banded td {
  padding: 0.8em;
  vertical-align: top;
}
/* Instanda Elements Styling */

/* :L464 */
.container .justincase {
  display: none;
}
/* :L468 */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffcb00;
  color: black;
}
/* :L473 */
.overflow div {
  background-color: #fff7d8;
  width: 500px;
  height: 100px;
  border: 1px solid #ffeda8;
  overflow-y: scroll;
}
/* :L481 */
.fancy-bullet ul,
.fancy-bullet li {
  list-style: none;
}
/* :L485 */
.fancy-bullet li::before {
  content: "\25CF";
  color: #ffcb00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.2em;
}
/* :L495 */
.form-control:focus {
  border-color: #ffcb00;
  box-shadow: 0px 0px 5px 1px #ffe582;
  -webkit-box-shadow: 0px 0px 5px 1px #ffe582;
}
/* :L496 */
.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* :L498 */
.alert-danger {
  color: #f78d14;
  background-color: #ffefdd;
  border-color: #f9c98e;
}
/* :L504 */
.alert-success {
  color: #f7931d;
  background-color: #fff7d8;
  border-color: #ffcb00;
}
/* :L510 */
.alert-success strong::before {
  content: "\1F5F8";
  color: #f7931d;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
/* :L520 */
.label-danger {
  background-color: #f7931d;
  font-weight: normal;
  margin-top: 5px;
}
/* :L525 */
.instanda-questionHeader h2 {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
}
/* :L534 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L539 */
.btn-primary {
  background-color: #ffcb00;
  color: black;
  border: none;
  border-radius: 0px;
}
/* :L547 */
.btn-primary:hover {
  color: black;
  background-color: #fcb70e;
  border: none;
}
/* :L554 */
.btn-primary.checked,
.btn-primary:checked {
  color: black;
  background-color: lime !important;
  border: none;
}
/* :L561 */
.btn-primary:active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:active,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.focus {
  color: black;
  background-color: #fcb70e !important;
  border: none;
  border-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
/* :L573 */
.nav-btn-right {
  margin-top: 15px;
}
/* :L577 */
.instanda-responsive-help-icon {
  color: #666666;
}
/* :L581 */
.instanda-responsive-help-icon:hover {
  color: #ffcb00;
}
/* :L585 */
.instanda-responsive-help-icon:focus {
  color: #ffcb00;
}
/* Accordion */

/* :L591 */
.panel-default > .panel-heading {
  background-color: #ffcb00;
  border-color: #ffcb00;
}
/* :L596 */
.panel {
  border-color: #ffcb00;
}
/* :L600 */
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffcb00;
}
/* Typekit and Typography */

/* :L608 */
h1 {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 3.2em;
  padding-bottom: 0.5em;
}
/* :L616 */
h2 {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 2.2em;
}
/* :L623 */
h3 {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.8em;
}
/* :L630 */
h4 {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 1.5em;
}
/* :L637 */
h5 {
  font-family: arial, serif;
  font-weight: 600;
  font-size: 1.2em;
}
/* :L644 */
h6 {
  font-family: arial, serif;
  font-weight: 600;
  font-size: 0.8em;
}
/* :L651 */
p .smalltxt {
  font-weight: 400;
  font-family: arial, serif;
  font-size: 0.8em;
}
/* :L659 */
.museo {
  font-family: museo-slab, serif;
  font-weight: 300;
}
/* :L664 */
.serif {
  font-family: arial, serif;
  font-weight: 300;
}
/* :L669 */
.museo-b {
  font-family: museo-slab, serif;
  font-weight: 500;
}
/* :L674 */
.lead {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* :L679 */
.instanda-questionHeader h2,
.instanda-questionHeader h3,
h3.fauxqheader {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 10px 10px 3px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
}
/* :L688 */
.storage-quote-header h5 {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 10px 10px 10px 3px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.8em;
}
/* :L702 */
.qqheader h1,
.qqheader h2 {
  padding: 0px;
  margin: 0px;
}
/* :L708 */
.qqheader .row {
  padding: 20px 0 10px 0;
}
/* :L712 */
.qqheader h1,
.qqheader h2,
.qqheader p {
  line-height: 30px;
}
/* :L716 */
.qqheader p {
  text-align: right;
}
/* :L720 */
.h3museo {
  font-family: museo-slab, serif;
  font-weight: 300;
}
/* .instanda-confirm-billing-address, .hide-billing-address {
display: none;

} */

/* :L731 */
.firstcolbold td:first-child {
  font-weight: bold;
}
/* :L736 */
h4.tableheader,
p.tableheader {
  font-family: arial, serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 16px;
}
/* :L745 */
h4.fauxtableheader,
h5.fauxtableheader {
  border-bottom: 2px solid #ffcb00 !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: arial, serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 16px;
}
/* :L759 */
tr.tabletop td {
  border-top: 3px solid #ffcb00 !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  padding-top: 15px;
}
/* callouts */

@media (max-width: 767px) {
  /* :L771 */
  .questionHeader .bs-callout {
    margin: 20px 0px 20px -15px;
  }
}
@media (min-width: 768px) {
  /* :L777 */
  .questionHeader .bs-callout {
    margin: 20px 15px 20px -15px;
  }
}
/* :L782 */
.bs-callout {
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #ffcb00;
  background: #fff7d8;
  border-left-width: 5px;
  border-radius: 3px;
}
/* :L790 */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* :L795 */
.bs-callout p:last-child {
  margin-bottom: 0;
}
/* :L799 */
.bs-callout code {
  border-radius: 3px;
}
/* :L803 */
.bs-callout + .bs-callout {
  margin-top: -5px;
}
/* :L808 */
.bs-callout-danger {
  border-left-color: #f7931d;
}
/* :L811 */
.bs-callout-danger h4 {
  color: black;
}
/* :L816 */
.bs-callout-info {
  border-left-color: #a5a5a5;
}
/* :L819 */
.bs-callout-info h4 {
  color: #222222;
}
/* :L824 */
.footer-links a {
  color: white;
}
/* :L828 */
.footer-links a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-color: #ffcb00;
}
@media (max-width: 767px) {
  /* These are the styles for the top navigation bar and footer */
  
  /* :L838 */
  .navbar-default .navbar-toggle .icon-bar {
    color: #dddddd;
    background-color: #dddddd;
  }
  /* :L843 */
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #333333;
  }
  /* :L847 */
  .navbar-brand > img {
    width: 170px;
  }
  /* :L851 */
  .nav-btn-right {
    margin-top: 5px;
  }
  /* :L855 */
  .navbar-toggle {
    margin-left: 15px;
  }
  /* :L859 */
  .nav li {
    padding: 10 30 10 10;
    margin: 3px;
    background-color: #eeeeee;
  }
  /* :L866 */
  .nav li a:hover {
    background-color: #777777;
  }
  /* :L872 */
  .nav .dropdown-menu li {
    background-color: #bbbbbb;
  }
}
/* :L880 */
.nav-item a {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}
/* :L887 */
.nav-item a:hover {
  text-decoration-color: #ffcb03;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}
/* :L896 */
.white-border-left {
  border-left: 1px solid white !important;
}
/* :L901 */
.footer-text {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.2rem;
  color: white;
}
/* :L910 */
.footer-text:hover {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.2rem;
  color: white;
}
/* :L921 */
.text-white {
  color: white;
}
/* From here until the bottom of the CSS are all the padding and margins styles */

/* :L929 */
.m-0 {
  margin: 0 !important;
}
/* :L933 */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
/* :L938 */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
/* :L943 */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
/* :L948 */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
/* :L953 */
.m-1 {
  margin: 0.25rem !important;
}
/* :L957 */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
/* :L962 */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
/* :L967 */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
/* :L972 */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
/* :L977 */
.m-2 {
  margin: 0.5rem !important;
}
/* :L981 */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
/* :L986 */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
/* :L991 */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
/* :L996 */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
/* :L1001 */
.m-3 {
  margin: 1rem !important;
}
/* :L1005 */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
/* :L1010 */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
/* :L1015 */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
/* :L1020 */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
/* :L1025 */
.m-4 {
  margin: 1.5rem !important;
}
/* :L1029 */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
/* :L1034 */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
/* :L1039 */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
/* :L1044 */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
/* :L1049 */
.m-5 {
  margin: 3rem !important;
}
/* :L1053 */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
/* :L1058 */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
/* :L1063 */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
/* :L1068 */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
/* :L1076 */
.p-0 {
  padding: 0 !important;
}
/* :L1080 */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
/* :L1085 */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
/* :L1090 */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
/* :L1095 */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
/* :L1100 */
.p-1 {
  padding: 0.25rem !important;
}
/* :L1104 */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
/* :L1109 */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
/* :L1114 */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
/* :L1119 */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
/* :L1124 */
.p-2 {
  padding: 0.5rem !important;
}
/* :L1128 */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
/* :L1133 */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
/* :L1138 */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
/* :L1143 */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
/* :L1148 */
.p-3 {
  padding: 1rem !important;
}
/* :L1152 */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
/* :L1157 */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
/* :L1162 */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
/* :L1167 */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
/* :L1172 */
.p-4 {
  padding: 1.5rem !important;
}
/* :L1176 */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
/* :L1181 */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
/* :L1186 */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
/* :L1191 */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
/* :L1196 */
.p-5 {
  padding: 3rem !important;
}
/* :L1200 */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
/* :L1205 */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
/* :L1210 */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
/* :L1215 */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* :L1220 */
.m-auto {
  margin: auto !important;
}
/* :L1224 */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
/* :L1229 */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
/* :L1234 */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
/* :L1239 */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  /* :L1245 */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* :L1248 */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* :L1252 */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* :L1256 */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* :L1260 */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* :L1264 */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* :L1267 */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1271 */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1275 */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1279 */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1283 */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* :L1286 */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1290 */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1294 */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1298 */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1302 */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* :L1305 */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* :L1309 */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* :L1313 */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1317 */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* :L1321 */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* :L1324 */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1328 */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1332 */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1336 */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1340 */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* :L1343 */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* :L1347 */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* :L1351 */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1355 */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* :L1359 */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* :L1362 */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* :L1366 */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* :L1370 */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* :L1374 */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* :L1378 */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* :L1381 */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1385 */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1389 */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1393 */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1397 */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* :L1400 */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1404 */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1408 */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1412 */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1416 */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* :L1419 */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* :L1423 */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* :L1427 */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1431 */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* :L1435 */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* :L1438 */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1442 */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1446 */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1450 */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1454 */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* :L1457 */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* :L1461 */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* :L1465 */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1469 */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* :L1473 */
  .m-sm-auto {
    margin: auto !important;
  }
  /* :L1476 */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* :L1480 */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* :L1484 */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* :L1488 */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* :L1495 */
  .m-md-0 {
    margin: 0 !important;
  }
  /* :L1498 */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* :L1502 */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* :L1506 */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* :L1510 */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* :L1514 */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* :L1517 */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1521 */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1525 */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1529 */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1533 */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* :L1536 */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1540 */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1544 */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1548 */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1552 */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* :L1555 */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* :L1559 */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* :L1563 */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1567 */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* :L1571 */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* :L1574 */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1578 */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1582 */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1586 */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1590 */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* :L1593 */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* :L1597 */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* :L1601 */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1605 */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* :L1609 */
  .p-md-0 {
    padding: 0 !important;
  }
  /* :L1612 */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* :L1616 */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* :L1620 */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* :L1624 */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* :L1628 */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* :L1631 */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1635 */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1639 */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1643 */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1647 */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* :L1650 */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1654 */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1658 */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1662 */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1666 */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* :L1669 */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* :L1673 */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* :L1677 */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1681 */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* :L1685 */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* :L1688 */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1692 */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1696 */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1700 */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1704 */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* :L1707 */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* :L1711 */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* :L1715 */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1719 */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* :L1724 */
  .m-md-auto {
    margin: auto !important;
  }
  /* :L1727 */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* :L1731 */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* :L1735 */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* :L1739 */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* :L1746 */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* :L1749 */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* :L1753 */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* :L1757 */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* :L1761 */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* :L1765 */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* :L1768 */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1772 */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1776 */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1780 */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1784 */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* :L1787 */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1791 */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1795 */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1799 */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1803 */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* :L1806 */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* :L1810 */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* :L1814 */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1818 */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* :L1822 */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* :L1825 */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1829 */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1833 */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1837 */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1841 */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* :L1844 */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* :L1848 */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* :L1852 */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1856 */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* :L1860 */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* :L1863 */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* :L1867 */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* :L1871 */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* :L1875 */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* :L1879 */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* :L1882 */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1886 */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1890 */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1894 */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1898 */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* :L1901 */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1905 */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1909 */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1913 */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1917 */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* :L1920 */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* :L1924 */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* :L1928 */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1932 */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* :L1936 */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* :L1939 */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1943 */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1947 */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1951 */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1955 */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* :L1958 */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* :L1962 */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* :L1966 */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1970 */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* :L1976 */
  .m-lg-auto {
    margin: auto !important;
  }
  /* :L1979 */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* :L1983 */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* :L1987 */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* :L1991 */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* :L1998 */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* :L2001 */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* :L2005 */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* :L2009 */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* :L2013 */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* :L2017 */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* :L2020 */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* :L2024 */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* :L2028 */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L2032 */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* :L2036 */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* :L2039 */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* :L2043 */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* :L2047 */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L2051 */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* :L2055 */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* :L2058 */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* :L2062 */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* :L2066 */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* :L2070 */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* :L2074 */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* :L2077 */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* :L2081 */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* :L2085 */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L2089 */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* :L2093 */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* :L2096 */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* :L2100 */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* :L2104 */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* :L2108 */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* :L2112 */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* :L2115 */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* :L2119 */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* :L2123 */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* :L2127 */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* :L2131 */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* :L2134 */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* :L2138 */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* :L2142 */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L2146 */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* :L2150 */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* :L2153 */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* :L2157 */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* :L2161 */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L2165 */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* :L2169 */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* :L2172 */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* :L2176 */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* :L2180 */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* :L2184 */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* :L2188 */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* :L2191 */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* :L2195 */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* :L2199 */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L2203 */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* :L2207 */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* :L2210 */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* :L2214 */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* :L2218 */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* :L2222 */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* :L2227 */
  .m-xl-auto {
    margin: auto !important;
  }
  /* :L2230 */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* :L2234 */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* :L2238 */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* :L2242 */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* QDP */

/* :L2249 */
/* :L2250 */
.page-quote span[data-placeholder="insertEmailQuoteDocumentPlaceholder"] {
  display: none;
}
/* Gnav */

/* :L2256 */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #e7e7e7;
}
/* Confirm Question */

/* :L2261 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  display: flex;
}
/* :L2264 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input ul {
  padding-left: 16px;
}
/* :L2267 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input ul li {
  text-align: justify;
}
/*Hide Search Inputs*/

/* :L2274 */
/* :L2276 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(7) > form > div > div > div.search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
.package-16390/*Referrals*/ #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(8) > form > div > div > div.search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  display: none;
}
/* :L2287 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(7) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right,
.package-16390/*Referrals*/ #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(8) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right,
.package-16390/*Big Search*/ #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(9) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right {
  text-align: left;
}
/* :L2297 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(9) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right {
  position: absolute;
  bottom: 19%;
  left: 64%;
}
/* :L2305 */
.package-16390 .search-row {
  display: none;
}
/* :L2313 */
.package-16390 .search-fields,
.package-16390/*Set the Search fields + Results to be in a flex box*/ .instanda-agent-retrieve-quotes {
  display: flex;
  flex-wrap: wrap;
}
/* :L2321 */
.package-16390 .search-fields {
  justify-content: flex-start;
}
/* :L2326 */
.package-16390 .instanda-agent-retrieve-quotes {
  flex-direction: column;
}
/* :L2332 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(7),
.package-16390/*Pending Referrals*/ #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(8) {
  width: 16%;
}
/* :L2340 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(9) {
  width: 100%;
}
/* :L2346 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(9) > form > div > div > div.search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  display: flex;
  flex-wrap: wrap;
}
/* :L2351 */
.package-16390 #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(2) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(9) > form > div > div > div.search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div {
  width: 20%;
  padding: 5px;
}
/* Help Text */

/* :L2359 */
/* :L2360 */
.help-icon-hidden .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L2365 */
.instanda-responsive-help-text {
  margin-left: 0;
}
/* :L2368 */
.instanda-responsive-help-text:has(.help-txt-display) {
  display: block;
}
