

@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
customer site -  insurance.ses-ins.com
Single policy all
*/

/* :L26 */
html {
  position: relative;
  min-height: 100%;
}
/* :L31 */
body {
  font-family: "Nunito Sans", "Raleway", sans-serif;
}
/* :L35 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L44 */
#WaitingOpaqueBox {
  display: none;
}
/* :L48 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L56 */
.instanda-documents {
  text-align: center;
}
/* :L60 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L64 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L69 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L73 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L77 */
.instanda-question-label,
.instanda-question-inner-label {
  font-size: 1.3em;
}
/* :L82 */
.confirmQuestionText {
  font-size: large;
}
/* :L86 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L97 */
.instanda-main-content-container {
  position: relative;
}
/* :L101 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L107 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L112 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L119 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L123 */
.instanda-previously-selected {
  display: inline-block;
}
/* :L127 */
.overflow-x-auto {
  overflow-x: auto;
}
/*Approval action*/

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

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

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

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

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

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

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

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

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

/* :L241 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L248 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L253 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L260 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L264 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L268 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L273 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L278 */
.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); }
}*/

/* :L307 */
.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;
  }
}*/

/* :L373 */
/* :L377 */
.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;
}
/* :L382 */
.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 */

}
/* :L385 */
.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;
}
/* :L393 */
.navbar.navbar-static-top .nav.navbar-nav.navbar-right {
  padding-top: 10px;
  /*float: left !important;
    width: 80%;*/

}
/* :L397 */
.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;
}
/* :L402 */
.navbar.navbar-static-top .nav.navbar-nav.navbar-right li a:hover {
  color: #f06d2d;
}
/* :L409 */
.navbar.navbar-static-top .navbar-header {
  width: 20%;
}
/* :L412 */
.navbar.navbar-static-top .navbar-toggle {
  display: none;
}
/* :L415 */
.navbar.navbar-static-top .navbar-brand {
  /*LOGO IS HERE*/
  content: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=V0VoQk5GcFdkbWhtY25kalNVNXFWelYxVWtGQ1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxZcHlwOUNGMU9ldWhsVEs0LDEwMDAsV0loRVl6VzhGNndBOFBLVyxJSDVDcm5DQ0ZVSXhDUHNlemdmOGF5L3ZoejRCelNGZTR2WXRmSnBWdnFJbWkydXRMZ0FmMmdtUjlMeXFpZFBHejBwemFQUTNOYS84SGszcndaNEhwQT09");
  height: 76px;
  padding: 0px;
}
/* :L423 */
.navbar.navbar-static-top .navbar-collapse {
  display: block;
}
/* :L426 */
.navbar.navbar-static-top .navbar-collapse ul li:first-child,
.navbar.navbar-static-top li:last-child {
  display: block;
}
/* :L430 */
.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;
}
/* :L435 */
.navbar.navbar-static-top .navbar-collapse ul li:last-child ::after {
  content: "  \279C";
  font-weight: 700;
  padding-top: 7px;
}
@media (min-width: 767px) {
  /* :L444 */
  .navbar.navbar-static-top .navbar-collapse ul li:last-child {
    float: right;
  }
}
/* :L448 */
.navbar.navbar-static-top .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
/*
QUESTIONS
*/

/* :L457 */
/* :L458 */
/* :L463 */
/* :L466 */
.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;
}
/* :L478 */
.page-quickquotequestions #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
}
/* :L484 */
.page-quickquotequestions #question155193 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L488 */
.page-quickquotequestions #BusinessAddressLine1,
.page-quickquotequestions #BusinessAddressLine2,
.page-quickquotequestions #BusinessCity,
.page-quickquotequestions #BusinessZipCode155193 {
  width: 100%;
}
/* :L494 */
.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%;
}
/* :L502 */
.page-quickquotequestions #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 45%;
}
/* :L508 */
.page-quickquotequestions #question155202,
.page-quickquotequestions #question155204 {
  padding-top: 20px;
}
/* :L512 */
.page-quickquotequestions #question155188 .instanda-question-input > .form-group,
.page-quickquotequestions #question155202,
.page-quickquotequestions #question155204,
.page-quickquotequestions #question155206 {
  margin-right: 12px;
}
/* :L518 */
/* :L519 */
.page-quickquotequestions .question_cls .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* :L531 */
.page-quickquotequestions span[data-valmsg-for="FirstName"] {
  margin-right: 12px;
}
/* :L536 */
/* :L537 */
.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%;
}
/* :L548 */
.instanda-pre-quote-questions #question178795 .checkbox label {
  padding-right: 20px;
  padding-top: 7px;
}
/* :L554 */
.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) */

/* :L562 */
.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 */

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

/* :L586 */
.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 */

/* :L598 */
.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 */

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

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

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

/* :L621 */
.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);
}
/* :L633 */
/* :L634 */
.page-prequotequestions .company,
.page-prequotequestions .outer-wrapper {
  display: flex;
}
/* :L638 */
.page-prequotequestions #question155259 {
  width: 48%;
}
/* :L641 */
.page-prequotequestions #question155205 .container {
  padding-left: 0;
}
/* :L644 */
.page-prequotequestions form > .container {
  width: 100%;
  padding-left: 8.5em;
  padding-right: 8.5em;
}
/* :L649 */
.page-prequotequestions form > .container > div > div {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 12px;
}
/* :L654 */
/* :L655 */
.page-prequotequestions .question_cls .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* :L672 */
.page-prequotequestions #question155190 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-right: 12px;
}
/* :L678 */
/* :L680 */
.page-prequotequestions #question155197 .instanda-input-prepend,
.page-prequotequestions #question155199 .instanda-input-prepend {
  margin-right: 12px;
}
/* :L684 */
.page-prequotequestions #question155186 h4 {
  font-size: 24px;
}
/* :L687 */
.page-prequotequestions .checkbox_cls {
  border: 1px solid lightgray;
  background-color: white;
  margin: 0px;
}
/* :L692 */
.page-prequotequestions .confirmQuestionCheckbox {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
}
/* :L699 */
/* :L700 */
.page-prequotequestions.page-number-4 .pull-right {
  padding-right: 6px;
}
/* :L703 */
.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;
}
/* :L709 */
.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%;
}
/* :L712 */
.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%;
}
/* :L717 */
/* :L718 */
.page-prequotequestions.page-number-3 #question155259 {
  width: 43%;
}
/* :L720 */
.page-prequotequestions.page-number-3 #question155259 .instanda-question-input {
  display: block;
}
/* :L724 */
/* :L725 */
.page-prequotequestions.page-number-3 #question155251 .instanda-input-prepend {
  margin-right: 12px;
}
/* :L730 */
/* :L731 */
/* :L732 */
.page-prequotequestions.page-number-2 .question_cls .container {
  padding-right: 0px;
  padding-left: 0px;
}
/* :L737 */
/* :L738 */
.page-prequotequestions.page-number-2 #question185451 .instanda-questionHeader {
  padding-left: 0px;
}
/* :L743 */
/* :L744 */
/* :L749 */
.page-postquotequestions .questionList .container {
  padding-left: 0;
  padding-right: 0;
}
/* :L753 */
.page-postquotequestions #question186189 .instanda-questionHeader {
  width: 100%;
}
/* :L756 */
.page-postquotequestions .form-control {
  height: 45px;
}
/* :L759 */
.page-postquotequestions h3,
.page-postquotequestions h6 {
  font: normal normal 21px/33px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0.08px;
  color: #12243a;
}
/* :L765 */
.page-postquotequestions h4 {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-left: 0px;
}
/* :L771 */
.page-postquotequestions .btn-primary {
  font-size: 18px;
  background-color: #f06d2d;
  border-color: #f06d2d;
  font-weight: bold;
}
/* :L778 */
/* :L779 */
.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;
}
/* :L787 */
form > .container {
  margin-bottom: 40px;
}
/* :L790 */
body {
  font-family: "Nunito Sans", "Raleway", sans-serif;
  background-color: #120c0c0a;
}
/* :L794 */
/* :L796 */
.page-quickquotequestions .instanda-main-content,
.page-prequotequestions .instanda-main-content {
  padding-bottom: 40px;
}
/* :L799 */
/* :L806 */
.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;
}
/* :L812 */
.page-quickquotequestions .btn,
.page-prequotequestions .btn {
  font-size: 18px;
}
/* :L815 */
.page-quickquotequestions .instanda-container-fluid,
.page-prequotequestions .instanda-container-fluid {
  background-color: transparent;
}
/* :L818 */
/* :L824 */
.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%;
}
/* :L825 */
.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;
}
/* :L834 */
/* :L837 */
.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;
}
/* :L843 */
.page-quickquotequestions #question155188,
.page-prequotequestions #question155188,
.page-quickquotequestions #question155189,
.page-prequotequestions #question155189,
.page-quickquotequestions #question155193,
.page-prequotequestions #question155193 {
  width: 100%;
}
/* :L847 */
.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%;
}
/* :L852 */
.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%;
}
/* :L871 */
.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%;
}
/* :L875 */
/* :L877 */
.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%;
}
/* :L881 */
.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%;
}
/* :L892 */
/* :L894 */
.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%;
}
/* :L898 */
/* :L908 */
.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%;
}
/* :L910 */
.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;
}
/* :L915 */
.page-quickquotequestions .work-breakdown,
.page-prequotequestions .work-breakdown {
  display: flex;
}
/* :L917 */
.page-quickquotequestions .work-breakdown .instanda-question-input,
.page-prequotequestions .work-breakdown .instanda-question-input {
  width: 95%;
}
/* :L922 */
.page-quickquotequestions .form-control,
.page-prequotequestions .form-control {
  height: 45px;
  border-radius: 5px !important;
  border: 1px solid gray;
  box-shadow: none;
  width: 100%;
}
/* :L930 */
.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;
}
/* :L938 */
.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;
}
/* :L943 */
.page-quickquotequestions #RevenueExpected,
.page-prequotequestions #RevenueExpected,
.page-quickquotequestions #ExpectedSubcontractorCost,
.page-prequotequestions #ExpectedSubcontractorCost {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/* :L948 */
.page-quickquotequestions #CoverageStartDate,
.page-prequotequestions #CoverageStartDate {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L952 */
.page-quickquotequestions .instanda-question-validation-message-address-postcode,
.page-prequotequestions .instanda-question-validation-message-address-postcode {
  margin-left: 15px;
  display: none;
}
/* :L956 */
.page-quickquotequestions .instanda-question-validation-message-address-city,
.page-prequotequestions .instanda-question-validation-message-address-city {
  margin-right: 15px;
  display: none !important;
}
/* :L961 */
.page-quickquotequestions .instanda-question-validation-message-address-line1,
.page-prequotequestions .instanda-question-validation-message-address-line1 {
  display: none;
}
/* :L964 */
.page-quickquotequestions span[data-valmsg-for="RevenueExpected"],
.page-prequotequestions span[data-valmsg-for="RevenueExpected"] {
  margin-left: 33.5px;
}
/* :L967 */
.page-quickquotequestions span[data-valmsg-for="YearsExperience"],
.page-prequotequestions span[data-valmsg-for="YearsExperience"] {
  margin-right: 12px;
}
/* :L970 */
.page-quickquotequestions span[data-valmsg-for="ExpectedSubcontractorCost"],
.page-prequotequestions span[data-valmsg-for="ExpectedSubcontractorCost"] {
  margin-left: 34px;
}
/* :L973 */
.page-quickquotequestions span[data-valmsg-for="CoverageStartDate"],
.page-prequotequestions span[data-valmsg-for="CoverageStartDate"] {
  margin-right: 39px;
}
/* :L977 */
.page-quickquotequestions::placeholder,
.page-prequotequestions::placeholder,
.page-quickquotequestions select option:first-child,
.page-prequotequestions select option:first-child {
  color: gray;
}
/* :L981 */
.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;
}
/* :L990 */
.page-quickquotequestions .btn:active:focus,
.page-prequotequestions .btn:active:focus,
.page-quickquotequestions .btn:focus,
.page-prequotequestions .btn:focus {
  outline: 0;
  box-shadow: none;
}
/* :L999 */
/* :L1002 */
.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;
}
/* :L1006 */
.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;
}
/* :L1011 */
.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;
}
/* :L1016 */
/* :L1017 */
.page-confirmation2 .main-heading {
  font: normal normal bold 64px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-bottom: 20px;
}
/* :L1023 */
.page-confirmation2 .sub-heading {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-bottom: 20px;
}
/* :L1029 */
.page-confirmation2 .question_cls p {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
}
/* :L1035 */
.page-confirmation2 .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
  padding-left: 0;
  width: 100%;
}
/* :L1040 */
/* :L1041 */
.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;
}
/* :L1046 */
.page-confirmation2 .details-cls .table th {
  padding: 8px 8px 8px 0px;
}
/* :L1049 */
.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;
}
/* :L1055 */
.page-confirmation2 .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L1057 */
.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;
}
/* :L1064 */
.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;
}
/* :L1072 */
.page-confirmation2 .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L1075 */
.page-confirmation2 .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1080 */
.page-confirmation2 .doc-cls {
  border: 2px solid #d7ddea;
  border-radius: 5px;
}
/* :L1083 */
.page-confirmation2 .doc-cls .doc-cls-header {
  color: black;
  border-bottom: 1px solid #d7ddea;
  padding: 15px;
}
/* :L1088 */
.page-confirmation2 .doc-cls .doc-cls-file {
  padding: 15px;
}
/* :L1090 */
.page-confirmation2 .doc-cls .doc-cls-file span > i {
  color: #0a7cd6;
}
/* :L1093 */
.page-confirmation2 .doc-cls .doc-cls-file span > a {
  color: #565e71;
}
/* :L1098 */
.page-confirmation2 .image_cls {
  padding-top: 350px;
}
/* :L1103 */
.label-danger {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
  /* font-size: 5%; */

}
/* :L1110 */
.label-warning {
  background-color: #d9534f;
}
/* :L1114 */
.label.field-validation-error {
  white-space: normal;
}
/* :L1118 */
/* :L1119 */
.page-cannotquote .alert-danger {
  display: none !important;
}
/* :L1124 */
/* :L1125 */
.name .instanda-question-label {
  position: absolute;
}
/* :L1128 */
.name .instanda-question-input > .form-group {
  display: flex;
  margin-bottom: 0px;
}
/* :L1131 */
.name .instanda-question-input > .form-group .instanda-question-name-title {
  padding-top: 25px;
  padding-right: 12px;
}
/* :L1135 */
.name .instanda-question-input > .form-group .instanda-question-name-first-name {
  padding-right: 12px;
}
/* :L1141 */
.page-prequotequestions h3 {
  margin-left: 0px !important;
}
/*
LOGINPAGE
*/

