

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&text=0123456789&display=swap");
/*
DEFAULT
*/

/* :L24 */
html {
  position: relative;
  min-height: 100%;
}
/* :L29 */
body {
  font-family: "Nunito Sans", "Raleway", sans-serif;
}
/* :L33 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L42 */
#WaitingOpaqueBox {
  display: none;
}
/* :L46 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L54 */
.instanda-documents {
  text-align: center;
}
/* :L58 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L62 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L67 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L71 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L75 */
.instanda-question-label,
.instanda-question-inner-label {
  font-size: 1.3em;
}
/* :L80 */
.confirmQuestionText {
  font-size: large;
}
/* :L84 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L95 */
.instanda-main-content-container {
  position: relative;
}
/* :L99 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L105 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L110 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L117 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L121 */
.instanda-previously-selected {
  display: inline-block;
}
/* :L125 */
.overflow-x-auto {
  overflow-x: auto;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L201 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L206 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(
        odd
      ) {
    border-radius: 4px 0 0 4px;
  }
  /* :L213 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(
        even
      ) {
    border-radius: 0 4px 4px 0;
  }
  /* :L220 */
  .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) {
  /* :L231 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L239 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L246 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L251 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L258 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L262 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L266 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L271 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L276 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #e8f8fa;
  font-weight: bold;
  padding: 25px;
  padding-top: 200px;
}
/*#payment-online-browser-warning {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

/* :L305 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}
/*
NAV-BAR
*/

/*.page-index{
  .navbar.navbar-static-top {
  .navbar.navbar-default{
    background:transparent;
  }
  }
}
.page-agentdashboard{
  .navbar > .container{
    padding-left:15px;
  padding-right:15px;
}
}
.navbar > .container{
    padding-left:60px;
  padding-right:50px;
}
.navbar.navbar-static-top {
    margin-bottom: 0px;
    border: none;
  .navbar.navbar-default{
    background: transparent linear-gradient(103deg, #17365A 0%, #E8F8FA 100%) 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #0C3160;
    margin-bottom: 0px;
    border: none;
    border-radius: unset;
    }
  .nav.navbar-nav.navbar-right{
    padding-top: 10px;
    width: 84%;
     li a{
      font: normal normal normal 14px/24px 'Nunito Sans', 'Raleway', sans-serif;
        letter-spacing: 0px;
        color: #D7DDEA;
       }
   }

   .navbar-brand{
     content:url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=V0ZSRlRqTXNVWGRoYUhOU2NqY3RjakZSUVRsWmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwwdXJ5U0pEMlJ6VFpPQnYhLDEwMDAsdWFQcUh2cDFyNXc4U296TSxrNkxYcXdxVUZLTTVpUm5Fd0liSWc4bVlMblRyeTdHV0loZTUzdG8xVkxySnNEdVpETGgzSVZLTXlKVlhSZTdielcwV2xvTDExellkMGRCakRqUkN6UT09');
     height: 68px;
   }
    .navbar-collapse ul li:last-child{
     float:right;
    font: normal normal bold 14px/17px 'Nunito Sans', 'Raleway', sans-serif;
    letter-spacing: 0px;
    color: #D7DDEA;
        ::after {
          content: "  \279C";
          font-weight: 700;
          padding-top: 7px;
         }
  }
  .navbar-default .navbar-nav>.active>a{
    background-color: transparent;
  }
}*/

/* :L371 */
/* :L375 */
.page-agentdashboard .navbar.navbar-default,
.page-viewquoteorpolicy .navbar.navbar-default,
.page-agentalldocs .navbar.navbar-default,
.page-viewreferralsforquote .navbar.navbar-default {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
}
/* :L380 */
.navbar.navbar-static-top {
  margin-bottom: 0px;
  border: none;
  /*nav > .container{
    padding-left:58%
  }*/

  /* Fixing mobile friendly issues. Ticket - 168824 */

  /* only on desktops and larger displays */

}
/* :L383 */
.navbar.navbar-static-top .navbar.navbar-default {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #0c3160;
  margin-bottom: 0px;
  border: none;
  border-radius: unset;
}
/* :L391 */
.navbar.navbar-static-top .nav.navbar-nav.navbar-right {
  padding-top: 10px;
  /*float: left !important;
    width: 80%;*/

}
/* :L395 */
.navbar.navbar-static-top .nav.navbar-nav.navbar-right li a {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L400 */
.navbar.navbar-static-top .nav.navbar-nav.navbar-right li a:hover {
  color: #f06d2d;
}
/* :L407 */
.navbar.navbar-static-top .navbar-header {
  width: 20%;
}
/* :L410 */
.navbar.navbar-static-top .navbar-toggle {
  display: none;
}
/* :L413 */
.navbar.navbar-static-top .navbar-brand {
  /*LOGO IS HERE*/
  content: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=V0VoQk5GcFdkbWhtY25kalNVNXFWelYxVWtGQ1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxZcHlwOUNGMU9ldWhsVEs0LDEwMDAsV0loRVl6VzhGNndBOFBLVyxJSDVDcm5DQ0ZVSXhDUHNlemdmOGF5L3ZoejRCelNGZTR2WXRmSnBWdnFJbWkydXRMZ0FmMmdtUjlMeXFpZFBHejBwemFQUTNOYS84SGszcndaNEhwQT09");
  height: 76px;
  padding: 0px;
}
/* :L421 */
.navbar.navbar-static-top .navbar-collapse {
  display: block;
}
/* :L424 */
.navbar.navbar-static-top .navbar-collapse ul li:first-child,
.navbar.navbar-static-top li:last-child {
  display: block;
}
/* :L428 */
.navbar.navbar-static-top .navbar-collapse ul li:last-child {
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
}
/* :L433 */
.navbar.navbar-static-top .navbar-collapse ul li:last-child ::after {
  content: "  \279C";
  font-weight: 700;
  padding-top: 7px;
}
@media (min-width: 767px) {
  /* :L442 */
  .navbar.navbar-static-top .navbar-collapse ul li:last-child {
    float: right;
  }
}
/* :L446 */
.navbar.navbar-static-top .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
/*
QUESTIONS
*/

/* :L455 */
/* :L456 */
/* :L461 */
/* :L464 */
.page-quickquotequestions .business,
.page-quickquotequestions #question155193 > .instanda-text-question > .instanda-question-input,
.page-quickquotequestions #question155193 > .instanda-text-question > .instanda-question-input > div > div,
.page-quickquotequestions .phone-email,
.page-quickquotequestions .erev-cover,
.page-quickquotequestions .outer-wrapper {
  display: flex;
}
/* :L476 */
.page-quickquotequestions #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
}
/* :L482 */
.page-quickquotequestions #question155193 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L486 */
.page-quickquotequestions #BusinessAddressLine1,
.page-quickquotequestions #BusinessAddressLine2,
.page-quickquotequestions #BusinessCity,
.page-quickquotequestions #BusinessZipCode155193 {
  width: 100%;
}
/* :L492 */
.page-quickquotequestions #state-containerStatec,
.page-quickquotequestions .instanda-address-line-1,
.page-quickquotequestions .instanda-address-line-2,
.page-quickquotequestions .instanda-address-city,
.page-quickquotequestions .instanda-address-state {
  padding-right: 12px;
  width: 100%;
}
/* :L500 */
.page-quickquotequestions #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 45%;
}
/* :L506 */
.page-quickquotequestions #question155202,
.page-quickquotequestions #question155204 {
  padding-top: 20px;
}
/* :L510 */
.page-quickquotequestions #question155188 .instanda-question-input > .form-group,
.page-quickquotequestions #question155202,
.page-quickquotequestions #question155204,
.page-quickquotequestions #question155206 {
  margin-right: 12px;
}
/* :L516 */
/* :L517 */
.page-quickquotequestions .question_cls .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* :L529 */
.page-quickquotequestions span[data-valmsg-for="FirstName"] {
  margin-right: 12px;
}
/* :L534 */
/* :L535 */
.instanda-pre-quote-questions #question178795 {
  color: #17365a;
  text-align: left;
  padding: 10px;
  padding-left: 15px;
  margin-top: 1em;
  margin-bottom: 12px;
  font-size: 22px;
  display: inline-block;
  width: 97%;
}
/* :L546 */
.instanda-pre-quote-questions #question178795 .checkbox label {
  padding-right: 20px;
  padding-top: 7px;
}
/* :L552 */
.instanda-pre-quote-questions .instanda-questionHeader h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* Customize the label (the container) */

/* :L560 */
.container-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
}
/* Hide the browser's default checkbox */

/* :L575 */
.container-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */

/* :L584 */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 5px !important;
  border: 1px solid grey;
}
/* On mouse-over, add a grey background color */

/* :L596 */
.container-chk:hover input ~ .checkmark {
  background-color: #cccccc;
  transition: background-color 0.3s ease-in-out;
}
/* When the checkbox is checked, add a blue background */

/* :L602 */
.container-chk input:checked ~ .checkmark {
  background-color: #f06d2d;
}
/* Create the checkmark/indicator (hidden when not checked) */

/* :L607 */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */

/* :L614 */
.container-chk input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */

/* :L619 */
.container-chk .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* :L631 */
/* :L632 */
.page-prequotequestions .company,
.page-prequotequestions .outer-wrapper {
  display: flex;
}
/* :L636 */
.page-prequotequestions #question155259 {
  width: 48%;
}
/* :L639 */
.page-prequotequestions #question155205 .container {
  padding-left: 0;
}
/* :L642 */
.page-prequotequestions form > .container {
  width: 100%;
  padding-left: 8.5em;
  padding-right: 8.5em;
}
/* :L647 */
.page-prequotequestions form > .container > div > div {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 12px;
}
/* :L652 */
/* :L653 */
.page-prequotequestions .question_cls .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* :L670 */
.page-prequotequestions #question155190 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-right: 12px;
}
/* :L676 */
/* :L678 */
.page-prequotequestions #question155197 .instanda-input-prepend,
.page-prequotequestions #question155199 .instanda-input-prepend {
  margin-right: 12px;
}
/* :L682 */
.page-prequotequestions #question155186 h4 {
  font-size: 24px;
}
/* :L685 */
.page-prequotequestions .checkbox_cls {
  border: 1px solid lightgray;
  background-color: white;
  margin: 0px;
}
/* :L690 */
.page-prequotequestions .confirmQuestionCheckbox {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
}
/* :L697 */
/* :L698 */
.page-prequotequestions.page-number-4 .pull-right {
  padding-right: 6px;
}
/* :L701 */
.page-prequotequestions.page-number-4 #question155263,
.page-prequotequestions.page-number-4 #question155264,
.page-prequotequestions.page-number-4 #question155265,
.page-prequotequestions.page-number-4 #question155266,
.page-prequotequestions.page-number-4 #question155267 .instanda-question-parent-yes-no {
  display: flex;
}
/* :L707 */
.page-prequotequestions.page-number-4 #question155263 .instanda-question-label,
.page-prequotequestions.page-number-4 #question155264 .instanda-question-label,
.page-prequotequestions.page-number-4 #question155265 .instanda-question-label,
.page-prequotequestions.page-number-4 #question155266 .instanda-question-label,
.page-prequotequestions.page-number-4 #question155267 .instanda-question-parent-yes-no .instanda-question-label {
  width: 50%;
}
/* :L710 */
.page-prequotequestions.page-number-4 #question155263 .instanda-text-question,
.page-prequotequestions.page-number-4 #question155264 .instanda-text-question,
.page-prequotequestions.page-number-4 #question155265 .instanda-text-question,
.page-prequotequestions.page-number-4 #question155266 .instanda-text-question,
.page-prequotequestions.page-number-4 #question155267 .instanda-question-parent-yes-no .instanda-text-question {
  width: 50%;
}
/* :L715 */
/* :L716 */
.page-prequotequestions.page-number-3 #question155259 {
  width: 43%;
}
/* :L718 */
.page-prequotequestions.page-number-3 #question155259 .instanda-question-input {
  display: block;
}
/* :L722 */
/* :L723 */
.page-prequotequestions.page-number-3 #question155251 .instanda-input-prepend {
  margin-right: 12px;
}
/* :L728 */
/* :L729 */
/* :L730 */
.page-prequotequestions.page-number-2 .question_cls .container {
  padding-right: 0px;
  padding-left: 0px;
}
/* :L735 */
/* :L736 */
.page-prequotequestions.page-number-2 #question185451 .instanda-questionHeader {
  padding-left: 0px;
}
/* :L741 */
/* :L742 */
/* :L747 */
.page-postquotequestions .questionList .container {
  padding-left: 0;
  padding-right: 0;
}
/* :L751 */
.page-postquotequestions #question186189 .instanda-questionHeader {
  width: 100%;
}
/* :L754 */
.page-postquotequestions .form-control {
  height: 45px;
}
/* :L757 */
.page-postquotequestions h3,
.page-postquotequestions h6 {
  font: normal normal 21px/33px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0.08px;
  color: #12243a;
}
/* :L763 */
.page-postquotequestions h4 {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-left: 0px;
}
/* :L769 */
.page-postquotequestions .btn-primary {
  font-size: 18px;
  background-color: #f06d2d;
  border-color: #f06d2d;
  font-weight: bold;
}
/* :L776 */
/* :L777 */
.page-postquotequestions .page-paymentconfirmation h3,
.page-postquotequestions .page-paymentconfirmation h6 {
  font: normal normal 21px/33px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0.08px;
  color: #12243a;
}
/* :L785 */
form > .container {
  margin-bottom: 40px;
}
/* :L788 */
body {
  font-family: "Nunito Sans", "Raleway", sans-serif;
  background-color: #120c0c0a;
}
/* :L792 */
/* :L794 */
.page-quickquotequestions .instanda-main-content,
.page-prequotequestions .instanda-main-content {
  padding-bottom: 40px;
}
/* :L797 */
/* :L804 */
.page-quickquotequestions .upper-heading .instanda-questionHeader h3,
.page-prequotequestions .upper-heading .instanda-questionHeader h3,
.page-quickquotequestions #question197817 .instanda-questionHeader h3,
.page-prequotequestions #question197817 .instanda-questionHeader h3,
.page-quickquotequestions #question179167 .instanda-questionHeader h3,
.page-prequotequestions #question179167 .instanda-questionHeader h3,
.page-quickquotequestions #question178701 .instanda-questionHeader h3,
.page-prequotequestions #question178701 .instanda-questionHeader h3,
.page-quickquotequestions .page-bindquote .col-main .instanda-questionHeader h3,
.page-prequotequestions .page-bindquote .col-main .instanda-questionHeader h3,
.page-quickquotequestions #question186189 .instanda-questionHeader h3,
.page-prequotequestions #question186189 .instanda-questionHeader h3,
.page-quickquotequestions .page-paymentconfirmation .instanda-questionHeader h3,
.page-prequotequestions .page-paymentconfirmation .instanda-questionHeader h3 {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
}
/* :L810 */
.page-quickquotequestions .btn,
.page-prequotequestions .btn {
  font-size: 18px;
}
/* :L813 */
.page-quickquotequestions .instanda-container-fluid,
.page-prequotequestions .instanda-container-fluid {
  background-color: transparent;
}
/* :L816 */
/* :L822 */
.page-quickquotequestions #question155187 .instanda-questionHeader,
.page-prequotequestions #question155187 .instanda-questionHeader,
.page-quickquotequestions #question155196 .instanda-questionHeader,
.page-prequotequestions #question155196 .instanda-questionHeader,
.page-quickquotequestions #question155186 .instanda-questionHeader,
.page-prequotequestions #question155186 .instanda-questionHeader,
.page-quickquotequestions #question155205 .instanda-questionHeader,
.page-prequotequestions #question155205 .instanda-questionHeader,
.page-quickquotequestions #question155239 .instanda-questionHeader,
.page-prequotequestions #question155239 .instanda-questionHeader,
.page-quickquotequestions #question155262 .instanda-questionHeader,
.page-prequotequestions #question155262 .instanda-questionHeader {
  width: 100%;
}
/* :L823 */
.page-quickquotequestions #question155187 .instanda-questionHeader h3,
.page-prequotequestions #question155187 .instanda-questionHeader h3,
.page-quickquotequestions #question155196 .instanda-questionHeader h3,
.page-prequotequestions #question155196 .instanda-questionHeader h3,
.page-quickquotequestions #question155186 .instanda-questionHeader h3,
.page-prequotequestions #question155186 .instanda-questionHeader h3,
.page-quickquotequestions #question155205 .instanda-questionHeader h3,
.page-prequotequestions #question155205 .instanda-questionHeader h3,
.page-quickquotequestions #question155239 .instanda-questionHeader h3,
.page-prequotequestions #question155239 .instanda-questionHeader h3,
.page-quickquotequestions #question155262 .instanda-questionHeader h3,
.page-prequotequestions #question155262 .instanda-questionHeader h3 {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L832 */
/* :L835 */
.page-quickquotequestions #question155188 .instanda-text-question,
.page-prequotequestions #question155188 .instanda-text-question,
.page-quickquotequestions #question155198 .instanda-text-question,
.page-prequotequestions #question155198 .instanda-text-question,
.page-quickquotequestions #question155190 .instanda-text-question,
.page-prequotequestions #question155190 .instanda-text-question {
  margin-bottom: 0px;
}
/* :L841 */
.page-quickquotequestions #question155188,
.page-prequotequestions #question155188,
.page-quickquotequestions #question155189,
.page-prequotequestions #question155189,
.page-quickquotequestions #question155193,
.page-prequotequestions #question155193 {
  width: 100%;
}
/* :L845 */
.page-quickquotequestions #question155188 .instanda-question-input,
.page-prequotequestions #question155188 .instanda-question-input,
.page-quickquotequestions #question155189 .instanda-question-input,
.page-prequotequestions #question155189 .instanda-question-input,
.page-quickquotequestions #question155193 .instanda-question-input,
.page-prequotequestions #question155193 .instanda-question-input {
  width: 100%;
}
/* :L850 */
.page-quickquotequestions #question155203,
.page-prequotequestions #question155203,
.page-quickquotequestions #question155223,
.page-prequotequestions #question155223,
.page-quickquotequestions #question155251,
.page-prequotequestions #question155251,
.page-quickquotequestions #question155253,
.page-prequotequestions #question155253,
.page-quickquotequestions #question155190,
.page-prequotequestions #question155190,
.page-quickquotequestions #question155192,
.page-prequotequestions #question155192,
.page-quickquotequestions #question155197,
.page-prequotequestions #question155197,
.page-quickquotequestions #question155199,
.page-prequotequestions #question155199,
.page-quickquotequestions #question155201,
.page-prequotequestions #question155201,
.page-quickquotequestions #question155203z,
.page-prequotequestions #question155203z,
.page-quickquotequestions #question155198,
.page-prequotequestions #question155198,
.page-quickquotequestions #question155202,
.page-prequotequestions #question155202,
.page-quickquotequestions #question155204,
.page-prequotequestions #question155204,
.page-quickquotequestions #question155206,
.page-prequotequestions #question155206,
.page-quickquotequestions #question155210,
.page-prequotequestions #question155210,
.page-quickquotequestions #question155188,
.page-prequotequestions #question155188,
.page-quickquotequestions #question155189,
.page-prequotequestions #question155189,
.page-quickquotequestions #question155193,
.page-prequotequestions #question155193 {
  width: 100%;
}
/* :L869 */
.page-quickquotequestions #question155203 .instanda-question-input,
.page-prequotequestions #question155203 .instanda-question-input,
.page-quickquotequestions #question155223 .instanda-question-input,
.page-prequotequestions #question155223 .instanda-question-input,
.page-quickquotequestions #question155251 .instanda-question-input,
.page-prequotequestions #question155251 .instanda-question-input,
.page-quickquotequestions #question155253 .instanda-question-input,
.page-prequotequestions #question155253 .instanda-question-input,
.page-quickquotequestions #question155190 .instanda-question-input,
.page-prequotequestions #question155190 .instanda-question-input,
.page-quickquotequestions #question155192 .instanda-question-input,
.page-prequotequestions #question155192 .instanda-question-input,
.page-quickquotequestions #question155197 .instanda-question-input,
.page-prequotequestions #question155197 .instanda-question-input,
.page-quickquotequestions #question155199 .instanda-question-input,
.page-prequotequestions #question155199 .instanda-question-input,
.page-quickquotequestions #question155201 .instanda-question-input,
.page-prequotequestions #question155201 .instanda-question-input,
.page-quickquotequestions #question155203z .instanda-question-input,
.page-prequotequestions #question155203z .instanda-question-input,
.page-quickquotequestions #question155198 .instanda-question-input,
.page-prequotequestions #question155198 .instanda-question-input,
.page-quickquotequestions #question155202 .instanda-question-input,
.page-prequotequestions #question155202 .instanda-question-input,
.page-quickquotequestions #question155204 .instanda-question-input,
.page-prequotequestions #question155204 .instanda-question-input,
.page-quickquotequestions #question155206 .instanda-question-input,
.page-prequotequestions #question155206 .instanda-question-input,
.page-quickquotequestions #question155210 .instanda-question-input,
.page-prequotequestions #question155210 .instanda-question-input,
.page-quickquotequestions #question155188 .instanda-question-input,
.page-prequotequestions #question155188 .instanda-question-input,
.page-quickquotequestions #question155189 .instanda-question-input,
.page-prequotequestions #question155189 .instanda-question-input,
.page-quickquotequestions #question155193 .instanda-question-input,
.page-prequotequestions #question155193 .instanda-question-input {
  width: 100%;
}
/* :L873 */
/* :L875 */
.page-quickquotequestions #question155256 .instanda-question-parent-yes-no .instanda-question-label,
.page-prequotequestions #question155256 .instanda-question-parent-yes-no .instanda-question-label,
.page-quickquotequestions #question155256 #question155261 .instanda-question-label,
.page-prequotequestions #question155256 #question155261 .instanda-question-label {
  width: 100%;
}
/* :L879 */
.page-quickquotequestions #question155223,
.page-prequotequestions #question155223,
.page-quickquotequestions #question183983 .instanda-questionHeader,
.page-prequotequestions #question183983 .instanda-questionHeader,
.page-quickquotequestions #question155196 .instanda-questionHeader,
.page-prequotequestions #question155196 .instanda-questionHeader,
.page-quickquotequestions #question183984 .instanda-questionHeader,
.page-prequotequestions #question183984 .instanda-questionHeader,
.page-quickquotequestions #question185450 .instanda-questionHeader,
.page-prequotequestions #question185450 .instanda-questionHeader,
.page-quickquotequestions #question185451 .instanda-questionHeader,
.page-prequotequestions #question185451 .instanda-questionHeader,
.page-quickquotequestions #question185452 .instanda-questionHeader,
.page-prequotequestions #question185452 .instanda-questionHeader,
.page-quickquotequestions #question185453 .instanda-questionHeader,
.page-prequotequestions #question185453 .instanda-questionHeader,
.page-quickquotequestions #question155267,
.page-prequotequestions #question155267 {
  width: 100%;
}
/* :L890 */
/* :L892 */
.page-quickquotequestions #question155256 .instanda-question-parent-yes-no .instanda-question-label,
.page-prequotequestions #question155256 .instanda-question-parent-yes-no .instanda-question-label,
.page-quickquotequestions #question155256 #question155261 .instanda-question-label,
.page-prequotequestions #question155256 #question155261 .instanda-question-label {
  width: 100%;
}
/* :L896 */
/* :L906 */
.page-quickquotequestions #question155187 .instanda-questionHeader,
.page-prequotequestions #question155187 .instanda-questionHeader,
.page-quickquotequestions .page-quickquote .instanda-questionHeader,
.page-prequotequestions .page-quickquote .instanda-questionHeader,
.page-quickquotequestions .page-quote .instanda-questionHeader,
.page-prequotequestions .page-quote .instanda-questionHeader,
.page-quickquotequestions .page-bindquote .instanda-questionHeader,
.page-prequotequestions .page-bindquote .instanda-questionHeader,
.page-quickquotequestions #question155186 .instanda-questionHeader,
.page-prequotequestions #question155186 .instanda-questionHeader,
.page-quickquotequestions #question155195 .instanda-questionHeader,
.page-prequotequestions #question155195 .instanda-questionHeader,
.page-quickquotequestions #question155239 .instanda-questionHeader,
.page-prequotequestions #question155239 .instanda-questionHeader,
.page-quickquotequestions #question155262 .instanda-questionHeader,
.page-prequotequestions #question155262 .instanda-questionHeader,
.page-quickquotequestions #question155216 .instanda-questionHeader,
.page-prequotequestions #question155216 .instanda-questionHeader,
.page-quickquotequestions #question155205 .instanda-questionHeader,
.page-prequotequestions #question155205 .instanda-questionHeader {
  width: 100%;
}
/* :L908 */
.page-quickquotequestions #question155187 .instanda-questionHeader h5,
.page-prequotequestions #question155187 .instanda-questionHeader h5,
.page-quickquotequestions .page-quickquote .instanda-questionHeader h5,
.page-prequotequestions .page-quickquote .instanda-questionHeader h5,
.page-quickquotequestions .page-quote .instanda-questionHeader h5,
.page-prequotequestions .page-quote .instanda-questionHeader h5,
.page-quickquotequestions .page-bindquote .instanda-questionHeader h5,
.page-prequotequestions .page-bindquote .instanda-questionHeader h5,
.page-quickquotequestions #question155186 .instanda-questionHeader h5,
.page-prequotequestions #question155186 .instanda-questionHeader h5,
.page-quickquotequestions #question155195 .instanda-questionHeader h5,
.page-prequotequestions #question155195 .instanda-questionHeader h5,
.page-quickquotequestions #question155239 .instanda-questionHeader h5,
.page-prequotequestions #question155239 .instanda-questionHeader h5,
.page-quickquotequestions #question155262 .instanda-questionHeader h5,
.page-prequotequestions #question155262 .instanda-questionHeader h5,
.page-quickquotequestions #question155216 .instanda-questionHeader h5,
.page-prequotequestions #question155216 .instanda-questionHeader h5,
.page-quickquotequestions #question155205 .instanda-questionHeader h5,
.page-prequotequestions #question155205 .instanda-questionHeader h5 {
  font-weight: bold;
}
/* :L913 */
.page-quickquotequestions .work-breakdown,
.page-prequotequestions .work-breakdown {
  display: flex;
}
/* :L915 */
.page-quickquotequestions .work-breakdown .instanda-question-input,
.page-prequotequestions .work-breakdown .instanda-question-input {
  width: 95%;
}
/* :L920 */
.page-quickquotequestions .form-control,
.page-prequotequestions .form-control {
  height: 45px;
  border-radius: 5px !important;
  border: 1px solid gray;
  box-shadow: none;
  width: 100%;
}
/* :L928 */
.page-quickquotequestions .form-control:hover,
.page-prequotequestions .form-control:hover,
.page-quickquotequestions .form-control:focus,
.page-prequotequestions .form-control:focus {
  border: 2px solid gray;
  box-shadow: none;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}