/* :L1149 */
.page-agentlogin {
  background: transparent linear-gradient(119deg, #1f0f41 0%, #0c021c 100%) 0% 0% no-repeat padding-box;
}
/* :L1152 */
.page-agentlogin .navbar.navbar-static-top {
  display: none;
}
/* :L1155 */
.page-agentlogin .agent-login-links {
  display: none;
}
/* :L1158 */
.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;
}
/* :L1166 */
.page-agentlogin .instanda-agent-login-content {
  margin-top: 100px;
}
/* :L1168 */
.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%;
}
/* :L1176 */
/* :L1177 */
.page-agentlogin .instanda-agent-login-content .right-view .title {
  padding: 20px;
}
/* :L1179 */
.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;
}
/* :L1186 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
  float: left;
}
/* :L1187 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login #instanda-cp-login-form {
  background-color: transparent;
  border: none;
  padding: 0 19px;
}
/* :L1191 */
.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;
}
/* :L1197 */
.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;
}
/* :L1210 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login > div {
  width: 100%;
  margin-left: 0px;
}
/* :L1219 */
/*.bgoverlay{
    background: linear-gradient(to right, rgba(23, 54, 90, 1), rgba(232, 248, 250, 0));
  }
*/

/*
INDEX
*/

/* :L1235 */
.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) { */

}
/* :L1258 */
.page-index .instanda-main-content {
  padding-bottom: 0;
}
/* :L1262 */
.page-index .index-main-content {
  line-height: 1;
  padding: 80px 0px 230px 0px;
}
/* :L1265 */
/* :L1266 */
.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;
}
/* :L1274 */
.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;
}
/* :L1282 */
.page-index .instanda-home-content {
  color: #eee5e4;
}
/* :L1286 */
.page-index #btn {
  background-color: #f06d2d;
}
/* :L1290 */
.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;
}
/* :L1301 */
.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) {
  /* :L1313 */
  .page-index .Button {
    display: inline;
  }
}
/* :L1318 */
.page-index .navbar .navbar-default {
  background-color: transparent;
  border: 0px solid transparent;
}
/*
  QUICK-QUOTE
  */

/* :L1328 */
/* :L1329 */
.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;
}
/* :L1336 */
.instanda-quick-quote-questions h2:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L1346 */
@media (min-width: 1024px) {
  /* :L1348 */
  .page-quickquote .col-md-offset-1 {
    /* margin-left: 8.33333333%; */
    padding-left: 8.33%;
  }
}
@media (min-width: 992px) {
  /* :L1354 */
  .page-quickquote .col-md-offset-1 {
    margin-left: 0px;
  }
}
/* :L1358 */
.page-quickquote .instanda-questionHeader {
  width: 100%;
}
/* :L1361 */
.page-quickquote .col-main {
  padding-left: 30px;
}
/* :L1364 */
.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) {
  /* :L1370 */
  .page-quickquote .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1374 */
.page-quickquote .table-sub-header {
  padding-left: 0px;
}
/* :L1378 */
.page-quickquote .instanda-questionHeader h3 {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L1384 */
.page-quickquote h3,
.page-quickquote p {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L1390 */
.page-quickquote .section-applicant-details {
  padding-right: 10px;
}
/* :L1393 */
.page-quickquote .section-applicant-details h4 {
  font-size: 22px !important;
  margin-bottom: 0px;
}
/* :L1397 */
.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;
}
/* :L1404 */
.page-quickquote .premium {
  padding-left: 12px;
}
/* :L1407 */
.page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  margin-bottom: 30px;
}
/* :L1410 */
.page-quickquote .instanda-questionHeader .questionHeader .container {
  padding-bottom: 10px;
}
/* :L1414 */
.page-quickquote .instanda-question-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333333;
  padding-bottom: 7px;
}
/* :L1422 */
.page-quickquote .pull-right {
  float: right !important;
  margin-right: 10px;
  display: flex;
}
/* :L1428 */
.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;
}
/* :L1438 */
.page-quickquote #continueButton:focus,
.page-quickquote #continueButton:hover,
.page-quickquote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L1444 */
.page-quickquote #backButton {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1447 */
.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;
}
/* :L1455 */
.page-quickquote .form-control {
  height: 45px !important;
}
/* :L1458 */
/* :L1462 */
.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) {
  /* :L1467 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1471 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L1476 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1482 */
  .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
*/

/* :L1564 */
.coverage-question-table {
  width: 100%;
}
/* :L1568 */
.coverage-question-table td {
  padding-right: 15px;
}
/* :L1572 */
.coverage-question-table > tr:first-child > td {
  padding-right: 15px;
  width: 50%;
  padding-bottom: 30px;
}
/* :L1578 */
.coverage-question-table tr:nth-child(2) td {
  padding-right: 15px;
  width: 20%;
  padding-bottom: 30px;
}
/* :L1584 */
/*
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;
  }
}
*/

/* :L1654 */
.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
*/

/* :L1667 */
/* :L1668 */
.page-quickquote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L1673 */
.page-quickquote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L1677 */
.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) {
  /* :L1685 */
  .page-quickquote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1689 */
.page-quickquote .instanda-questionHeader .email-doc,
.page-quickquote .instanda-questionHeader .quote-doc,
.page-quickquote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L1694 */
.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;
}
/* :L1702 */
.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;
}
/* :L1709 */
.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%;
}
/* :L1714 */
.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;
}
/* :L1724 */
.page-quickquote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L1727 */
.page-quickquote .quotetable td {
  width: 33%;
}
/* :L1732 */
.page-quickquote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1738 */
.page-quickquote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L1745 */
.page-quickquote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L1749 */
.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;
}
/* :L1757 */
.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;
}
/* :L1764 */
.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;
}
/* :L1771 */
.page-quickquote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1777 */
.page-quickquote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L1782 */
.page-quickquote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L1787 */
.page-quickquote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1792 */
.page-quickquote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L1797 */
.page-quickquote .pull-left {
  padding-left: 5px;
}
/* :L1800 */
.page-quickquote form > .container {
  padding-top: 30px;
}
/* :L1803 */
.page-quickquote .contractor-type a:hover {
  text-decoration: none;
}
/* :L1806 */
/* :L1807 */
.page-quickquote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L1812 */
.page-quickquote #green-tick-bronze,
.page-quickquote #green-tick-silver,
.page-quickquote #green-tick-gold {
  height: 50px;
}
/* :L1816 */
.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;
}
/* :L1828 */
.page-quickquote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L1831 */
.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;
}
/* :L1841 */
.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;
}
/* :L1849 */
.page-quickquote #continueButton {
  margin-right: 0px;
}
/* :L1853 */
.page-quickquote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 60%;
  display: block;
}
/* :L1860 */
.page-quickquote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L1867 */
.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;
}
/* :L1875 */
.page-quickquote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L1881 */
.page-quickquote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L1885 */
.page-quickquote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L1889 */
.page-quickquote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L1894 */
.page-quickquote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L1897 */
.page-quickquote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L1900 */
/* :L1902 */
.page-quickquote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L1907 */
/* :L1910 */
.page-quickquote .table-cover {
  padding: 15px;
}
/* :L1913 */
.page-quickquote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L1921 */
.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;
}
/* :L1929 */
.page-quickquote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L1933 */
.page-quickquote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L1939 */
.page-quickquote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L1945 */
.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;
}
/* :L1955 */
.page-quickquote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L1960 */
.page-quickquote .bronze_cls,
.page-quickquote .silver_cls,
.page-quickquote .gold_cls {
  background-color: #17365a !important;
  color: white;
}
/* :L1965 */
/* :L1968 */
.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;
}
/* :L1974 */
.page-quickquote .bronze_cls .premium-value-yy,
.page-quickquote .silver_cls .premium-value-yy,
.page-quickquote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L1978 */
.page-quickquote .bronze_cls .premium-value-mm,
.page-quickquote .silver_cls .premium-value-mm,
.page-quickquote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L1982 */
.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;
}
/* :L1986 */
.page-quickquote .bronze_cls .icon,
.page-quickquote .silver_cls .icon,
.page-quickquote .gold_cls .icon {
  font-size: 16px;
}
/* :L1988 */
.page-quickquote .bronze_cls .icon img,
.page-quickquote .silver_cls .icon img,
.page-quickquote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L1993 */
.page-quickquote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L1998 */
.page-quickquote .btn.active {
  color: #f06d2d;
  font-weight: bold;
  background-color: white;
  border: 2px solid #f06d2d;
  margin-top: 20px;
}
/* :L2005 */
.page-quickquote #question155228 {
  padding-right: 10px;
}
/* :L2009 */
.page-quickquote #bronze_cover,
.page-quickquote #silver_cover,
.page-quickquote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2017 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2021 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2026 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2032 */
  .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;
  }
  /* :L2039 */
  .page-quickquote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2045 */
  .page-quickquote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2049 */
  .page-quickquote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2057 */
  .page-quickquote .table-cover {
    margin-left: -74px;
  }
  /* :L2060 */
  .page-quickquote .email-quote {
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2086 */
  .page-quickquote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2093 */
  .page-quickquote #green-tick-bronze,
  .page-quickquote #green-tick-silver,
  .page-quickquote #green-tick-gold {
    display: flex;
  }
  /* :L2097 */
  .page-quickquote #green-tick-bronze .left-div,
  .page-quickquote #green-tick-silver .left-div,
  .page-quickquote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2100 */
  .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) {
  /* :L2106 */
  /* :L2109 */
  .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;
  }
}
/* :L2117 */
/* :L2118 */
.page-quote .form-control {
  height: 45px;
}
/* :L2123 */
.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;
}
/* :L2135 */
.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
*/

/* :L2153 */
/* :L2154 */
.page-quote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L2159 */
.page-quote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L2163 */
.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) {
  /* :L2171 */
  .page-quote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L2175 */
.page-quote .instanda-questionHeader .email-doc,
.page-quote .instanda-questionHeader .quote-doc,
.page-quote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L2180 */
.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;
}
/* :L2188 */
.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;
}
/* :L2195 */
.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%;
}
/* :L2200 */
.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;
}
/* :L2210 */
.page-quote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L2213 */
.page-quote .quotetable td {
  width: 33%;
}
/* :L2218 */
.page-quote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L2224 */
.page-quote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L2231 */
.page-quote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L2235 */
.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;
}
/* :L2243 */
.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;
}
/* :L2250 */
.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;
}
/* :L2257 */
.page-quote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2263 */
.page-quote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L2268 */
.page-quote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L2273 */
.page-quote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2278 */
.page-quote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L2283 */
.page-quote .pull-left {
  padding-left: 5px;
}
/* :L2286 */
.page-quote form > .container {
  padding-top: 30px;
}
/* :L2289 */
.page-quote .contractor-type a:hover {
  text-decoration: none;
}
/* :L2292 */
/* :L2293 */
.page-quote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L2298 */
.page-quote #green-tick-bronze,
.page-quote #green-tick-silver,
.page-quote #green-tick-gold {
  height: 50px;
}
/* :L2302 */
.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;
}
/* :L2314 */
.page-quote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L2317 */
.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;
}
/* :L2327 */
.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;
}
/* :L2333 */
.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;
}
/* :L2341 */
.page-quote #continueButton {
  margin-right: 0px;
}
/* :L2344 */
.page-quote #continueButton:focus,
.page-quote #continueButton:hover,
.page-quote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L2351 */
.page-quote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 100%;
  display: block;
}
/* :L2358 */
.page-quote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L2365 */
.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;
}
/* :L2373 */
.page-quote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L2379 */
.page-quote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L2383 */
.page-quote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L2387 */
.page-quote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L2392 */
.page-quote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L2395 */
.page-quote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L2398 */
/* :L2400 */
.page-quote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L2405 */
/* :L2408 */
.page-quote .table-cover {
  padding: 15px;
}
/* :L2411 */
.page-quote .smallitalicnote {
  font-style: italic;
  padding-left: 33px;
  font-size: 15px;
}
/* :L2416 */
.page-quote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L2424 */
.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;
}
/* :L2431 */
.page-quote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L2435 */
.page-quote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L2441 */
.page-quote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L2447 */
.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;
}
/* :L2457 */
.page-quote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L2462 */
.page-quote .bronze_cls,
.page-quote .silver_cls,
.page-quote .gold_cls {
  background-color: #17365a !important;
  color: white;
  padding: 17px;
}
/* :L2468 */
/* :L2471 */
.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;
}
/* :L2477 */
.page-quote .bronze_cls .premium-value-yy,
.page-quote .silver_cls .premium-value-yy,
.page-quote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L2481 */
.page-quote .bronze_cls .premium-value-mm,
.page-quote .silver_cls .premium-value-mm,
.page-quote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L2485 */
.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;
}
/* :L2489 */
.page-quote .bronze_cls .icon,
.page-quote .silver_cls .icon,
.page-quote .gold_cls .icon {
  font-size: 16px;
}
/* :L2491 */
.page-quote .bronze_cls .icon img,
.page-quote .silver_cls .icon img,
.page-quote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L2496 */
.page-quote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L2501 */
.page-quote .btn.active {
  /*color: #F06D2D;
      font-weight: bold;
      background-color: white;
      border: 2px solid #F06D2D;
      margin-top: 20px;*/
  display: none;
}
/* :L2509 */
.page-quote #question155228 {
  padding-right: 10px;
}
/* :L2513 */
.page-quote #bronze_cover,
.page-quote #silver_cover,
.page-quote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2521 */
  .page-quote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2525 */
  .page-quote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2530 */
  .page-quote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2536 */
  .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;
  }
  /* :L2543 */
  .page-quote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2549 */
  .page-quote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2553 */
  .page-quote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2561 */
  .page-quote .table-cover {
    margin-left: -50px;
  }
  /* :L2564 */
  .page-quote table.quote-coverage-tbl th {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2589 */
  .page-quote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2596 */
  .page-quote #green-tick-bronze,
  .page-quote #green-tick-silver,
  .page-quote #green-tick-gold {
    display: flex;
  }
  /* :L2600 */
  .page-quote #green-tick-bronze .left-div,
  .page-quote #green-tick-silver .left-div,
  .page-quote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2603 */
  .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) {
  /* :L2609 */
  /* :L2612 */
  .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;
  }
}
/* :L2620 */
/* :L2621 */
.page-quote.created-from-mta.page-number-1 button[name="chosenProductIds"] {
  display: none;
}
/*
AGENTDASHBOARD
*/

/* :L2630 */
/* :L2631 */
.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;
}
/* :L2637 */
.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;
}
/* :L2643 */
.page-agentdashboard .agentDashboardResultsContainerCustom {
  width: 100%;
  padding: 0;
}
/* :L2647 */
.page-agentdashboard #agentSearchControl {
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 20px;
}
/* :L2652 */
.page-agentdashboard #agentSearchParameters {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
/* :L2657 */
.page-agentdashboard .agent-search-parameter.form-group {
  padding-right: 20px;
  padding-left: 15px;
}
/* :L2660 */
.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;
}
/* :L2666 */
.page-agentdashboard #searchTitle {
  display: none;
}
/* :L2669 */
.page-agentdashboard .agentDashboardResultsetTitle {
  display: none;
}
/* :L2672 */
/* :L2673 */
.page-agentdashboard .agent-search-parameter-input .form-control {
  height: 46px;
}
/* :L2677 */
.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;
}
/* :L2687 */
.page-agentdashboard #renewalsContainerCustom {
  padding-bottom: 30px;
}
/* :L2691 */
.page-agentdashboard #quotesContainerCustom,
.page-agentdashboard #policiesContainerCustom,
.page-agentdashboard #renewalsContainerCustom,
.page-agentdashboard #cancelledPoliciesContainerCustom {
  padding-top: 30px;
  background-color: #f3f4f7;
}
/* :L2697 */
.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;
}
/* :L2709 */
.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;
}
/* :L2713 */
.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;
}
/* :L2716 */
.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;
}
/* :L2720 */
.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;
}
/* :L2723 */
.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;
}
/* :L2728 */
/* :L2729 */
.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;
}
/* :L2735 */
.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;
}
/* :L2739 */
.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;
}
/* :L2748 */
/* :L2754 */
/* :L2763 */
.page-agentdashboard #renewalsContainerCustom {
  display: none;
}
@media (min-width: 768px) {
  /* :L2769 */
  #agentSearchParameters {
    width: 750px;
    display: flex;
  }
  /* :L2773 */
  /* :L2777 */
  #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;
  }
  /* :L2783 */
  #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) {
  /* :L2797 */
  #agentSearchParameters {
    width: 970px;
    display: flex;
  }
  /* :L2801 */
  /* :L2805 */
  #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;
  }
  /* :L2811 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* :L2817 */
  #agentSearchParameters {
    width: 1170px;
    display: flex;
  }
  /* :L2821 */
  /* :L2825 */
  #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;
  }
  /* :L2831 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 1170px;
  }
  /* :L2835 */
  #WaitingOpaqueBox {
    display: none;
  }
}
/*
FOOTER
*/

/* :L2844 */
.footer {
  display: none;
}
/* :L2847 */
.login-footer {
  display: none;
}
/* :L2850 */
.page-footer {
  display: none;
}
/* :L2853 */
/* :L2854 */
.page-agentlogin .login-footer {
  display: block;
  background-color: transparent;
}
/* :L2857 */
.page-agentlogin .login-footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* :L2861 */
.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%;
}
/* :L2869 */
/* :L2889 */
.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;
}
/* :L2892 */
.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;
}
/* :L2898 */
.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;
}
/* :L2901 */
.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%;
}
/* :L2905 */
.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
*/