/* :L936 */
.page-quickquotequestions .form-control.input-validation-error,
.page-prequotequestions .form-control.input-validation-error {
  border: 2px solid #d9534f;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L941 */
.page-quickquotequestions #RevenueExpected,
.page-prequotequestions #RevenueExpected,
.page-quickquotequestions #ExpectedSubcontractorCost,
.page-prequotequestions #ExpectedSubcontractorCost {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/* :L946 */
.page-quickquotequestions #CoverageStartDate,
.page-prequotequestions #CoverageStartDate {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L950 */
.page-quickquotequestions .instanda-question-validation-message-address-postcode,
.page-prequotequestions .instanda-question-validation-message-address-postcode {
  margin-left: 15px;
  display: none;
}
/* :L954 */
.page-quickquotequestions .instanda-question-validation-message-address-city,
.page-prequotequestions .instanda-question-validation-message-address-city {
  margin-right: 15px;
  display: none !important;
}
/* :L959 */
.page-quickquotequestions .instanda-question-validation-message-address-line1,
.page-prequotequestions .instanda-question-validation-message-address-line1 {
  display: none;
}
/* :L962 */
.page-quickquotequestions span[data-valmsg-for="RevenueExpected"],
.page-prequotequestions span[data-valmsg-for="RevenueExpected"] {
  margin-left: 33.5px;
}
/* :L965 */
.page-quickquotequestions span[data-valmsg-for="YearsExperience"],
.page-prequotequestions span[data-valmsg-for="YearsExperience"] {
  margin-right: 12px;
}
/* :L968 */
.page-quickquotequestions span[data-valmsg-for="ExpectedSubcontractorCost"],
.page-prequotequestions span[data-valmsg-for="ExpectedSubcontractorCost"] {
  margin-left: 34px;
}
/* :L971 */
.page-quickquotequestions span[data-valmsg-for="CoverageStartDate"],
.page-prequotequestions span[data-valmsg-for="CoverageStartDate"] {
  margin-right: 39px;
}
/* :L975 */
.page-quickquotequestions::placeholder,
.page-prequotequestions::placeholder,
.page-quickquotequestions select option:first-child,
.page-prequotequestions select option:first-child {
  color: gray;
}
/* :L979 */
.page-quickquotequestions .btn,
.page-prequotequestions .btn,
.page-quickquotequestions .btn-primary,
.page-prequotequestions .btn-primary,
.page-quickquotequestions #copyQuoteButton,
.page-prequotequestions #copyQuoteButton {
  background-color: #f06d2d;
  border-color: #f06d2d;
  font-weight: bold;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
}
/* :L988 */
.page-quickquotequestions .btn:active:focus,
.page-prequotequestions .btn:active:focus,
.page-quickquotequestions .btn:focus,
.page-prequotequestions .btn:focus {
  outline: 0;
  box-shadow: none;
}
/* :L997 */
/* :L1000 */
.page-quickquotequestions #question155197 .instanda-question-input,
.page-prequotequestions #question155197 .instanda-question-input,
.page-quickquotequestions #question155199 .instanda-question-input,
.page-prequotequestions #question155199 .instanda-question-input,
.page-quickquotequestions #question155201 .instanda-question-input,
.page-prequotequestions #question155201 .instanda-question-input {
  display: table;
  border-collapse: separate;
  position: relative;
}
/* :L1004 */
.page-quickquotequestions #question155197 .instanda-question-input input,
.page-prequotequestions #question155197 .instanda-question-input input,
.page-quickquotequestions #question155199 .instanda-question-input input,
.page-prequotequestions #question155199 .instanda-question-input input,
.page-quickquotequestions #question155201 .instanda-question-input input,
.page-prequotequestions #question155201 .instanda-question-input input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L1009 */
.page-quickquotequestions #question155197 .input-group-addon:last-child,
.page-prequotequestions #question155197 .input-group-addon:last-child,
.page-quickquotequestions #question155199 .input-group-addon:last-child,
.page-prequotequestions #question155199 .input-group-addon:last-child,
.page-quickquotequestions #question155201 .input-group-addon:last-child,
.page-prequotequestions #question155201 .input-group-addon:last-child {
  border-left: 0;
}
/* :L1014 */
/* :L1015 */
.page-confirmation2 .main-heading {
  font: normal normal bold 64px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-bottom: 20px;
}
/* :L1021 */
.page-confirmation2 .sub-heading {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-bottom: 20px;
}
/* :L1027 */
.page-confirmation2 .question_cls p {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
}
/* :L1033 */
.page-confirmation2 .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
  padding-left: 0;
  width: 100%;
}
/* :L1038 */
/* :L1039 */
.page-confirmation2 .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L1044 */
.page-confirmation2 .details-cls .table th {
  padding: 8px 8px 8px 0px;
}
/* :L1047 */
.page-confirmation2 .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1053 */
.page-confirmation2 .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L1055 */
.page-confirmation2 .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1062 */
.page-confirmation2 .details-cls .table tbody > tr > td,
.page-confirmation2 .details-cls .table tbody > tr > th,
.page-confirmation2 .details-cls .table tfoot > tr > td,
.page-confirmation2 .details-cls .table tfoot > tr > th,
.page-confirmation2 .details-cls .table thead > tr > td,
.page-confirmation2 .details-cls .table thead > tr > th {
  border: none;
}
/* :L1070 */
.page-confirmation2 .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L1073 */
.page-confirmation2 .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1078 */
.page-confirmation2 .doc-cls {
  border: 2px solid #d7ddea;
  border-radius: 5px;
}
/* :L1081 */
.page-confirmation2 .doc-cls .doc-cls-header {
  color: black;
  border-bottom: 1px solid #d7ddea;
  padding: 15px;
}
/* :L1086 */
.page-confirmation2 .doc-cls .doc-cls-file {
  padding: 15px;
}
/* :L1088 */
.page-confirmation2 .doc-cls .doc-cls-file span > i {
  color: #0a7cd6;
}
/* :L1091 */
.page-confirmation2 .doc-cls .doc-cls-file span > a {
  color: #565e71;
}
/* :L1096 */
.page-confirmation2 .image_cls {
  padding-top: 350px;
}
/* :L1101 */
.label-danger {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
  font-size: 5%;
}
/* :L1108 */
.label-warning {
  background-color: #d9534f;
}
/* :L1112 */
/* :L1113 */
.page-cannotquote .alert-danger {
  display: none !important;
}
/* :L1118 */
/* :L1119 */
.name .instanda-question-label {
  position: absolute;
}
/* :L1122 */
.name .instanda-question-input > .form-group {
  display: flex;
  margin-bottom: 0px;
}
/* :L1125 */
.name .instanda-question-input > .form-group .instanda-question-name-title {
  padding-top: 25px;
  padding-right: 12px;
}
/* :L1129 */
.name .instanda-question-input > .form-group .instanda-question-name-first-name {
  padding-right: 12px;
}
/* :L1135 */
.page-prequotequestions h3 {
  margin-left: 0px !important;
}
/*
LOGINPAGE
*/

/* :L1143 */
.page-agentlogin {
  background: transparent linear-gradient(119deg, #1f0f41 0%, #0c021c 100%) 0% 0% no-repeat padding-box;
}
/* :L1146 */
.page-agentlogin .navbar.navbar-static-top {
  display: none;
}
/* :L1149 */
.page-agentlogin .agent-login-links {
  display: none;
}
/* :L1152 */
.page-agentlogin .btn.active.focus,
.page-agentlogin .btn.active:focus,
.page-agentlogin .btn.focus,
.page-agentlogin .btn:active.focus,
.page-agentlogin .btn:active:focus,
.page-agentlogin .btn:focus {
  outline: 0;
}
/* :L1160 */
.page-agentlogin .instanda-agent-login-content {
  margin-top: 100px;
}
/* :L1162 */
.page-agentlogin .instanda-agent-login-content .left-view {
  padding-top: 50%;
  /*background-image:url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZFVOaVpGTmliM0k1VmxCQ05uUmlPVEZ1VmxWQlVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxYQUFINDNtYjRSZmt2VjhxLDEwMDAsQWx3TjhQbzNjWDRqclNmZixkUzF6M0V0dFZDVG42QXFWOWdJMFdHRktvRmw5WG8wUHp3RkJENDVibGV4UkxzY0pUMU9Zb2p3eEFqeUxobEpGd0M1K3pWejZkb09VZVNnKzBxOWZjZz09');*/
  background-repeat: no-repeat;
  background-size: 360px 104px;
  background-position-x: 35%;
  background-position-y: 30%;
}
/* :L1170 */
/* :L1171 */
.page-agentlogin .instanda-agent-login-content .right-view .title {
  padding: 20px;
}
/* :L1173 */
.page-agentlogin .instanda-agent-login-content .right-view .title h2 {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: white;
}
/* :L1180 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
  float: left;
}
/* :L1181 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login #instanda-cp-login-form {
  background-color: transparent;
  border: none;
  padding: 0 19px;
}
/* :L1185 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login #instanda-cp-login-form .control-label {
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L1191 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login #instanda-cp-login-form .instanda-btn {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  margin-top: 15px;
}
/* :L1204 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login > div {
  width: 100%;
  margin-left: 0px;
}
/* :L1213 */
/*.bgoverlay{
    background: linear-gradient(to right, rgba(23, 54, 90, 1), rgba(232, 248, 250, 0));
  }
*/

/*
INDEX
*/

/* :L1229 */
.page-index {
  font-family: "Nunito Sans", "Raleway", sans-serif;
  /* #instanda-site-layout{
      background: url(https://i.ibb.co/NYPbQ4J/myndHome.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/

  /*
      background-image:url('https://i.ibb.co/NYPbQ4J/myndHome.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      background-position: bottom;

  }*/

  /* .bgoverlay{
    background: linear-gradient(to right, rgba(23, 54, 90, 1), rgba(232, 248, 250, 0));
  }*/

  /* @media only screen and (max-device-width: 992px) { */

}
/* :L1252 */
.page-index .instanda-main-content {
  padding-bottom: 0;
}
/* :L1256 */
.page-index .index-main-content {
  line-height: 1;
  padding: 80px 0px 230px 0px;
}
/* :L1259 */
/* :L1260 */
.page-index .index-main-content .main-heading h1 {
  font-size: 64px;
  font: normal normal bold 64px/64px "Nunito Sans", "Raleway", sans-serif;
  font-family: "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: white;
}
/* :L1268 */
.page-index .index-main-content .sub-heading {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  font-family: "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L1276 */
.page-index .instanda-home-content {
  color: #eee5e4;
}
/* :L1280 */
.page-index #btn {
  background-color: #f06d2d;
}
/* :L1284 */
.page-index .getQuoteButton {
  background: #f06d2d 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #00f06d2d;
  border: 1px solid #f06d2d;
  color: white;
  border-radius: 5px;
  width: 102px;
  height: 21px;
  padding: 12px 21px;
  text-decoration: none;
}
/* :L1295 */
.page-index .Button {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 207px;
  height: 45px;
  padding: 12px 21px;
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  /* :L1307 */
  .page-index .Button {
    display: inline;
  }
}
/* :L1312 */
.page-index .navbar .navbar-default {
  background-color: transparent;
  border: 0px solid transparent;
}
/*
  QUICK-QUOTE
  */

/* :L1322 */
/* :L1323 */
.instanda-quick-quote-questions .instanda-questionHeader h3,
.instanda-quick-quote-questions h2 {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L1330 */
.instanda-quick-quote-questions h2:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L1340 */
@media (min-width: 1024px) {
  /* :L1342 */
  .page-quickquote .col-md-offset-1 {
    /* margin-left: 8.33333333%; */
    padding-left: 8.33%;
  }
}
@media (min-width: 992px) {
  /* :L1348 */
  .page-quickquote .col-md-offset-1 {
    margin-left: 0px;
  }
}
/* :L1352 */
.page-quickquote .instanda-questionHeader {
  width: 100%;
}
/* :L1355 */
.page-quickquote .col-main {
  padding-left: 30px;
}
/* :L1358 */
.page-quickquote .page-title {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L1364 */
  .page-quickquote .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1368 */
.page-quickquote .table-sub-header {
  padding-left: 0px;
}
/* :L1372 */
.page-quickquote .instanda-questionHeader h3 {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L1378 */
.page-quickquote h3,
.page-quickquote p {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L1384 */
.page-quickquote .section-applicant-details {
  padding-right: 10px;
}
/* :L1387 */
.page-quickquote .section-applicant-details h4 {
  font-size: 22px !important;
  margin-bottom: 0px;
}
/* :L1391 */
.page-quickquote .premium-label {
  border-top: 1.5px solid #d7ddea;
  border-left: 1.5px solid #d7ddea;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 10px;
}
/* :L1398 */
.page-quickquote .premium {
  padding-left: 12px;
}
/* :L1401 */
.page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  margin-bottom: 30px;
}
/* :L1404 */
.page-quickquote .instanda-questionHeader .questionHeader .container {
  padding-bottom: 10px;
}
/* :L1408 */
.page-quickquote .instanda-question-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333333;
  padding-bottom: 7px;
}
/* :L1416 */
.page-quickquote .pull-right {
  float: right !important;
  margin-right: 10px;
  display: flex;
}
/* :L1422 */
.page-quickquote #copyQuoteButton,
.page-quickquote #continueButton,
.page-quickquote input[name="notes"] {
  background: #f06d2d 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #f06d2d;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  margin-right: 5px;
}
/* :L1432 */
.page-quickquote #continueButton:focus,
.page-quickquote #continueButton:hover,
.page-quickquote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L1438 */
.page-quickquote #backButton {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1441 */
.page-quickquote button[name="updateButton"] {
  background: white 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  margin-right: 5px;
}
/* :L1449 */
.page-quickquote .form-control {
  height: 45px !important;
}
/* :L1452 */
/* :L1456 */
.page-quickquote #question155219 .instanda-text-question > .instanda-question-input,
.page-quickquote #question155221 .instanda-text-question > .instanda-question-input,
.page-quickquote #question155225 .instanda-text-question > .instanda-question-input,
.page-quickquote #question155227 .instanda-text-question > .instanda-question-input {
  width: 100%;
}
@media (max-width: 568px) {
  /* :L1461 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1465 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L1470 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1476 */
  .page-quickquote .pull-right #copyQuoteButton,
  .page-quickquote .pull-right input[name="notes"],
  .page-quickquote .pull-right .instanda-quote-update-button,
  .page-quickquote .pull-right #continueButton {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*.rentalinfo-question-table1 td {
  padding-right: 10px;
}

.rentalinfo-question-table1 > tr:first-child > td {
    padding-right: 10px;
    width:  20%;
    padding-bottom: 20px;
}

.rentalinfo-question-table1 tr:nth-child(2) td {
    padding-right: 10px;
    width:  10%;
    padding-bottom: 20px;
}

.rentalinfo-question-table2 tr {
  width: 100%;
  padding-right: 30px;
  //background-color: green;

}

.rentalinfo-question-table2 td {
  padding-right: 10px;

}

.rentalinfo-question-table2 > tr:first-child > td {
  padding-right: 10px;
  width: 20%; 
  padding-bottom: 20px;

}


.rentalinfo-question-table3 tr {
  width: 100%;
  padding-right: 30px;
  //background-color: red;

}

.rentalinfo-question-table3 td {
  padding-right: 10px;

}

.rentalinfo-question-table3 > tr:first-child > td {
  padding-right: 10px;
  width: 20%; 
  padding-bottom: 20px;

}

.rentalinfo-question-table4 tr {
  width: 100%;
  padding-right: 10px;
  //background-color: purple;

}

.rentalinfo-question-table4 td {
  padding-right: 15px;

} */

/*
QUICK-QUOTE PAGE 3
*/

/* :L1558 */
.coverage-question-table {
  width: 100%;
}
/* :L1562 */
.coverage-question-table td {
  padding-right: 15px;
}
/* :L1566 */
.coverage-question-table > tr:first-child > td {
  padding-right: 15px;
  width: 50%;
  padding-bottom: 30px;
}
/* :L1572 */
.coverage-question-table tr:nth-child(2) td {
  padding-right: 15px;
  width: 20%;
  padding-bottom: 30px;
}
/* :L1578 */
/*
RETRIEVEQUOTE
*/

/*.page-retrievequote{

  .instanda-questionHeader h3 ::first-letter {
    border-bottom: 6px solid #F06D2D;
  }
  .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12
  {
    display:flex;
  }
 
}
.page-retrievequote{
.agent-search-parameter-input 
  {
    padding-right:10px;
  }
  #SearchParams_3__ParameterValue
  {
    width:90%;
  }
  .btn.btn-default
  {
    padding:8px 21px;
    background-color:#0A7CD6;
    color:white;
    border-color:#0A7CD6;
  }
  .btn.btn-default:hover ,:active 
  {
    color:white;
    background-color:lightgrey;
    border-color:black;
  }
}
.page-updatepolicynumbers ,.page-agentsearchexpiredpolicies ,.page-agentsearchpoliciesforapproval
{
  .agent-search-parameter-input 
  {
    padding-right:10px;
  }
  #SearchParams_3__ParameterValue
  {
    width:90%;
  }
  .btn.btn-default
  {
    padding:8px 21px;
    background-color:#0A7CD6;
    color:white;
    border-color:#0A7CD6;
  }
  .btn.btn-default:hover ,:active 
  {
    color:white;
    background-color:lightgrey;
    border-color:black;
  }
   .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12
  {
    display:flex;
  }
}
*/

/* :L1648 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-container-fluid,
.navbar .navbar-default,
.instanda-agent-retrieve-quotes {
  background: transparent linear-gradient(95deg, #e8f8fa 0%, #17365a 100%) 0% 0% no-repeat padding-box;
}
/*
QUICK QUOTE-DISPLAY
*/

/* :L1661 */
/* :L1662 */
.page-quickquote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L1667 */
.page-quickquote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L1671 */
.page-quickquote .instanda-questionHeader .page-title {
  text-align: left;
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-left: 2px;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L1679 */
  .page-quickquote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1683 */
.page-quickquote .instanda-questionHeader .email-doc,
.page-quickquote .instanda-questionHeader .quote-doc,
.page-quickquote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L1688 */
.page-quickquote .instanda-questionHeader .email-doc #emailQuoteLinkLink,
.page-quickquote .instanda-questionHeader .quote-doc #emailQuoteLinkLink,
.page-quickquote .instanda-questionHeader .adj-qsns #emailQuoteLinkLink {
  float: right;
  background-color: white;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  padding: 6px 12px;
  color: black;
}
/* :L1696 */
.page-quickquote .instanda-questionHeader .email-doc #quoteLink,
.page-quickquote .instanda-questionHeader .quote-doc #quoteLink,
.page-quickquote .instanda-questionHeader .adj-qsns #quoteLink {
  float: right;
  background-color: white;
  border-radius: 5px;
  padding: 6px 12px;
  color: black;
}
/* :L1703 */
.page-quickquote .instanda-questionHeader .email-doc .instanda-question-input,
.page-quickquote .instanda-questionHeader .quote-doc .instanda-question-input,
.page-quickquote .instanda-questionHeader .adj-qsns .instanda-question-input {
  width: 100%;
}
/* :L1708 */
.page-quickquote .package-select {
  text-align: left;
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-left: 2em;
  margin-bottom: 5px;
  display: block;
}
/* :L1718 */
.page-quickquote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L1721 */
.page-quickquote .quotetable td {
  width: 33%;
}
/* :L1726 */
.page-quickquote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1732 */
.page-quickquote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L1739 */
.page-quickquote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L1743 */
.page-quickquote .premium-value,
.page-quickquote .contractor-type .premium > span:first-child {
  text-align: left;
  font: normal normal bold 44px/54px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.32px;
  color: white;
}
/* :L1751 */
.page-quickquote .premium-value-yy {
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.32px;
  color: white;
}
/* :L1758 */
.page-quickquote .premium-value-mm {
  text-align: center;
  font: normal normal bold 24px/34px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.32px;
  color: white;
}
/* :L1765 */
.page-quickquote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1771 */
.page-quickquote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L1776 */
.page-quickquote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L1781 */
.page-quickquote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1786 */
.page-quickquote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L1791 */
.page-quickquote .pull-left {
  padding-left: 5px;
}
/* :L1794 */
.page-quickquote form > .container {
  padding-top: 30px;
}
/* :L1797 */
.page-quickquote .contractor-type a:hover {
  text-decoration: none;
}
/* :L1800 */
/* :L1801 */
.page-quickquote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L1806 */
.page-quickquote #green-tick-bronze,
.page-quickquote #green-tick-silver,
.page-quickquote #green-tick-gold {
  height: 50px;
}
/* :L1810 */
.page-quickquote #green-tick-bronze .right-div,
.page-quickquote #green-tick-silver .right-div,
.page-quickquote #green-tick-gold .right-div {
  padding-top: 10px;
  height: 100%;
  padding-left: 25px;
  background-color: white;
  border-bottom-left-radius: 50px;
  content: "&#x2714";
  color: white;
  font-size: 20px;
  border-top-right-radius: 5px;
}
/* :L1822 */
.page-quickquote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L1825 */
.page-quickquote .btn.btn-primary {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  background-color: #f06d2d;
  border-color: #f06d2d;
  font-weight: bold;
  opacity: 1;
  font-size: 18px;
  margin-right: 5px;
}
/* :L1835 */
.page-quickquote button[name="updateButton"],
.page-quickquote input[name="notes"] {
  background: white 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1843 */
.page-quickquote #continueButton {
  margin-right: 0px;
}
/* :L1847 */
.page-quickquote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 60%;
  display: block;
}
/* :L1854 */
.page-quickquote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L1861 */
.page-quickquote table.quote-coverage-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 1.3em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L1869 */
.page-quickquote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L1875 */
.page-quickquote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L1879 */
.page-quickquote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L1883 */
.page-quickquote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L1888 */
.page-quickquote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L1891 */
.page-quickquote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L1894 */
/* :L1896 */
.page-quickquote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L1901 */
/* :L1904 */
.page-quickquote .table-cover {
  padding: 15px;
}
/* :L1907 */
.page-quickquote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L1915 */
.page-quickquote .cover-row {
  background: #17365a 0% 0% no-repeat padding-box;
  color: white;
  box-shadow: 0px 4px 40px #0000001a;
  border: 1px solid #d7ddea;
  border-radius: 7px;
  margin-bottom: 20px;
  width: 23em;
}
/* :L1923 */
.page-quickquote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L1927 */
.page-quickquote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L1933 */
.page-quickquote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L1939 */
.page-quickquote .cover-row .btn {
  width: 100%;
  color: black;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #d3d3d387;
  margin-top: 20px;
  font-size: 17px;
}
/* :L1949 */
.page-quickquote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L1954 */
.page-quickquote .bronze_cls,
.page-quickquote .silver_cls,
.page-quickquote .gold_cls {
  background-color: #17365a !important;
  color: white;
}
/* :L1959 */
/* :L1962 */
.page-quickquote .bronze_cls #green-tick-bronze .right-div,
.page-quickquote .silver_cls #green-tick-bronze .right-div,
.page-quickquote .gold_cls #green-tick-bronze .right-div,
.page-quickquote .bronze_cls #green-tick-silver .right-div,
.page-quickquote .silver_cls #green-tick-silver .right-div,
.page-quickquote .gold_cls #green-tick-silver .right-div,
.page-quickquote .bronze_cls #green-tick-gold .right-div,
.page-quickquote .silver_cls #green-tick-gold .right-div,
.page-quickquote .gold_cls #green-tick-gold .right-div {
  background-color: lightseagreen !important;
  color: white !important;
}
/* :L1968 */
.page-quickquote .bronze_cls .premium-value-yy,
.page-quickquote .silver_cls .premium-value-yy,
.page-quickquote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L1972 */
.page-quickquote .bronze_cls .premium-value-mm,
.page-quickquote .silver_cls .premium-value-mm,
.page-quickquote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L1976 */
.page-quickquote .bronze_cls .recommend,
.page-quickquote .silver_cls .recommend,
.page-quickquote .gold_cls .recommend,
.page-quickquote .bronze_cls .premium-value,
.page-quickquote .silver_cls .premium-value,
.page-quickquote .gold_cls .premium-value {
  color: white;
}
/* :L1980 */
.page-quickquote .bronze_cls .icon,
.page-quickquote .silver_cls .icon,
.page-quickquote .gold_cls .icon {
  font-size: 16px;
}
/* :L1982 */
.page-quickquote .bronze_cls .icon img,
.page-quickquote .silver_cls .icon img,
.page-quickquote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L1987 */
.page-quickquote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L1992 */
.page-quickquote .btn.active {
  color: #f06d2d;
  font-weight: bold;
  background-color: white;
  border: 2px solid #f06d2d;
  margin-top: 20px;
}
/* :L1999 */
.page-quickquote #question155228 {
  padding-right: 10px;
}
/* :L2003 */
.page-quickquote #bronze_cover,
.page-quickquote #silver_cover,
.page-quickquote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2011 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2015 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2020 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2026 */
  .page-quickquote .pull-right #copyQuoteButton,
  .page-quickquote .pull-right input[name="notes"],
  .page-quickquote .pull-right .instanda-quote-update-button,
  .page-quickquote .pull-right #continueButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2033 */
  .page-quickquote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2039 */
  .page-quickquote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2043 */
  .page-quickquote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2051 */
  .page-quickquote .table-cover {
    margin-left: -74px;
  }
  /* :L2054 */
  .page-quickquote .email-quote {
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2080 */
  .page-quickquote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2087 */
  .page-quickquote #green-tick-bronze,
  .page-quickquote #green-tick-silver,
  .page-quickquote #green-tick-gold {
    display: flex;
  }
  /* :L2091 */
  .page-quickquote #green-tick-bronze .left-div,
  .page-quickquote #green-tick-silver .left-div,
  .page-quickquote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2094 */
  .page-quickquote #green-tick-bronze .right-div,
  .page-quickquote #green-tick-silver .right-div,
  .page-quickquote #green-tick-gold .right-div {
    width: 10%;
  }
}
@media (max-width: 568px) {
  /* :L2100 */
  /* :L2103 */
  .page-quickquote #green-tick-bronze .right-div span,
  .page-quickquote #green-tick-silver .right-div span,
  .page-quickquote #green-tick-gold .right-div span {
    position: relative;
    left: -6px;
  }
}
/* :L2111 */
/* :L2112 */
.page-quote .form-control {
  height: 45px;
}
/* :L2117 */
.email-quote {
  display: inline-block;
  color: #17365a;
  text-align: left;
  padding: 10px;
  padding-left: 15px;
  /*margin-top: 1em;*/
  /*margin-bottom: 12px;*/
  font-size: 22px;
  margin-left: 1.5em;
}
/* :L2129 */
.note {
  border-left: 1px solid #0a7cd6;
  border-bottom: 1px solid #0a7cd6;
  display: inline-block;
  color: #17365a;
  text-align: left;
  padding: 10px;
  padding-left: 15px;
  /*margin-top: 1em;*/
  margin-bottom: 12px;
  font-size: 22px;
  /*margin-left: 1.5em;*/

}
/*
QUOTE-DISPLAY
*/

/* :L2147 */
/* :L2148 */
.page-quote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L2153 */
.page-quote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L2157 */
.page-quote .instanda-questionHeader .page-title {
  text-align: left;
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-left: 2px;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L2165 */
  .page-quote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L2169 */
.page-quote .instanda-questionHeader .email-doc,
.page-quote .instanda-questionHeader .quote-doc,
.page-quote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L2174 */
.page-quote .instanda-questionHeader .email-doc #emailQuoteLinkLink,
.page-quote .instanda-questionHeader .quote-doc #emailQuoteLinkLink,
.page-quote .instanda-questionHeader .adj-qsns #emailQuoteLinkLink {
  float: right;
  background-color: white;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  padding: 6px 12px;
  color: black;
}
/* :L2182 */
.page-quote .instanda-questionHeader .email-doc #quoteLink,
.page-quote .instanda-questionHeader .quote-doc #quoteLink,
.page-quote .instanda-questionHeader .adj-qsns #quoteLink {
  float: right;
  background-color: white;
  border-radius: 5px;
  padding: 6px 12px;
  color: black;
}
/* :L2189 */
.page-quote .instanda-questionHeader .email-doc .instanda-question-input,
.page-quote .instanda-questionHeader .quote-doc .instanda-question-input,
.page-quote .instanda-questionHeader .adj-qsns .instanda-question-input {
  width: 100%;
}
/* :L2194 */
.page-quote .package-select {
  text-align: left;
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-left: 2em;
  margin-bottom: 5px;
  display: block;
}
/* :L2204 */
.page-quote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L2207 */
.page-quote .quotetable td {
  width: 33%;
}
/* :L2212 */
.page-quote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L2218 */
.page-quote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L2225 */
.page-quote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L2229 */
.page-quote .premium-value,
.page-quote .contractor-type .premium > span:first-child {
  text-align: left;
  font: normal normal bold 44px/54px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.32px;
  color: #333333;
}
/* :L2237 */
.page-quote .premium-value-yy {
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.32px;
  color: white;
}
/* :L2244 */
.page-quote .premium-value-mm {
  text-align: center;
  font: normal normal bold 24px/34px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.32px;
  color: white;
}
/* :L2251 */
.page-quote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2257 */
.page-quote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L2262 */
.page-quote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L2267 */
.page-quote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2272 */
.page-quote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L2277 */
.page-quote .pull-left {
  padding-left: 5px;
}
/* :L2280 */
.page-quote form > .container {
  padding-top: 30px;
}
/* :L2283 */
.page-quote .contractor-type a:hover {
  text-decoration: none;
}
/* :L2286 */
/* :L2287 */
.page-quote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L2292 */
.page-quote #green-tick-bronze,
.page-quote #green-tick-silver,
.page-quote #green-tick-gold {
  height: 50px;
}
/* :L2296 */
.page-quote #green-tick-bronze .right-div,
.page-quote #green-tick-silver .right-div,
.page-quote #green-tick-gold .right-div {
  padding-top: 10px;
  height: 100%;
  padding-left: 25px;
  background-color: white;
  border-bottom-left-radius: 50px;
  content: "&#x2714";
  color: white;
  font-size: 20px;
  border-top-right-radius: 5px;
}
/* :L2308 */
.page-quote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L2311 */
.page-quote .btn.btn-primary {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  background-color: #f06d2d;
  border-color: #f06d2d;
  font-weight: bold;
  opacity: 1;
  font-size: 18px;
  margin-right: 5px;
}
/* :L2321 */
.page-quote button[name="continueButton"]:focus,
.page-quote button[name="continueButton"]:hover,
.page-quote button[name="continueButton"]:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L2327 */
.page-quote button[name="updateButton"],
.page-quote input[name="notes"] {
  background: white 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L2335 */
.page-quote #continueButton {
  margin-right: 0px;
}
/* :L2338 */
.page-quote #continueButton:focus,
.page-quote #continueButton:hover,
.page-quote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L2345 */
.page-quote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 100%;
  display: block;
}
/* :L2352 */
.page-quote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L2359 */
.page-quote table.quote-coverage-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L2367 */
.page-quote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L2373 */
.page-quote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L2377 */
.page-quote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L2381 */
.page-quote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L2386 */
.page-quote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L2389 */
.page-quote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L2392 */
/* :L2394 */
.page-quote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L2399 */
/* :L2402 */
.page-quote .table-cover {
  padding: 15px;
}
/* :L2405 */
.page-quote .smallitalicnote {
  font-style: italic;
  padding-left: 33px;
  font-size: 15px;
}
/* :L2410 */
.page-quote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L2418 */
.page-quote .cover-row {
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 40px #0000001a;
  border: 1px solid #d7ddea;
  border-radius: 7px;
  margin-bottom: 20px;
  width: 23em;
}
/* :L2425 */
.page-quote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L2429 */
.page-quote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L2435 */
.page-quote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L2441 */
.page-quote .cover-row .btn {
  width: 100%;
  color: black;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #d3d3d387;
  margin-top: 20px;
  font-size: 17px;
}
/* :L2451 */
.page-quote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L2456 */
.page-quote .bronze_cls,
.page-quote .silver_cls,
.page-quote .gold_cls {
  background-color: #17365a !important;
  color: white;
  padding: 17px;
}
/* :L2462 */
/* :L2465 */
.page-quote .bronze_cls #green-tick-bronze .right-div,
.page-quote .silver_cls #green-tick-bronze .right-div,
.page-quote .gold_cls #green-tick-bronze .right-div,
.page-quote .bronze_cls #green-tick-silver .right-div,
.page-quote .silver_cls #green-tick-silver .right-div,
.page-quote .gold_cls #green-tick-silver .right-div,
.page-quote .bronze_cls #green-tick-gold .right-div,
.page-quote .silver_cls #green-tick-gold .right-div,
.page-quote .gold_cls #green-tick-gold .right-div {
  background-color: lightseagreen !important;
  color: white !important;
}
/* :L2471 */
.page-quote .bronze_cls .premium-value-yy,
.page-quote .silver_cls .premium-value-yy,
.page-quote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L2475 */
.page-quote .bronze_cls .premium-value-mm,
.page-quote .silver_cls .premium-value-mm,
.page-quote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L2479 */
.page-quote .bronze_cls .recommend,
.page-quote .silver_cls .recommend,
.page-quote .gold_cls .recommend,
.page-quote .bronze_cls .premium-value,
.page-quote .silver_cls .premium-value,
.page-quote .gold_cls .premium-value {
  color: white;
}
/* :L2483 */
.page-quote .bronze_cls .icon,
.page-quote .silver_cls .icon,
.page-quote .gold_cls .icon {
  font-size: 16px;
}
/* :L2485 */
.page-quote .bronze_cls .icon img,
.page-quote .silver_cls .icon img,
.page-quote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L2490 */
.page-quote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L2495 */
.page-quote .btn.active {
  /*color: #F06D2D;
      font-weight: bold;
      background-color: white;
      border: 2px solid #F06D2D;
      margin-top: 20px;*/
  display: none;
}
/* :L2503 */
.page-quote #question155228 {
  padding-right: 10px;
}
/* :L2507 */
.page-quote #bronze_cover,
.page-quote #silver_cover,
.page-quote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2515 */
  .page-quote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2519 */
  .page-quote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2524 */
  .page-quote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2530 */
  .page-quote .pull-right #copyQuoteButton,
  .page-quote .pull-right input[name="notes"],
  .page-quote .pull-right .instanda-quote-update-button,
  .page-quote .pull-right #continueButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2537 */
  .page-quote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2543 */
  .page-quote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2547 */
  .page-quote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2555 */
  .page-quote .table-cover {
    margin-left: -50px;
  }
  /* :L2558 */
  .page-quote table.quote-coverage-tbl th {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2583 */
  .page-quote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2590 */
  .page-quote #green-tick-bronze,
  .page-quote #green-tick-silver,
  .page-quote #green-tick-gold {
    display: flex;
  }
  /* :L2594 */
  .page-quote #green-tick-bronze .left-div,
  .page-quote #green-tick-silver .left-div,
  .page-quote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2597 */
  .page-quote #green-tick-bronze .right-div,
  .page-quote #green-tick-silver .right-div,
  .page-quote #green-tick-gold .right-div {
    width: 10%;
  }
}
@media (max-width: 568px) {
  /* :L2603 */
  /* :L2606 */
  .page-quote #green-tick-bronze .right-div span,
  .page-quote #green-tick-silver .right-div span,
  .page-quote #green-tick-gold .right-div span {
    position: relative;
    left: -6px;
  }
}
/* :L2614 */
/* :L2615 */
.page-quote.created-from-mta.page-number-1 button[name="chosenProductIds"] {
  display: none;
}
/*
AGENTDASHBOARD
*/