/* :L2920 */
/* :L2921 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
}
/* :L2923 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader {
  padding-left: 15px;
}
/* :L2925 */
.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;
}
/* :L2931 */
/* :L2932 */
.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;
}
/* :L2938 */
.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) {
  /* :L2946 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L2950 */
.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) {
  /* :L2959 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    position: relative;
    top: 0px;
  }
}
/* :L2965 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 80%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L2972 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    margin-top: 20px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L2978 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L2983 */
.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;
}
/* :L2991 */
.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;
}
/* :L2999 */
.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;
}
/* :L3006 */
.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;
}
/* :L3014 */
.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;
}
/* :L3021 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
/* :L3025 */
.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) {
  /* :L3034 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L3036 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/*
BUTTONS
*/

/* :L3047 */
#backButton {
  background: none;
  border: none;
  color: white;
  background: #17365a;
}
/* :L3053 */
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;
}
/* :L3060 */
button[name="copyQuoteButton"] {
  background: lightgray 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
}
/* :L3066 */
button[name="saveButton"]:focus,
button[name="saveButton"]:hover,
button[name="saveButton"]:active {
  background-color: lightgrey;
  color: black;
}
/* :L3072 */
button[name="continueButton"]:focus,
button[name="continueButton"]:hover,
button[name="continueButton"]:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L3078 */
button[name="notes"]:focus,
button[name="notes"]:hover,
button[name="notes"]:active {
  background-color: white;
  border: 1px solid #d6d6d6;
}
/* :L3084 */
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* :L3090 */
#AdditionalInsured_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3098 */
#AdditionalInsured_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3106 */
#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;
}
/* :L3114 */
#MortgageeInfo_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3122 */
#MortgageeInfo_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3130 */
#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 ==========*/

/* :L3140 */
.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3146 */
label.radio-inline.instanda-question-yes-no-parent-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3152 */
label.radio-inline.instanda-question-yes-no-parent-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3158 */
label.radio-inline.instanda-question-yes-no-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3164 */
label.radio-inline.instanda-question-yes-no-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3170 */
.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;
}
/* :L3178 */
.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 */

}
/* :L3186 */
.radio.instanda-question-input.instanda-question-choice input[type="radio"] {
  display: none;
}
/* :L3190 */
input[type="radio"] {
  display: none;
}
/* :L3194 */
.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 */

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

}
/* :L3205 */
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: unset;
}
/* :L3216 */
input[type="checkbox"] {
  cursor: pointer;
}
/* :L3220 */
div#TIMSAPP_BackgroundCheck_YN_Children {
  max-width: 465px;
}
/* :L3224 */
div#TIMSAPP_Upgrades_YN_Children {
  max-width: 465px;
}
/* :L3228 */
input[type="radio"]:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L3232 */
/* :L3233 */
/* :L3235 */
.yes-no-cls .instanda-selected input,
.yes-no-cls .instanda-unselected input {
  display: none;
}
/* :L3240 */
/* :L3241 */
/* :L3242 */
.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;
}
/* :L3255 */
/* :L3256 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L3263 */
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;
}
/* :L3279 */
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;
}
/* :L3294 */
.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;
}
/* :L3310 */
.radio-inline + .radio-inline {
  margin-top: 10px;
  margin-left: 0;
  /* Mobile fix */

}
/* :L3314 */
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-left: -20px;
  line-height: 40px;
}
/* :L3321 */
.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;
}
/* :L3328 */
.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;
}
/* :L3341 */
/* :L3343 */
.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;
}
/* :L3347 */
.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;
}
/* :L3351 */
.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;
}
/* :L3362 */
.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;
}
/* :L3378 */
/* :L3379 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L3386 */
.radio {
  font-size: 18px;
}
/* :L3390 */
.radio-inline {
  font-size: 18px;
  margin-right: 10px;
  /* mobile fix */

}
/**CHECK bOX**/

/* :L3397 */
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);
}
/* :L3411 */
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
*/

/* :L3484 */
/* :L3485 */
.page-index .main-heading h1 {
  position: relative;
}
/* :L3489 */
/* :L3490 */
.page-index .main-heading h1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3499 */
#header1 {
  position: relative;
}
/* :L3502 */
#header1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3510 */
/* :L3533 */
.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;
}
/* :L3537 */
/* :L3561 */
.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
*/

/* :L3575 */
/* :L3576 */
.page-viewquoteorpolicy .agent-view-quote-policy-content {
  background-color: #f3f4f7;
}
/* :L3579 */
.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;
}
/* :L3588 */
/* :L3589 */
.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;
}
/* :L3595 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L3596 */
.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;
}
/* :L3601 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: "\2190";
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L3611 */
.page-viewquoteorpolicy .header-details-row .left-view {
  display: flex;
}
/* :L3613 */
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  padding-left: 15%;
}
/* :L3616 */
.page-viewquoteorpolicy .header-details-row .left-view .view2 {
  line-break: anywhere;
}
/* :L3619 */
.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%;
}
/* :L3623 */
.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;
}
/* :L3628 */
.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;
}
/* :L3636 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
}
/* :L3639 */
.page-viewquoteorpolicy .details-cls .table {
  width: 90%;
}
/* :L3641 */
.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;
}
/* :L3646 */
.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;
}
/* :L3652 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L3654 */
.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;
}
/* :L3661 */
.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;
}
/* :L3669 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L3672 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3677 */
.page-viewquoteorpolicy .policy-view-options-action-buttons {
  margin-top: 15px;
}
/* :L3679 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
}
/* :L3682 */
.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;
}
/* :L3698 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(1) {
  color: #0a7cd6;
}
/* :L3701 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(2) {
  color: #0a7cd6;
}
/* :L3704 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(3) {
  color: #0a7cd6;
}
/* :L3707 */
.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;
}
/* :L3712 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L3716 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals {
  padding: 15px 0px;
}
/* :L3718 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals span {
  padding-left: 5px;
}
/*
NOTES
*/

/* :L3729 */
.modal-header .modal-title {
  font: normal normal bold 20px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
}
/* :L3735 */
.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;
}
/* :L3745 */
.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;
}
/* :L3757 */
.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
  */

/* :L3769 */
/* :L3770 */
.page-viewreferralsforquote .instanda-main-content {
  min-height: 800px;
}
/* :L3773 */
/* :L3774 */
.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;
}
/* :L3782 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3785 */
.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;
}
/* :L3793 */
.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;
}
/* :L3800 */
.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
*/

/* :L3814 */
/* :L3815 */
/* :L3816 */
.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;
}
/* :L3822 */
.page-agentalldocs .instanda-agent-all-docs-content {
  min-height: 800px;
}
/* :L3824 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L3827 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader {
  padding-left: 30px;
}
/* :L3829 */
.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) {
  /* :L3836 */
  .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;
  }
}
/* :L3843 */
/* :L3844 */
/* :L3845 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
}
/* :L3848 */
/* :L3849 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L3852 */
.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;
}
/* :L3858 */
.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;
}
/* :L3862 */
.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;
}
/* :L3875 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L3879 */
.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;
}
/* :L3888 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L3892 */
.page-agentalldocs .btn-default {
  display: none;
}
/* :L3896 */
.page-agentalldocs .button-cls {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* :L3901 */
.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) {
  /* :L3912 */
  .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;
  }
}*/

/* :L3959 */
/* :L3960 */
.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;
}
/* :L3966 */
.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;
}
/* :L3972 */
.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;
}
/* :L3982 */
.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;
}
/* :L3991 */
.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;
}
/* :L3997 */
.page-cancelpolicy .instanda-cancellation-questions {
  margin-top: 50px;
}
/* :L4000 */
.page-cancelpolicy .form-group .instanda-question-input .form-control {
  height: 45px;
}
@media (max-width: 568px) {
  /* :L4004 */
  .page-cancelpolicy .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4008 */
  .page-cancelpolicy .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4013 */
  .page-cancelpolicy .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4019 */
  .page-cancelpolicy .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4026 */
/* :L4027 */
.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;
}
/* :L4034 */
.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;
}
/* :L4040 */
.page-cancellationconfirmation .details-cls .table tbody > tr > th {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4045 */
.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;
}
/* :L4055 */
.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;
}
/* :L4063 */
.page-cancellationconfirmation #agentBackButton {
  color: slategrey;
  background: none;
  border: none;
}
@media (max-width: 568px) {
  /* :L4069 */
  .page-cancellationconfirmation .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4074 */
  .page-cancellationconfirmation #agentBackButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4078 */
  .page-cancellationconfirmation .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4084 */
  .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) {
  /* :L4092 */
  .page-cancellationconfirmation .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/*
UPLOADDOCUMENTS
*/

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

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

/*
agentclaims and bulkupload
*/

/* :L4180 */
/* :L4181 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4184 */
.page-agentclaims .logged-claim-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4188 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L4191 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L4197 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* :L4202 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
}
/* :L4204 */
.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;
}
/* :L4220 */
.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;
}
/* :L4230 */
/* :L4231 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4234 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
/* :L4238 */
.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;
}
/* :L4247 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
/* :L4251 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 70%;
  padding-left: 22px;
}
/* :L4254 */
.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;
}
/* :L4263 */
.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
*/

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

/* :L4291 */
/* :L4292 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L4294 */
/* :L4295 */
.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;
}
/* :L4302 */
.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;
}
/* :L4308 */
/* :L4309 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L4312 */
.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;
}
/* :L4320 */
/* :L4321 */
.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;
}
/* :L4332 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L4334 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L4338 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L4341 */
.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;
}
/* :L4351 */
.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;
}
/* :L4363 */
/* :L4364 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L4367 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L4370 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L4374 */
.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;
}
/* :L4385 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
/* :L4391 */
/* :L4392 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L4394 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L4398 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L4401 */
.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
*/