/* :L2624 */
/* :L2625 */
.page-agentdashboard .instanda-container-fluid {
  margin-bottom: -2px;
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 10px;
  padding-left: 30px;
}
/* :L2631 */
.page-agentdashboard .instanda-container-fluid .instanda-questionHeader h3 {
  font: normal normal bold 32px/39px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L2637 */
.page-agentdashboard .agentDashboardResultsContainerCustom {
  width: 100%;
  padding: 0;
}
/* :L2641 */
.page-agentdashboard #agentSearchControl {
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 20px;
}
/* :L2646 */
.page-agentdashboard #agentSearchParameters {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
/* :L2651 */
.page-agentdashboard .agent-search-parameter.form-group {
  padding-right: 20px;
  padding-left: 15px;
}
/* :L2654 */
.page-agentdashboard .agent-search-parameter.form-group .user-defined-search-parameter-name {
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L2660 */
.page-agentdashboard #searchTitle {
  display: none;
}
/* :L2663 */
.page-agentdashboard .agentDashboardResultsetTitle {
  display: none;
}
/* :L2666 */
/* :L2667 */
.page-agentdashboard .agent-search-parameter-input .form-control {
  height: 46px;
}
/* :L2671 */
.page-agentdashboard #agentSearchButton {
  margin-top: 30px;
  margin-left: 15px;
  width: 110px;
  height: 45px;
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
}
/* :L2681 */
.page-agentdashboard #renewalsContainerCustom {
  padding-bottom: 30px;
}
/* :L2685 */
.page-agentdashboard #quotesContainerCustom,
.page-agentdashboard #policiesContainerCustom,
.page-agentdashboard #renewalsContainerCustom,
.page-agentdashboard #cancelledPoliciesContainerCustom {
  padding-top: 30px;
  background-color: #f3f4f7;
}
/* :L2691 */
.page-agentdashboard #quotesContainerCustom .quotesTitle,
.page-agentdashboard #policiesContainerCustom .quotesTitle,
.page-agentdashboard #renewalsContainerCustom .quotesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .quotesTitle,
.page-agentdashboard #quotesContainerCustom .policiesTitle,
.page-agentdashboard #policiesContainerCustom .policiesTitle,
.page-agentdashboard #renewalsContainerCustom .policiesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .policiesTitle,
.page-agentdashboard #quotesContainerCustom .renewalsTitle,
.page-agentdashboard #policiesContainerCustom .renewalsTitle,
.page-agentdashboard #renewalsContainerCustom .renewalsTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .renewalsTitle,
.page-agentdashboard #quotesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #policiesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #renewalsContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .cancelledPoliciesTitle {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
}
/* :L2703 */
.page-agentdashboard #quotesContainerCustom .table-responsive,
.page-agentdashboard #policiesContainerCustom .table-responsive,
.page-agentdashboard #renewalsContainerCustom .table-responsive,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 15px;
}
/* :L2707 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #policiesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table-bordered {
  border: none;
}
/* :L2710 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead {
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L2714 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L2717 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td {
  border: none;
  vertical-align: middle;
}
/* :L2722 */
/* :L2723 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th a {
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L2729 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th .fa {
  display: none;
}
/* :L2733 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td a {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2742 */
/* :L2748 */
/* :L2757 */
.page-agentdashboard #renewalsContainerCustom {
  display: none;
}
@media (min-width: 768px) {
  /* :L2763 */
  #agentSearchParameters {
    width: 750px;
    display: flex;
  }
  /* :L2767 */
  /* :L2771 */
  #quotesContainerCustom .quotesTitle,
  #policiesContainerCustom .quotesTitle,
  #renewalsContainerCustom .quotesTitle,
  #cancelledPoliciesContainerCustom .quotesTitle,
  #quotesContainerCustom .policiesTitle,
  #policiesContainerCustom .policiesTitle,
  #renewalsContainerCustom .policiesTitle,
  #cancelledPoliciesContainerCustom .policiesTitle,
  #quotesContainerCustom .renewalsTitle,
  #policiesContainerCustom .renewalsTitle,
  #renewalsContainerCustom .renewalsTitle,
  #cancelledPoliciesContainerCustom .renewalsTitle,
  #quotesContainerCustom .cancelledPoliciesTitle,
  #policiesContainerCustom .cancelledPoliciesTitle,
  #renewalsContainerCustom .cancelledPoliciesTitle,
  #cancelledPoliciesContainerCustom .cancelledPoliciesTitle {
    width: 750px;
  }
  /* :L2777 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 750px;
  }
}
/*@media(max-width:768px)
  {
    #agentSearchButton
    {
      width:89% !important;
    }
}*/

@media (min-width: 992px) {
  /* :L2791 */
  #agentSearchParameters {
    width: 970px;
    display: flex;
  }
  /* :L2795 */
  /* :L2799 */
  #quotesContainerCustom .quotesTitle,
  #policiesContainerCustom .quotesTitle,
  #renewalsContainerCustom .quotesTitle,
  #cancelledPoliciesContainerCustom .quotesTitle,
  #quotesContainerCustom .policiesTitle,
  #policiesContainerCustom .policiesTitle,
  #renewalsContainerCustom .policiesTitle,
  #cancelledPoliciesContainerCustom .policiesTitle,
  #quotesContainerCustom .renewalsTitle,
  #policiesContainerCustom .renewalsTitle,
  #renewalsContainerCustom .renewalsTitle,
  #cancelledPoliciesContainerCustom .renewalsTitle,
  #quotesContainerCustom .cancelledPoliciesTitle,
  #policiesContainerCustom .cancelledPoliciesTitle,
  #renewalsContainerCustom .cancelledPoliciesTitle,
  #cancelledPoliciesContainerCustom .cancelledPoliciesTitle {
    width: 970px;
  }
  /* :L2805 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* :L2811 */
  #agentSearchParameters {
    width: 1170px;
    display: flex;
  }
  /* :L2815 */
  /* :L2819 */
  #quotesContainerCustom .quotesTitle,
  #policiesContainerCustom .quotesTitle,
  #renewalsContainerCustom .quotesTitle,
  #cancelledPoliciesContainerCustom .quotesTitle,
  #quotesContainerCustom .policiesTitle,
  #policiesContainerCustom .policiesTitle,
  #renewalsContainerCustom .policiesTitle,
  #cancelledPoliciesContainerCustom .policiesTitle,
  #quotesContainerCustom .renewalsTitle,
  #policiesContainerCustom .renewalsTitle,
  #renewalsContainerCustom .renewalsTitle,
  #cancelledPoliciesContainerCustom .renewalsTitle,
  #quotesContainerCustom .cancelledPoliciesTitle,
  #policiesContainerCustom .cancelledPoliciesTitle,
  #renewalsContainerCustom .cancelledPoliciesTitle,
  #cancelledPoliciesContainerCustom .cancelledPoliciesTitle {
    width: 1170px;
  }
  /* :L2825 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 1170px;
  }
  /* :L2829 */
  #WaitingOpaqueBox {
    display: none;
  }
}
/*
FOOTER
*/

/* :L2838 */
.footer {
  display: none;
}
/* :L2841 */
.login-footer {
  display: none;
}
/* :L2844 */
.page-footer {
  display: none;
}
/* :L2847 */
/* :L2848 */
.page-agentlogin .login-footer {
  display: block;
  background-color: transparent;
}
/* :L2851 */
.page-agentlogin .login-footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* :L2855 */
.page-agentlogin .login-footer .left-view {
  font: normal normal normal 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
  padding-left: 10%;
}
/* :L2863 */
/* :L2883 */
.page-agentdashboard .page-footer,
.page-viewquoteorpolicy .page-footer,
.page-agentalldocs .page-footer,
.page-customeraccountoptions .page-footer,
.page-viewreferralsforquote .page-footer,
.page-uploaddocuments .page-footer,
.page-getagentsearchresults .page-footer,
.page-agentsearchexpiredpolicies .page-footer,
.page-cancelpolicy .page-footer,
.page-agentclaims .page-footer,
.page-bulkuploadclaims .page-footer,
.page-retrievequote .page-footer,
.page-quickquotequestions .page-footer,
.page-prequotequestions .page-footer,
.page-quickquote .page-footer,
.page-quote .page-footer,
.page-postquotequestions .page-footer,
.page-confirmation2 .page-footer,
.page-reviewreferrals .page-footer,
.page-referralreviewline .page-footer {
  display: block;
  background-color: #1a1a1a;
}
/* :L2886 */
.page-agentdashboard .page-footer .container,
.page-viewquoteorpolicy .page-footer .container,
.page-agentalldocs .page-footer .container,
.page-customeraccountoptions .page-footer .container,
.page-viewreferralsforquote .page-footer .container,
.page-uploaddocuments .page-footer .container,
.page-getagentsearchresults .page-footer .container,
.page-agentsearchexpiredpolicies .page-footer .container,
.page-cancelpolicy .page-footer .container,
.page-agentclaims .page-footer .container,
.page-bulkuploadclaims .page-footer .container,
.page-retrievequote .page-footer .container,
.page-quickquotequestions .page-footer .container,
.page-prequotequestions .page-footer .container,
.page-quickquote .page-footer .container,
.page-quote .page-footer .container,
.page-postquotequestions .page-footer .container,
.page-confirmation2 .page-footer .container,
.page-reviewreferrals .page-footer .container,
.page-referralreviewline .page-footer .container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* :L2892 */
.page-agentdashboard .page-footer .left-view,
.page-viewquoteorpolicy .page-footer .left-view,
.page-agentalldocs .page-footer .left-view,
.page-customeraccountoptions .page-footer .left-view,
.page-viewreferralsforquote .page-footer .left-view,
.page-uploaddocuments .page-footer .left-view,
.page-getagentsearchresults .page-footer .left-view,
.page-agentsearchexpiredpolicies .page-footer .left-view,
.page-cancelpolicy .page-footer .left-view,
.page-agentclaims .page-footer .left-view,
.page-bulkuploadclaims .page-footer .left-view,
.page-retrievequote .page-footer .left-view,
.page-quickquotequestions .page-footer .left-view,
.page-prequotequestions .page-footer .left-view,
.page-quickquote .page-footer .left-view,
.page-quote .page-footer .left-view,
.page-postquotequestions .page-footer .left-view,
.page-confirmation2 .page-footer .left-view,
.page-reviewreferrals .page-footer .left-view,
.page-referralreviewline .page-footer .left-view {
  float: left;
  padding-left: 0px;
}
/* :L2895 */
.page-agentdashboard .page-footer .left-view img,
.page-viewquoteorpolicy .page-footer .left-view img,
.page-agentalldocs .page-footer .left-view img,
.page-customeraccountoptions .page-footer .left-view img,
.page-viewreferralsforquote .page-footer .left-view img,
.page-uploaddocuments .page-footer .left-view img,
.page-getagentsearchresults .page-footer .left-view img,
.page-agentsearchexpiredpolicies .page-footer .left-view img,
.page-cancelpolicy .page-footer .left-view img,
.page-agentclaims .page-footer .left-view img,
.page-bulkuploadclaims .page-footer .left-view img,
.page-retrievequote .page-footer .left-view img,
.page-quickquotequestions .page-footer .left-view img,
.page-prequotequestions .page-footer .left-view img,
.page-quickquote .page-footer .left-view img,
.page-quote .page-footer .left-view img,
.page-postquotequestions .page-footer .left-view img,
.page-confirmation2 .page-footer .left-view img,
.page-reviewreferrals .page-footer .left-view img,
.page-referralreviewline .page-footer .left-view img {
  width: 50%;
}
/* :L2899 */
.page-agentdashboard .page-footer .right-view,
.page-viewquoteorpolicy .page-footer .right-view,
.page-agentalldocs .page-footer .right-view,
.page-customeraccountoptions .page-footer .right-view,
.page-viewreferralsforquote .page-footer .right-view,
.page-uploaddocuments .page-footer .right-view,
.page-getagentsearchresults .page-footer .right-view,
.page-agentsearchexpiredpolicies .page-footer .right-view,
.page-cancelpolicy .page-footer .right-view,
.page-agentclaims .page-footer .right-view,
.page-bulkuploadclaims .page-footer .right-view,
.page-retrievequote .page-footer .right-view,
.page-quickquotequestions .page-footer .right-view,
.page-prequotequestions .page-footer .right-view,
.page-quickquote .page-footer .right-view,
.page-quote .page-footer .right-view,
.page-postquotequestions .page-footer .right-view,
.page-confirmation2 .page-footer .right-view,
.page-reviewreferrals .page-footer .right-view,
.page-referralreviewline .page-footer .right-view {
  font: normal normal normal 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
  text-align: end;
  padding-top: 20px;
  padding-right: 30px;
}
/*
CUSTOMACCOUNTOPTION
*/

/* :L2914 */
/* :L2915 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
}
/* :L2917 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader {
  padding-left: 15px;
}
/* :L2919 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L2925 */
/* :L2926 */
.page-customeraccountoptions .instanda-main-content-container .section_content a {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #0a7cd6;
  text-decoration: none;
}
/* :L2932 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
  position: relative;
  text-align: end;
  width: 85%;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  /* :L2940 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L2944 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
  width: 99%;
  text-align: end;
  position: relative;
  top: -28px;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  /* :L2953 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    position: relative;
    top: 0px;
  }
}
/* :L2959 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 80%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L2966 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    margin-top: 20px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L2972 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L2977 */
.page-customeraccountoptions .instanda-main-content-container .instanda-button.instanda-quote-button {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #0a7cd6;
  background: transparent;
  border: 0;
  padding: 0;
}
/* :L2985 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr:nth-child(1) {
  border-top: 2px solid #12243a;
  border-bottom: 2px solid #12243a;
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  line-height: 55px;
}
/* :L2993 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(1),
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(2),
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(3) {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3000 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tfoot > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tfoot > tr,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3008 */
.page-customeraccountoptions .instanda-main-content-container .linkcss {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #244da5;
  text-decoration: none;
}
/* :L3015 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
/* :L3019 */
.page-customeraccountoptions .button-cls #backButton {
  border: none;
  background-color: transparent;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
@media (max-width: 568px) {
  /* :L3028 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L3030 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/*
BUTTONS
*/

/* :L3041 */
#backButton {
  color: slategrey;
  background: none;
  border: none;
}
/* :L3046 */
button[name="saveButton"],
button[name="notes"] {
  background: white 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
}
/* :L3053 */
button[name="copyQuoteButton"] {
  background: lightgray 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
}
/* :L3059 */
button[name="saveButton"]:focus,
button[name="saveButton"]:hover,
button[name="saveButton"]:active {
  background-color: lightgrey;
  color: black;
}
/* :L3065 */
button[name="continueButton"]:focus,
button[name="continueButton"]:hover,
button[name="continueButton"]:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L3071 */
button[name="notes"]:focus,
button[name="notes"]:hover,
button[name="notes"]:active {
  background-color: white;
  border: 1px solid #d6d6d6;
}
/* :L3077 */
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* :L3083 */
#AdditionalInsured_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3091 */
#AdditionalInsured_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3099 */
#AdditionalInsured_MIaddButton:hover,
#AdditionalInsured_MIremoveButton:hover {
  background: #17365a 0% 0% no-repeat padding-box !important;
  border: 1px solid #17365a !important;
  color: white;
  transition: all 0.1s ease-in-out;
}
/* :L3107 */
#MortgageeInfo_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3115 */
#MortgageeInfo_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3123 */
#MortgageeInfo_MIaddButton:hover,
#MortgageeInfo_MIremoveButton:hover {
  background: #17365a 0% 0% no-repeat padding-box !important;
  border: 1px solid #17365a !important;
  color: white;
  transition: all 0.1s ease-in-out;
}
/*===============Radio and Yes/no questions ==========*/

/* :L3133 */
.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3139 */
label.radio-inline.instanda-question-yes-no-parent-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3145 */
label.radio-inline.instanda-question-yes-no-parent-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3151 */
label.radio-inline.instanda-question-yes-no-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3157 */
label.radio-inline.instanda-question-yes-no-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3163 */
.radio.instanda-question-input.instanda-question-choice {
  background-color: white;
  margin-bottom: 10px;
  border: 1px solid gray;
  max-width: 465px;
  border-radius: 5px;
  cursor: pointer;
}
/* :L3171 */
.radio.instanda-question-input.instanda-question-choice label {
  display: block;
  /* Makes the label a block element */
  cursor: pointer;
  padding: 10px;
  /* Padding moved from the container to the label */
  width: 100%;
  /* Ensures label takes the full width */
  box-sizing: border-box;
  /* Padding and border are included in the width */
  border-radius: 5px;
  /* Match the container's border-radius */

}
/* :L3179 */
.radio.instanda-question-input.instanda-question-choice input[type="radio"] {
  display: none;
}
/* :L3183 */
input[type="radio"] {
  display: none;
}
/* :L3187 */
.radio.instanda-question-input.instanda-question-choice:hover,
label.radio-inline:hover {
  border: 1px solid #17365a;
  /* Glowing border effect */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  /* Thin inner shadow */

}
/* :L3193 */
.checkbox:hover {
  border: 1px solid #17365a;
  /* Glowing border effect */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  /* Thin inner shadow */

}
/* :L3198 */
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: unset;
}
/* :L3209 */
input[type="checkbox"] {
  cursor: pointer;
}
/* :L3213 */
div#TIMSAPP_BackgroundCheck_YN_Children {
  max-width: 465px;
}
/* :L3217 */
div#TIMSAPP_Upgrades_YN_Children {
  max-width: 465px;
}
/* :L3221 */
input[type="radio"]:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L3225 */
/* :L3226 */
/* :L3228 */
.yes-no-cls .instanda-selected input,
.yes-no-cls .instanda-unselected input {
  display: none;
}
/* :L3233 */
/* :L3234 */
/* :L3235 */
.radio-cls .instanda-question-choice .instanda-selected input {
  appearance: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 4px;
  background-clip: content-box;
  border: 5px solid #01b297;
  background-color: white;
  border-radius: 50%;
  margin-left: -21px;
}
/* :L3248 */
/* :L3249 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L3256 */
input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -3px;
  left: -1px;
  position: absolute;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  transform: scale(1.2);
  line-height: 40px;
}
/* :L3272 */
input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -3px;
  left: -1px;
  position: absolute;
  background-color: #f06d2d;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  transform: scale(1.2);
  line-height: 40px;
}
/* :L3287 */
.radio-inline {
  position: static;
  display: inline-block;
  padding-inline: 100px;
  margin-top: 10px;
  font-weight: 400;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  background: border-box;
  background-color: white;
  height: 45px;
  border: 1px solid grey;
  text-align: center;
  line-height: 45px;
}
/* :L3303 */
.radio-inline + .radio-inline {
  margin-top: 10px;
  margin-left: 0;
  /* Mobile fix */

}
/* :L3307 */
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-left: -20px;
  line-height: 40px;
}
/* :L3314 */
.radio-cls .instanda-question-input .form-group,
.yes-no-cls .instanda-question-input {
  display: flex;
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3321 */
.radio-cls .instanda-question-choice,
.yes-no-cls .instanda-question-yes-no-parent-yes,
.yes-no-cls .instanda-question-yes-no-parent-no,
.yes-no-cls .instanda-question-yes-no-yes,
.yes-no-cls .instanda-question-yes-no-no {
  text-align: center;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
}
/* :L3334 */
/* :L3336 */
.radio-cls .instanda-question-choice .instanda-question-yes-no-parent-no,
.yes-no-cls .instanda-question-yes-no-parent-no,
.radio-cls .instanda-question-choice .instanda-question-yes-no-no,
.yes-no-cls .instanda-question-yes-no-no {
  margin-right: 0px;
}
/* :L3340 */
.radio-cls .instanda-question-choice .instanda-question-yes-no-parent-yes,
.yes-no-cls .instanda-question-yes-no-parent-yes,
.radio-cls .instanda-question-choice .instanda-question-yes-no-yes,
.yes-no-cls .instanda-question-yes-no-yes {
  margin-right: 10px;
}
/* :L3344 */
.radio-cls .instanda-question-choice .instanda-unselected,
.yes-no-cls .instanda-unselected {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
/* :L3355 */
.radio-cls .instanda-question-choice .instanda-selected,
.yes-no-cls .instanda-selected {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  /* box-shadow: 0px 4px 20px #00000019;
          border: 2px solid #01B297;*/
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
/* :L3371 */
/* :L3372 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L3379 */
.radio {
  font-size: 18px;
}
/* :L3383 */
.radio-inline {
  font-size: 18px;
  margin-right: 10px;
  /* mobile fix */

}
/**CHECK bOX**/

/* :L3390 */
input[type="checkbox"]:after {
  width: 15px;
  height: 15px;
  top: 0px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  transform: scale(1.2);
}
/* :L3404 */
input[type="checkbox"]:checked:after {
  width: 15px;
  height: 15px;
  top: 0px;
  left: -1px;
  position: relative;
  background-color: #17365a;
  /*content: "\00d7";
    color:  white;
    font-size: x-large;*/
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  transform: scale(1.2);
}
/*input[type='checkbox']:checked:after {
    left: 4px;
    top: -3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/*input[type="checkbox"] {
  width: 17px;
  height: 17px;
  top: 8px;
  left: 27px;
  position: relative;
  background-color: #d1d3d1;
  border: 2px solid white;
  appearance: none;
  content: '';
  visibility: visible;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  &::before {
    position: absolute;
    content: '';
    display: block;
    top: -1px;
    left: 4px;
    width: 6px;
    height: 13px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
  }
  &:checked {
    color: #fff;
    border-color: #F06D2D;
    background: #F06D2D;
    &::before {
      opacity: 1;
    }
    ~ label::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }
}*/

/*
ORANGE-UNDERLINE
*/

/* :L3477 */
/* :L3478 */
.page-index .main-heading h1 {
  position: relative;
}
/* :L3482 */
/* :L3483 */
.page-index .main-heading h1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3492 */
#header1 {
  position: relative;
}
/* :L3495 */
#header1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3503 */
/* :L3526 */
.page-retrievequote .main-heading h3,
#question183983 h3,
#question183984 h3,
.page-quickquote h3,
#question169805 h3,
#question172169 h3,
#question185452 h3,
#question185453 h3,
.page-quote .instanda-quote-content .instanda-questionHeader h3,
#question186189 h3,
.page-paymentconfirmation h3,
.page-confirmation2 h3,
.page-customerlogin h3,
.page-cancelpolicy .instanda-cancellation-reason-content h3,
.page-customerhomepage .main-title h3,
.page-customerdetails h3,
.page-agentdashboard .instanda-questionHeader h3,
.page-agentlogin h3,
.page-getagentsearchresults h3,
.page-viewquoteorpolicy h3,
.page-cancellationconfirmation h3,
.page-agentalldocs .instanda-questionHeader h3,
.page-confirmbillingdetails h3 {
  position: relative;
}
/* :L3530 */
/* :L3554 */
.page-retrievequote .main-heading h3:after,
#question183983 h3:after,
#question183984 h3:after,
.page-quickquote h3:after,
#question169805 h3:after,
#question172169 h3:after,
#question185452 h3:after,
#question185453 h3:after,
.page-quote .instanda-quote-content .instanda-questionHeader h3:after,
#question186189 h3:after,
.page-paymentconfirmation h3:after,
.page-confirmation2 h3:after,
.page-customerlogin h3:after,
.page-cancelpolicy .instanda-cancellation-reason-content h3:after,
.page-customerhomepage .main-title h3:after,
.page-customerdetails h3:after,
.page-agentdashboard .instanda-questionHeader h3:after,
.instanda-pre-quote-questions h3:after,
.page-agentlogin h3:after,
.page-getagentsearchresults h3:after,
.page-viewquoteorpolicy h3:after,
.page-cancellationconfirmation h3:after,
.page-agentalldocs .instanda-questionHeader h3:after,
.page-confirmbillingdetails h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/*
VIEWQUOTEORPOLICY
*/

/* :L3568 */
/* :L3569 */
.page-viewquoteorpolicy .agent-view-quote-policy-content {
  background-color: #f3f4f7;
}
/* :L3572 */
.page-viewquoteorpolicy .header-cls-row,
.page-viewquoteorpolicy .header-details-row {
  /*background-color: #0c3160;*/
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* :L3581 */
/* :L3582 */
.page-viewquoteorpolicy .header-cls-row .left-view h3 {
  font: normal normal bold 32px/39px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L3588 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L3589 */
.page-viewquoteorpolicy .header-cls-row .right-view a {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
  text-decoration: none;
}
/* :L3594 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: "\2190";
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L3604 */
.page-viewquoteorpolicy .header-details-row .left-view {
  display: flex;
}
/* :L3606 */
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  padding-left: 15%;
}
/* :L3609 */
.page-viewquoteorpolicy .header-details-row .left-view .view2 {
  line-break: anywhere;
}
/* :L3612 */
.page-viewquoteorpolicy .header-details-row .left-view .view1,
.page-viewquoteorpolicy .header-details-row .left-view .view2,
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  min-width: 33%;
}
/* :L3616 */
.page-viewquoteorpolicy .header-details-row .left-view .view1 .header,
.page-viewquoteorpolicy .header-details-row .left-view .view2 .header,
.page-viewquoteorpolicy .header-details-row .left-view .view3 .header {
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
}
/* :L3621 */
.page-viewquoteorpolicy .header-details-row .left-view .view1 .val,
.page-viewquoteorpolicy .header-details-row .left-view .view2 .val,
.page-viewquoteorpolicy .header-details-row .left-view .view3 .val {
  font: normal normal normal 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: white;
}
/* :L3629 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
}
/* :L3632 */
.page-viewquoteorpolicy .details-cls .table {
  width: 90%;
}
/* :L3634 */
.page-viewquoteorpolicy .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L3639 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3645 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L3647 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3654 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td,
.page-viewquoteorpolicy .details-cls .table tbody > tr > th,
.page-viewquoteorpolicy .details-cls .table tfoot > tr > td,
.page-viewquoteorpolicy .details-cls .table tfoot > tr > th,
.page-viewquoteorpolicy .details-cls .table thead > tr > td,
.page-viewquoteorpolicy .details-cls .table thead > tr > th {
  border: none;
}
/* :L3662 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L3665 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3670 */
.page-viewquoteorpolicy .policy-view-options-action-buttons {
  margin-top: 15px;
}
/* :L3672 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
}
/* :L3675 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .link-css-responsive {
  width: 100%;
  border: none;
  background-color: white;
  border-bottom: 1px solid #d7ddea;
  padding: 10px 0px;
  color: #f06d2d;
  text-align: start;
  padding-left: 30px;
  margin-left: 0px;
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #12243a;
}
/* :L3691 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(1) {
  color: #0a7cd6;
}
/* :L3694 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(2) {
  color: #0a7cd6;
}
/* :L3697 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(3) {
  color: #0a7cd6;
}
/* :L3700 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:hover,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:active,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:focus {
  color: #01b297;
}
/* :L3705 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L3709 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals {
  padding: 15px 0px;
}
/* :L3711 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals span {
  padding-left: 5px;
}
/*
NOTES
*/

/* :L3722 */
.modal-header .modal-title {
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
}
/* :L3728 */
.modal-footer .btn.btn-secondary {
  float: left;
  /*padding-left: 0px;
    width: 0%;*/
  border-bottom: none;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  background: white 0% 0% no-repeat padding-box;
}
/* :L3738 */
.modal-footer .btn.btn-primary {
  background: #0a7cd6 0% 0% no-repeat padding-box;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  /*width: 22%;*/
  padding-left: 14px;
  float: right;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L3750 */
.modal-footer .btn.btn-primary:hover,
.modal-footer .btn.btn-primary:active,
.modal-footer .btn.btn-primary:focus {
  outline: 0;
  border: none;
  color: none !important;
}
/*
page-viewreferralsforquote
  */

/* :L3762 */
/* :L3763 */
.page-viewreferralsforquote .instanda-main-content {
  min-height: 800px;
}
/* :L3766 */
/* :L3767 */
.page-viewreferralsforquote .view-referrals-content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
  margin-left: 10px;
}
/* :L3775 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3778 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper p {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-left: 10px;
}
/* :L3786 */
.page-viewreferralsforquote .view-referrals-content .claim-referrals-wrapper p {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-left: 10px;
}
/* :L3793 */
.page-viewreferralsforquote .btn.btn-primary {
  border: none;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-top: 100px;
  background: transparent;
}
/*
AGENT-ALL-DOC
*/

/* :L3807 */
/* :L3808 */
/* :L3809 */
.page-agentalldocs #instanda-site-layout .navbar.navbar-static-top .navbar.navbar-default {
  background-color: transparent;
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box !important;
}
/* :L3815 */
.page-agentalldocs .instanda-agent-all-docs-content {
  min-height: 800px;
}
/* :L3817 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L3820 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader {
  padding-left: 30px;
}
/* :L3822 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader h3 {
  font: normal normal bold 64px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L3829 */
  .page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L3836 */
/* :L3837 */
/* :L3838 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
}
/* :L3841 */
/* :L3842 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L3845 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList {
  text-decoration: none;
  border: 2px solid #d7ddea;
  border-radius: 5px;
  padding: 0px;
  background-color: transparent;
}
/* :L3851 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
  padding: 20px 40px;
  border-bottom: 1px solid #d7ddea;
  margin: 0;
}
/* :L3855 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li a {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3868 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L3872 */
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3881 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L3885 */
.page-agentalldocs .btn-default {
  display: none;
}
/* :L3889 */
.page-agentalldocs .button-cls {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* :L3894 */
.page-agentalldocs .button-cls #backButton {
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
@media (max-width: 325px) {
  /* :L3905 */
  .page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
    padding: 20px 12px;
  }
}
/*
CANCEL-POLICY
*/

/*.page-cancelpolicy{
  .instanda-questionHeader.container h3{
    font: normal normal bold 32px/36px 'Nunito Sans', 'Raleway', sans-serif;
  letter-spacing: -0.96px;
  color: #12243A;
    padding-left: 10px;
  }
  .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6{
    padding-left: 28px;
    font: normal normal bold 14px/24px 'Nunito Sans', 'Raleway', sans-serif;
  letter-spacing: 0px;
  color: #1A1A1A;
  }
  .btn.btn-primary{
    background: white;
    border: none;
    font: normal normal bold 14px/17px 'Nunito Sans', 'Raleway', sans-serif;
    letter-spacing: 0px;
    color: #565E71;
    padding: 10px 20px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active{
    outline:0;
    border: none;
    background: white;
    color: #01b297;
  }
}*/

/* :L3952 */
/* :L3953 */
.page-cancelpolicy .instanda-questionHeader .container h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
  padding-left: 10px;
}
/* :L3959 */
.page-cancelpolicy .instanda-question-input .col-xs-11 .col-sm-6 .col-md-6 .col-lg-6 {
  padding-left: 28px;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3965 */
.page-cancelpolicy .btn.btn-primary {
  background: white;
  border: none;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding: 10px 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
/* :L3975 */
.page-cancelpolicy .btn.btn-primary:focus,
.page-cancelpolicy .btn.btn-primary:hover,
.page-cancelpolicy .btn.btn-primary:active {
  outline: 0;
  border: none;
  background: white;
  color: #01b297;
}
/* :L3984 */
.page-cancelpolicy .instanda-question-item .instanda-question-label {
  padding-left: 15px;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3990 */
.page-cancelpolicy .instanda-cancellation-questions {
  margin-top: 50px;
}
/* :L3993 */
.page-cancelpolicy .form-group .instanda-question-input .form-control {
  height: 45px;
}
@media (max-width: 568px) {
  /* :L3997 */
  .page-cancelpolicy .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4001 */
  .page-cancelpolicy .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4006 */
  .page-cancelpolicy .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4012 */
  .page-cancelpolicy .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4019 */
/* :L4020 */
.page-cancellationconfirmation .instanda-questionHeader h3 {
  font: normal normal bold 64px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-left: 20px;
  margin-top: 60px;
}
/* :L4027 */
.page-cancellationconfirmation .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L4033 */
.page-cancellationconfirmation .details-cls .table tbody > tr > th {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4038 */
.page-cancellationconfirmation .btn.btn-primary {
  background: white;
  border: none;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding: 10px 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
/* :L4048 */
.page-cancellationconfirmation .btn.btn-primary:focus,
.page-cancellationconfirmation .btn.btn-primary:hover,
.page-cancellationconfirmation .btn.btn-primary:active {
  outline: 0;
  border: none;
  background: white;
  color: #01b297;
}
/* :L4056 */
.page-cancellationconfirmation #agentBackButton {
  color: slategrey;
  background: none;
  border: none;
}
@media (max-width: 568px) {
  /* :L4062 */
  .page-cancellationconfirmation .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4067 */
  .page-cancellationconfirmation #agentBackButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4071 */
  .page-cancellationconfirmation .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4077 */
  .page-cancellationconfirmation .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4085 */
  .page-cancellationconfirmation .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/*
UPLOADDOCUMENTS
*/

/* :L4095 */
/* :L4096 */
/* :L4097 */
.page-uploaddocuments #tableUploadedDocuments tr > th {
  border: 1px solid black;
  padding: 17px 86px 7px 31px;
}
/*
BREADCRUMB
*/

/* :L4108 */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  color: #565e71;
  height: 42px;
  font: Raleway;
  letter-spacing: 0px;
  padding-left: 24px;
}
/* :L4117 */
.breadcrumb a span {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4122 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L4125 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: white;
  border-radius: 0px;
}
/* :L4133 */
.breadcrumb .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* :L4139 */
/* :L4140 */
.breadcrumb .selected .menu-no {
  color: #f06d2d;
}
/* :L4144 */
/* :L4145 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L4148 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L4152 */
.breadcrumb .completed .menu-no {
  padding-left: 0px;
}
/*@media (max-width: 992px) {
   .breadcrumb a  {
    span {
      display:none;
    }
   }
   .breadcrumb .selected  {
    span {
      display:block;
    }
   }
}*/

/*
agentclaims and bulkupload
*/

/* :L4173 */
/* :L4174 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4177 */
.page-agentclaims .logged-claim-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4181 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L4184 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L4190 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* :L4195 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
}
/* :L4197 */
.page-agentclaims .well .btn-claim-group .btn.btn-primary {
  width: 100%;
  position: relative;
  float: left;
  margin-right: 5%;
  width: 15%;
  margin-top: 2px;
  margin-bottom: 2px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-weight: bold;
  color: #1a1a1a;
}
/* :L4213 */
.page-agentclaims #noClaimsMadeMessage {
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 40px;
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L4223 */
/* :L4224 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4227 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
/* :L4231 */
.page-bulkuploadclaims #uploadClaimsContainer label {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L4240 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
/* :L4244 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 70%;
  padding-left: 22px;
}
/* :L4247 */
.page-bulkuploadclaims #uploadClaimsControlsContainer #uploadButton {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  float: right;
}
/* :L4256 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a {
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-right: 10px;
}
/*
POLICY ISSUED
*/

/* :L4269 */
/* :L4270 */
.page-confirmation2 .instanda-questionHeader h3 {
  font: normal normal bold 64px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
}
/* :L4275 */
.page-confirmation2 .details-cls .table tbody > tr > td {
  line-break: anywhere;
}
/*
referral
*/

/* :L4284 */
/* :L4285 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L4287 */
/* :L4288 */
.page-reviewreferrals .instanda-main-content-container .Referrals h3 {
  margin-left: 15px;
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L4295 */
.page-reviewreferrals .instanda-main-content-container h4 {
  margin: 20px 0px 5px 15px;
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
}
/* :L4301 */
/* :L4302 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L4305 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .instanda-quote-back-button {
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  background: none;
  text-decoration: none;
  border: none;
}
/* :L4313 */
/* :L4314 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .pull-right .btn.btn-primary {
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L4325 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L4327 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L4331 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L4334 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-reason,
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified,
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-status,
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-update {
  padding: 0px;
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4344 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row h6 {
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
  padding: 12px;
}
/* :L4356 */
/* :L4357 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L4360 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L4363 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L4367 */
.page-reviewreferrals .instanda-main-content-container .radio-inline {
  margin-top: 100px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 10px;
  width: 28%;
  height: 45px;
  text-align: center;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L4378 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
/* :L4384 */
/* :L4385 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L4387 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L4391 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L4394 */
.page-referralreviewline .instanda-approval-action-reason-content .btn-primary.instanda-button {
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/*
Responsive 1
*/

/* :L4410 */
/* :L4411 */
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid {
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
}
/* :L4416 */
@media (max-width: 736px) {
  /* :L4424 */
  .outer-wrapper {
    display: block;
  }
}
/*@media (max-width: 568px) {
    .upper-heading .instanda-questionHeader h3{
      font: normal normal bold 32px/32px 'Nunito Sans', 'Raleway', sans-serif;
    letter-spacing: -0.96px;
      color: #12243A;
    }
  }*/

@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4436 */
  .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 567px) {
  /* :L4441 */
  #question155198 .instanda-question-input > .form-group {
    display: block;
  }
  /* :L4443 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 0px;
  }
  /* :L4446 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-title {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4452 */
  .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4456 */
  .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4461 */
  .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4467 */
  .pull-right input[name="notes"],
  .pull-right button[name="saveButton"],
  .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4476 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4483 */
  .page-confirmation2 .main-heading {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4488 */
  .page-confirmation2 .navbar.navbar-default,
  .page-confirmation2 .breadcrumb,
  .page-confirmation2 .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 926px) {
  /* :L4495 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
  }
}
/* :L4501 */
/* :L4510 */
.page-postquotequestions .pull-right {
  float: right !important;
  margin-right: 2em;
  display: flex;
}
/* :L4515 */
.page-postquotequestions .pull-right button[name="saveButton"],
.page-postquotequestions .pull-right button[name="notes"] {
  margin-right: 7px;
}
/* :L4521 */
.page-postquotequestions .pull-left {
  float: left !important;
  /*margin-left: 2em;*/
  display: flex;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4542 */
  .page-postquotequestions .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4548 */
  .page-postquotequestions .navbar.navbar-default,
  .page-postquotequestions .breadcrumb,
  .page-postquotequestions .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 568px) {
  /* :L4556 */
  .page-postquotequestions .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4560 */
  .page-postquotequestions .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4565 */
  .page-postquotequestions .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4571 */
  .page-postquotequestions .pull-right input[name="notes"],
  .page-postquotequestions .pull-right button[name="saveButton"],
  .page-postquotequestions .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4581 */
@media (max-width: 568px) {
  /* :L4583 */
  .page-viewreferralsforquote .btn.btn-primary {
    width: 100%;
  }
}
/* :L4589 */
@media (max-width: 568px) {
  /* :L4591 */
  .page-agentalldocs .button-cls {
    margin-top: 0px;
  }
  /* :L4594 */
  .page-agentalldocs .button-cls .row .pull-left {
    width: 100%;
  }
}
@media (max-width: 568px) {
  /* :L4599 */
  .page-agentalldocs .button-cls .row .pull-left a {
    width: 100%;
  }
  /* :L4602 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    width: 100%;
  }
}
@media (max-width: 300px) {
  /* :L4607 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    font: normal normal bold 15px/21px Raleway !important;
  }
}
/* :L4612 */
@media (max-width: 280px) {
  /* :L4614 */
  .page-quote #silver_cover .cover-wrapper .cover .icon {
    padding-top: 20px;
  }
}
/*
page-getagentsearchresults
*/

/* :L4624 */
/* :L4627 */
.page-getagentsearchresults .instanda-retrieve-quote-content,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content,
.page-retrievequote .instanda-retrieve-quote-content {
  min-height: 800px;
}
/* :L4629 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-container-fluid,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-container-fluid,
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid {
  background-color: #0c3160;
  margin-bottom: 0;
}
/* :L4632 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader,
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader {
  padding-left: 30px;
}
/* :L4634 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3 {
  font: normal normal bold 32px/39px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L4642 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-upper-content,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-upper-content,
.page-retrievequote .instanda-retrieve-quote-content .instanda-upper-content {
  display: none;
}
/* :L4645 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes {
  background-color: #0c3160;
}
/* :L4647 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields {
  padding-left: 30px;
}
/* :L4649 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row {
  display: none;
  /*this is as per requirements*/
  padding-top: 5px;
  padding-bottom: 0px;
}
/* :L4653 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row .search-label,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row .search-label,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row .search-label,
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row h4,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row h4,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row h4 {
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L4661 */
/* :L4662 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group label,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group label,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group label,
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .agent-search-parameter-name,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .agent-search-parameter-name,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .agent-search-parameter-name {
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L4670 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
  display: flex;
}
/* :L4672 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter {
  padding-right: 15px;
}
/* :L4676 */
/* :L4677 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton {
  margin-top: 28px;
}
/* :L4680 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button .btn,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button .btn,
.page-retrievequote .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button .btn {
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0px;
  color: white;
}
/* :L4692 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea {
  background-color: #f3f4f7;
}
/* :L4694 */
/* :L4695 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h2,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h2,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h2,
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h3,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h3,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h3 {
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
/* :L4704 */
/* :L4705 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea #divQuoteResults .table > thead > tr > th,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea #divQuoteResults .table > thead > tr > th,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea #divQuoteResults .table > thead > tr > th {
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  vertical-align: text-bottom;
}
/* :L4712 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea #divQuoteResults .table,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea #divQuoteResults .table,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea #divQuoteResults .table {
  border-top: 1px solid #12243a !important;
}
/* :L4716 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table {
  border: 0;
}
/* :L4718 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table thead > tr,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table thead > tr,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table thead > tr {
  border-top: 1px solid #12243a;
  border-bottom: 1px solid #12243a;
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  vertical-align: text-bottom;
}
/* :L4727 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table tbody > tr,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table tbody > tr,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L4730 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table tbody > tr > td,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table tbody > tr > td,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table tbody > tr > td,
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table tbody > tr > th,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table tbody > tr > th,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table tbody > tr > th,
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table tfoot > tr > td,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table tfoot > tr > td,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table tfoot > tr > td,
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table tfoot > tr > th,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table tfoot > tr > th,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table tfoot > tr > th,
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table thead > tr > td,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table thead > tr > td,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table thead > tr > td,
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea .table thead > tr > th,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea .table thead > tr > th,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea .table thead > tr > th {
  border: 0;
}
/* :L4741 */
.page-getagentsearchresults #download-button-container,
.page-agentsearchexpiredpolicies #download-button-container,
.page-retrievequote #download-button-container {
  margin-bottom: 40px;
}
/* :L4743 */
.page-getagentsearchresults #download-button-container .download-policies-button,
.page-agentsearchexpiredpolicies #download-button-container .download-policies-button,
.page-retrievequote #download-button-container .download-policies-button,
.page-getagentsearchresults #download-button-container .download-quotes-button,
.page-agentsearchexpiredpolicies #download-button-container .download-quotes-button,
.page-retrievequote #download-button-container .download-quotes-button {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4754 */
#expiredDateStart,
#expiredDateEnd {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L4760 */
/* :L4761 */
.page-getagentsearchresults #divPolicyResults .container .agent-quotesearch-results-container {
  padding-left: 30px;
}
/*
Responsive 2
*/

/* :L4770 */
@media (min-width: 915px) and (max-width: 1024px) {
  /* :L4772 */
  .page-prequotequestions.page-number-1 .outer-wrapper .instanda-question-label {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  /* :L4777 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 1024px) {
  /* :L4782 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 914px) {
  /* :L4787 */
  .page-prequotequestions.page-number-1 .outer-wrapper {
    display: block;
  }
  /* :L4789 */
  .page-prequotequestions.page-number-1 .outer-wrapper #question155190 .instanda-question-input {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4795 */
  .page-prequotequestions.page-number-1 #question185450 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L4800 */
@media (max-width: 568px) {
  /* :L4802 */
  .page-prequotequestions.page-number-1 .pull-left {
    float: none !important;
  }
  /* :L4804 */
  .page-prequotequestions.page-number-1 .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4809 */
  .page-prequotequestions.page-number-1 .pull-right {
    float: none !important;
    width: 100%;
  }
  /* :L4812 */
  .page-prequotequestions.page-number-1 .pull-right .btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4817 */
  .page-prequotequestions.page-number-1 .work-breakdown {
    display: grid;
  }
  /* :L4820 */
  /* :L4822 */
  .page-prequotequestions.page-number-1 #question155199 .instanda-input-prepend,
  .page-prequotequestions.page-number-1 #question155197 .instanda-input-prepend {
    margin-right: 0px;
  }
}
/* :L4828 */
/* :L4829 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a,
.page-bulkuploadclaims #uploadClaimsControlsContainer #uploadButton {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
/* :L4837 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a:first-child {
  border: none;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-top: 100px;
  background: transparent;
}
@media (max-width: 425px) {
  /* :L4846 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer {
    display: grid;
  }
  /* :L4849 */
  .page-bulkuploadclaims #uploadButton {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* :L4853 */
  .page-bulkuploadclaims .submitButton {
    font: normal normal bold 14px/17px Raleway !important;
    letter-spacing: 0px;
    color: #565e71 !important;
    margin-top: 100px;
  }
}
@media (min-width: 425px) {
  /* :L4861 */
  .page-bulkuploadclaims .submitButton {
    margin-top: -10px;
  }
}
@media (max-width: 820px) {
  /* :L4866 */
  .page-bulkuploadclaims #importDataInput {
    width: inherit;
  }
}
/* :L4870 */
.page-bulkuploadclaims #importDataInput-error {
  display: flex;
}
/* :L4873 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 95%;
}
/* :L4875 */
.page-bulkuploadclaims #uploadClaimsControlsContainer .submitButton {
  padding: 10px;
}
@media (max-width: 285px) {
  /* :L4880 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer a {
    padding-right: 22px;
  }
}
/* :L4885 */
@media (max-width: 670px) {
  /* :L4887 */
  .page-agentclaims .well .btn-claim-group {
    float: none !important;
    width: 100%;
  }
  /* :L4890 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 730px) {
  /* :L4896 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 18%;
    margin-right: 2%;
    padding: 5px;
  }
}
/* :L4903 */
@media (max-width: 428px) {
  /* :L4905 */
  .page-viewquoteorpolicy .row.header-details-row .container .val {
    font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 736px) {
  /* :L4910 */
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L4915 */
.page-viewquoteorpolicy .instanda-question-input .form-control {
  height: 45px;
}
/* :L4919 */
@media (max-width: 300px) {
  /* :L4921 */
  .page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li a {
    font: normal normal normal 11px/11px "Nunito Sans", "Raleway", sans-serif;
    letter-spacing: 0px;
    color: #565e71;
  }
}
/*
Responsive
*/

/* :L4940 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4942 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L4945 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 14px;
  }
  /* :L4948 */
  .page-quickquotequestions.page-number-1 #question155193 .instanda-question-label label {
    top: 0;
  }
  /* :L4951 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L4955 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L4962 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L4965 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L4968 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-2,
  .page-quickquotequestions.page-number-1 .instanda-address-state,
  .page-quickquotequestions.page-number-1 .instanda-address-city {
    padding-right: 5px;
  }
  /* :L4973 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
  /* :L4976 */
  .page-quickquotequestions.page-number-1 .pull-right,
  .page-quickquotequestions.page-number-1 button[name="saveButton"],
  .page-quickquotequestions.page-number-1 button[name="continueButton"],
  .page-quickquotequestions.page-number-1 .instanda-notes-button {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4983 */
  .page-quickquotequestions.page-number-1 button[name="continueButton"] {
    margin-top: 5px;
  }
}
@media (orientation: landscape) and (min-width: 824px) and (max-width: 1024px) {
  /* :L4988 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 13px;
  }
  /* :L4991 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding-top: 29px;
  }
}
@media (orientation: landscape) and (min-width: 585px) and (max-width: 824px) {
  /* :L4999 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 11px;
  }
  /* :L5002 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5005 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding-top: 21px;
  }
}
@media (orientation: landscape) and (min-width: 0px) and (max-width: 584px) {
  /* :L5013 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5016 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L5020 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L5027 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L5030 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L5033 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-2,
  .page-quickquotequestions.page-number-1 .instanda-address-state,
  .page-quickquotequestions.page-number-1 .instanda-address-city {
    padding-right: 5px;
  }
  /* :L5038 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
}
/* :L5044 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5046 */
  .page-prequotequestions.page-number-3 .outer-wrapper {
    display: block;
  }
  /* :L5049 */
  .page-prequotequestions.page-number-3 label {
    font-size: 16px;
  }
  /* :L5052 */
  .page-prequotequestions.page-number-3 .pull-left,
  .page-prequotequestions.page-number-3 #backButton,
  .page-prequotequestions.page-number-3 .pull-right,
  .page-prequotequestions.page-number-3 button[name="notes"],
  .page-prequotequestions.page-number-3 button[name="saveButton"],
  .page-prequotequestions.page-number-3 button[name="continueButton"],
  .page-prequotequestions.page-number-3 #question155259,
  .page-prequotequestions.page-number-3 #question155259 .instanda-question-input {
    width: 100%;
  }
  /* :L5062 */
  .page-prequotequestions.page-number-3 button[name="notes"],
  .page-prequotequestions.page-number-3 button[name="saveButton"],
  .page-prequotequestions.page-number-3 button[name="continueButton"] {
    margin-top: 5px;
  }
  /* :L5067 */
  .page-prequotequestions.page-number-3 #question155251 .instanda-input-prepend {
    margin-right: 0;
  }
  /* :L5070 */
  .page-prequotequestions.page-number-3 #question185452 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5075 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5077 */
  .page-prequotequestions.page-number-4 #question185453 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5080 */
  .page-prequotequestions.page-number-4 #question155259,
  .page-prequotequestions.page-number-4 #question155259 .instanda-question-input,
  .page-prequotequestions.page-number-4 #question155263,
  .page-prequotequestions.page-number-4 #question155264,
  .page-prequotequestions.page-number-4 #question155265,
  .page-prequotequestions.page-number-4 #question155266,
  .page-prequotequestions.page-number-4 #question155267 .instanda-question-parent-yes-no {
    display: block;
  }
  /* :L5088 */
  .page-prequotequestions.page-number-4 #question155259 .instanda-question-label,
  .page-prequotequestions.page-number-4 #question155259 .instanda-question-input .instanda-question-label,
  .page-prequotequestions.page-number-4 #question155263 .instanda-question-label,
  .page-prequotequestions.page-number-4 #question155264 .instanda-question-label,
  .page-prequotequestions.page-number-4 #question155265 .instanda-question-label,
  .page-prequotequestions.page-number-4 #question155266 .instanda-question-label,
  .page-prequotequestions.page-number-4 #question155267 .instanda-question-parent-yes-no .instanda-question-label {
    width: 100%;
  }
  /* :L5092 */
  .page-prequotequestions.page-number-4 .pull-left,
  .page-prequotequestions.page-number-4 #backButton,
  .page-prequotequestions.page-number-4 .pull-right,
  .page-prequotequestions.page-number-4 button[name="notes"],
  .page-prequotequestions.page-number-4 button[name="saveButton"],
  .page-prequotequestions.page-number-4 button[name="continueButton"] {
    width: 100%;
  }
  /* :L5100 */
  .page-prequotequestions.page-number-4 button[name="notes"],
  .page-prequotequestions.page-number-4 button[name="saveButton"],
  .page-prequotequestions.page-number-4 button[name="continueButton"] {
    margin-top: 5px;
  }
}
/* :L5107 */
/* :L5108 */
.page-agentlogin .instanda-main-content-container > .container {
  padding-left: 0;
}
@media (max-width: 770px) {
  /* :L5112 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5115 */
  .page-agentlogin .left-view,
  .page-agentlogin .right-view,
  .page-agentlogin .instanda-agent-login-content {
    background-size: 100% !important;
    width: 100%;
  }
  /* :L5121 */
  .page-agentlogin .instanda-agent-login-content {
    margin-top: 50px;
  }
  /* :L5124 */
  .page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
    float: none;
    padding: 0;
  }
  /* :L5128 */
  .page-agentlogin .instanda-agent-login-content .right-view .title,
  .page-agentlogin #instanda-cp-login-form {
    padding: 0px !important;
  }
  /* :L5132 */
  .page-agentlogin .login-footer .left-view {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  /* :L5137 */
  .page-agentlogin .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 771px) and (max-width: 990px) {
  /* :L5142 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 42px/42px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5147 */
@media (max-width: 414px) {
  /* :L5149 */
  .page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
    display: block;
  }
}
/*
Responsive 3
*/