/* :L4417 */
/* :L4418 */
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid {
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
}
/* :L4423 */
@media (max-width: 736px) {
  /* :L4431 */
  .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) {
  /* :L4443 */
  .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 567px) {
  /* :L4448 */
  #question155198 .instanda-question-input > .form-group {
    display: block;
  }
  /* :L4450 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 0px;
  }
  /* :L4453 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-title {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4459 */
  .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4463 */
  .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4468 */
  .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4474 */
  .pull-right input[name="notes"],
  .pull-right button[name="saveButton"],
  .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4483 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4490 */
  .page-confirmation2 .main-heading {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4495 */
  .page-confirmation2 .navbar.navbar-default,
  .page-confirmation2 .breadcrumb,
  .page-confirmation2 .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 926px) {
  /* :L4502 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
  }
}
/* :L4508 */
/* :L4517 */
.page-postquotequestions .pull-right {
  float: right !important;
  margin-right: 2em;
  display: flex;
}
/* :L4522 */
.page-postquotequestions .pull-right button[name="saveButton"],
.page-postquotequestions .pull-right button[name="notes"] {
  margin-right: 7px;
}
/* :L4528 */
.page-postquotequestions .pull-left {
  float: left !important;
  /*margin-left: 2em;*/
  display: flex;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4549 */
  .page-postquotequestions .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4555 */
  .page-postquotequestions .navbar.navbar-default,
  .page-postquotequestions .breadcrumb,
  .page-postquotequestions .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 568px) {
  /* :L4563 */
  .page-postquotequestions .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4567 */
  .page-postquotequestions .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4572 */
  .page-postquotequestions .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4578 */
  .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;
  }
}
/* :L4588 */
@media (max-width: 568px) {
  /* :L4590 */
  .page-viewreferralsforquote .btn.btn-primary {
    width: 100%;
  }
}
/* :L4596 */
@media (max-width: 568px) {
  /* :L4598 */
  .page-agentalldocs .button-cls {
    margin-top: 0px;
  }
  /* :L4601 */
  .page-agentalldocs .button-cls .row .pull-left {
    width: 100%;
  }
}
@media (max-width: 568px) {
  /* :L4606 */
  .page-agentalldocs .button-cls .row .pull-left a {
    width: 100%;
  }
  /* :L4609 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    width: 100%;
  }
}
@media (max-width: 300px) {
  /* :L4614 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    font: normal normal bold 15px/21px Raleway !important;
  }
}
/* :L4619 */
@media (max-width: 280px) {
  /* :L4621 */
  .page-quote #silver_cover .cover-wrapper .cover .icon {
    padding-top: 20px;
  }
}
/*
page-getagentsearchresults
*/

/* :L4631 */
/* :L4634 */
.page-getagentsearchresults .instanda-retrieve-quote-content,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content,
.page-retrievequote .instanda-retrieve-quote-content {
  min-height: 800px;
}
/* :L4636 */
.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;
}
/* :L4639 */
.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;
}
/* :L4641 */
.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;
}
/* :L4649 */
.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;
}
/* :L4652 */
.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;
}
/* :L4654 */
.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;
}
/* :L4656 */
.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;
}
/* :L4660 */
.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;
}
/* :L4668 */
/* :L4669 */
.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;
}
/* :L4677 */
.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;
}
/* :L4679 */
.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;
}
/* :L4683 */
/* :L4684 */
.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;
}
/* :L4687 */
.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;
}
/* :L4699 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea {
  background-color: #f3f4f7;
}
/* :L4701 */
/* :L4702 */
.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;
}
/* :L4711 */
/* :L4712 */
.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;
}
/* :L4719 */
.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;
}
/* :L4723 */
.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;
}
/* :L4725 */
.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;
}
/* :L4734 */
.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;
}
/* :L4737 */
.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;
}
/* :L4748 */
.page-getagentsearchresults #download-button-container,
.page-agentsearchexpiredpolicies #download-button-container,
.page-retrievequote #download-button-container {
  margin-bottom: 40px;
}
/* :L4750 */
.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;
}
/* :L4761 */
#expiredDateStart,
#expiredDateEnd {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L4767 */
/* :L4768 */
.page-getagentsearchresults #divPolicyResults .container .agent-quotesearch-results-container {
  padding-left: 30px;
}
/*
Responsive 2
*/

/* :L4777 */
@media (min-width: 915px) and (max-width: 1024px) {
  /* :L4779 */
  .page-prequotequestions.page-number-1 .outer-wrapper .instanda-question-label {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  /* :L4784 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 1024px) {
  /* :L4789 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 914px) {
  /* :L4794 */
  .page-prequotequestions.page-number-1 .outer-wrapper {
    display: block;
  }
  /* :L4796 */
  .page-prequotequestions.page-number-1 .outer-wrapper #question155190 .instanda-question-input {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4802 */
  .page-prequotequestions.page-number-1 #question185450 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L4807 */
@media (max-width: 568px) {
  /* :L4809 */
  .page-prequotequestions.page-number-1 .pull-left {
    float: none !important;
  }
  /* :L4811 */
  .page-prequotequestions.page-number-1 .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4816 */
  .page-prequotequestions.page-number-1 .pull-right {
    float: none !important;
    width: 100%;
  }
  /* :L4819 */
  .page-prequotequestions.page-number-1 .pull-right .btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4824 */
  .page-prequotequestions.page-number-1 .work-breakdown {
    display: grid;
  }
  /* :L4827 */
  /* :L4829 */
  .page-prequotequestions.page-number-1 #question155199 .instanda-input-prepend,
  .page-prequotequestions.page-number-1 #question155197 .instanda-input-prepend {
    margin-right: 0px;
  }
}
/* :L4835 */
/* :L4836 */
.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;
}
/* :L4844 */
.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) {
  /* :L4853 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer {
    display: grid;
  }
  /* :L4856 */
  .page-bulkuploadclaims #uploadButton {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* :L4860 */
  .page-bulkuploadclaims .submitButton {
    font: normal normal bold 14px/17px Raleway !important;
    letter-spacing: 0px;
    color: #565e71 !important;
    margin-top: 100px;
  }
}
@media (min-width: 425px) {
  /* :L4868 */
  .page-bulkuploadclaims .submitButton {
    margin-top: -10px;
  }
}
@media (max-width: 820px) {
  /* :L4873 */
  .page-bulkuploadclaims #importDataInput {
    width: inherit;
  }
}
/* :L4877 */
.page-bulkuploadclaims #importDataInput-error {
  display: flex;
}
/* :L4880 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 95%;
}
/* :L4882 */
.page-bulkuploadclaims #uploadClaimsControlsContainer .submitButton {
  padding: 10px;
}
@media (max-width: 285px) {
  /* :L4887 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer a {
    padding-right: 22px;
  }
}
/* :L4892 */
@media (max-width: 670px) {
  /* :L4894 */
  .page-agentclaims .well .btn-claim-group {
    float: none !important;
    width: 100%;
  }
  /* :L4897 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 730px) {
  /* :L4903 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 18%;
    margin-right: 2%;
    padding: 5px;
  }
}
/* :L4910 */
@media (max-width: 428px) {
  /* :L4912 */
  .page-viewquoteorpolicy .row.header-details-row .container .val {
    font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 736px) {
  /* :L4917 */
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L4922 */
.page-viewquoteorpolicy .instanda-question-input .form-control {
  height: 45px;
}
/* :L4926 */
@media (max-width: 300px) {
  /* :L4928 */
  .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
*/

/* :L4947 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4949 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L4952 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 14px;
  }
  /* :L4955 */
  .page-quickquotequestions.page-number-1 #question155193 .instanda-question-label label {
    top: 0;
  }
  /* :L4958 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L4962 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L4969 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L4972 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L4975 */
  .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;
  }
  /* :L4980 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
  /* :L4983 */
  .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;
  }
  /* :L4990 */
  .page-quickquotequestions.page-number-1 button[name="continueButton"] {
    margin-top: 5px;
  }
}
@media (orientation: landscape) and (min-width: 824px) and (max-width: 1024px) {
  /* :L4995 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 13px;
  }
  /* :L4998 */
  .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) {
  /* :L5006 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 11px;
  }
  /* :L5009 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5012 */
  .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) {
  /* :L5020 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5023 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L5027 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L5034 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L5037 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L5040 */
  .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;
  }
  /* :L5045 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
}
/* :L5051 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5053 */
  .page-prequotequestions.page-number-3 .outer-wrapper {
    display: block;
  }
  /* :L5056 */
  .page-prequotequestions.page-number-3 label {
    font-size: 16px;
  }
  /* :L5059 */
  .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%;
  }
  /* :L5069 */
  .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;
  }
  /* :L5074 */
  .page-prequotequestions.page-number-3 #question155251 .instanda-input-prepend {
    margin-right: 0;
  }
  /* :L5077 */
  .page-prequotequestions.page-number-3 #question185452 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5082 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5084 */
  .page-prequotequestions.page-number-4 #question185453 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5087 */
  .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;
  }
  /* :L5095 */
  .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%;
  }
  /* :L5099 */
  .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%;
  }
  /* :L5107 */
  .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;
  }
}
/* :L5114 */
/* :L5115 */
.page-agentlogin .instanda-main-content-container > .container {
  padding-left: 0;
}
@media (max-width: 770px) {
  /* :L5119 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5122 */
  .page-agentlogin .left-view,
  .page-agentlogin .right-view,
  .page-agentlogin .instanda-agent-login-content {
    background-size: 100% !important;
    width: 100%;
  }
  /* :L5128 */
  .page-agentlogin .instanda-agent-login-content {
    margin-top: 50px;
  }
  /* :L5131 */
  .page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
    float: none;
    padding: 0;
  }
  /* :L5135 */
  .page-agentlogin .instanda-agent-login-content .right-view .title,
  .page-agentlogin #instanda-cp-login-form {
    padding: 0px !important;
  }
  /* :L5139 */
  .page-agentlogin .login-footer .left-view {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  /* :L5144 */
  .page-agentlogin .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 771px) and (max-width: 990px) {
  /* :L5149 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 42px/42px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5154 */
@media (max-width: 414px) {
  /* :L5156 */
  .page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
    display: block;
  }
}
/*
Responsive 3
*/

/* :L5172 */
@media (max-width: 568px) {
  /* :L5174 */
  .page-prequotequestions.page-number-2 .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L5178 */
  .page-prequotequestions.page-number-2 .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L5183 */
  .page-prequotequestions.page-number-2 .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L5189 */
  .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) {
  /* :L5198 */
  .page-prequotequestions.page-number-2 #question185451 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L5203 */
  .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;
      }   
  }
}*/

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

/* :L5234 */
/* :L5235 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L5237 */
/* :L5238 */
.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;
}
/* :L5245 */
.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;
}
/* :L5251 */
/* :L5252 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L5255 */
.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;
}
/* :L5263 */
/* :L5264 */
.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;
}
/* :L5275 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L5277 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L5281 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L5284 */
.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;
}
/* :L5294 */
.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;
}
/* :L5306 */
/* :L5307 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L5310 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L5313 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L5317 */
.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) {
  /* :L5329 */
  .page-reviewreferrals .instanda-main-content-container .radio-inline {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L5337 */
  .page-reviewreferrals .instanda-main-content-container .review-referral-last-modified h6 {
    font-size: 6px !important;
  }
}
/* :L5341 */
.page-reviewreferrals .instanda-main-content-container .instanda-selected {
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
/* :L5345 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
@media (max-width: 568px) {
  /* :L5350 */
  .page-reviewreferrals .pull-right,
  .page-reviewreferrals .pull-left {
    width: 100%;
  }
  /* :L5354 */
  .page-reviewreferrals .btn.btn-primary {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L5363 */
/* :L5364 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L5366 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L5370 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L5373 */
.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) {
  /* :L5383 */
  .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*/

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

/*Quick Quote Display - page 1*/

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

/* :L5411 */
/* :L5412 */
.page-quickquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L5416 */
/* :L5419 */
.page-quickquotequestions.page-number-1 #question172169 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5424 */
/* :L5427 */
.page-quickquotequestions.page-number-1 #question456291 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5431 */
.page-quickquotequestions.page-number-1 #question170090,
.page-quickquotequestions.page-number-1 #question510323 {
  /* margin-left: 8%; */
  margin-left: 0;
}
/* :L5436 */
.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;
}
/* :L5447 */
.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; */

}
/* :L5456 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
  position: relative;
  top: 25px;
  margin-bottom: 26px;
}
/* :L5461 */
.created-from-renewal.page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
  top: unset;
}
/* :L5465 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
  width: 95%;
}
/* :L5468 */
.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;
}
/* :L5473 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.5%;
  position: relative;
  /* left: -135px; */

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

}
/* :L5489 */
.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; */

}
/* :L5498 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
  width: 92%;
}
/* :L5503 */
.page-quickquotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 155px;
  display: inline-block;
  position: relative;
  top: 73px;
  left: -46px;
}
/* :L5512 */
.page-quickquotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 210px;
  display: inline-block;
  position: relative;
  top: 73px;
  left: -32px;
}
/* :L5521 */
.page-quickquotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 210px;
  display: inline-block;
  position: relative;
  top: 73px;
  left: -39px;
}
/* :L5529 */
.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;
}
/* :L5541 */
.page-quickquotequestions.page-number-1 #question210743 {
  /* margin-left: 7.6%; */
  display: inline-block;
  width: 478px;
}
/* :L5545 */
.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%;
}
/* :L5551 */
.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;
}
/* :L5561 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L5564 */
.page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L5571 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L5576 */
.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) {
  /* :L5585 */
  .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;
  }
  /* :L5596 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding: 0px;
    width: 100%;
  }
  /* :L5603 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
    top: 0px;
  }
  /* :L5606 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5609 */
  .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;
  }
  /* :L5614 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0%;
  }
  /* :L5620 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
    width: 100%;
  }
  /* :L5626 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(3) {
    width: 100%;
  }
  /* :L5632 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5635 */
  .page-quickquotequestions.page-number-1 #question169805 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
  }
  /* :L5641 */
  .page-quickquotequestions.page-number-1 #question204590 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  /* :L5648 */
  .page-quickquotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5654 */
  .page-quickquotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5663 */
  .page-quickquotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5672 */
  .page-quickquotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5680 */
  .page-quickquotequestions.page-number-1 #question210743 {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  /* :L5684 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L5690 */
  .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;
  }
  /* :L5700 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L5703 */
  .page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L5710 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5715 */
  .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) {
  /* :L5723 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L5728 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 18%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L5733 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 23%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L5738 */
  .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*/

/* :L5774 */
/* :L5775 */
.quickfill #question201668 {
  display: inline-block;
  width: 56%;
  margin-right: -25%;
}
/* :L5780 */
.quickfill #question201670 {
  display: inline-block;
  width: 48%;
  margin-right: -22%;
}
/* :L5787 */
.quickfill #question201669 {
  display: inline-block;
  width: 41%;
  padding-bottom: 15px;
  /*margin-right: -20%;*/

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

}
/* :L5805 */
/* :L5810 */
.quickfill #question201672 {
  display: inline-block;
  width: 58%;
  margin-right: -23%;
}
/* :L5816 */
.quickfill #question201673 {
  display: inline-block;
  width: 65%;
  margin-right: -26%;
}
@media (max-width: 992px) {
  /* :L5823 */
  .quickfill #question201668 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L5828 */
  .quickfill #question201670 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L5833 */
  .quickfill #question201669 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L5839 */
  .quickfill #question201671 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L5845 */
  .quickfill #question201671 .instanda-question-label {
    padding-bottom: 0px;
  }
  /* :L5850 */
  .quickfill #question201672 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L5856 */
  .quickfill #question201673 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
@media (max-width: 992px) and (min-width: 415px) {
  /* :L5863 */
  .quickfill #question201669 .instanda-question-label {
    padding-bottom: 0px;
  }
}
@media (max-width: 415px) {
  /* :L5868 */
  .quickfill #question201669 .instanda-question-label {
    padding-bottom: 30px;
  }
  /* :L5871 */
  .quickfill #question201673 .instanda-question-label {
    padding-bottom: 30px;
  }
}
/*Basic Info*/

/* :L5878 */
/* :L5879 */
.page-prequotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L5883 */
.page-prequotequestions.page-number-1 .instanda-well {
  padding-left: 8%;
}
/* :L5887 */
.page-prequotequestions.page-number-1 #question169805 {
  display: flex;
  padding-right: 30%;
}
/* :L5892 */
.page-prequotequestions.page-number-1 #question204590 {
  padding-right: 0px;
  width: 335px;
  display: inline-block;
}
/* :L5898 */
.page-prequotequestions.page-number-1 #question169809 {
  padding-right: 0px;
  width: 180px;
  display: inline-block;
}
/* :L5904 */
.page-prequotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -30px;
}
/* :L5913 */
.page-prequotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -35px;
}
/* :L5922 */
.page-prequotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -40px;
}
/* :L5930 */
.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;
}
/* :L5941 */
.page-prequotequestions.page-number-1 #question169810 {
  width: 100%;
}
/* :L5944 */
.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%;
  }
}
/* :L5958 */
/* :L5959 */
.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;
}
/* :L5965 */
.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;
  }
}
/* :L5976 */
.page-prequotequestions.page-number-1 #question169810 .form-group.single-line-showhide.postcode-lookup-container {
  width: 130px;
}
/* :L5980 */
.page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
  position: relative;
  /*top: 28px; */

}
/* :L5984 */
.page-prequotequestions.page-number-1 .instanda-address-line-1,
.page-prequotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 12px;
}
/* :L5988 */
/* :L5992 */
.page-prequotequestions.page-number-1 input#InsuredAddressLine2_TXT {
  width: 100%;
}
/* :L5996 */
.page-prequotequestions.page-number-1 .instanda-question-input.instanda-address-city {
  position: relative;
}
/* :L5999 */
.page-prequotequestions.page-number-1 .instanda-question-inner-label.instanda-address-city-label {
  position: relative;
}
/* :L6002 */
.page-prequotequestions.page-number-1 div#state-containerInsuredState_TXT {
  position: relative;
}
/* :L6005 */
.page-prequotequestions.page-number-1 .instanda-question-item.form-group.single-line-showhide.postcode-lookup-container {
  position: relative;
}
/* :L6009 */
.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%;
}
/* :L6015 */
/* :L6021 */
.page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
  padding-right: 0px;
  width: 90%;
}
/* :L6025 */
.page-prequotequestions.page-number-1 #question210743 {
  display: inline-block;
  width: 478px;
}
/* :L6028 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
  color: #f06d2d;
  font-size: 22px;
  padding-bottom: 15px;
  margin-left: 0.5%;
}
/* :L6034 */
.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;
}
/* :L6044 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L6047 */
.page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L6054 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6059 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6064 */
.page-prequotequestions.page-number-1 #question208197 {
  /*padding-top: 15px;*/
  display: block;
}
/* :L6068 */
.page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
  position: relative;
}
/* :L6071 */
.page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  /* :L6077 */
  .page-prequotequestions.page-number-1 #question169805 {
    display: block;
    padding-right: 0%;
  }
  /* :L6082 */
  .page-prequotequestions.page-number-1 #question204590 {
    display: block;
    padding-right: 0%;
    width: 100%;
  }
  /* :L6088 */
  .page-prequotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6094 */
  .page-prequotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6103 */
  .page-prequotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6112 */
  .page-prequotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6120 */
  .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;
  }
  /* :L6131 */
  .page-prequotequestions.page-number-1 #question169810 {
    width: 100%;
  }
  /* :L6138 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
    position: relative;
    /*top: 28px; */
  
  }
  /* :L6142 */
  .page-prequotequestions.page-number-1 .instanda-address-line-1,
  .page-prequotequestions.page-number-1 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6147 */
  .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%;
  }
  /* :L6153 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0px;
  }
  /* :L6159 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6163 */
  .page-prequotequestions.page-number-1 #question210743 {
    display: block;
    width: 100%;
  }
  /* :L6166 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L6172 */
  .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;
  }
  /* :L6182 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L6185 */
  .page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L6192 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6197 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6202 */
  .page-prequotequestions.page-number-1 #question208197 {
    display: block;
  }
  /* :L6205 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
    position: relative;
  }
  /* :L6208 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
    display: block;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6216 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 9%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6221 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6227 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
/*ADDITIONAL PROPERTY INFORMATION*/

/* :L6233 */
/* :L6234 */
.page-prequotequestions.page-number-2 .instanda-well {
  margin-left: 17%;
}
/* :L6237 */
.page-prequotequestions.page-number-2 .instanda-question-label {
  max-width: 75%;
}
/* :L6241 */
.page-prequotequestions.page-number-2 .instanda-question-input.instanda-question-date.date.input-group.instanda-question-not-dob {
  width: 350px;
  padding-right: 140px;
}
/* :L6245 */
.page-prequotequestions.page-number-2 #question169821 {
  margin-left: 8%;
  display: flex;
  padding-right: 30%;
}
/* :L6250 */
.page-prequotequestions.page-number-2 #question204597 {
  margin-left: 8%;
  display: inline-block;
  width: 255px;
}
/* :L6255 */
.page-prequotequestions.page-number-2 #question204596 {
  display: inline-block;
  width: 255px;
}
/* :L6259 */
.page-prequotequestions.page-number-2 #question208191 {
  margin-left: 8%;
}
/* :L6262 */
.page-prequotequestions.page-number-2 #question169829 {
  margin-left: 8%;
}
/* :L6265 */
.page-prequotequestions.page-number-2 #question205488 {
  margin-left: 8%;
}
/* :L6268 */
.page-prequotequestions.page-number-2 #question207399 {
  margin-left: 8%;
}
/* :L6271 */
.page-prequotequestions.page-number-2 #question204601 {
  margin-left: 8%;
}
/* :L6274 */
.page-prequotequestions.page-number-2 #question238333 {
  margin-left: 8%;
}
/* :L6277 */
.page-prequotequestions.page-number-2 #question348437 {
  margin-left: 8%;
}
/* :L6280 */
.page-prequotequestions.page-number-2 #question312461 {
  margin-left: 8%;
}
@media only screen and (max-width: 992px) {
  /* :L6285 */
  .page-prequotequestions.page-number-2 #question169821 {
    margin-left: auto;
    display: block;
    padding-right: 0%;
  }
  /* :L6290 */
  .page-prequotequestions.page-number-2 #question204597 {
    margin-left: auto;
    display: block;
    width: 100%;
  }
  /* :L6295 */
  .page-prequotequestions.page-number-2 #question204596 {
    display: block;
    width: 100%;
  }
  /* :L6299 */
  .page-prequotequestions.page-number-2 #question208191 {
    margin-left: auto;
  }
  /* :L6302 */
  .page-prequotequestions.page-number-2 #question169829 {
    margin-left: auto;
  }
  /* :L6305 */
  .page-prequotequestions.page-number-2 #question205488 {
    margin-left: auto;
  }
  /* :L6308 */
  .page-prequotequestions.page-number-2 #question207399 {
    margin-left: auto;
  }
  /* :L6311 */
  .page-prequotequestions.page-number-2 #question204601 {
    margin-left: auto;
  }
  /* :L6314 */
  .page-prequotequestions.page-number-2 #question238333 {
    margin-left: auto;
  }
  /* :L6317 */
  .page-prequotequestions.page-number-2 #question348437 {
    margin-left: auto;
  }
  /* :L6320 */
  .page-prequotequestions.page-number-2 #question312461 {
    margin-left: auto;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6327 */
  .page-prequotequestions.page-number-2 .instanda-well {
    margin-left: 23%;
  }
}
/*PROPERTY INFORMATION / MANAGEMENT*/