/* :L5165 */
@media (max-width: 568px) {
  /* :L5167 */
  .page-prequotequestions.page-number-2 .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L5171 */
  .page-prequotequestions.page-number-2 .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L5176 */
  .page-prequotequestions.page-number-2 .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L5182 */
  .page-prequotequestions.page-number-2 .pull-right button[name="notes"],
  .page-prequotequestions.page-number-2 .pull-right button[name="saveButton"],
  .page-prequotequestions.page-number-2 .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5191 */
  .page-prequotequestions.page-number-2 #question185451 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L5196 */
  .page-prequotequestions.page-number-2 .navbar .navbar-default,
  .page-prequotequestions.page-number-2 .breadcrumb,
  .page-prequotequestions.page-number-2 .page-footer {
    margin-right: -11px;
  }
}
/*.page-cancelpolicy {
 @media(max-width:360px)
    {
      .navbar .navbar-default, .page-footer{
        margin-right:-11px;
      }   
  }
}*/

/* :L5213 */
@media (max-width: 360px) {
  /* :L5215 */
  .page-viewreferralsforquote .navbar .navbar-default,
  .page-viewreferralsforquote .breadcrumb,
  .page-viewreferralsforquote .page-footer {
    margin-right: -11px;
  }
}
/*
Approval Action
*/

/* :L5227 */
/* :L5228 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L5230 */
/* :L5231 */
.page-reviewreferrals .instanda-main-content-container .Referrals h3 {
  margin-left: 15px;
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L5238 */
.page-reviewreferrals .instanda-main-content-container h4 {
  margin: 20px 0px 5px 15px;
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
}
/* :L5244 */
/* :L5245 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L5248 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .instanda-quote-back-button {
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  background: none;
  text-decoration: none;
  border: none;
}
/* :L5256 */
/* :L5257 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .pull-right .btn.btn-primary {
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L5268 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L5270 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L5274 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L5277 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-reason,
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified,
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-status,
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-update {
  padding: 0px;
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L5287 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row h6 {
  font: normal normal bold 12px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
  padding: 12px;
}
/* :L5299 */
/* :L5300 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L5303 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L5306 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L5310 */
.page-reviewreferrals .instanda-main-content-container .radio-inline {
  margin-top: 100px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 10px;
  width: 28%;
  height: 45px;
  text-align: center;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
@media (max-width: 1024px) {
  /* :L5322 */
  .page-reviewreferrals .instanda-main-content-container .radio-inline {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L5330 */
  .page-reviewreferrals .instanda-main-content-container .review-referral-last-modified h6 {
    font-size: 6px !important;
  }
}
/* :L5334 */
.page-reviewreferrals .instanda-main-content-container .instanda-selected {
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
/* :L5338 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
@media (max-width: 568px) {
  /* :L5343 */
  .page-reviewreferrals .pull-right,
  .page-reviewreferrals .pull-left {
    width: 100%;
  }
  /* :L5347 */
  .page-reviewreferrals .btn.btn-primary {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L5356 */
/* :L5357 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L5359 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L5363 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L5366 */
.page-referralreviewline .instanda-approval-action-reason-content .btn-primary.instanda-button {
  background: #0a7cd6 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #0a7cd6;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
}
@media (max-width: 568px) {
  /* :L5376 */
  .page-referralreviewline .instanda-approval-action-reason-content .btn-primary.instanda-button {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/*Styling for Single Policy QUESTIONS*/

/* :L5388 */
.page-quickquotequestions.created-from-mta.page-number-1 #question210743 {
  margin-left: 20%;
}
/*Quick Quote Display - page 1*/

/* :L5394 */
.page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
  margin-left: 10%;
}
/* .page-quickquotequestions.page-number-1{ 
  input#AddressLine2 {
  width:150px;
  }
} */

/* :L5404 */
/* :L5405 */
.page-quickquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L5409 */
/* :L5412 */
.page-quickquotequestions.page-number-1 #question172169 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5417 */
/* :L5420 */
.page-quickquotequestions.page-number-1 #question456291 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5424 */
.page-quickquotequestions.page-number-1 #question170090 {
  /* margin-left: 8%; */
  margin-left: 0;
}
/* :L5428 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input,
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div > div,
.page-quickquotequestions.page-number-1 .phone-email,
.page-quickquotequestions.page-number-1 .erev-cover,
.page-quickquotequestions.page-number-1 .outer-wrapper {
  display: flex;
}
/* :L5439 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  padding-right: 2px;
  width: 60%;
  /* display: inline-block; */

}
/* :L5448 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
  position: relative;
  top: 25px;
}
/* :L5451 */
.created-from-renewal.page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
  top: unset;
}
/* :L5455 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
  width: 95%;
}
/* :L5458 */
.page-quickquotequestions.page-number-1 #state-containerStatec,
.page-quickquotequestions.page-number-1 .instanda-address-city,
.page-quickquotequestions.page-number-1 .instanda-address-state {
  padding-right: 17px;
}
/* :L5463 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.5%;
  position: relative;
  /* left: -135px; */

}
/* :L5471 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 20%;
  position: relative;
  /* left: -128px; */

}
/* :L5479 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(3) {
  /* padding-right: 6px; */
  width: 21%;
  position: relative;
  /* left: -131px; */

}
/* :L5488 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
  width: 92%;
}
/* :L5493 */
.page-quickquotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 155px;
  display: inline-block;
  position: relative;
  top: 73px;
  left: -46px;
}
/* :L5502 */
.page-quickquotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 210px;
  display: inline-block;
  position: relative;
  top: 73px;
  left: -32px;
}
/* :L5511 */
.page-quickquotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 210px;
  display: inline-block;
  position: relative;
  top: 73px;
  left: -39px;
}
/* :L5519 */
.page-quickquotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input,
.page-quickquotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div > div,
.page-quickquotequestions.page-number-1 .phone-email,
.page-quickquotequestions.page-number-1 .erev-cover,
.page-quickquotequestions.page-number-1 .outer-wrapper {
  display: flex;
}
/* :L5531 */
.page-quickquotequestions.page-number-1 #question210743 {
  /* margin-left: 7.6%; */
  display: inline-block;
  width: 478px;
}
/* :L5535 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-label {
  color: #f06d2d;
  /*COLOR OF PRIMARY CONTACT NAME*/
  font-size: 22px;
  padding-bottom: 15px;
  margin-left: 0.5%;
}
/* :L5541 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-label:after {
  display: block;
  margin-top: 3px;
  width: 30px;
  content: "";
  border-top: 5px solid #f06d2d;
  /*COLOR OF DASH UNDER PRIMARY CONTACT NAME*/
  border-right: 6px solid transparent;
  margin-bottom: 17px;
}
/* :L5551 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L5554 */
.page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L5561 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L5566 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  /* :L5575 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input,
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div > div,
  .page-quickquotequestions.page-number-1 .phone-email,
  .page-quickquotequestions.page-number-1 .erev-cover,
  .page-quickquotequestions.page-number-1 .outer-wrapper {
    display: block;
  }
  /* :L5586 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding: 0px;
    width: 100%;
  }
  /* :L5593 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
    top: 0px;
  }
  /* :L5596 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5599 */
  .page-quickquotequestions.page-number-1 #state-containerStatec,
  .page-quickquotequestions.page-number-1 .instanda-address-city,
  .page-quickquotequestions.page-number-1 .instanda-address-state {
    padding-right: 0px;
  }
  /* :L5604 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0%;
  }
  /* :L5610 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
    width: 100%;
  }
  /* :L5616 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(3) {
    width: 100%;
  }
  /* :L5622 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5625 */
  .page-quickquotequestions.page-number-1 #question169805 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
  }
  /* :L5631 */
  .page-quickquotequestions.page-number-1 #question204590 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  /* :L5638 */
  .page-quickquotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5644 */
  .page-quickquotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5653 */
  .page-quickquotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5662 */
  .page-quickquotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5670 */
  .page-quickquotequestions.page-number-1 #question210743 {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  /* :L5674 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L5680 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-label:after {
    display: block;
    margin-top: 3px;
    width: 30px;
    content: "";
    border-top: 5px solid #f06d2d;
    border-right: 6px solid transparent;
    margin-bottom: 17px;
  }
  /* :L5690 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L5693 */
  .page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L5700 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5705 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1520px) {
  /* :L5713 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L5718 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 18%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L5723 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 23%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L5728 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 23%;
  }
}
/*.page-quickquotequestions {
  .instanda-question-input {
      width: 100%;
   }
  #question170090 > .instanda-text-question > .instanda-question-input > div > div, .phone-email,
   .erev-cover, .outer-wrapper
   {
     display: flex;
   }
  #question170090 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding-top:25px;
    padding-right: 15px;
    width: 70%;
    //display: inline-block;
  }
  #question170090 .instanda-question-label label{
    position: relative;
    top: 22px;
  }
  #question170090 > .instanda-text-question > .instanda-question-input > .form-group  {
    display: inline-block;
    padding-right: 20px;
    //position: relative;
    //right: 570px;
    //top: 100px;
    width: 23%;
  } 
 }*/

/*QuickFill Questions*/

/* :L5764 */
/* :L5765 */
.quickfill #question201668 {
  display: inline-block;
  width: 56%;
  margin-right: -25%;
}
/* :L5770 */
.quickfill #question201670 {
  display: inline-block;
  width: 48%;
  margin-right: -22%;
}
/* :L5777 */
.quickfill #question201669 {
  display: inline-block;
  width: 41%;
  padding-bottom: 15px;
  /*margin-right: -20%;*/

}
/* :L5783 */
.quickfill #question201669 .instanda-question-label {
  padding-bottom: 14px;
}
/* :L5789 */
.quickfill #question201671 {
  display: inline-block;
  width: 31%;
  margin-right: -16%;
  /*padding-bottom: 15px;*/

}
/* :L5795 */
/* :L5800 */
.quickfill #question201672 {
  display: inline-block;
  width: 58%;
  margin-right: -23%;
}
/* :L5806 */
.quickfill #question201673 {
  display: inline-block;
  width: 65%;
  margin-right: -26%;
}
@media (max-width: 992px) {
  /* :L5813 */
  .quickfill #question201668 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L5818 */
  .quickfill #question201670 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L5823 */
  .quickfill #question201669 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L5829 */
  .quickfill #question201671 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L5835 */
  .quickfill #question201671 .instanda-question-label {
    padding-bottom: 0px;
  }
  /* :L5840 */
  .quickfill #question201672 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L5846 */
  .quickfill #question201673 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
@media (max-width: 992px) and (min-width: 415px) {
  /* :L5853 */
  .quickfill #question201669 .instanda-question-label {
    padding-bottom: 0px;
  }
}
@media (max-width: 415px) {
  /* :L5858 */
  .quickfill #question201669 .instanda-question-label {
    padding-bottom: 30px;
  }
  /* :L5861 */
  .quickfill #question201673 .instanda-question-label {
    padding-bottom: 30px;
  }
}
/*Basic Info*/