/* :L6334 */
/* :L6335 */
.page-prequotequestions.page-number-3 .instanda-well {
  margin-left: 17%;
}
/* :L6339 */
.page-prequotequestions.page-number-3 .instanda-question-label {
  max-width: 75%;
}
/* :L6342 */
.page-prequotequestions.page-number-3 .instanda-question-input {
  width: auto;
}
/* :L6345 */
.page-prequotequestions.page-number-3 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6349 */
.page-prequotequestions.page-number-3 #question204622 {
  max-width: 1000px;
}
/* :L6353 */
.page-prequotequestions.page-number-3 #question204617 {
  max-width: 1000px;
}
/* :L6357 */
.page-prequotequestions.page-number-3 #question204606 {
  max-width: 1000px;
}
/* :L6361 */
.page-prequotequestions.page-number-3 #question204621 {
  max-width: 1000px;
}
/* :L6365 */
.page-prequotequestions.page-number-3 #question204616 {
  max-width: 1000px;
}
/* :L6368 */
.page-prequotequestions.page-number-3 #question254179 {
  max-width: 1000px;
}
/* :L6372 */
.page-prequotequestions.page-number-3 #question330456 {
  max-width: 100%;
}
/* :L6376 */
.page-prequotequestions.page-number-3 #question330412 {
  max-width: 1000px;
}
/* :L6380 */
.page-prequotequestions.page-number-3 #question204618 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6385 */
.page-prequotequestions.page-number-3 #question204619 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6390 */
.page-prequotequestions.page-number-3 #question204620 {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 992px) {
  /* :L6396 */
  .page-prequotequestions.page-number-3 #question204618 {
    width: 100%;
  }
  /* :L6399 */
  .page-prequotequestions.page-number-3 #question204619 {
    width: 100%;
  }
  /* :L6402 */
  .page-prequotequestions.page-number-3 #question204620 {
    width: 96%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6408 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6413 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6419 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
/*HISTORY*/

/* :L6426 */
/* :L6427 */
.page-prequotequestions.page-number-4 .instanda-well {
  margin-left: 17%;
}
/* :L6431 */
.page-prequotequestions.page-number-4 .instanda-question-label {
  max-width: 75%;
}
/* :L6435 */
.page-prequotequestions.page-number-4 .instanda-question-input {
  width: 100%;
}
/* :L6438 */
.page-prequotequestions.page-number-4 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6441 */
.page-prequotequestions.page-number-4 #question204624 {
  max-width: 1000px;
}
/* :L6444 */
.page-prequotequestions.page-number-4 #question204595 {
  max-width: 1000px;
}
/* :L6447 */
.page-prequotequestions.page-number-4 #question205437 {
  max-width: 1000px;
}
/* :L6451 */
.page-prequotequestions.page-number-4 #question205436 {
  max-width: 1000px;
}
/* :L6455 */
.page-prequotequestions.page-number-4 #question204612 {
  max-width: 1000px;
}
/* :L6459 */
.page-prequotequestions.page-number-4 #question205440 {
  max-width: 1000px;
}
/* :L6462 */
.page-prequotequestions.page-number-4 #question204614 {
  max-width: 1000px;
}
/* :L6466 */
.page-prequotequestions.page-number-4 #question205437 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6471 */
.page-prequotequestions.page-number-4 #question205439 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6476 */
.page-prequotequestions.page-number-4 #question205438 {
  display: inline-block;
  width: 47%;
}
/* :L6480 */
.page-prequotequestions.page-number-4 #question205443 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6485 */
.page-prequotequestions.page-number-4 #question205451 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6490 */
.page-prequotequestions.page-number-4 #question205449 {
  display: inline-block;
  width: 47%;
}
/* :L6494 */
.page-prequotequestions.page-number-4 #question204615 {
  width: 49%;
}
/* :L6497 */
.page-prequotequestions.page-number-4 #question204623 {
  padding-right: 620px;
}
@media only screen and (max-width: 992px) {
  /* :L6503 */
  .page-prequotequestions.page-number-4 #question205437 {
    width: 100%;
  }
  /* :L6506 */
  .page-prequotequestions.page-number-4 #question205439 {
    width: 100%;
  }
  /* :L6509 */
  .page-prequotequestions.page-number-4 #question205438 {
    width: 9%;
  }
  /* :L6512 */
  .page-prequotequestions.page-number-4 #question205443 {
    width: 100%;
  }
  /* :L6515 */
  .page-prequotequestions.page-number-4 #question205451 {
    width: 100%;
  }
  /* :L6518 */
  .page-prequotequestions.page-number-4 #question205449 {
    width: 96%;
  }
  /* :L6521 */
  .page-prequotequestions.page-number-4 #question204615 {
    width: 96%;
  }
  /* :L6524 */
  .page-prequotequestions.page-number-4 #question204623 {
    padding-right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6530 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6535 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6541 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
/*QUOTE DISPLAY QUESTIONS*/

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

/* :L6555 */
/* :L6556 */
.page-postquotequestions.page-number-1 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L6562 */
.page-postquotequestions.page-number-1 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L6567 */
.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;
}
/* :L6576 */
.page-postquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L6579 */
.page-postquotequestions.page-number-1 #question204625 {
  width: 50%;
  margin-left: 8%;
}
/* :L6584 */
.page-postquotequestions.page-number-1 #question208198 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6590 */
.page-postquotequestions.page-number-1 #question208199 {
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6595 */
.page-postquotequestions.page-number-1 #question208201 {
  padding-right: 15px;
  display: inline-block;
  width: 270px;
}
/* :L6600 */
.page-postquotequestions.page-number-1 #question208202 {
  display: inline-block;
  width: 170px;
  padding-right: 15px;
}
/* :L6606 */
.page-postquotequestions.page-number-1 #question208200 {
  margin-left: 8%;
}
/* :L6609 */
.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;
}
/* :L6620 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6627 */
.page-postquotequestions.page-number-1 #question208200 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6631 */
.page-postquotequestions.page-number-1 .instanda-address-line-1,
.page-postquotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 15px;
  width: 600px;
}
/* :L6636 */
.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%;
}
/* :L6642 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6648 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6654 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6660 */
.page-postquotequestions.page-number-1 #question208200 .instanda-address-postcode {
  width: 68%;
}
/* :L6664 */
.page-postquotequestions.page-number-1 #question208115,
.page-postquotequestions.page-number-1 #question208142 {
  margin-left: 8%;
}
/* :L6670 */
.page-postquotequestions.page-number-1 #question208116 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6675 */
.page-postquotequestions.page-number-1 #question208117 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6680 */
.page-postquotequestions.page-number-1 #question208119 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6685 */
.page-postquotequestions.page-number-1 #question208120 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6690 */
.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;
}
/* :L6701 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6708 */
.page-postquotequestions.page-number-1 #question208118 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6712 */
.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%;
}
/* :L6720 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6726 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6732 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6738 */
.page-postquotequestions.page-number-1 #question208118 .instanda-address-postcode {
  width: 68%;
}
/* :L6742 */
.page-postquotequestions.page-number-1 #question208143 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6747 */
.page-postquotequestions.page-number-1 #question208144 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6752 */
.page-postquotequestions.page-number-1 #question208149 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6757 */
.page-postquotequestions.page-number-1 #question208151 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6762 */
.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;
}
/* :L6773 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6780 */
.page-postquotequestions.page-number-1 #question208146 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6784 */
.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%;
}
/* :L6792 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6798 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6804 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6810 */
.page-postquotequestions.page-number-1 #question208146 .instanda-address-postcode {
  width: 68%;
}
/* :L6814 */
.page-postquotequestions.page-number-1 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L6820 */
  .page-postquotequestions.page-number-1 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L6826 */
  .page-postquotequestions.page-number-1 .label-danger {
    position: relative;
  }
  /* :L6830 */
  .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;
  }
  /* :L6840 */
  .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;
  }
  /* :L6857 */
  .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;
  }
  /* :L6863 */
  .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;
  }
  /* :L6885 */
  .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%;
  }
  /* :L6893 */
  .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%;
  }
  /* :L6911 */
  .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%;
  }
  /* :L6929 */
  .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*/

/* :L6939 */
/* :L6940 */
.page-postquotequestions.page-number-2 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L6946 */
.page-postquotequestions.page-number-2 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L6951 */
.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;
}
/* :L6959 */
.page-postquotequestions.page-number-2 .instanda-question-input {
  width: 100%;
}
/* :L6962 */
.page-postquotequestions.page-number-2 #question315373 {
  width: 50%;
  margin-left: 8%;
}
/* :L6966 */
.page-postquotequestions.page-number-2 #question205564 {
  width: 50%;
  margin-left: 8%;
}
/* :L6970 */
.page-postquotequestions.page-number-2 #question208163 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 400px;
}
/* :L6976 */
.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;
}
/* :L6985 */
.page-postquotequestions.page-number-2 #question208166,
.page-postquotequestions.page-number-2 #question208168,
.page-postquotequestions.page-number-2 #question208173 {
  display: inline-block;
  width: 200px;
}
/* :L6991 */
.page-postquotequestions.page-number-2 #question208165,
.page-postquotequestions.page-number-2 #question204632,
.page-postquotequestions.page-number-2 #question208169 {
  margin-left: 8%;
}
/* :L6997 */
/* :L6999 */
.page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
.page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
  position: absolute;
}
/* :L7004 */
/* :L7005 */
.page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
  position: relative;
  top: 12px;
}
/* :L7011 */
.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;
}
/* :L7034 */
.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%;
}
/* :L7049 */
.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;
}
/* :L7055 */
.page-postquotequestions.page-number-2 .instanda-address-line-1,
.page-postquotequestions.page-number-2 .instanda-address-line-2 {
  padding-right: 17px;
  width: 600px;
}
/* :L7060 */
.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%;
}
/* :L7067 */
.page-postquotequestions.page-number-2 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L7073 */
  .page-postquotequestions.page-number-2 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L7079 */
  .page-postquotequestions.page-number-2 .label-danger {
    position: relative;
  }
  /* :L7082 */
  .page-postquotequestions.page-number-2 .instanda-well {
    padding-left: 10px;
  }
  /* :L7085 */
  .page-postquotequestions.page-number-2 #question315373 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7089 */
  .page-postquotequestions.page-number-2 #question205564 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7093 */
  .page-postquotequestions.page-number-2 #question208163 {
    margin-left: auto;
    padding-right: 0px;
    display: block;
    width: 100%;
  }
  /* :L7099 */
  .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%;
  }
  /* :L7108 */
  .page-postquotequestions.page-number-2 #question208166,
  .page-postquotequestions.page-number-2 #question208168,
  .page-postquotequestions.page-number-2 #question208173 {
    display: block;
    width: 100%;
  }
  /* :L7114 */
  .page-postquotequestions.page-number-2 #question208165,
  .page-postquotequestions.page-number-2 #question204632,
  .page-postquotequestions.page-number-2 #question208169 {
    margin-left: auto;
  }
  /* :L7120 */
  /* :L7122 */
  .page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
  .page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
    position: relative;
  }
  /* :L7127 */
  /* :L7128 */
  .page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
    position: relative;
    top: 0px;
  }
  /* :L7134 */
  .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;
  }
  /* :L7157 */
  .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%;
  }
  /* :L7172 */
  .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;
  }
  /* :L7178 */
  .page-postquotequestions.page-number-2 .instanda-address-line-1,
  .page-postquotequestions.page-number-2 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L7183 */
  .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*/