/* :L5868 */
/* :L5869 */
.page-prequotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L5873 */
.page-prequotequestions.page-number-1 .instanda-well {
  padding-left: 8%;
}
/* :L5877 */
.page-prequotequestions.page-number-1 #question169805 {
  display: flex;
  padding-right: 30%;
}
/* :L5882 */
.page-prequotequestions.page-number-1 #question204590 {
  padding-right: 0px;
  width: 335px;
  display: inline-block;
}
/* :L5888 */
.page-prequotequestions.page-number-1 #question169809 {
  padding-right: 0px;
  width: 180px;
  display: inline-block;
}
/* :L5894 */
.page-prequotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -30px;
}
/* :L5903 */
.page-prequotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -35px;
}
/* :L5912 */
.page-prequotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -40px;
}
/* :L5920 */
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input,
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div > div,
.page-prequotequestions.page-number-1 .phone-email,
.page-prequotequestions.page-number-1 .erev-cover,
.page-prequotequestions.page-number-1 .outer-wrapper {
  display: flex;
}
/* :L5931 */
.page-prequotequestions.page-number-1 #question169810 {
  width: 100%;
}
/* :L5934 */
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div:first-child {
  /*padding-top:31px; */
  min-width: 450px;
  width: 10%;
  flex: 0 0 100%;
  /* Put this on its own line */

  /* Mobile Friendly */

}
@media (max-width: 767px) {
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div:first-child {
    min-width: 100%;
  }
}
/* :L5948 */
/* :L5949 */
.page-prequotequestions.page-number-1 #question169810 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  max-width: 546px;
}
/* :L5955 */
.page-prequotequestions.page-number-1 #question169810 .form-group.single-line-showhide {
  width: unset;
}
@media (max-width: 767px) {
  .page-prequotequestions.page-number-1 #question169810 .form-group.single-line-showhide {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
}
/* :L5966 */
.page-prequotequestions.page-number-1 #question169810 .form-group.single-line-showhide.postcode-lookup-container {
  width: 130px;
}
/* :L5970 */
.page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
  position: relative;
  /*top: 28px; */

}
/* :L5974 */
.page-prequotequestions.page-number-1 .instanda-address-line-1,
.page-prequotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 12px;
}
/* :L5978 */
/* :L5982 */
.page-prequotequestions.page-number-1 input#InsuredAddressLine2_TXT {
  width: 100%;
}
/* :L5986 */
.page-prequotequestions.page-number-1 .instanda-question-input.instanda-address-city {
  position: relative;
}
/* :L5989 */
.page-prequotequestions.page-number-1 .instanda-question-inner-label.instanda-address-city-label {
  position: relative;
}
/* :L5992 */
.page-prequotequestions.page-number-1 div#state-containerInsuredState_TXT {
  position: relative;
}
/* :L5995 */
.page-prequotequestions.page-number-1 .instanda-question-item.form-group.single-line-showhide.postcode-lookup-container {
  position: relative;
}
/* :L5999 */
.page-prequotequestions.page-number-1 #state-containerStatec,
.page-prequotequestions.page-number-1 .instanda-address-city,
.page-prequotequestions.page-number-1 .instanda-address-state {
  padding-right: 12px;
  width: 100%;
}
/* :L6005 */
/* :L6011 */
.page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
  padding-right: 0px;
  width: 90%;
}
/* :L6015 */
.page-prequotequestions.page-number-1 #question210743 {
  display: inline-block;
  width: 478px;
}
/* :L6018 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
  color: #f06d2d;
  font-size: 22px;
  padding-bottom: 15px;
  margin-left: 0.5%;
}
/* :L6024 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-label:after {
  display: block;
  margin-top: 3px;
  width: 30px;
  content: "";
  border-top: 5px solid #f06d2d;
  border-right: 6px solid transparent;
  margin-bottom: 17px;
}
/* :L6034 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L6037 */
.page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L6044 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6049 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6054 */
.page-prequotequestions.page-number-1 #question208197 {
  /*padding-top: 15px;*/
  display: block;
}
/* :L6058 */
.page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
  position: relative;
}
/* :L6061 */
.page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  /* :L6067 */
  .page-prequotequestions.page-number-1 #question169805 {
    display: block;
    padding-right: 0%;
  }
  /* :L6072 */
  .page-prequotequestions.page-number-1 #question204590 {
    display: block;
    padding-right: 0%;
    width: 100%;
  }
  /* :L6078 */
  .page-prequotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6084 */
  .page-prequotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6093 */
  .page-prequotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6102 */
  .page-prequotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6110 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input,
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div > div,
  .page-prequotequestions.page-number-1 .phone-email,
  .page-prequotequestions.page-number-1 .erev-cover,
  .page-prequotequestions.page-number-1 .outer-wrapper {
    display: block;
  }
  /* :L6121 */
  .page-prequotequestions.page-number-1 #question169810 {
    width: 100%;
  }
  /* :L6128 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
    position: relative;
    /*top: 28px; */
  
  }
  /* :L6132 */
  .page-prequotequestions.page-number-1 .instanda-address-line-1,
  .page-prequotequestions.page-number-1 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6137 */
  .page-prequotequestions.page-number-1 #state-containerStatec,
  .page-prequotequestions.page-number-1 .instanda-address-city,
  .page-prequotequestions.page-number-1 .instanda-address-state {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6143 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0px;
  }
  /* :L6149 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6153 */
  .page-prequotequestions.page-number-1 #question210743 {
    display: block;
    width: 100%;
  }
  /* :L6156 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L6162 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-label:after {
    display: block;
    margin-top: 3px;
    width: 30px;
    content: "";
    border-top: 5px solid #f06d2d;
    border-right: 6px solid transparent;
    margin-bottom: 17px;
  }
  /* :L6172 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L6175 */
  .page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L6182 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6187 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6192 */
  .page-prequotequestions.page-number-1 #question208197 {
    display: block;
  }
  /* :L6195 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
    position: relative;
  }
  /* :L6198 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
    display: block;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6206 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 9%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6211 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6217 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
/*ADDITIONAL PROPERTY INFORMATION*/

/* :L6223 */
/* :L6224 */
.page-prequotequestions.page-number-2 .instanda-well {
  margin-left: 17%;
}
/* :L6227 */
.page-prequotequestions.page-number-2 .instanda-question-label {
  max-width: 75%;
}
/* :L6231 */
.page-prequotequestions.page-number-2 .instanda-question-input.instanda-question-date.date.input-group.instanda-question-not-dob {
  width: 350px;
  padding-right: 140px;
}
/* :L6235 */
.page-prequotequestions.page-number-2 #question169821 {
  margin-left: 8%;
  display: flex;
  padding-right: 30%;
}
/* :L6240 */
.page-prequotequestions.page-number-2 #question204597 {
  margin-left: 8%;
  display: inline-block;
  width: 255px;
}
/* :L6245 */
.page-prequotequestions.page-number-2 #question204596 {
  display: inline-block;
  width: 255px;
}
/* :L6249 */
.page-prequotequestions.page-number-2 #question208191 {
  margin-left: 8%;
}
/* :L6252 */
.page-prequotequestions.page-number-2 #question169829 {
  margin-left: 8%;
}
/* :L6255 */
.page-prequotequestions.page-number-2 #question205488 {
  margin-left: 8%;
}
/* :L6258 */
.page-prequotequestions.page-number-2 #question207399 {
  margin-left: 8%;
}
/* :L6261 */
.page-prequotequestions.page-number-2 #question204601 {
  margin-left: 8%;
}
/* :L6264 */
.page-prequotequestions.page-number-2 #question238333 {
  margin-left: 8%;
}
/* :L6267 */
.page-prequotequestions.page-number-2 #question348437 {
  margin-left: 8%;
}
/* :L6270 */
.page-prequotequestions.page-number-2 #question312461 {
  margin-left: 8%;
}
@media only screen and (max-width: 992px) {
  /* :L6275 */
  .page-prequotequestions.page-number-2 #question169821 {
    margin-left: auto;
    display: block;
    padding-right: 0%;
  }
  /* :L6280 */
  .page-prequotequestions.page-number-2 #question204597 {
    margin-left: auto;
    display: block;
    width: 100%;
  }
  /* :L6285 */
  .page-prequotequestions.page-number-2 #question204596 {
    display: block;
    width: 100%;
  }
  /* :L6289 */
  .page-prequotequestions.page-number-2 #question208191 {
    margin-left: auto;
  }
  /* :L6292 */
  .page-prequotequestions.page-number-2 #question169829 {
    margin-left: auto;
  }
  /* :L6295 */
  .page-prequotequestions.page-number-2 #question205488 {
    margin-left: auto;
  }
  /* :L6298 */
  .page-prequotequestions.page-number-2 #question207399 {
    margin-left: auto;
  }
  /* :L6301 */
  .page-prequotequestions.page-number-2 #question204601 {
    margin-left: auto;
  }
  /* :L6304 */
  .page-prequotequestions.page-number-2 #question238333 {
    margin-left: auto;
  }
  /* :L6307 */
  .page-prequotequestions.page-number-2 #question348437 {
    margin-left: auto;
  }
  /* :L6310 */
  .page-prequotequestions.page-number-2 #question312461 {
    margin-left: auto;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6317 */
  .page-prequotequestions.page-number-2 .instanda-well {
    margin-left: 23%;
  }
}
/*PROPERTY INFORMATION / MANAGEMENT*/

/* :L6324 */
/* :L6325 */
.page-prequotequestions.page-number-3 .instanda-well {
  margin-left: 17%;
}
/* :L6329 */
.page-prequotequestions.page-number-3 .instanda-question-label {
  max-width: 75%;
}
/* :L6332 */
.page-prequotequestions.page-number-3 .instanda-question-input {
  width: auto;
}
/* :L6335 */
.page-prequotequestions.page-number-3 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6339 */
.page-prequotequestions.page-number-3 #question204622 {
  max-width: 1000px;
}
/* :L6343 */
.page-prequotequestions.page-number-3 #question204617 {
  max-width: 1000px;
}
/* :L6347 */
.page-prequotequestions.page-number-3 #question204606 {
  max-width: 1000px;
}
/* :L6351 */
.page-prequotequestions.page-number-3 #question204621 {
  max-width: 1000px;
}
/* :L6355 */
.page-prequotequestions.page-number-3 #question204616 {
  max-width: 1000px;
}
/* :L6358 */
.page-prequotequestions.page-number-3 #question254179 {
  max-width: 1000px;
}
/* :L6362 */
.page-prequotequestions.page-number-3 #question330456 {
  max-width: 100%;
}
/* :L6366 */
.page-prequotequestions.page-number-3 #question330412 {
  max-width: 1000px;
}
/* :L6370 */
.page-prequotequestions.page-number-3 #question204618 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6375 */
.page-prequotequestions.page-number-3 #question204619 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6380 */
.page-prequotequestions.page-number-3 #question204620 {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 992px) {
  /* :L6386 */
  .page-prequotequestions.page-number-3 #question204618 {
    width: 100%;
  }
  /* :L6389 */
  .page-prequotequestions.page-number-3 #question204619 {
    width: 100%;
  }
  /* :L6392 */
  .page-prequotequestions.page-number-3 #question204620 {
    width: 96%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6398 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6403 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6409 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
/*HISTORY*/

/* :L6416 */
/* :L6417 */
.page-prequotequestions.page-number-4 .instanda-well {
  margin-left: 17%;
}
/* :L6421 */
.page-prequotequestions.page-number-4 .instanda-question-label {
  max-width: 75%;
}
/* :L6425 */
.page-prequotequestions.page-number-4 .instanda-question-input {
  width: 100%;
}
/* :L6428 */
.page-prequotequestions.page-number-4 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6431 */
.page-prequotequestions.page-number-4 #question204624 {
  max-width: 1000px;
}
/* :L6434 */
.page-prequotequestions.page-number-4 #question204595 {
  max-width: 1000px;
}
/* :L6437 */
.page-prequotequestions.page-number-4 #question205437 {
  max-width: 1000px;
}
/* :L6441 */
.page-prequotequestions.page-number-4 #question205436 {
  max-width: 1000px;
}
/* :L6445 */
.page-prequotequestions.page-number-4 #question204612 {
  max-width: 1000px;
}
/* :L6449 */
.page-prequotequestions.page-number-4 #question205440 {
  max-width: 1000px;
}
/* :L6452 */
.page-prequotequestions.page-number-4 #question204614 {
  max-width: 1000px;
}
/* :L6456 */
.page-prequotequestions.page-number-4 #question205437 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6461 */
.page-prequotequestions.page-number-4 #question205439 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6466 */
.page-prequotequestions.page-number-4 #question205438 {
  display: inline-block;
  width: 47%;
}
/* :L6470 */
.page-prequotequestions.page-number-4 #question205443 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6475 */
.page-prequotequestions.page-number-4 #question205451 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6480 */
.page-prequotequestions.page-number-4 #question205449 {
  display: inline-block;
  width: 47%;
}
/* :L6484 */
.page-prequotequestions.page-number-4 #question204615 {
  width: 49%;
}
/* :L6487 */
.page-prequotequestions.page-number-4 #question204623 {
  padding-right: 620px;
}
@media only screen and (max-width: 992px) {
  /* :L6493 */
  .page-prequotequestions.page-number-4 #question205437 {
    width: 100%;
  }
  /* :L6496 */
  .page-prequotequestions.page-number-4 #question205439 {
    width: 100%;
  }
  /* :L6499 */
  .page-prequotequestions.page-number-4 #question205438 {
    width: 9%;
  }
  /* :L6502 */
  .page-prequotequestions.page-number-4 #question205443 {
    width: 100%;
  }
  /* :L6505 */
  .page-prequotequestions.page-number-4 #question205451 {
    width: 100%;
  }
  /* :L6508 */
  .page-prequotequestions.page-number-4 #question205449 {
    width: 96%;
  }
  /* :L6511 */
  .page-prequotequestions.page-number-4 #question204615 {
    width: 96%;
  }
  /* :L6514 */
  .page-prequotequestions.page-number-4 #question204623 {
    padding-right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6520 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6525 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6531 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
/*QUOTE DISPLAY QUESTIONS*/

/* :L6538 */
/* :L6539 */
#question207365 .instanda-question-label {
  font-size: 1em;
}
/*ADDITIONAL INSURED*/

/* :L6545 */
/* :L6546 */
.page-postquotequestions.page-number-1 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L6552 */
.page-postquotequestions.page-number-1 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L6557 */
.page-postquotequestions.page-number-1 h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L6566 */
.page-postquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L6569 */
.page-postquotequestions.page-number-1 #question204625 {
  width: 50%;
  margin-left: 8%;
}
/* :L6574 */
.page-postquotequestions.page-number-1 #question208198 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6580 */
.page-postquotequestions.page-number-1 #question208199 {
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6585 */
.page-postquotequestions.page-number-1 #question208201 {
  padding-right: 15px;
  display: inline-block;
  width: 270px;
}
/* :L6590 */
.page-postquotequestions.page-number-1 #question208202 {
  display: inline-block;
  width: 170px;
  padding-right: 15px;
}
/* :L6596 */
.page-postquotequestions.page-number-1 #question208200 {
  margin-left: 8%;
}
/* :L6599 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input,
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div > div,
.page-postquotequestions.page-number-1 .phone-email,
.page-postquotequestions.page-number-1 .erev-cover,
.page-postquotequestions.page-number-1 .outer-wrapper {
  display: flex;
}
/* :L6610 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6617 */
.page-postquotequestions.page-number-1 #question208200 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6621 */
.page-postquotequestions.page-number-1 .instanda-address-line-1,
.page-postquotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 15px;
  width: 600px;
}
/* :L6626 */
.page-postquotequestions.page-number-1 #state-containerStatec,
.page-postquotequestions.page-number-1 .instanda-address-city,
.page-postquotequestions.page-number-1 .instanda-address-state {
  padding-right: 15px;
  width: 100%;
}
/* :L6632 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6638 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6644 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6650 */
.page-postquotequestions.page-number-1 #question208200 .instanda-address-postcode {
  width: 68%;
}
/* :L6654 */
.page-postquotequestions.page-number-1 #question208115,
.page-postquotequestions.page-number-1 #question208142 {
  margin-left: 8%;
}
/* :L6660 */
.page-postquotequestions.page-number-1 #question208116 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6665 */
.page-postquotequestions.page-number-1 #question208117 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6670 */
.page-postquotequestions.page-number-1 #question208119 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6675 */
.page-postquotequestions.page-number-1 #question208120 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6680 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input,
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div > div,
.page-postquotequestions.page-number-1 .phone-email,
.page-postquotequestions.page-number-1 .erev-cover,
.page-postquotequestions.page-number-1 .outer-wrapper {
  display: flex;
}
/* :L6691 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6698 */
.page-postquotequestions.page-number-1 #question208118 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6702 */
.page-postquotequestions.page-number-1 #state-containerStatec,
.page-postquotequestions.page-number-1 .instanda-address-line-1,
.page-postquotequestions.page-number-1 .instanda-address-line-2,
.page-postquotequestions.page-number-1 .instanda-address-city,
.page-postquotequestions.page-number-1 .instanda-address-state {
  padding-right: 15px;
  width: 100%;
}
/* :L6710 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6716 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6722 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6728 */
.page-postquotequestions.page-number-1 #question208118 .instanda-address-postcode {
  width: 68%;
}
/* :L6732 */
.page-postquotequestions.page-number-1 #question208143 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6737 */
.page-postquotequestions.page-number-1 #question208144 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6742 */
.page-postquotequestions.page-number-1 #question208149 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6747 */
.page-postquotequestions.page-number-1 #question208151 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6752 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input,
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div > div,
.page-postquotequestions.page-number-1 .phone-email,
.page-postquotequestions.page-number-1 .erev-cover,
.page-postquotequestions.page-number-1 .outer-wrapper {
  display: flex;
}
/* :L6763 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6770 */
.page-postquotequestions.page-number-1 #question208146 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6774 */
.page-postquotequestions.page-number-1 #state-containerStatec,
.page-postquotequestions.page-number-1 .instanda-address-line-1,
.page-postquotequestions.page-number-1 .instanda-address-line-2,
.page-postquotequestions.page-number-1 .instanda-address-city,
.page-postquotequestions.page-number-1 .instanda-address-state {
  padding-right: 15px;
  width: 100%;
}
/* :L6782 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6788 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6794 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6800 */
.page-postquotequestions.page-number-1 #question208146 .instanda-address-postcode {
  width: 68%;
}
/* :L6804 */
.page-postquotequestions.page-number-1 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L6810 */
  .page-postquotequestions.page-number-1 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L6816 */
  .page-postquotequestions.page-number-1 .label-danger {
    position: relative;
  }
  /* :L6820 */
  .page-postquotequestions.page-number-1 #question204625,
  .page-postquotequestions.page-number-1 #question208198,
  .page-postquotequestions.page-number-1 #question208200,
  .page-postquotequestions.page-number-1 #question208115,
  .page-postquotequestions.page-number-1 #question208142 {
    margin: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
  }
  /* :L6830 */
  .page-postquotequestions.page-number-1 #question208199,
  .page-postquotequestions.page-number-1 #question208201,
  .page-postquotequestions.page-number-1 #question208116,
  .page-postquotequestions.page-number-1 #question208117,
  .page-postquotequestions.page-number-1 #question208119,
  .page-postquotequestions.page-number-1 #question208202,
  .page-postquotequestions.page-number-1 #question208120,
  .page-postquotequestions.page-number-1 #question208151,
  .page-postquotequestions.page-number-1 #question208118,
  .page-postquotequestions.page-number-1 #question208146,
  .page-postquotequestions.page-number-1 #question208143,
  .page-postquotequestions.page-number-1 #question208144,
  .page-postquotequestions.page-number-1 #question208149 {
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
  }
  /* :L6847 */
  .page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input,
  .page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input,
  .page-postquotequestions.page-number-1 #question208142 > .instanda-text-question > .instanda-question-input,
  .page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L6853 */
  .page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div > div,
  .page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div > div,
  .page-postquotequestions.page-number-1 #question208142 > .instanda-text-question > .instanda-question-input > div > div,
  .page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div > div {
    display: block;
  }
  /* :L6875 */
  .page-postquotequestions.page-number-1 #ADDLINS_0_AddressLine1_TXT,
  .page-postquotequestions.page-number-1 #ADDLINS_0_AddressLine2_TXT,
  .page-postquotequestions.page-number-1 #ADDLINS_1_AddressLine1_TXT,
  .page-postquotequestions.page-number-1 #ADDLINS_1_AddressLine2_TXT,
  .page-postquotequestions.page-number-1 #ADDLINS_2_AddressLine1_TXT,
  .page-postquotequestions.page-number-1 #ADDLINS_2_AddressLine2_TXT {
    width: 219%;
  }
  /* :L6883 */
  .page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:nth-child(2),
  .page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:nth-child(2),
  .page-postquotequestions.page-number-1 #question208142 > .instanda-text-question > .instanda-question-input > div:nth-child(2),
  .page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
    width: 100%;
  }
  /* :L6901 */
  .page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > .form-group,
  .page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > .form-group,
  .page-postquotequestions.page-number-1 #question208142 > .instanda-text-question > .instanda-question-input > .form-group,
  .page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > .form-group {
    width: 100%;
  }
  /* :L6919 */
  .page-postquotequestions.page-number-1 #question208200 .instanda-address-postcode,
  .page-postquotequestions.page-number-1 #question208118 .instanda-address-postcode,
  .page-postquotequestions.page-number-1 #question208142 .instanda-address-postcode,
  .page-postquotequestions.page-number-1 #question208146 .instanda-address-postcode {
    width: 95.5%;
  }
}
/*MORTGAGEE INFORMATION*/

/* :L6929 */
/* :L6930 */
.page-postquotequestions.page-number-2 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L6936 */
.page-postquotequestions.page-number-2 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L6941 */
.page-postquotequestions.page-number-2 h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L6949 */
.page-postquotequestions.page-number-2 .instanda-question-input {
  width: 100%;
}
/* :L6952 */
.page-postquotequestions.page-number-2 #question315373 {
  width: 50%;
  margin-left: 8%;
}
/* :L6956 */
.page-postquotequestions.page-number-2 #question205564 {
  width: 50%;
  margin-left: 8%;
}
/* :L6960 */
.page-postquotequestions.page-number-2 #question208163 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 400px;
}
/* :L6966 */
.page-postquotequestions.page-number-2 #question208153,
.page-postquotequestions.page-number-2 #question208170,
.page-postquotequestions.page-number-2 #question208164,
.page-postquotequestions.page-number-2 #question208154,
.page-postquotequestions.page-number-2 #question208171 {
  padding-right: 15px;
  display: inline-block;
  width: 400px;
}
/* :L6975 */
.page-postquotequestions.page-number-2 #question208166,
.page-postquotequestions.page-number-2 #question208168,
.page-postquotequestions.page-number-2 #question208173 {
  display: inline-block;
  width: 200px;
}
/* :L6981 */
.page-postquotequestions.page-number-2 #question208165,
.page-postquotequestions.page-number-2 #question204632,
.page-postquotequestions.page-number-2 #question208169 {
  margin-left: 8%;
}
/* :L6987 */
/* :L6989 */
.page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
.page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
  position: absolute;
}
/* :L6994 */
/* :L6995 */
.page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
  position: relative;
  top: 12px;
}
/* :L7001 */
.page-postquotequestions.page-number-2 #question208165 > .instanda-text-question > .instanda-question-input,
.page-postquotequestions.page-number-2 #question208167 > .instanda-text-question > .instanda-question-input,
.page-postquotequestions.page-number-2 #question208172 > .instanda-text-question > .instanda-question-input,
.page-postquotequestions.page-number-2 #question208165 > .instanda-text-question > .instanda-question-input > div > div,
.page-postquotequestions.page-number-2 #question208167 > .instanda-text-question > .instanda-question-input > div > div,
.page-postquotequestions.page-number-2 .phone-email,
.page-postquotequestions.page-number-2 #question208172 > .instanda-text-question > .instanda-question-input > div > div,
.page-postquotequestions.page-number-2 .erev-cover,
.page-postquotequestions.page-number-2 .outer-wrapper {
  display: flex;
}
/* :L7024 */
.page-postquotequestions.page-number-2 #question208165 > .instanda-text-question > .instanda-question-input > div:first-child,
.page-postquotequestions.page-number-2 #question208167 > .instanda-text-question > .instanda-question-input > div:first-child,
.page-postquotequestions.page-number-2 #question208172 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 31px;
  width: 50%;
}
/* :L7039 */
.page-postquotequestions.page-number-2 #question208165,
.page-postquotequestions.page-number-2 #question208167,
.page-postquotequestions.page-number-2 #question208172 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L7045 */
.page-postquotequestions.page-number-2 .instanda-address-line-1,
.page-postquotequestions.page-number-2 .instanda-address-line-2 {
  padding-right: 17px;
  width: 600px;
}
/* :L7050 */
.page-postquotequestions.page-number-2 #state-containerStatec,
.page-postquotequestions.page-number-2 .instanda-address-city,
.page-postquotequestions.page-number-2 .instanda-address-state {
  padding-right: 17px;
  width: 100%;
}
/* :L7057 */
.page-postquotequestions.page-number-2 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L7063 */
  .page-postquotequestions.page-number-2 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L7069 */
  .page-postquotequestions.page-number-2 .label-danger {
    position: relative;
  }
  /* :L7072 */
  .page-postquotequestions.page-number-2 .instanda-well {
    padding-left: 10px;
  }
  /* :L7075 */
  .page-postquotequestions.page-number-2 #question315373 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7079 */
  .page-postquotequestions.page-number-2 #question205564 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7083 */
  .page-postquotequestions.page-number-2 #question208163 {
    margin-left: auto;
    padding-right: 0px;
    display: block;
    width: 100%;
  }
  /* :L7089 */
  .page-postquotequestions.page-number-2 #question208153,
  .page-postquotequestions.page-number-2 #question208170,
  .page-postquotequestions.page-number-2 #question208164,
  .page-postquotequestions.page-number-2 #question208154,
  .page-postquotequestions.page-number-2 #question208171 {
    padding-right: 0px;
    display: block;
    width: 100%;
  }
  /* :L7098 */
  .page-postquotequestions.page-number-2 #question208166,
  .page-postquotequestions.page-number-2 #question208168,
  .page-postquotequestions.page-number-2 #question208173 {
    display: block;
    width: 100%;
  }
  /* :L7104 */
  .page-postquotequestions.page-number-2 #question208165,
  .page-postquotequestions.page-number-2 #question204632,
  .page-postquotequestions.page-number-2 #question208169 {
    margin-left: auto;
  }
  /* :L7110 */
  /* :L7112 */
  .page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
  .page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
    position: relative;
  }
  /* :L7117 */
  /* :L7118 */
  .page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
    position: relative;
    top: 0px;
  }
  /* :L7124 */
  .page-postquotequestions.page-number-2 #question208165 > .instanda-text-question > .instanda-question-input,
  .page-postquotequestions.page-number-2 #question208167 > .instanda-text-question > .instanda-question-input,
  .page-postquotequestions.page-number-2 #question208172 > .instanda-text-question > .instanda-question-input,
  .page-postquotequestions.page-number-2 #question208165 > .instanda-text-question > .instanda-question-input > div > div,
  .page-postquotequestions.page-number-2 #question208167 > .instanda-text-question > .instanda-question-input > div > div,
  .page-postquotequestions.page-number-2 .phone-email,
  .page-postquotequestions.page-number-2 #question208172 > .instanda-text-question > .instanda-question-input > div > div,
  .page-postquotequestions.page-number-2 .erev-cover,
  .page-postquotequestions.page-number-2 .outer-wrapper {
    display: block;
  }
  /* :L7147 */
  .page-postquotequestions.page-number-2 #question208165 > .instanda-text-question > .instanda-question-input > div:first-child,
  .page-postquotequestions.page-number-2 #question208167 > .instanda-text-question > .instanda-question-input > div:first-child,
  .page-postquotequestions.page-number-2 #question208172 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding-top: 0px;
    width: 100%;
  }
  /* :L7162 */
  .page-postquotequestions.page-number-2 #question208165,
  .page-postquotequestions.page-number-2 #question208167,
  .page-postquotequestions.page-number-2 #question208172 .instanda-question-label label {
    position: relative;
    top: 0px;
  }
  /* :L7168 */
  .page-postquotequestions.page-number-2 .instanda-address-line-1,
  .page-postquotequestions.page-number-2 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L7173 */
  .page-postquotequestions.page-number-2 #state-containerStatec,
  .page-postquotequestions.page-number-2 .instanda-address-city,
  .page-postquotequestions.page-number-2 .instanda-address-state {
    padding-right: 0px;
    width: 100%;
  }
}
/*DISCLOSURE*/

/* :L7183 */
/* :L7184 */
.page-postquotequestions.page-number-3 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7189 */
.page-postquotequestions.page-number-3 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7194 */
.page-postquotequestions.page-number-3 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* :L7200 */
  .page-postquotequestions.page-number-3 .instanda-well {
    padding: 10px;
  }
  /* :L7203 */
  .page-postquotequestions.page-number-3 table.Table {
    width: auto !important;
  }
}
/* :L7209 */
/* :L7210 */
.page-postquotequestions.page-number-4 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7215 */
.page-postquotequestions.page-number-4 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7220 */
.page-postquotequestions.page-number-4 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* :L7226 */
  .page-postquotequestions.page-number-4 .instanda-well {
    padding: 10px;
  }
  /* :L7229 */
  .page-postquotequestions.page-number-4 h3 {
    font: normal normal 20px/27px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L7235 */
/* :L7236 */
.page-postquotequestions.page-number-5 .instanda-well {
  margin-left: 10%;
  margin-right: 10%;
}
/* :L7240 */
.page-postquotequestions.page-number-5 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7245 */
.page-postquotequestions.page-number-5 h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/*Customer Home Page*/

/* :L7256 */
/* :L7257 */
.page-customerhomepage h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7262 */
.page-customerhomepage h3:after {
  display: inherit;
  margin-top: 8px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L7271 */
.page-customerhomepage .quote-list-container,
.page-customerhomepage .policy-list-container {
  overflow-x: auto;
  width: 99vw;
}
/* :L7276 */
.page-customerhomepage .sale-confirmation-tbl {
  margin-left: 5% !important;
}
/*Customer Login Page*/

/* :L7282 */
/* :L7283 */
.page-customerlogin .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7287 */
.page-customerlogin .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7301 */
.page-customerlogin .row.instanda-customer-membership-login {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7312 */
.page-customerlogin .row.instanda-customer-membership-login .col-md-4.col-md-offset-4 {
  margin-left: unset;
  float: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7323 */
.page-customerlogin .Button {
  display: inline-block;
}
/* :L7326 */
.page-customerlogin .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7330 */
.page-customerlogin .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  transition: all 0.2s;
  background-color: #17365a;
}
/* :L7346 */
.page-customerlogin .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7350 */
.page-customerlogin .btn {
  font-size: 22px;
}
/* :L7353 */
.page-customerlogin .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Customer Details*/

/* :L7362 */
/* :L7363 */
.page-customerdetails .form-group {
  position: relative;
  padding-top: 10px;
  font-size: 22px;
}
/* :L7369 */
.page-customerdetails .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7383 */
.page-customerdetails .row {
  margin-right: -15px;
  margin-left: -15px;
}
/* :L7387 */
.page-customerdetails .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7392 */
.page-customerdetails .instanda-question-label,
.page-customerdetails .instanda-question-inner-label {
  font-size: 22x;
}
/* :L7396 */
.page-customerdetails .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: left;
  transition: all 0.2s;
  background-color: #17365a;
  margin-right: 600px;
}
/* :L7413 */
.page-customerdetails .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7417 */
.page-customerdetails .btn {
  font-size: 22px;
}
/* :L7420 */
.page-customerdetails .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Customer Registration Page*/

/* :L7429 */
/* :L7431 */
.page-customerregister img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7436 */
.page-customerregister .page-index .Button {
  display: inline-block;
}
/* :L7440 */
.page-customerregister .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7445 */
.page-customerregister .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7459 */
.page-customerregister .row.instanda-customer-register {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7466 */
.page-customerregister .row {
  margin-right: -15px;
  margin-left: 0;
  /* mobile fix */

}
/* :L7470 */
.page-customerregister .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7474 */
.page-customerregister .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  transition: all 0.2s;
  background-color: #17365a;
}
/* :L7490 */
.page-customerregister .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7494 */
.page-customerregister .btn {
  font-size: 22px;
}
/* :L7497 */
.page-customerregister .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Existing Policyholder Registration link page*/

/* :L7507 */
/* :L7508 */
.page-existingpolicyholdersendregistrationlink img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7513 */
.page-existingpolicyholdersendregistrationlink .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7518 */
.page-existingpolicyholdersendregistrationlink .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7532 */
.page-existingpolicyholdersendregistrationlink .row {
  margin-right: -15px;
}
/* :L7535 */
.page-existingpolicyholdersendregistrationlink .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7539 */
.page-existingpolicyholdersendregistrationlink .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  transition: all 0.2s;
  background-color: #17365a;
}
/* :L7555 */
.page-existingpolicyholdersendregistrationlink .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7559 */
.page-existingpolicyholdersendregistrationlink .btn {
  font-size: 22px;
}
/* :L7562 */
.page-existingpolicyholdersendregistrationlink .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/* :L7570 */
/* :L7572 */
.page-existingpolicyholderregistration img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7577 */
.page-existingpolicyholderregistration .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7582 */
.page-existingpolicyholderregistration .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7596 */
.page-existingpolicyholderregistration .row {
  margin-right: -15px;
  margin-left: 0;
  /* mobile fix */

}
/* :L7600 */
.page-existingpolicyholderregistration .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7604 */
.page-existingpolicyholderregistration .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  transition: all 0.2s;
  background-color: #17365a;
}
/* :L7620 */
.page-existingpolicyholderregistration .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7624 */
.page-existingpolicyholderregistration .btn {
  font-size: 22px;
}
/* :L7627 */
.page-existingpolicyholderregistration .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Customer Forgot Password*/

/* :L7636 */
/* :L7638 */
.page-customerforgotpassword img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7643 */
.page-customerforgotpassword .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7648 */
.page-customerforgotpassword .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7662 */
.page-customerforgotpassword .row.instanda-customer-membership-login {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7669 */
.page-customerforgotpassword .row {
  margin-right: -15px;
  /* margin-left:-138px; */

  /* mobile friendly fix */

}
/* :L7673 */
.page-customerforgotpassword .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7677 */
.page-customerforgotpassword .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  transition: all 0.2s;
  background-color: #17365a;
}
/* :L7693 */
.page-customerforgotpassword .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7697 */
.page-customerforgotpassword .btn {
  font-size: 22px;
}
/* :L7700 */
.page-customerforgotpassword .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Home Page*/

/* :L7710 */
.page-index .Button {
  background: #17365a;
  border: solid 1px #f06d2d;
  border-radius: 5px;
  width: 207px;
  height: 45px;
  padding: 6px 18px;
  color: white;
  text-decoration: none;
}
/* :L7720 */
.Button:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7724 */
/* :L7725 */
.page-customerhomepage .agent-all-docs-responsive h3 {
  display: none;
}
/* :L7728 */
.page-customerhomepage .agent-all-docs-responsive {
  width: 400px;
  text-align: left;
}
/* :L7732 */
.page-customerhomepage table.sale-confirmation-tbl {
  width: 400px;
}
/* :L7735 */
.page-customerhomepage table.sale-confirmation-tbl tbody tr {
  border-bottom: none;
}
/*Customer Send Password Reset link*/

/* :L7742 */
/* :L7744 */
.page-customersendpasswordresetlink img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7749 */
.page-customersendpasswordresetlink .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7754 */
.page-customersendpasswordresetlink .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L7768 */
.page-customersendpasswordresetlink .row {
  margin-right: -15px;
}
/* :L7771 */
.page-customersendpasswordresetlink .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7775 */
.page-customersendpasswordresetlink .btn-primary {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  transition: all 0.2s;
  background-color: #17365a;
}
/* :L7791 */
.page-customersendpasswordresetlink .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7795 */
.page-customersendpasswordresetlink .btn {
  font-size: 22px;
}
/* :L7798 */
.page-customersendpasswordresetlink .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Hiding payment option button*/

/* :L7807 */
/* :L7808 */
.page-postquotequestions.created-from-mta.page-number-4 .instanda-payment-options {
  display: none;
}
/* :L7811 */
.page-postquotequestions.created-from-mta.page-number-4 .instanda-post-quote-questions > .instanda-question-item,
.page-postquotequestions.created-from-mta.page-number-4 instanda-questionHeader > h3 {
  display: none;
}
/* :L7816 */
/* :L7817 */
.page-postquotequestions.created-from-mta.page-number-5 .instanda-payment-options {
  display: none;
}
/* :L7820 */
.page-postquotequestions.created-from-mta.page-number-5 .instanda-post-quote-questions > .instanda-question-item,
.page-postquotequestions.created-from-mta.page-number-5 instanda-questionHeader > h3 {
  display: none;
}
/*BILLING INFORMATION*/

/* :L7827 */
.page-confirmbillingdetails {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 12px;
  font-size: 18px;
  /*
  .breadcrumb .container {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
  }*/

}
/* :L7828 */
.page-confirmbillingdetails h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7838 */
.page-confirmbillingdetails div {
  font-size: 24px;
}
/* :L7842 */
.page-confirmbillingdetails .instanda-confirm-billing-address {
  font-size: 22px;
}
/* :L7846 */
.page-confirmbillingdetails #boltPayButton {
  background: #f06d2d 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #f06d2d;
  border-radius: 5px;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  margin-right: 5px;
  color: white;
}
/* :L7856 */
.page-confirmbillingdetails #boltPayButton:focus,
.page-confirmbillingdetails #boltPayButton:hover,
.page-confirmbillingdetails #boltPayButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L7863 */
.page-confirmbillingdetails a.pull-left {
  display: none;
  /*font: normal normal bold 18px/21px 'Nunito Sans', 'Raleway', sans-serif;
    color: slategrey;
    background: none;
    border: none;*/

}
/* :L7870 */
.page-confirmbillingdetails .breadcrumb {
  font-size: 15px !important;
}
/*PAYMENT CONFIRMATION*/

/* :L7883 */
/* :L7884 */
.page-paymentconfirmation .fa {
  padding-left: 3px;
  padding-top: 2px;
}
@media only screen and (max-width: 992px) {
  /* :L7890 */
  .page-paymentconfirmation table.sale-confirmation-tbl th {
    padding: 0px;
  }
}
/*SALE CONFIRMATION*/

/* :L7897 */
@media only screen and (max-width: 992px) {
  /* :L7899 */
  .page-confirmation2 table.sale-confirmation-tbl th {
    padding: 0px;
  }
  /* :L7902 */
  .page-confirmation2 table.address-tbl th {
    padding: 0px;
  }
}
/* :L7908 */
.confirmation-note {
  display: inline-block;
  color: #17365a;
  text-align: left;
  padding: 10px;
  padding-left: 15px;
  margin-top: 1em;
  margin-bottom: 12px;
  font-size: 22px;
  margin-left: 1.5em;
}
/* :L7920 */
.address-table-container {
  margin: 1em;
  width: 100%;
  display: block;
}
/* :L7926 */
table.address-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L7933 */
table.address-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 27px;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L7941 */
table.address-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L7947 */
table.address-tbl th:last-child {
  text-align: right;
}
/* :L7951 */
table.address-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7955 */
table.address-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L7960 */
table.address-tbl .disabled td {
  color: #4f5f64;
}
/* :L7963 */
table.address-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L7967 */
table.sale-confirmation-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}
/* :L7974 */
table.sale-confirmation-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 27px;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L7982 */
table.sale-confirmation-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 18px;
}
/* :L7989 */
table.sale-confirmation-tbl th:last-child {
  text-align: right;
}
/* :L7993 */
table.sale-confirmation-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7997 */
table.sale-confirmation-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
}
/* :L8002 */
table.sale-confirmation-tbl .disabled td {
  color: #4f5f64;
}
/* :L8005 */
table.sale-confirmation-tbl tbody tr {
  transition: background 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* :L8009 */
/* :L8011 */
table.sale-confirmation-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L8016 */
a.newquotebtn {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #f06d2d;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #f06d2d;
  text-align: center;
  transition: all 0.2s;
}
/* :L8031 */
a.newquotebtn:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L8036 */
span.downloadquote {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #17365a;
  background-color: #17365a;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  text-align: center;
  transition: all 0.2s;
}
/* :L8052 */
span.downloadquote:hover {
  color: white;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L8058 */
span > a {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #17365a;
  background-color: #17365a;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #f06d2d;
  text-align: center;
  transition: all 0.2s;
}
/* :L8074 */
span > a:hover {
  color: #17365a;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L8080 */
.input-group-date .input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8086 */
span.input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8092 */
/* :L8093 */
.quickfill .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L8098 */
.quickfill .form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: #17365a;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L8111 */
.quickfill .form-control::placeholder {
  color: transparent;
}
/* :L8115 */
.quickfill .form-control:placeholder-shown ~ .control-label {
  font-size: 2.3rem;
  cursor: text;
  top: 20px;
}
/* :L8122 */
.quickfill .input-group-addon {
  font-family: inherit;
  border: 0;
  border-bottom: 0px solid #17365a;
  outline: 0;
  font-size: 2.3rem;
  color: #17365a;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  box-shadow: none !important;
}
/* :L8135 */
.quickfill .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #17365a;
  font-weight: 700;
}
/* :L8145 */
.quickfill .form-control:focus {
  padding-bottom: 6px;
  border-width: 3px;
  border-image: linear-gradient(to right, #f06d2d, #f06d2d);
  border-image-slice: 1;
}
/* :L8146 */
.quickfill .form-control:focus ~ .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #f06d2d;
  font-weight: 700;
}
/* :L8156 */
.quickfill .form-control:focus .input-group-addon {
  padding-bottom: 6px;
  border-width: 3px;
  border-image: linear-gradient(to right, #f06d2d, #f06d2d);
  border-image-slice: 1;
}
/* :L8169 */
/* :L8170 */
.quickfill .form-control:required,
.quickfill .form-control:invalid {
  box-shadow: none;
}
/* Hide Notes */

/* :L8178 */
a[title="Notes"],
.instanda-notes-button {
  display: none;
}
/* Pre-Quote Margins */

/* :L8185 */
.instanda-pre-quote-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 13%;
  margin-right: 6%;
  /* Mobile Friendly */

}
@media (max-width: 767px) {
  .instanda-pre-quote-content {
    margin-left: 0%;
  }
}
/* Post-Quote Margins */

/* :L8199 */
.instanda-post-quote-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 8%;
  margin-right: 8%;
}
/* Hidden Questions */

/* :L8208 */
#question299397 {
  display: none;
}
/* Hide the temporary questions on Quick Quote Display */

/* :L8212 */
#question362421,
/* TempRenewal_BldgAmt_NUM_QQ */ #question362485/* TempRenewal_LossOfRent_NUM_QQ */ {
  display: none;
}