/* :L7193 */
/* :L7194 */
.page-postquotequestions.page-number-3 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7199 */
.page-postquotequestions.page-number-3 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7204 */
.page-postquotequestions.page-number-3 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* :L7210 */
  .page-postquotequestions.page-number-3 .instanda-well {
    padding: 10px;
  }
  /* :L7213 */
  .page-postquotequestions.page-number-3 table.Table {
    width: auto !important;
  }
}
/* :L7219 */
/* :L7220 */
.page-postquotequestions.page-number-4 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7225 */
.page-postquotequestions.page-number-4 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7230 */
.page-postquotequestions.page-number-4 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* :L7236 */
  .page-postquotequestions.page-number-4 .instanda-well {
    padding: 10px;
  }
  /* :L7239 */
  .page-postquotequestions.page-number-4 h3 {
    font: normal normal 20px/27px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L7245 */
/* :L7246 */
.page-postquotequestions.page-number-5 .instanda-well {
  margin-left: 10%;
  margin-right: 10%;
}
/* :L7250 */
.page-postquotequestions.page-number-5 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7255 */
.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*/

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

/* :L7292 */
/* :L7293 */
.page-customerlogin .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7297 */
.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;
}
/* :L7311 */
.page-customerlogin .row.instanda-customer-membership-login {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7322 */
.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%);
}
/* :L7333 */
.page-customerlogin .Button {
  display: inline-block;
}
/* :L7336 */
.page-customerlogin .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7340 */
.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;
}
/* :L7356 */
.page-customerlogin .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7360 */
.page-customerlogin .btn {
  font-size: 22px;
}
/* :L7363 */
.page-customerlogin .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Customer Details*/

/* :L7372 */
/* :L7373 */
.page-customerdetails .form-group {
  position: relative;
  padding-top: 10px;
  font-size: 22px;
}
/* :L7379 */
.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;
}
/* :L7393 */
.page-customerdetails .row {
  margin-right: -15px;
  margin-left: -15px;
}
/* :L7397 */
.page-customerdetails .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7402 */
.page-customerdetails .instanda-question-label,
.page-customerdetails .instanda-question-inner-label {
  font-size: 22x;
}
/* :L7406 */
.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;
}
/* :L7423 */
.page-customerdetails .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7427 */
.page-customerdetails .btn {
  font-size: 22px;
}
/* :L7430 */
.page-customerdetails .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Customer Registration Page*/

/* :L7439 */
/* :L7441 */
.page-customerregister img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7446 */
.page-customerregister .page-index .Button {
  display: inline-block;
}
/* :L7450 */
.page-customerregister .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7455 */
.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;
}
/* :L7469 */
.page-customerregister .row.instanda-customer-register {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7476 */
.page-customerregister .row {
  margin-right: -15px;
  margin-left: 0;
  /* mobile fix */

}
/* :L7480 */
.page-customerregister .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7484 */
.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;
}
/* :L7500 */
.page-customerregister .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7504 */
.page-customerregister .btn {
  font-size: 22px;
}
/* :L7507 */
.page-customerregister .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Existing Policyholder Registration link page*/

/* :L7517 */
/* :L7518 */
.page-existingpolicyholdersendregistrationlink img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7523 */
.page-existingpolicyholdersendregistrationlink .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7528 */
.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;
}
/* :L7542 */
.page-existingpolicyholdersendregistrationlink .row {
  margin-right: -15px;
}
/* :L7545 */
.page-existingpolicyholdersendregistrationlink .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7549 */
.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;
}
/* :L7565 */
.page-existingpolicyholdersendregistrationlink .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7569 */
.page-existingpolicyholdersendregistrationlink .btn {
  font-size: 22px;
}
/* :L7572 */
.page-existingpolicyholdersendregistrationlink .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/* :L7580 */
/* :L7582 */
.page-existingpolicyholderregistration img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7587 */
.page-existingpolicyholderregistration .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7592 */
.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;
}
/* :L7606 */
.page-existingpolicyholderregistration .row {
  margin-right: -15px;
  margin-left: 0;
  /* mobile fix */

}
/* :L7610 */
.page-existingpolicyholderregistration .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7614 */
.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;
}
/* :L7630 */
.page-existingpolicyholderregistration .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7634 */
.page-existingpolicyholderregistration .btn {
  font-size: 22px;
}
/* :L7637 */
.page-existingpolicyholderregistration .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Customer Forgot Password*/

/* :L7646 */
/* :L7648 */
.page-customerforgotpassword img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7653 */
.page-customerforgotpassword .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7658 */
.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;
}
/* :L7672 */
.page-customerforgotpassword .row.instanda-customer-membership-login {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7679 */
.page-customerforgotpassword .row {
  margin-right: -15px;
  /* margin-left:-138px; */

  /* mobile friendly fix */

}
/* :L7683 */
.page-customerforgotpassword .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7687 */
.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;
}
/* :L7703 */
.page-customerforgotpassword .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7707 */
.page-customerforgotpassword .btn {
  font-size: 22px;
}
/* :L7710 */
.page-customerforgotpassword .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Home Page*/

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

/* :L7752 */
/* :L7754 */
.page-customersendpasswordresetlink img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* :L7759 */
.page-customersendpasswordresetlink .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7764 */
.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;
}
/* :L7778 */
.page-customersendpasswordresetlink .row {
  margin-right: -15px;
}
/* :L7781 */
.page-customersendpasswordresetlink .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7785 */
.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;
}
/* :L7801 */
.page-customersendpasswordresetlink .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7805 */
.page-customersendpasswordresetlink .btn {
  font-size: 22px;
}
/* :L7808 */
.page-customersendpasswordresetlink .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Hiding payment option button*/

/* :L7817 */
/* :L7818 */
.page-postquotequestions.created-from-mta.page-number-4 .instanda-payment-options {
  display: none;
}
/* :L7821 */
.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;
}
/* :L7826 */
/* :L7827 */
.page-postquotequestions.created-from-mta.page-number-5 .instanda-payment-options {
  display: none;
}
/* :L7830 */
.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*/

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

}
/* :L7838 */
.page-confirmbillingdetails h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7848 */
.page-confirmbillingdetails div {
  font-size: 24px;
}
/* :L7852 */
.page-confirmbillingdetails .instanda-confirm-billing-address {
  font-size: 22px;
}
/* :L7856 */
.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;
}
/* :L7866 */
.page-confirmbillingdetails #boltPayButton:focus,
.page-confirmbillingdetails #boltPayButton:hover,
.page-confirmbillingdetails #boltPayButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L7873 */
.page-confirmbillingdetails a.pull-left {
  display: none;
  /*font: normal normal bold 18px/21px 'Nunito Sans', 'Raleway', sans-serif;
    color: slategrey;
    background: none;
    border: none;*/

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

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

/* :L7907 */
@media only screen and (max-width: 992px) {
  /* :L7909 */
  .page-confirmation2 table.sale-confirmation-tbl th {
    padding: 0px;
  }
  /* :L7912 */
  .page-confirmation2 table.address-tbl th {
    padding: 0px;
  }
}
/* :L7918 */
.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;
}
/* :L7930 */
.address-table-container {
  margin: 1em;
  width: 100%;
  display: block;
}
/* :L7936 */
table.address-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L7943 */
table.address-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 27px;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L7951 */
table.address-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L7957 */
table.address-tbl th:last-child {
  text-align: right;
}
/* :L7961 */
table.address-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7965 */
table.address-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L7970 */
table.address-tbl .disabled td {
  color: #4f5f64;
}
/* :L7973 */
table.address-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L7977 */
table.sale-confirmation-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}
/* :L7984 */
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;
}
/* :L7992 */
table.sale-confirmation-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 18px;
}
/* :L7999 */
table.sale-confirmation-tbl th:last-child {
  text-align: right;
}
/* :L8003 */
table.sale-confirmation-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L8007 */
table.sale-confirmation-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
}
/* :L8012 */
table.sale-confirmation-tbl .disabled td {
  color: #4f5f64;
}
/* :L8015 */
table.sale-confirmation-tbl tbody tr {
  transition: background 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* :L8019 */
/* :L8021 */
table.sale-confirmation-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L8026 */
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;
}
/* :L8041 */
a.newquotebtn:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L8046 */
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;
}
/* :L8062 */
span.downloadquote:hover {
  color: white;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L8068 */
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;
}
/* :L8084 */
span > a:hover {
  color: #17365a;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L8090 */
.input-group-date .input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8096 */
span.input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8102 */
/* :L8103 */
.quickfill .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L8108 */
.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;
}
/* :L8121 */
.quickfill .form-control::placeholder {
  color: transparent;
}
/* :L8125 */
.quickfill .form-control:placeholder-shown ~ .control-label {
  font-size: 2.3rem;
  cursor: text;
  top: 20px;
}
/* :L8132 */
.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;
}
/* :L8145 */
.quickfill .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #17365a;
  font-weight: 700;
}
/* :L8155 */
.quickfill .form-control:focus {
  padding-bottom: 6px;
  border-width: 3px;
  border-image: linear-gradient(to right, #f06d2d, #f06d2d);
  border-image-slice: 1;
}
/* :L8156 */
.quickfill .form-control:focus ~ .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #f06d2d;
  font-weight: 700;
}
/* :L8166 */
.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;
}
/* :L8179 */
/* :L8180 */
.quickfill .form-control:required,
.quickfill .form-control:invalid {
  box-shadow: none;
}
/* Hide Notes */

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

/* :L8195 */
.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 */

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

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

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