

/*
  agent site CSS
  portal.ses-ins.com
  single policy brokerage
*/

@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
*/

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

/* :L132 */
.h-center-contents {
  display: flex;
  justify-content: center;
}
/*Approval action*/

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

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

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

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

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

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

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

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

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

/* :L247 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L254 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L259 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L266 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L270 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L274 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L279 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L284 */
.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); }
}*/

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

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

/* :L381 */
.navbar-collapse {
  display: block;
}
/* :L385 */
/* :L389 */
.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;
}
/* :L394 */
.navbar.navbar-static-top {
  margin-bottom: 0px;
  border: none;
  /*nav > .container{
    padding-left:58%
  }*/

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

}
/* :L409 */
.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;
}
/* :L414 */
.navbar.navbar-static-top .nav.navbar-nav.navbar-right li a:hover {
  color: #f06d2d;
}
/* :L421 */
.navbar.navbar-static-top .navbar-header {
  width: 20%;
}
/* :L424 */
.navbar.navbar-static-top .navbar-toggle {
  display: none;
}
/* :L427 */
.navbar.navbar-static-top .navbar-brand {
  /*LOGO IS HERE*/
  content: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkdOMU0wMWxSRXRuUTNoMllsWjNVV3A0YTNGQ2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxveFIhIUBPUDNHcUVmWWZNLDEwMDAscyFQeiFUaUJhcUlKVDFoZiwrYjRVUnlIVXdSNWYvYjVydDdRb04rRkEvak5RNHYrdS9xd2NtVkNKSUJsbXBpZUtVQWRoRlNUL0I0SVhZL0VqSTdkb1ZpblIvdVJiNHlTVlJkR00xQT09");
  height: 76px;
  padding: 0px;
}
/* :L433 */
.navbar.navbar-static-top .navbar-collapse ul li:first-child,
.navbar.navbar-static-top li:last-child {
  display: block;
}
/* :L437 */
.navbar.navbar-static-top .navbar-collapse ul li:last-child {
  float: right;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
}
/* :L442 */
.navbar.navbar-static-top .navbar-collapse ul li:last-child ::after {
  content: "  \279C";
  font-weight: 700;
  padding-top: 7px;
}
/* :L448 */
.navbar.navbar-static-top .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
/*
QUESTIONS
*/

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

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

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

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

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

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

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

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

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

}
/* :L1108 */
.label-warning {
  background-color: #d9534f;
}
/* :L1112 */
.label.field-validation-error {
  white-space: normal;
}
/* :L1116 */
/* :L1117 */
.page-cannotquote .alert-danger {
  display: none !important;
}
/* :L1122 */
/* :L1123 */
.name .instanda-question-label {
  position: absolute;
}
/* :L1126 */
.name .instanda-question-input > .form-group {
  display: flex;
  margin-bottom: 0px;
}
/* :L1129 */
.name .instanda-question-input > .form-group .instanda-question-name-title {
  padding-top: 25px;
  padding-right: 12px;
}
/* :L1133 */
.name .instanda-question-input > .form-group .instanda-question-name-first-name {
  padding-right: 12px;
}
/* :L1139 */
.page-prequotequestions h3 {
  margin-left: 0px !important;
}
/*
LOGINPAGE
*/

/* :L1147 */
.page-agentlogin {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
  /*.agent-login-links {
       display:none;
    }*/

}
/* :L1150 */
.page-agentlogin .navbar.navbar-static-top {
  display: none;
}
/* :L1156 */
.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;
}
/* :L1164 */
.page-agentlogin .instanda-agent-login-content {
  margin-top: 100px;
}
/* :L1166 */
.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%;
}
/* :L1174 */
/* :L1175 */
.page-agentlogin .instanda-agent-login-content .right-view .title {
  padding: 20px;
}
/* :L1177 */
.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;
}
/* :L1184 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
  float: left;
}
/* :L1185 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login #instanda-cp-login-form {
  background-color: transparent;
  border: none;
  padding: 0 19px;
}
/* :L1189 */
.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;
}
/* :L1195 */
.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;
}
/* :L1208 */
.page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login > div {
  width: 100%;
  margin-left: 0px;
}
/* :L1217 */
/*.bgoverlay{
    background: linear-gradient(to right, rgba(23, 54, 90, 1), rgba(232, 248, 250, 0));
  }
*/

/*
INDEX
*/

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

}
/* :L1256 */
.page-index .instanda-main-content {
  padding-bottom: 0;
}
/* :L1260 */
.page-index .index-main-content {
  line-height: 1;
  padding: 80px 0px 230px 0px;
}
/* :L1263 */
/* :L1264 */
.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;
}
/* :L1272 */
.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;
}
/* :L1280 */
.page-index .instanda-home-content {
  color: #eee5e4;
}
/* :L1284 */
.page-index #btn {
  background-color: #f06d2d;
}
/* :L1288 */
.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;
}
/* :L1299 */
.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) {
  /* :L1310 */
  .page-index .Button {
    display: inline;
  }
}
/* :L1315 */
.page-index .navbar .navbar-default {
  background-color: transparent;
  border: 0px solid transparent;
}
/*
  QUICK-QUOTE
  */

/* :L1325 */
/* :L1326 */
.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;
}
/* :L1333 */
.instanda-quick-quote-questions h2:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L1343 */
@media (min-width: 1024px) {
  /* :L1345 */
  .page-quickquote .col-md-offset-1 {
    /* margin-left: 8.33333333%; */
    padding-left: 8.33%;
  }
}
@media (min-width: 992px) {
  /* :L1351 */
  .page-quickquote .col-md-offset-1 {
    margin-left: 0px;
  }
}
/* :L1355 */
.page-quickquote .instanda-questionHeader {
  width: 100%;
}
/* :L1358 */
.page-quickquote .col-main {
  padding-left: 30px;
}
/* :L1361 */
.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) {
  /* :L1367 */
  .page-quickquote .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1371 */
.page-quickquote .table-sub-header {
  padding-left: 0px;
}
/* :L1375 */
.page-quickquote .instanda-questionHeader h3 {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L1381 */
.page-quickquote h3,
.page-quickquote p {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L1387 */
.page-quickquote .section-applicant-details {
  padding-right: 10px;
}
/* :L1390 */
.page-quickquote .section-applicant-details h4 {
  font-size: 22px !important;
  margin-bottom: 0px;
}
/* :L1394 */
.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;
}
/* :L1401 */
.page-quickquote .premium {
  padding-left: 12px;
}
/* :L1404 */
.page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  margin-bottom: 30px;
}
/* :L1407 */
.page-quickquote .instanda-questionHeader .questionHeader .container {
  padding-bottom: 10px;
}
/* :L1411 */
.page-quickquote .instanda-question-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333333;
  padding-bottom: 7px;
}
/* :L1419 */
.page-quickquote .pull-right {
  float: right !important;
  margin-right: 10px;
  display: flex;
}
/* :L1425 */
.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;
}
/* :L1435 */
.page-quickquote #continueButton:focus,
.page-quickquote #continueButton:hover,
.page-quickquote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L1441 */
.page-quickquote #backButton {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1444 */
.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;
}
/* :L1452 */
.page-quickquote .form-control {
  height: 45px !important;
}
/* :L1455 */
/* :L1459 */
.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) {
  /* :L1464 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1468 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L1473 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1479 */
  .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
*/

/* :L1561 */
.coverage-question-table {
  width: 100%;
}
/* :L1565 */
.coverage-question-table td {
  padding-right: 15px;
}
/* :L1569 */
.coverage-question-table > tr:first-child > td {
  padding-right: 15px;
  width: 50%;
  padding-bottom: 30px;
}
/* :L1575 */
.coverage-question-table tr:nth-child(2) td {
  padding-right: 15px;
  width: 20%;
  padding-bottom: 30px;
}
/* :L1581 */
/*
RETRIEVEQUOTE
*/

/* :L1588 */
/* :L1593 */
.page-retrievequote .instanda-questionHeader h3,
.page-getagentsearchresults .instanda-questionHeader h3 {
  font: normal normal bold 32px/39px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #17365a;
}
/* :L1598 */
.page-retrievequote .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
.page-getagentsearchresults .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  display: flex;
}
/* :L1602 */
.page-retrievequote .search-row,
.page-getagentsearchresults .search-row {
  display: none;
}
@media (max-width: 992px) {
  /* :L1607 */
  .page-retrievequote .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
  .page-getagentsearchresults .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
    display: block;
  }
}
/* :L1611 */
.page-retrievequote #download-button-container,
.page-getagentsearchresults #download-button-container {
  display: none !important;
}
/* :L1615 */
/* :L1617 */
.page-retrievequote .agent-search-parameter-input,
.page-getagentsearchresults .agent-search-parameter-input {
  padding-right: 10px;
}
/* :L1620 */
.page-retrievequote #SearchParams_3__ParameterValue,
.page-getagentsearchresults #SearchParams_3__ParameterValue {
  width: 90%;
}
/* :L1623 */
.page-retrievequote .btn.btn-default,
.page-getagentsearchresults .btn.btn-default {
  padding: 10px 21px;
  margin-top: 19px;
  margin-right: 69px;
  background-color: #f06d2d;
  color: white;
  border-color: #f06d2d;
}
/* :L1631 */
.page-retrievequote .btn.btn-default:hover,
.page-getagentsearchresults .btn.btn-default:hover {
  color: white;
  background-color: #c75a24;
  border-color: #c75a24;
}
/* :L1638 */
/* :L1639 */
/* :L1640 */
/* :L1641 */
#divQuoteResults .agent-quotesearch-results-container .agent-table td > a:nth-child(1) {
  display: none;
}
/* :L1644 */
#divQuoteResults .agent-quotesearch-results-container .agent-table td > a:nth-child(3) {
  display: none;
}
/* :L1651 */
/* :L1654 */
.page-updatepolicynumbers .agent-search-parameter-input,
.page-agentsearchexpiredpolicies .agent-search-parameter-input,
.page-agentsearchpoliciesforapproval .agent-search-parameter-input {
  padding-right: 10px;
}
/* :L1657 */
.page-updatepolicynumbers #SearchParams_3__ParameterValue,
.page-agentsearchexpiredpolicies #SearchParams_3__ParameterValue,
.page-agentsearchpoliciesforapproval #SearchParams_3__ParameterValue {
  width: 90%;
}
/* :L1660 */
.page-updatepolicynumbers .btn.btn-default,
.page-agentsearchexpiredpolicies .btn.btn-default,
.page-agentsearchpoliciesforapproval .btn.btn-default {
  padding: 8px 21px;
  background-color: #f06d2d;
  color: white;
  border-color: #f06d2d;
}
/* :L1666 */
.page-updatepolicynumbers .btn.btn-default:hover,
.page-agentsearchexpiredpolicies .btn.btn-default:hover,
.page-agentsearchpoliciesforapproval .btn.btn-default:hover,
.page-updatepolicynumbers :active,
.page-agentsearchexpiredpolicies :active,
.page-agentsearchpoliciesforapproval :active {
  color: white;
  background-color: #c75a24;
  border-color: #c75a24;
}
/* :L1672 */
.page-updatepolicynumbers .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
.page-agentsearchexpiredpolicies .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
.page-agentsearchpoliciesforapproval .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  display: flex;
}
/* :L1677 */
.page-getagentsearchresults .instanda-retrieve-quote-content .instanda-container-fluid,
.navbar .navbar-default {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
}
/*
QUICK QUOTE-DISPLAY
*/

/* :L1689 */
/* :L1690 */
.page-quickquote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L1695 */
.page-quickquote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L1699 */
.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) {
  /* :L1707 */
  .page-quickquote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1711 */
.page-quickquote .instanda-questionHeader .email-doc,
.page-quickquote .instanda-questionHeader .quote-doc,
.page-quickquote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L1716 */
.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;
}
/* :L1724 */
.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;
}
/* :L1731 */
.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%;
}
/* :L1736 */
.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;
}
/* :L1746 */
.page-quickquote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L1749 */
.page-quickquote .quotetable td {
  width: 33%;
}
/* :L1754 */
.page-quickquote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1760 */
.page-quickquote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L1767 */
.page-quickquote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L1771 */
.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;
}
/* :L1779 */
.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;
}
/* :L1786 */
.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;
}
/* :L1793 */
.page-quickquote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1799 */
.page-quickquote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L1804 */
.page-quickquote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L1809 */
.page-quickquote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1814 */
.page-quickquote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L1819 */
.page-quickquote .pull-left {
  padding-left: 5px;
}
/* :L1822 */
.page-quickquote form > .container {
  padding-top: 30px;
}
/* :L1825 */
.page-quickquote .contractor-type a:hover {
  text-decoration: none;
}
/* :L1828 */
/* :L1829 */
.page-quickquote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L1834 */
.page-quickquote #green-tick-bronze,
.page-quickquote #green-tick-silver,
.page-quickquote #green-tick-gold {
  height: 50px;
}
/* :L1838 */
.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;
}
/* :L1850 */
.page-quickquote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L1853 */
.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;
}
/* :L1863 */
.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;
}
/* :L1871 */
.page-quickquote #continueButton {
  margin-right: 0px;
}
/* :L1875 */
.page-quickquote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 100%;
  display: block;
}
/* :L1882 */
.page-quickquote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L1889 */
.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;
}
/* :L1897 */
.page-quickquote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L1903 */
.page-quickquote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L1907 */
.page-quickquote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L1911 */
.page-quickquote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L1916 */
.page-quickquote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L1919 */
.page-quickquote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L1922 */
/* :L1924 */
.page-quickquote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L1929 */
/* :L1932 */
.page-quickquote .table-cover {
  padding: 15px;
}
/* :L1935 */
.page-quickquote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L1943 */
.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;
}
/* :L1951 */
.page-quickquote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L1955 */
.page-quickquote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L1961 */
.page-quickquote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L1967 */
.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;
}
/* :L1977 */
.page-quickquote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L1982 */
.page-quickquote .bronze_cls,
.page-quickquote .silver_cls,
.page-quickquote .gold_cls {
  background-color: #17365a !important;
  color: white;
}
/* :L1987 */
/* :L1990 */
.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;
}
/* :L1996 */
.page-quickquote .bronze_cls .premium-value-yy,
.page-quickquote .silver_cls .premium-value-yy,
.page-quickquote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L2000 */
.page-quickquote .bronze_cls .premium-value-mm,
.page-quickquote .silver_cls .premium-value-mm,
.page-quickquote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L2004 */
.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;
}
/* :L2008 */
.page-quickquote .bronze_cls .icon,
.page-quickquote .silver_cls .icon,
.page-quickquote .gold_cls .icon {
  font-size: 16px;
}
/* :L2010 */
.page-quickquote .bronze_cls .icon img,
.page-quickquote .silver_cls .icon img,
.page-quickquote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L2015 */
.page-quickquote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L2020 */
.page-quickquote .btn.active {
  color: #f06d2d;
  font-weight: bold;
  background-color: white;
  border: 2px solid #f06d2d;
  margin-top: 20px;
}
/* :L2027 */
.page-quickquote #question155228 {
  padding-right: 10px;
}
/* :L2031 */
.page-quickquote #bronze_cover,
.page-quickquote #silver_cover,
.page-quickquote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2038 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2042 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2047 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2053 */
  .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;
  }
  /* :L2060 */
  .page-quickquote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2066 */
  .page-quickquote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2070 */
  .page-quickquote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2078 */
  .page-quickquote .table-cover {
    margin-left: -74px;
  }
  /* :L2081 */
  .page-quickquote .email-quote {
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2107 */
  .page-quickquote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2114 */
  .page-quickquote #green-tick-bronze,
  .page-quickquote #green-tick-silver,
  .page-quickquote #green-tick-gold {
    display: flex;
  }
  /* :L2118 */
  .page-quickquote #green-tick-bronze .left-div,
  .page-quickquote #green-tick-silver .left-div,
  .page-quickquote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2121 */
  .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) {
  /* :L2127 */
  /* :L2130 */
  .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;
  }
}
/* :L2138 */
/* :L2139 */
.page-quote .form-control {
  height: 45px;
}
/* :L2144 */
.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;
}
/* :L2156 */
.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
*/

/* :L2174 */
/* :L2175 */
.page-quote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L2180 */
.page-quote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L2184 */
.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) {
  /* :L2192 */
  .page-quote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L2196 */
.page-quote .instanda-questionHeader .email-doc,
.page-quote .instanda-questionHeader .quote-doc,
.page-quote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L2201 */
.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;
}
/* :L2209 */
.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;
}
/* :L2216 */
.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%;
}
/* :L2221 */
.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;
}
/* :L2231 */
.page-quote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L2234 */
.page-quote .quotetable td {
  width: 33%;
}
/* :L2239 */
.page-quote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L2245 */
.page-quote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L2252 */
.page-quote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L2256 */
.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;
}
/* :L2264 */
.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;
}
/* :L2271 */
.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;
}
/* :L2278 */
.page-quote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2284 */
.page-quote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L2289 */
.page-quote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L2294 */
.page-quote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2299 */
.page-quote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L2304 */
.page-quote .pull-left {
  padding-left: 5px;
}
/* :L2307 */
.page-quote form > .container {
  padding-top: 30px;
}
/* :L2310 */
.page-quote .contractor-type a:hover {
  text-decoration: none;
}
/* :L2313 */
/* :L2314 */
.page-quote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L2319 */
.page-quote #green-tick-bronze,
.page-quote #green-tick-silver,
.page-quote #green-tick-gold {
  height: 50px;
}
/* :L2323 */
.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;
}
/* :L2335 */
.page-quote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L2338 */
.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;
}
/* :L2348 */
.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;
}
/* :L2354 */
.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;
}
/* :L2362 */
.page-quote #continueButton {
  margin-right: 0px;
}
/* :L2365 */
.page-quote #continueButton:focus,
.page-quote #continueButton:hover,
.page-quote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L2372 */
.page-quote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 100%;
  display: block;
}
/* :L2379 */
.page-quote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L2386 */
.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;
}
/* :L2394 */
.page-quote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L2400 */
.page-quote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L2404 */
.page-quote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L2408 */
.page-quote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L2413 */
.page-quote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L2416 */
.page-quote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L2419 */
/* :L2421 */
.page-quote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L2426 */
/* :L2429 */
.page-quote .table-cover {
  padding: 15px;
}
/* :L2432 */
.page-quote .smallitalicnote {
  font-style: italic;
  padding-left: 33px;
  font-size: 15px;
}
/* :L2437 */
.page-quote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L2445 */
.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;
}
/* :L2452 */
.page-quote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L2456 */
.page-quote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L2462 */
.page-quote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L2468 */
.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;
}
/* :L2478 */
.page-quote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L2483 */
.page-quote .bronze_cls,
.page-quote .silver_cls,
.page-quote .gold_cls {
  background-color: #17365a !important;
  color: white;
  padding: 17px;
}
/* :L2489 */
/* :L2492 */
.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;
}
/* :L2498 */
.page-quote .bronze_cls .premium-value-yy,
.page-quote .silver_cls .premium-value-yy,
.page-quote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L2502 */
.page-quote .bronze_cls .premium-value-mm,
.page-quote .silver_cls .premium-value-mm,
.page-quote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L2506 */
.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;
}
/* :L2510 */
.page-quote .bronze_cls .icon,
.page-quote .silver_cls .icon,
.page-quote .gold_cls .icon {
  font-size: 16px;
}
/* :L2512 */
.page-quote .bronze_cls .icon img,
.page-quote .silver_cls .icon img,
.page-quote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L2517 */
.page-quote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L2522 */
.page-quote .btn.active {
  /*color: #F06D2D;
      font-weight: bold;
      background-color: white;
      border: 2px solid #F06D2D;
      margin-top: 20px;*/
  display: none;
}
/* :L2530 */
.page-quote #question155228 {
  padding-right: 10px;
}
/* :L2534 */
.page-quote #bronze_cover,
.page-quote #silver_cover,
.page-quote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2541 */
  .page-quote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2545 */
  .page-quote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2550 */
  .page-quote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2556 */
  .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;
  }
  /* :L2563 */
  .page-quote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2569 */
  .page-quote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2573 */
  .page-quote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2581 */
  .page-quote .table-cover {
    margin-left: -50px;
  }
  /* :L2584 */
  .page-quote table.quote-coverage-tbl th {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2609 */
  .page-quote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2616 */
  .page-quote #green-tick-bronze,
  .page-quote #green-tick-silver,
  .page-quote #green-tick-gold {
    display: flex;
  }
  /* :L2620 */
  .page-quote #green-tick-bronze .left-div,
  .page-quote #green-tick-silver .left-div,
  .page-quote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2623 */
  .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) {
  /* :L2629 */
  /* :L2632 */
  .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;
  }
}
/* :L2640 */
/* :L2641 */
.page-quote.created-from-mta.page-number-1 button[name="chosenProductIds"] {
  display: none;
}
/*
AGENTDASHBOARD
*/

/* :L2650 */
/* :L2651 */
.page-agentdashboard .instanda-container-fluid {
  margin-bottom: -2px;
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 10px;
  padding-left: 30px;
}
/* :L2657 */
.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;
}
/* :L2663 */
.page-agentdashboard .agentDashboardResultsContainerCustom {
  width: 100%;
  padding: 0;
}
/* :L2670 */
.page-agentdashboard #agentSearchControl {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 20px;
}
/* :L2675 */
.page-agentdashboard #agentSearchParameters {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
/* :L2680 */
.page-agentdashboard .agent-search-parameter.form-group {
  padding-right: 20px;
  padding-left: 15px;
}
/* :L2683 */
.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;
}
/* :L2689 */
.page-agentdashboard #searchTitle {
  display: none;
}
/* :L2692 */
.page-agentdashboard .agentDashboardResultsetTitle {
  display: none;
}
/* :L2695 */
/* :L2696 */
.page-agentdashboard .agent-search-parameter-input .form-control {
  height: 46px;
}
/* :L2700 */
.page-agentdashboard #agentSearchButton {
  margin-top: 30px;
  margin-left: 15px;
  width: 110px;
  height: 45px;
  background: #f06d2d 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #f06d2d;
  border-radius: 5px;
  font-weight: 700;
  font-size: medium;
}
/* :L2712 */
.page-agentdashboard #agentSearchButton:hover {
  background: #c75a24 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #c75a24;
}
/* :L2717 */
.page-agentdashboard #renewalsContainerCustom {
  padding-bottom: 30px;
}
/* :L2721 */
.page-agentdashboard #quotesContainerCustom,
.page-agentdashboard #policiesContainerCustom,
.page-agentdashboard #renewalsContainerCustom,
.page-agentdashboard #cancelledPoliciesContainerCustom {
  padding-top: 30px;
  background-color: #f3f4f7;
}
/* :L2727 */
.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;
}
/* :L2739 */
.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;
}
/* :L2743 */
.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;
}
/* :L2746 */
.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;
}
/* :L2750 */
.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;
}
/* :L2753 */
.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;
}
/* :L2758 */
/* :L2759 */
.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;
}
/* :L2765 */
.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;
}
/* :L2769 */
.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;
}
/* :L2778 */
/* :L2784 */
/* :L2793 */
.page-agentdashboard #renewalsContainerCustom {
  display: none;
}
@media (min-width: 768px) {
  /* :L2799 */
  #agentSearchParameters {
    width: 750px;
    display: flex;
  }
  /* :L2803 */
  /* :L2807 */
  #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;
  }
  /* :L2813 */
  #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) {
  /* :L2827 */
  #agentSearchParameters {
    width: 970px;
    display: flex;
  }
  /* :L2831 */
  /* :L2835 */
  #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;
  }
  /* :L2841 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* :L2847 */
  #agentSearchParameters {
    width: 1170px;
    display: flex;
  }
  /* :L2851 */
  /* :L2855 */
  #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;
  }
  /* :L2861 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 1170px;
  }
  /* :L2865 */
  #WaitingOpaqueBox {
    display: none;
  }
}
/*
FOOTER
*/

/* :L2874 */
.footer {
  display: none;
}
/* :L2877 */
.login-footer {
  display: none;
}
/* :L2880 */
.page-footer {
  display: none;
}
/* :L2883 */
/* :L2884 */
.page-agentlogin .login-footer {
  display: block;
  background-color: transparent;
}
/* :L2887 */
.page-agentlogin .login-footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* :L2891 */
.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%;
}
/* :L2899 */
/* :L2919 */
.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;
}
/* :L2922 */
.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;
}
/* :L2928 */
.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;
}
/* :L2931 */
.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%;
}
/* :L2935 */
.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
*/

/* :L2950 */
/* :L2951 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
  padding: 10px 60px;
}
/* :L2954 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader {
  padding-left: 15px;
}
/* :L2956 */
.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;
}
/* :L2962 */
/* :L2963 */
.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;
}
/* :L2969 */
.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) {
  /* :L2977 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L2981 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
  width: 90%;
  text-align: end;
  position: relative;
  top: -28px;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  /* :L2990 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    position: relative;
    top: 0px;
  }
}
/* :L2996 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 80%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L3003 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    margin-top: 20px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L3009 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L3014 */
.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;
}
/* :L3022 */
.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;
}
/* :L3030 */
.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;
}
/* :L3037 */
.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;
}
/* :L3045 */
.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;
}
/* :L3052 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
/* :L3056 */
.page-customeraccountoptions .button-cls #backButton {
  border: none;
  color: white;
  background: #17365a;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
}
@media (max-width: 568px) {
  /* :L3065 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L3067 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/*
BUTTONS
*/

/* :L3078 */
#backButton {
  color: white;
  background: #17365a;
  border: none;
}
/* :L3083 */
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;
}
/* :L3090 */
button[name="copyQuoteButton"] {
  background: lightgray 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
}
/* :L3096 */
button[name="saveButton"]:focus,
button[name="saveButton"]:hover,
button[name="saveButton"]:active {
  background-color: lightgrey;
  color: black;
}
/* :L3102 */
button[name="continueButton"]:focus,
button[name="continueButton"]:hover,
button[name="continueButton"]:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L3108 */
button[name="notes"]:focus,
button[name="notes"]:hover,
button[name="notes"]:active {
  background-color: white;
  border: 1px solid #d6d6d6;
}
/* :L3114 */
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* :L3120 */
#AdditionalInsured_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3128 */
#AdditionalInsured_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3136 */
#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;
}
/* :L3144 */
#MortgageeInfo_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3152 */
#MortgageeInfo_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3160 */
#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 ==========*/

/* :L3170 */
.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3176 */
label.radio-inline.instanda-question-yes-no-parent-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3182 */
label.radio-inline.instanda-question-yes-no-parent-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3188 */
label.radio-inline.instanda-question-yes-no-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3194 */
label.radio-inline.instanda-question-yes-no-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3200 */
.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;
}
/* :L3208 */
.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 */

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

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

}
/* :L3235 */
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: unset;
}
/* :L3246 */
input[type="checkbox"] {
  cursor: pointer;
}
/* :L3250 */
div#TIMSAPP_BackgroundCheck_YN_Children {
  max-width: 465px;
}
/* :L3254 */
div#TIMSAPP_Upgrades_YN_Children {
  max-width: 465px;
}
/* :L3258 */
input[type="radio"]:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L3262 */
/* :L3263 */
/* :L3265 */
.yes-no-cls .instanda-selected input,
.yes-no-cls .instanda-unselected input {
  display: none;
}
/* :L3270 */
/* :L3271 */
/* :L3272 */
.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;
}
/* :L3285 */
/* :L3286 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L3293 */
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;
}
/* :L3309 */
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;
}
/* :L3324 */
.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;
  margin-right: 10px;
}
/* :L3341 */
.radio-inline + .radio-inline {
  margin-top: 10px;
  margin-left: 0px;
}
/* :L3345 */
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-left: -20px;
  line-height: 40px;
}
/* :L3352 */
.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;
}
/* :L3359 */
.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;
}
/* :L3372 */
/* :L3374 */
.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;
}
/* :L3378 */
.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;
}
/* :L3382 */
.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;
}
/* :L3393 */
.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;
}
/* :L3409 */
/* :L3410 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L3417 */
.radio {
  font-size: 18px;
}
/* :L3421 */
.radio-inline {
  font-size: 18px;
}
/* :L3425 */
/* :L3426 */
.created-from-newbusiness.site-agent #copyQuoteButton {
  display: none;
}
/**CHECK bOX**/

/* :L3432 */
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);
}
/* :L3446 */
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
*/

/* :L3519 */
/* :L3520 */
.page-index .main-heading h1 {
  position: relative;
}
/* :L3524 */
/* :L3525 */
.page-index .main-heading h1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3534 */
#header1 {
  position: relative;
}
/* :L3537 */
#header1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3545 */
/* :L3570 */
.page-retrievequote .main-heading h3,
#question183983 h3,
#question183984 h3,
.page-quickquote h3,
#question169805 h3,
#question172169 h3,
#question185452 h3,
.page-retrievequote 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,
.instanda-agent-all-docs-content h3 {
  position: relative;
}
/* :L3574 */
/* :L3600 */
.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,
.page-retrievequote 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,
.instanda-agent-all-docs-content h3:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/*
VIEWQUOTEORPOLICY
*/

/* :L3614 */
/* :L3615 */
.page-viewquoteorpolicy .agent-view-quote-policy-content {
  background-color: #f3f4f7;
}
/* :L3618 */
.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;
}
/* :L3627 */
/* :L3628 */
.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;
}
/* :L3634 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L3635 */
.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;
}
/* :L3640 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: "\2190";
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L3650 */
.page-viewquoteorpolicy .header-details-row .left-view {
  display: flex;
}
/* :L3652 */
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  padding-left: 15%;
}
/* :L3655 */
.page-viewquoteorpolicy .header-details-row .left-view .view2 {
  line-break: anywhere;
}
/* :L3658 */
.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%;
}
/* :L3662 */
.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;
}
/* :L3667 */
.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;
}
/* :L3675 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
}
/* :L3678 */
.page-viewquoteorpolicy .details-cls .table {
  width: 90%;
}
/* :L3680 */
.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;
}
/* :L3685 */
.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;
}
/* :L3691 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L3693 */
.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;
}
/* :L3700 */
.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;
}
/* :L3708 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L3711 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3717 */
.page-viewquoteorpolicy .instanda-quote-content {
  width: 500px;
  display: inline-block;
  margin-left: 50px;
}
/* :L3723 */
.page-viewquoteorpolicy .policy-view-options-action-buttons {
  float: right;
  width: 25%;
  margin-top: 172px;
  margin-right: 15%;
  /* If I can't use link-css-responsive I could break it down more */

  /*Hidden Buttons*/

  /*  .btn-group{
      a:nth-of-type(1) {
        display: none;
      }
      a:nth-of-type(3) {
        display: none;
      }
      a:nth-of-type(4) {
        display: none;
      }
    }*/

  /* general */

  /* View Customer button */

}
/* :L3729 */
.page-viewquoteorpolicy .policy-view-options-action-buttons a {
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: white;
}
/* :L3735 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  display: flex;
  flex-direction: column;
  grid-column-start: 4;
  grid-column-end: 5;
  border-radius: 5px;
  background-color: white;
  margin: 2.5%;
  width: 300px;
}
/* :L3746 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 5;
}
/* :L3752 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group > .btn:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5;
  border-bottom-right-radius: 5;
}
/* :L3760 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .link-css-responsive,
.page-viewquoteorpolicy .policy-view-options-action-buttons .linkcssResponsive {
  padding: 4%;
  padding-left: 15%;
  text-align: left;
  text-decoration: none;
  color: #009dff;
  margin-left: 0px;
}
/* :L3783 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals {
  display: none;
  /*padding-left: 19px */

}
/* :L3788 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnClaims {
  display: none;
}
/* :L3792 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnReferralHistory,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCompletePolicyBuy,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnRenewPolicy {
  color: #63cfbe;
}
/* :L3798 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnListEmails,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCopyReQuote {
  color: black;
}
/* :L3803 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnAbandonPolicy,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnDeclinePolicy,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnNotTakenUp,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCancelPolicy {
  color: red;
}
/* :L3810 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-primary:hover {
  transition: all 0.2s;
  color: #f06d2d;
}
/* :L3815 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-primary::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 15px;
}
/* :L3824 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnViewDocs::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
}
/* :L3831 */
.page-viewquoteorpolicy .policy-view-options-action-buttons a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
}
/* :L3837 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnReferralHistory::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1da";
}
/* :L3843 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnRenewPolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f021";
}
/* :L3849 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnListEmails::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
/* :L3856 */
.page-viewquoteorpolicy .policy-view-options-action-buttons a.link-css-responsive[href*="/CustomerAccountOptions"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}
/* :L3862 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCopyReQuote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c5";
}
/* :L3868 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCompletePolicyBuy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
}
/* :L3874 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnAbandonPolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\e56a";
}
/* :L3880 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnDeclinePolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
}
/* :L3886 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnOfflinePayments::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f155";
  font-size: 16px;
}
/* :L3893 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCancelPolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
}
/* :L3899 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnNotTakenUp::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
}
/* :L3905 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnUploadDocuments::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f574";
}
@media only screen and (min-width: 1700px) {
  /* :L3913 */
  .page-viewquoteorpolicy .instanda-quote-content {
    width: 500px;
    display: inline-block;
    margin-left: 10%;
  }
  /* :L3918 */
  .page-viewquoteorpolicy .policy-view-options-action-buttons {
    float: right;
    width: 31%;
    margin-top: 172px;
  }
}
@media only screen and (max-width: 1100px) {
  /* :L3926 */
  .page-viewquoteorpolicy .instanda-quote-content {
    width: 500px;
    display: block;
    margin-left: 0%;
  }
  /* :L3931 */
  .page-viewquoteorpolicy .policy-view-options-action-buttons {
    float: inherit;
    width: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* :L3939 */
  .page-viewquoteorpolicy .btn-group > .btn {
    width: 100%;
    margin: 0px;
  }
}
/*
NOTES
*/

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

/* :L3990 */
/* :L3991 */
.page-viewreferralsforquote .instanda-main-content {
  min-height: 800px;
}
/* :L3994 */
/* :L3995 */
.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;
}
/* :L4003 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L4006 */
.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;
}
/* :L4014 */
.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;
}
/* :L4021 */
.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
*/

/* :L4035 */
/* :L4036 */
/* :L4037 */
.page-agentalldocs #instanda-site-layout .navbar.navbar-static-top .navbar.navbar-default {
  background-color: transparent;
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
}
/* :L4043 */
.page-agentalldocs .instanda-agent-all-docs-content {
  min-height: 800px;
  padding-left: 30px;
}
/* :L4046 */
.page-agentalldocs .instanda-agent-all-docs-content h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4052 */
  .page-agentalldocs .instanda-agent-all-docs-content h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L4056 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L4060 */
/* :L4061 */
.page-agentalldocs .instanda-agent-all-docs-content .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
  padding-right: 50%;
}
/* :L4065 */
/* :L4066 */
.page-agentalldocs .instanda-agent-all-docs-content .instanda-agent-select-packages .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L4069 */
.page-agentalldocs .instanda-agent-all-docs-content .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;
}
/* :L4075 */
.page-agentalldocs .instanda-agent-all-docs-content .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
  padding: 20px 40px;
  border-bottom: 1px solid #d7ddea;
  margin: 0;
}
/* :L4079 */
.page-agentalldocs .instanda-agent-all-docs-content .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;
}
/* :L4091 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L4095 */
.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;
}
/* :L4104 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L4108 */
.page-agentalldocs .btn-default {
  display: none;
}
/* :L4112 */
.page-agentalldocs .button-cls {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* :L4117 */
.page-agentalldocs .button-cls #backButton {
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
  background: #17365a;
  border: 0;
  text-decoration: none;
}
@media (max-width: 325px) {
  /* :L4128 */
  .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;
  }
}*/

/* :L4175 */
/* :L4176 */
.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;
}
/* :L4182 */
.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;
}
/* :L4188 */
.page-cancelpolicy .btn.btn-primary {
  background: #f06d2d;
  border: #f06d2d;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
  padding: 10px 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
/* :L4198 */
.page-cancelpolicy .btn.btn-primary:focus,
.page-cancelpolicy .btn.btn-primary:hover,
.page-cancelpolicy .btn.btn-primary:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L4205 */
.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;
}
/* :L4211 */
.page-cancelpolicy .instanda-cancellation-questions {
  margin-top: 50px;
}
/* :L4214 */
.page-cancelpolicy .form-group .instanda-question-input .form-control {
  height: 45px;
}
@media (max-width: 568px) {
  /* :L4218 */
  .page-cancelpolicy .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4222 */
  .page-cancelpolicy .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4227 */
  .page-cancelpolicy .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4233 */
  .page-cancelpolicy .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4240 */
/* :L4241 */
.page-cancellationconfirmation .instanda-questionHeader h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-left: 20px;
  margin-top: 60px;
}
/* :L4248 */
.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;
}
/* :L4254 */
.page-cancellationconfirmation .details-cls .table tbody > tr > th {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4259 */
.page-cancellationconfirmation .btn.btn-primary {
  background: #f06d2d;
  border: #f06d2d;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: white;
  padding: 10px 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
/* :L4269 */
.page-cancellationconfirmation .btn.btn-primary:focus,
.page-cancellationconfirmation .btn.btn-primary:hover,
.page-cancellationconfirmation .btn.btn-primary:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L4275 */
.page-cancellationconfirmation #agentBackButton {
  color: slategrey;
  background: none;
  border: none;
}
@media (max-width: 568px) {
  /* :L4281 */
  .page-cancellationconfirmation .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4286 */
  .page-cancellationconfirmation #agentBackButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4290 */
  .page-cancellationconfirmation .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4296 */
  .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) {
  /* :L4304 */
  .page-cancellationconfirmation .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/*
UPLOADDOCUMENTS
*/

/* :L4314 */
/* :L4315 */
/* :L4316 */
.page-uploaddocuments #tableUploadedDocuments tr > th {
  /* border: 1px solid black; */
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding: 17px 86px 7px 31px;
}
/* :L4322 */
.page-uploaddocuments #tableUploadedDocuments tr > th:last-child {
  border-right: none;
}
/* :L4326 */
.page-uploaddocuments #tableUploadedDocuments tbody tr:nth-child(odd) {
  background-color: #fdfdfd;
}
/* :L4330 */
.page-uploaddocuments #tableUploadedDocuments tr > td {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding: 17px 86px 7px 31px;
  /* word-break: break-word; */

}
/* :L4335 */
.page-uploaddocuments #tableUploadedDocuments tr > td:last-child {
  border-right: none;
}
/* :L4341 */
.page-uploaddocuments #documentListContainer {
  overflow-x: auto;
  margin: 20px 0;
}
/*
BREADCRUMB
*/

/* :L4351 */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  color: #565e71;
  height: 42px;
  font: Raleway;
  letter-spacing: 0px;
  padding-left: 24px;
}
/* :L4360 */
.breadcrumb a span {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4365 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L4368 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: white;
  border-radius: 0px;
}
/* :L4375 */
.breadcrumb .container {
  display: flex;
  width: 1200px;
}
/* :L4380 */
/* :L4381 */
.breadcrumb .selected .menu-no {
  color: #f06d2d;
}
/* :L4385 */
/* :L4386 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L4389 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L4393 */
.breadcrumb .completed .menu-no {
  padding-left: 0px;
}
@media (max-width: 992px) {
  /* :L4398 */
  /* :L4399 */
  .breadcrumb a span {
    display: none;
  }
  /* :L4403 */
  /* :L4404 */
  .breadcrumb .selected span {
    display: block;
  }
}
/*
agentclaims and bulkupload
*/

/* :L4414 */
/* :L4415 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4418 */
.page-agentclaims .logged-claim-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4422 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L4425 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L4431 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* :L4436 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
}
/* :L4438 */
.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;
}
/* :L4454 */
.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;
}
/* :L4464 */
/* :L4465 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4468 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
/* :L4472 */
.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;
}
/* :L4481 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
/* :L4485 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 70%;
  padding-left: 22px;
}
/* :L4488 */
.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;
}
/* :L4497 */
.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
*/

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

/* :L4525 */
/* :L4526 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L4528 */
/* :L4529 */
.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;
}
/* :L4536 */
.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;
}
/* :L4542 */
/* :L4543 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L4546 */
.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: white;
  background: #17365a;
  text-decoration: none;
  border: none;
}
/* :L4554 */
/* :L4555 */
.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;
}
/* :L4566 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L4568 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L4572 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L4575 */
.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;
}
/* :L4585 */
.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;
}
/* :L4597 */
/* :L4598 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L4601 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L4604 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L4608 */
.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;
}
/* :L4619 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
/* :L4625 */
/* :L4626 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L4628 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L4632 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L4635 */
.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
*/

/* :L4651 */
/* :L4652 */
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid {
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
}
/* :L4657 */
@media (max-width: 736px) {
  /* :L4665 */
  .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) {
  /* :L4677 */
  .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 567px) {
  /* :L4682 */
  #question155198 .instanda-question-input > .form-group {
    display: block;
  }
  /* :L4684 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 0px;
  }
  /* :L4687 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-title {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4693 */
  .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4697 */
  .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4702 */
  .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4708 */
  .pull-right input[name="notes"],
  .pull-right button[name="saveButton"],
  .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4717 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4724 */
  .page-confirmation2 .main-heading {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4729 */
  .page-confirmation2 .navbar.navbar-default,
  .page-confirmation2 .breadcrumb,
  .page-confirmation2 .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 926px) {
  /* :L4736 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
  }
}
/* :L4742 */
/* :L4751 */
.page-postquotequestions .pull-right {
  float: right !important;
  margin-right: 2em;
  display: flex;
}
/* :L4756 */
.page-postquotequestions .pull-right button[name="saveButton"],
.page-postquotequestions .pull-right button[name="notes"] {
  margin-right: 7px;
}
/* :L4762 */
.page-postquotequestions .pull-left {
  float: left !important;
  /*margin-left: 2em;*/
  display: flex;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4783 */
  .page-postquotequestions .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4789 */
  .page-postquotequestions .navbar.navbar-default,
  .page-postquotequestions .breadcrumb,
  .page-postquotequestions .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 568px) {
  /* :L4797 */
  .page-postquotequestions .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4801 */
  .page-postquotequestions .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4806 */
  .page-postquotequestions .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4812 */
  .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;
  }
}
/* :L4822 */
@media (max-width: 568px) {
  /* :L4824 */
  .page-viewreferralsforquote .btn.btn-primary {
    width: 100%;
  }
}
/* :L4830 */
@media (max-width: 568px) {
  /* :L4832 */
  .page-agentalldocs .button-cls {
    margin-top: 0px;
  }
  /* :L4835 */
  .page-agentalldocs .button-cls .row .pull-left {
    width: 100%;
  }
}
@media (max-width: 568px) {
  /* :L4840 */
  .page-agentalldocs .button-cls .row .pull-left a {
    width: 100%;
  }
  /* :L4843 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    width: 100%;
  }
}
@media (max-width: 300px) {
  /* :L4848 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    font: normal normal bold 15px/21px Raleway !important;
  }
}
/* :L4853 */
@media (max-width: 280px) {
  /* :L4855 */
  .page-quote #silver_cover .cover-wrapper .cover .icon {
    padding-top: 20px;
  }
}
/*
page-getagentsearchresults
*/

/* :L4865 */
/* :L4868 */
.page-getagentsearchresults .instanda-retrieve-quote-content,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content,
.page-retrievequote .instanda-retrieve-quote-content {
  min-height: 800px;
}
/* :L4870 */
.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;
}
/* :L4873 */
.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;
}
/* :L4875 */
.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;
}
/* :L4883 */
.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;
}
/* :L4886 */
.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;
}
/* :L4888 */
.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;
}
/* :L4890 */
.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;
}
/* :L4894 */
.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;
}
/* :L4902 */
/* :L4903 */
.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;
}
/* :L4911 */
.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;
}
/* :L4913 */
.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;
}
/* :L4917 */
/* :L4918 */
.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;
}
/* :L4921 */
.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;
}
/* :L4933 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea {
  background-color: #f3f4f7;
}
/* :L4935 */
/* :L4936 */
.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;
}
/* :L4945 */
/* :L4946 */
.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;
}
/* :L4953 */
.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;
}
/* :L4957 */
.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;
}
/* :L4959 */
.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;
}
/* :L4968 */
.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;
}
/* :L4971 */
.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;
}
/* :L4982 */
.page-getagentsearchresults #download-button-container,
.page-agentsearchexpiredpolicies #download-button-container,
.page-retrievequote #download-button-container {
  margin-bottom: 40px;
}
/* :L4984 */
.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;
}
/* :L4995 */
#expiredDateStart,
#expiredDateEnd {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L5001 */
/* :L5002 */
.page-getagentsearchresults #divPolicyResults .container .agent-quotesearch-results-container {
  padding-left: 30px;
}
/*
Responsive 2
*/

/* :L5011 */
@media (min-width: 915px) and (max-width: 1024px) {
  /* :L5013 */
  .page-prequotequestions.page-number-1 .outer-wrapper .instanda-question-label {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  /* :L5018 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 1024px) {
  /* :L5023 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 914px) {
  /* :L5028 */
  .page-prequotequestions.page-number-1 .outer-wrapper {
    display: block;
  }
  /* :L5030 */
  .page-prequotequestions.page-number-1 .outer-wrapper #question155190 .instanda-question-input {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L5036 */
  .page-prequotequestions.page-number-1 #question185450 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5041 */
@media (max-width: 568px) {
  /* :L5043 */
  .page-prequotequestions.page-number-1 .pull-left {
    float: none !important;
  }
  /* :L5045 */
  .page-prequotequestions.page-number-1 .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L5050 */
  .page-prequotequestions.page-number-1 .pull-right {
    float: none !important;
    width: 100%;
  }
  /* :L5053 */
  .page-prequotequestions.page-number-1 .pull-right .btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L5058 */
  .page-prequotequestions.page-number-1 .work-breakdown {
    display: grid;
  }
  /* :L5061 */
  /* :L5063 */
  .page-prequotequestions.page-number-1 #question155199 .instanda-input-prepend,
  .page-prequotequestions.page-number-1 #question155197 .instanda-input-prepend {
    margin-right: 0px;
  }
}
/* :L5069 */
/* :L5070 */
.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;
}
/* :L5078 */
.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) {
  /* :L5087 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer {
    display: grid;
  }
  /* :L5090 */
  .page-bulkuploadclaims #uploadButton {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* :L5094 */
  .page-bulkuploadclaims .submitButton {
    font: normal normal bold 14px/17px Raleway !important;
    letter-spacing: 0px;
    color: #565e71 !important;
    margin-top: 100px;
  }
}
@media (min-width: 425px) {
  /* :L5102 */
  .page-bulkuploadclaims .submitButton {
    margin-top: -10px;
  }
}
@media (max-width: 820px) {
  /* :L5107 */
  .page-bulkuploadclaims #importDataInput {
    width: inherit;
  }
}
/* :L5111 */
.page-bulkuploadclaims #importDataInput-error {
  display: flex;
}
/* :L5114 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 95%;
}
/* :L5116 */
.page-bulkuploadclaims #uploadClaimsControlsContainer .submitButton {
  padding: 10px;
}
@media (max-width: 285px) {
  /* :L5121 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer a {
    padding-right: 22px;
  }
}
/* :L5126 */
@media (max-width: 670px) {
  /* :L5128 */
  .page-agentclaims .well .btn-claim-group {
    float: none !important;
    width: 100%;
  }
  /* :L5131 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 730px) {
  /* :L5137 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 18%;
    margin-right: 2%;
    padding: 5px;
  }
}
/* :L5144 */
@media (max-width: 428px) {
  /* :L5146 */
  .page-viewquoteorpolicy .row.header-details-row .container .val {
    font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 736px) {
  /* :L5151 */
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L5156 */
.page-viewquoteorpolicy .instanda-question-input .form-control {
  height: 45px;
}
/* :L5160 */
@media (max-width: 300px) {
  /* :L5162 */
  .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
*/

/* :L5181 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L5183 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5186 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 14px;
  }
  /* :L5189 */
  .page-quickquotequestions.page-number-1 #question155193 .instanda-question-label label {
    top: 0;
  }
  /* :L5192 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L5196 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L5203 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L5206 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L5209 */
  .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: 0;
  }
  /* :L5214 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
  /* :L5217 */
  .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;
  }
  /* :L5224 */
  .page-quickquotequestions.page-number-1 button[name="continueButton"] {
    margin-top: 5px;
  }
}
@media (orientation: landscape) and (min-width: 824px) and (max-width: 1024px) {
  /* :L5229 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 13px;
  }
  /* :L5232 */
  .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) {
  /* :L5240 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 11px;
  }
  /* :L5243 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5246 */
  .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) {
  /* :L5254 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5257 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L5261 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L5268 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L5271 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L5274 */
  .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: 0;
  }
  /* :L5279 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
}
/* :L5285 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5287 */
  .page-prequotequestions.page-number-3 .outer-wrapper {
    display: block;
  }
  /* :L5290 */
  .page-prequotequestions.page-number-3 label {
    font-size: 16px;
  }
  /* :L5293 */
  .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%;
  }
  /* :L5303 */
  .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;
  }
  /* :L5308 */
  .page-prequotequestions.page-number-3 #question155251 .instanda-input-prepend {
    margin-right: 0;
  }
  /* :L5311 */
  .page-prequotequestions.page-number-3 #question185452 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5316 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5318 */
  .page-prequotequestions.page-number-4 #question185453 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5321 */
  .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;
  }
  /* :L5329 */
  .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%;
  }
  /* :L5333 */
  .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%;
  }
  /* :L5341 */
  .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;
  }
}
/* :L5348 */
/* :L5349 */
.page-agentlogin .instanda-main-content-container > .container {
  padding-left: 0;
}
@media (max-width: 770px) {
  /* :L5353 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5356 */
  .page-agentlogin .left-view,
  .page-agentlogin .right-view,
  .page-agentlogin .instanda-agent-login-content {
    background-size: 100% !important;
    width: 100%;
  }
  /* :L5362 */
  .page-agentlogin .instanda-agent-login-content {
    margin-top: 50px;
  }
  /* :L5365 */
  .page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
    float: none;
    padding: 0;
  }
  /* :L5369 */
  .page-agentlogin .instanda-agent-login-content .right-view .title {
    padding: 0px !important;
  }
  /* :L5372 */
  .page-agentlogin .login-footer .left-view {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  /* :L5377 */
  .page-agentlogin .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 771px) and (max-width: 990px) {
  /* :L5382 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 42px/42px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5387 */
@media (max-width: 414px) {
  /* :L5389 */
  .page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
    display: block;
  }
}
/*
Responsive 3
*/

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

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

/* :L5467 */
/* :L5468 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L5470 */
/* :L5471 */
.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;
}
/* :L5478 */
.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;
}
/* :L5484 */
/* :L5485 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L5488 */
.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: white;
  background: #17365a;
  text-decoration: none;
  border: none;
}
/* :L5496 */
/* :L5497 */
.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;
}
/* :L5508 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L5510 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L5514 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L5517 */
.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;
}
/* :L5527 */
.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;
}
/* :L5539 */
/* :L5540 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L5543 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L5546 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L5550 */
.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) {
  /* :L5562 */
  .page-reviewreferrals .instanda-main-content-container .radio-inline {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L5570 */
  .page-reviewreferrals .instanda-main-content-container .review-referral-last-modified h6 {
    font-size: 6px !important;
  }
}
/* :L5574 */
.page-reviewreferrals .instanda-main-content-container .instanda-selected {
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
/* :L5578 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
@media (max-width: 568px) {
  /* :L5583 */
  .page-reviewreferrals .pull-right,
  .page-reviewreferrals .pull-left {
    width: 100%;
  }
  /* :L5587 */
  .page-reviewreferrals .btn.btn-primary {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L5596 */
/* :L5597 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L5599 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L5603 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L5606 */
.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) {
  /* :L5616 */
  .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*/

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

/* :L5643 */
/* :L5644 */
.page-quickquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L5647 */
/* :L5650 */
.page-quickquotequestions.page-number-1 #question172169 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5654 */
/* :L5657 */
.page-quickquotequestions.page-number-1 #question456291 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5661 */
.page-quickquotequestions.page-number-1 #question170090,
.page-quickquotequestions.page-number-1 #question510323 {
  /* margin-left: 8%; */
  margin-left: 0;
}
/* :L5667 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input {
  flex-wrap: wrap;
}
/* :L5670 */
.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;
}
/* :L5681 */
.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; */

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

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

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

}
/* :L5734 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
  width: 92%;
}
/* :L5739 */
.page-quickquotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 155px;
  display: inline-block;
  position: relative;
  top: 73px;
  /* left: -46px; */

}
/* :L5748 */
.page-quickquotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 210px;
  display: inline-block;
  position: relative;
  top: 73px;
  /* left: -32px; */

}
/* :L5757 */
.page-quickquotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 210px;
  display: inline-block;
  position: relative;
  top: 73px;
  /* left: -39px; */

}
/* :L5765 */
.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;
}
/* :L5777 */
.page-quickquotequestions.page-number-1 #question210743 {
  /* margin-left: 7.6%; */
  display: inline-block;
  width: 478px;
}
/* :L5781 */
.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%;
}
/* :L5787 */
.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;
}
/* :L5797 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L5800 */
.page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L5807 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L5812 */
.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) {
  /* :L5821 */
  .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;
  }
  /* :L5832 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:first-child {
    padding: 0px;
    width: 100%;
    flex: 0 0 100%;
    /* on it's own line */
  
  }
  /* :L5840 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
    top: 0px;
  }
  /* :L5843 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5846 */
  .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;
  }
  /* :L5851 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0%;
  }
  /* :L5857 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
    width: 100%;
  }
  /* :L5863 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(3) {
    width: 100%;
  }
  /* :L5869 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5872 */
  .page-quickquotequestions.page-number-1 #question169805 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
  }
  /* :L5878 */
  .page-quickquotequestions.page-number-1 #question204590 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  /* :L5885 */
  .page-quickquotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5891 */
  .page-quickquotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5900 */
  .page-quickquotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5909 */
  .page-quickquotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5917 */
  .page-quickquotequestions.page-number-1 #question210743 {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  /* :L5921 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L5927 */
  .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;
  }
  /* :L5937 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L5940 */
  .page-quickquotequestions.page-number-1 #question210743 {
    display: block;
  }
  /* :L5943 */
  .page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L5950 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5955 */
  .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) {
  /* :L5963 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 10%;
  }
  /* :L5966 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L5971 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 18%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L5976 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 23%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L5981 */
  .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*/

/* :L6017 */
/* :L6018 */
.quickfill #question201668 {
  display: inline-block;
  width: 56%;
  margin-right: -25%;
}
/* :L6023 */
.quickfill #question201670 {
  display: inline-block;
  width: 48%;
  margin-right: -22%;
}
/* :L6030 */
.quickfill #question201669 {
  display: inline-block;
  width: 41%;
  padding-bottom: 15px;
  /*margin-right: 0%;*/

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

}
/* :L6048 */
.quickfill #question201671 .instanda-question-label {
  padding-bottom: 5px;
}
/* :L6053 */
.quickfill #question201672 {
  display: inline-block;
  width: 58%;
  margin-right: -23%;
}
/* :L6059 */
.quickfill #question201673 {
  display: inline-block;
  width: 65%;
  margin-right: -26%;
}
@media (max-width: 992px) {
  /* :L6066 */
  .quickfill #question201668 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L6071 */
  .quickfill #question201670 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L6076 */
  .quickfill #question201669 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L6082 */
  .quickfill #question201669 .instanda-question-label {
    padding-bottom: 0px;
  }
  /* :L6086 */
  .quickfill #question201671 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L6092 */
  .quickfill #question201671 .instanda-question-label {
    padding-bottom: 0px;
  }
  /* :L6097 */
  .quickfill #question201672 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L6103 */
  .quickfill #question201673 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
/*Basic Info*/

/* :L6112 */
/* :L6113 */
.page-prequotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L6116 */
.page-prequotequestions.page-number-1 #question169805 {
  display: flex;
  margin-left: 8%;
  padding-right: 30%;
}
/* :L6122 */
.page-prequotequestions.page-number-1 #question204590 {
  margin-left: 8%;
  padding-right: 0px;
  width: 335px;
  display: inline-block;
}
/* :L6129 */
.page-prequotequestions.page-number-1 #question169809 {
  padding-right: 0px;
  width: 180px;
  display: inline-block;
}
/* :L6135 */
.page-prequotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -30px;
}
/* :L6144 */
.page-prequotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -35px;
}
/* :L6153 */
.page-prequotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -40px;
}
/* :L6161 */
.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;
}
/* :L6172 */
.page-prequotequestions.page-number-1 #question169810 {
  margin-left: 8%;
  width: 100%;
}
/* :L6176 */
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div:first-child {
  /*padding-top:31px; */
  min-width: 450px;
  width: 10%;
}
/* :L6184 */
.page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
  position: relative;
  /*top: 28px; */

}
/* :L6188 */
.page-prequotequestions.page-number-1 .instanda-address-line-1,
.page-prequotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 12px;
}
/* :L6192 */
.page-prequotequestions.page-number-1 .instanda-question-input.instanda-address-line-2 {
  max-width: 162px;
}
/* :L6196 */
.page-prequotequestions.page-number-1 input#InsuredAddressLine2_TXT {
  width: 150px;
}
/* :L6199 */
.page-prequotequestions.page-number-1 .instanda-question-input.instanda-address-city {
  position: relative;
}
/* :L6202 */
.page-prequotequestions.page-number-1 .instanda-question-inner-label.instanda-address-city-label {
  position: relative;
}
/* :L6205 */
.page-prequotequestions.page-number-1 div#state-containerInsuredState_TXT {
  position: relative;
}
/* :L6208 */
.page-prequotequestions.page-number-1 .instanda-question-item.form-group.single-line-showhide.postcode-lookup-container {
  position: relative;
}
/* :L6212 */
.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%;
}
/* :L6218 */
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -31px;
}
/* :L6224 */
.page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
  padding-right: 0px;
  width: 60%;
}
/* :L6228 */
.page-prequotequestions.page-number-1 #question210743 {
  margin-left: 7.6%;
  display: inline-block;
  width: 478px;
}
/* :L6232 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
  color: #f06d2d;
  font-size: 22px;
  padding-bottom: 15px;
  margin-left: 0.5%;
}
/* :L6238 */
.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;
}
/* :L6248 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L6251 */
.page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L6258 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6263 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6268 */
.page-prequotequestions.page-number-1 #question208197 {
  margin-left: 8%;
  /* padding-top: 15px; */
  display: block;
}
/* :L6273 */
.page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
  position: relative;
}
/* :L6276 */
.page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  /* :L6282 */
  .page-prequotequestions.page-number-1 #question169805 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
  }
  /* :L6288 */
  .page-prequotequestions.page-number-1 #question204590 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  /* :L6295 */
  .page-prequotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6301 */
  .page-prequotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6310 */
  .page-prequotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6319 */
  .page-prequotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6327 */
  .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;
  }
  /* :L6338 */
  .page-prequotequestions.page-number-1 #question169810 {
    margin-left: 0%;
    width: 100%;
  }
  /* :L6342 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div:first-child {
    /*padding-top:31px; */
    width: 100%;
  }
  /* :L6349 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
    position: relative;
    /*top: 28px; */
  
  }
  /* :L6353 */
  .page-prequotequestions.page-number-1 .instanda-address-line-1,
  .page-prequotequestions.page-number-1 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6358 */
  .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%;
  }
  /* :L6364 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0px;
  }
  /* :L6370 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6374 */
  .page-prequotequestions.page-number-1 #question210743 {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  /* :L6378 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L6384 */
  .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;
  }
  /* :L6394 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L6397 */
  .page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L6404 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6409 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6414 */
  .page-prequotequestions.page-number-1 #question208197 {
    margin-left: 0%;
    display: block;
  }
  /* :L6418 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
    position: relative;
  }
  /* :L6421 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
    display: block;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6429 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 9%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6434 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6440 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
/*ADDITIONAL PROPERTY INFORMATION*/

/* :L6447 */
/* :L6448 */
.page-prequotequestions.page-number-2 .instanda-well {
  margin-left: 17%;
}
/* :L6451 */
.page-prequotequestions.page-number-2 .instanda-question-label {
  max-width: 75%;
}
/* :L6455 */
.page-prequotequestions.page-number-2 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6459 */
.page-prequotequestions.page-number-2 .instanda-question-input.instanda-question-date.date.input-group.instanda-question-not-dob {
  width: 350px;
  padding-right: 140px;
}
/* :L6463 */
.page-prequotequestions.page-number-2 #question169821 {
  margin-left: 8%;
  display: flex;
  padding-right: 30%;
}
/* :L6468 */
.page-prequotequestions.page-number-2 #question204597 {
  margin-left: 8%;
  display: inline-block;
  width: 255px;
}
/* :L6473 */
.page-prequotequestions.page-number-2 #question204596 {
  display: inline-block;
  width: 255px;
}
/* :L6477 */
.page-prequotequestions.page-number-2 #question208191 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6481 */
.page-prequotequestions.page-number-2 #question169829 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6485 */
.page-prequotequestions.page-number-2 #question205488 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6489 */
.page-prequotequestions.page-number-2 #question207399 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6493 */
.page-prequotequestions.page-number-2 #question204601 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6497 */
.page-prequotequestions.page-number-2 #question238333 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6501 */
.page-prequotequestions.page-number-2 #question348437 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6505 */
.page-prequotequestions.page-number-2 #question312461 {
  margin-left: 8%;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  /* :L6511 */
  .page-prequotequestions.page-number-2 #question169821 {
    margin-left: auto;
    display: block;
    padding-right: 0%;
  }
  /* :L6516 */
  .page-prequotequestions.page-number-2 #question204597 {
    margin-left: auto;
    display: block;
    width: 100%;
  }
  /* :L6521 */
  .page-prequotequestions.page-number-2 #question204596 {
    display: block;
    width: 100%;
  }
  /* :L6525 */
  .page-prequotequestions.page-number-2 #question208191 {
    margin-left: auto;
  }
  /* :L6528 */
  .page-prequotequestions.page-number-2 #question169829 {
    margin-left: auto;
  }
  /* :L6531 */
  .page-prequotequestions.page-number-2 #question205488 {
    margin-left: auto;
  }
  /* :L6534 */
  .page-prequotequestions.page-number-2 #question207399 {
    margin-left: auto;
  }
  /* :L6537 */
  .page-prequotequestions.page-number-2 #question204601 {
    margin-left: auto;
  }
  /* :L6540 */
  .page-prequotequestions.page-number-2 #question238333 {
    margin-left: auto;
  }
  /* :L6543 */
  .page-prequotequestions.page-number-2 #question348437 {
    margin-left: auto;
  }
  /* :L6546 */
  .page-prequotequestions.page-number-2 #question312461 {
    margin-left: auto;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6553 */
  .page-prequotequestions.page-number-2 .instanda-well {
    margin-left: 23%;
  }
}
/*PROPERTY INFORMATION / MANAGEMENT*/

/* :L6560 */
/* :L6561 */
.page-prequotequestions.page-number-3 .instanda-well {
  margin-left: 17%;
}
/* :L6565 */
.page-prequotequestions.page-number-3 .instanda-question-label {
  max-width: 75%;
}
/* :L6568 */
.page-prequotequestions.page-number-3 .instanda-question-input {
  width: auto;
}
/* :L6571 */
.page-prequotequestions.page-number-3 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6575 */
.page-prequotequestions.page-number-3 #question204622 {
  max-width: 1000px;
}
/* :L6579 */
.page-prequotequestions.page-number-3 #question204617 {
  max-width: 1000px;
}
/* :L6583 */
.page-prequotequestions.page-number-3 #question204606 {
  max-width: 1000px;
}
/* :L6587 */
.page-prequotequestions.page-number-3 #question204621 {
  max-width: 1000px;
}
/* :L6591 */
.page-prequotequestions.page-number-3 #question204616 {
  max-width: 1000px;
}
/* :L6594 */
.page-prequotequestions.page-number-3 #question254179 {
  max-width: 1000px;
}
/* :L6598 */
.page-prequotequestions.page-number-3 #question330456 {
  max-width: 100%;
}
/* :L6602 */
.page-prequotequestions.page-number-3 #question330412 {
  max-width: 1000px;
}
/* :L6606 */
.page-prequotequestions.page-number-3 #question204618 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6611 */
.page-prequotequestions.page-number-3 #question204619 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6616 */
.page-prequotequestions.page-number-3 #question204620 {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 992px) {
  /* :L6622 */
  .page-prequotequestions.page-number-3 #question204618 {
    width: 100%;
  }
  /* :L6625 */
  .page-prequotequestions.page-number-3 #question204619 {
    width: 100%;
  }
  /* :L6628 */
  .page-prequotequestions.page-number-3 #question204620 {
    width: 96%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6634 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6639 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6645 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
/*HISTORY*/

/* :L6652 */
/* :L6653 */
.page-prequotequestions.page-number-4 .instanda-well {
  margin-left: 17%;
}
/* :L6657 */
.page-prequotequestions.page-number-4 .instanda-question-label {
  max-width: 75%;
}
/* :L6661 */
.page-prequotequestions.page-number-4 .instanda-question-input {
  width: 100%;
}
/* :L6664 */
.page-prequotequestions.page-number-4 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6667 */
.page-prequotequestions.page-number-4 #question204624 {
  max-width: 1000px;
}
/* :L6670 */
.page-prequotequestions.page-number-4 #question204595 {
  max-width: 1000px;
}
/* :L6673 */
.page-prequotequestions.page-number-4 #question205437 {
  max-width: 1000px;
}
/* :L6677 */
.page-prequotequestions.page-number-4 #question205436 {
  max-width: 1000px;
}
/* :L6681 */
.page-prequotequestions.page-number-4 #question204612 {
  max-width: 1000px;
}
/* :L6685 */
.page-prequotequestions.page-number-4 #question205440 {
  max-width: 1000px;
}
/* :L6688 */
.page-prequotequestions.page-number-4 #question204614 {
  max-width: 1000px;
}
/* :L6692 */
.page-prequotequestions.page-number-4 #question205437 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6697 */
.page-prequotequestions.page-number-4 #question205439 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6702 */
.page-prequotequestions.page-number-4 #question205438 {
  display: inline-block;
  width: 47%;
}
/* :L6706 */
.page-prequotequestions.page-number-4 #question205443 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6711 */
.page-prequotequestions.page-number-4 #question205451 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6716 */
.page-prequotequestions.page-number-4 #question205449 {
  display: inline-block;
  width: 47%;
}
/* :L6720 */
.page-prequotequestions.page-number-4 #question204615 {
  width: 49%;
}
/* :L6723 */
.page-prequotequestions.page-number-4 #question204623 {
  padding-right: 620px;
}
@media only screen and (max-width: 992px) {
  /* :L6729 */
  .page-prequotequestions.page-number-4 #question205437 {
    width: 100%;
  }
  /* :L6732 */
  .page-prequotequestions.page-number-4 #question205439 {
    width: 100%;
  }
  /* :L6735 */
  .page-prequotequestions.page-number-4 #question205438 {
    width: 9%;
  }
  /* :L6738 */
  .page-prequotequestions.page-number-4 #question205443 {
    width: 100%;
  }
  /* :L6741 */
  .page-prequotequestions.page-number-4 #question205451 {
    width: 100%;
  }
  /* :L6744 */
  .page-prequotequestions.page-number-4 #question205449 {
    width: 96%;
  }
  /* :L6747 */
  .page-prequotequestions.page-number-4 #question204615 {
    width: 96%;
  }
  /* :L6750 */
  .page-prequotequestions.page-number-4 #question204623 {
    padding-right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6756 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6761 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6767 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
/*QUOTE DISPLAY QUESTIONS*/

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

/* :L6781 */
/* :L6782 */
.page-postquotequestions.page-number-1 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L6788 */
.page-postquotequestions.page-number-1 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L6793 */
.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;
}
/* :L6802 */
.page-postquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L6805 */
.page-postquotequestions.page-number-1 #question204625 {
  width: 50%;
  margin-left: 8%;
}
/* :L6810 */
.page-postquotequestions.page-number-1 #question208198 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6816 */
.page-postquotequestions.page-number-1 #question208199 {
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6821 */
.page-postquotequestions.page-number-1 #question208201 {
  padding-right: 15px;
  display: inline-block;
  width: 270px;
}
/* :L6826 */
.page-postquotequestions.page-number-1 #question208202 {
  display: inline-block;
  width: 170px;
  padding-right: 15px;
}
/* :L6832 */
.page-postquotequestions.page-number-1 #question208200 {
  margin-left: 8%;
}
/* :L6835 */
.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;
}
/* :L6846 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6853 */
.page-postquotequestions.page-number-1 #question208200 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6857 */
.page-postquotequestions.page-number-1 .instanda-address-line-1,
.page-postquotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 15px;
  width: 600px;
}
/* :L6862 */
.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%;
}
/* :L6868 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6874 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6880 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6886 */
.page-postquotequestions.page-number-1 #question208200 .instanda-address-postcode {
  width: 68%;
}
/* :L6890 */
.page-postquotequestions.page-number-1 #question208115,
.page-postquotequestions.page-number-1 #question208142 {
  margin-left: 8%;
}
/* :L6896 */
.page-postquotequestions.page-number-1 #question208116 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6901 */
.page-postquotequestions.page-number-1 #question208117 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6906 */
.page-postquotequestions.page-number-1 #question208119 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6911 */
.page-postquotequestions.page-number-1 #question208120 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6916 */
.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;
}
/* :L6927 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6934 */
.page-postquotequestions.page-number-1 #question208118 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6938 */
.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%;
}
/* :L6946 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6952 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6958 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6964 */
.page-postquotequestions.page-number-1 #question208118 .instanda-address-postcode {
  width: 68%;
}
/* :L6968 */
.page-postquotequestions.page-number-1 #question208143 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6973 */
.page-postquotequestions.page-number-1 #question208144 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6978 */
.page-postquotequestions.page-number-1 #question208149 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6983 */
.page-postquotequestions.page-number-1 #question208151 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6988 */
.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;
}
/* :L6999 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L7006 */
.page-postquotequestions.page-number-1 #question208146 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L7010 */
.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%;
}
/* :L7018 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L7024 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L7030 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L7036 */
.page-postquotequestions.page-number-1 #question208146 .instanda-address-postcode {
  width: 68%;
}
/* :L7040 */
.page-postquotequestions.page-number-1 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L7046 */
  .page-postquotequestions.page-number-1 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L7052 */
  .page-postquotequestions.page-number-1 .label-danger {
    position: relative;
  }
  /* :L7056 */
  .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;
  }
  /* :L7066 */
  .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;
  }
  /* :L7083 */
  .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;
  }
  /* :L7089 */
  .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;
  }
  /* :L7111 */
  .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%;
  }
  /* :L7119 */
  .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%;
  }
  /* :L7137 */
  .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%;
  }
  /* :L7155 */
  .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*/

/* :L7165 */
/* :L7166 */
.page-postquotequestions.page-number-2 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L7172 */
.page-postquotequestions.page-number-2 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7177 */
.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;
}
/* :L7185 */
.page-postquotequestions.page-number-2 .instanda-question-input {
  width: 100%;
}
/* :L7188 */
.page-postquotequestions.page-number-2 #question315373 {
  width: 50%;
  margin-left: 8%;
}
/* :L7192 */
.page-postquotequestions.page-number-2 #question205564 {
  width: 50%;
  margin-left: 8%;
}
/* :L7196 */
.page-postquotequestions.page-number-2 #question208163 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 400px;
}
/* :L7202 */
.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;
}
/* :L7211 */
.page-postquotequestions.page-number-2 #question208166,
.page-postquotequestions.page-number-2 #question208168,
.page-postquotequestions.page-number-2 #question208173 {
  display: inline-block;
  width: 200px;
}
/* :L7217 */
.page-postquotequestions.page-number-2 #question208165,
.page-postquotequestions.page-number-2 #question204632,
.page-postquotequestions.page-number-2 #question208169 {
  margin-left: 8%;
}
/* :L7223 */
/* :L7225 */
.page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
.page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
  position: absolute;
}
/* :L7230 */
/* :L7231 */
.page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
  position: relative;
  top: 12px;
}
/* :L7237 */
.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;
}
/* :L7260 */
.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%;
}
/* :L7275 */
.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;
}
/* :L7281 */
.page-postquotequestions.page-number-2 .instanda-address-line-1,
.page-postquotequestions.page-number-2 .instanda-address-line-2 {
  padding-right: 17px;
  width: 600px;
}
/* :L7286 */
.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%;
}
/* :L7293 */
.page-postquotequestions.page-number-2 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L7299 */
  .page-postquotequestions.page-number-2 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L7305 */
  .page-postquotequestions.page-number-2 .label-danger {
    position: relative;
  }
  /* :L7308 */
  .page-postquotequestions.page-number-2 .instanda-well {
    padding-left: 10px;
  }
  /* :L7311 */
  .page-postquotequestions.page-number-2 #question315373 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7315 */
  .page-postquotequestions.page-number-2 #question205564 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7319 */
  .page-postquotequestions.page-number-2 #question208163 {
    margin-left: auto;
    padding-right: 0px;
    display: block;
    width: 100%;
  }
  /* :L7325 */
  .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%;
  }
  /* :L7334 */
  .page-postquotequestions.page-number-2 #question208166,
  .page-postquotequestions.page-number-2 #question208168,
  .page-postquotequestions.page-number-2 #question208173 {
    display: block;
    width: 100%;
  }
  /* :L7340 */
  .page-postquotequestions.page-number-2 #question208165,
  .page-postquotequestions.page-number-2 #question204632,
  .page-postquotequestions.page-number-2 #question208169 {
    margin-left: auto;
  }
  /* :L7346 */
  /* :L7348 */
  .page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
  .page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
    position: relative;
  }
  /* :L7353 */
  /* :L7354 */
  .page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
    position: relative;
    top: 0px;
  }
  /* :L7360 */
  .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;
  }
  /* :L7383 */
  .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%;
  }
  /* :L7398 */
  .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;
  }
  /* :L7404 */
  .page-postquotequestions.page-number-2 .instanda-address-line-1,
  .page-postquotequestions.page-number-2 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L7409 */
  .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*/

/* :L7419 */
/* :L7420 */
.page-postquotequestions.page-number-3 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7425 */
.page-postquotequestions.page-number-3 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7430 */
.page-postquotequestions.page-number-3 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7435 */
.page-postquotequestions.page-number-3 .instanda-notes-button {
  margin-right: 7px;
}
@media only screen and (max-width: 992px) {
  /* :L7440 */
  .page-postquotequestions.page-number-3 .instanda-well {
    padding: 10px;
  }
  /* :L7443 */
  .page-postquotequestions.page-number-3 table.Table {
    width: auto !important;
  }
}
/* :L7449 */
/* :L7450 */
.page-postquotequestions.page-number-4 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7455 */
.page-postquotequestions.page-number-4 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7460 */
.page-postquotequestions.page-number-4 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7465 */
.page-postquotequestions.page-number-4 .instanda-notes-button {
  margin-right: 7px;
}
@media only screen and (max-width: 992px) {
  /* :L7470 */
  .page-postquotequestions.page-number-4 .instanda-well {
    padding: 10px;
  }
  /* :L7473 */
  .page-postquotequestions.page-number-4 h3 {
    font: normal normal 20px/27px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L7479 */
/* :L7480 */
.page-postquotequestions.created-from-mta.page-number-4 .instanda-payment-options {
  display: none;
}
/* :L7483 */
.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;
}
/* :L7489 */
/* :L7490 */
.page-postquotequestions.created-from-mta.page-number-4.site-public .instanda-payment-options {
  display: none;
}
/* :L7493 */
.page-postquotequestions.created-from-mta.page-number-4.site-public .instanda-post-quote-questions > .instanda-question-item,
.page-postquotequestions.created-from-mta.page-number-4.site-public instanda-questionHeader > h3 {
  display: none;
}
/* :L7499 */
/* :L7500 */
.page-postquotequestions.page-number-5 .instanda-well {
  margin-left: 10%;
  margin-right: 10%;
}
/* :L7504 */
.page-postquotequestions.page-number-5 .instanda-notes-button {
  margin-right: 7px;
}
/* :L7507 */
.page-postquotequestions.page-number-5 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7512 */
.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;
}
@media only screen and (max-width: 992px) {
  /* :L7522 */
  .page-postquotequestions.page-number-5 .instanda-post-quote-questions {
    padding: 10px;
  }
  /* :L7525 */
  .page-postquotequestions.page-number-5 h3 {
    font: normal normal 20px/27px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L7531 */
/* :L7532 */
.page-postquotequestions.created-from-mta.page-number-5 .instanda-payment-options {
  display: none;
}
/* :L7535 */
.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;
}
/* :L7541 */
/* :L7542 */
.page-postquotequestions.created-from-mta.page-number-5.site-public .instanda-payment-options {
  display: none;
}
/* :L7545 */
.page-postquotequestions.created-from-mta.page-number-5.site-public .instanda-post-quote-questions > .instanda-question-item,
.page-postquotequestions.created-from-mta.page-number-5.site-public instanda-questionHeader > h3 {
  display: none;
}
/*BILLING INFORMATION*/

/* :L7552 */
.page-confirmbillingdetails {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 12px;
  font-size: 18px;
}
/* :L7553 */
.page-confirmbillingdetails h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7563 */
.page-confirmbillingdetails .instanda-main-content {
  font-size: 24px;
}
/* :L7567 */
.page-confirmbillingdetails .instanda-confirm-billing-address {
  font-size: 22px;
}
/* :L7571 */
.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;
}
/* :L7581 */
.page-confirmbillingdetails #boltPayButton:focus,
.page-confirmbillingdetails #boltPayButton:hover,
.page-confirmbillingdetails #boltPayButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L7588 */
.page-confirmbillingdetails a.pull-left {
  display: none;
  /*font: normal normal bold 18px/21px 'Nunito Sans', 'Raleway', sans-serif;
    color: slategrey;
    background: none;
    border: none;*/

}
/* :L7596 */
.page-confirmbillingdetails .breadcrumb {
  font-size: 15px !important;
}
/* :L7599 */
.page-confirmbillingdetails .breadcrumb .container {
  display: flex;
  width: 1250px;
}
/*Salesperson Forgot Password*/

/* :L7606 */
/* :L7607 */
.page-forgotsalespersonpassword .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7612 */
.page-forgotsalespersonpassword .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;
}
/* :L7626 */
.page-forgotsalespersonpassword .row.instanda-reset-agent-password {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: #17365a;
}
/* :L7633 */
.page-forgotsalespersonpassword .row {
  margin-right: -15px;
  margin-left: -138px;
}
/* :L7637 */
.page-forgotsalespersonpassword .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7641 */
.page-forgotsalespersonpassword .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;
}
/* :L7657 */
.page-forgotsalespersonpassword .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7661 */
.page-forgotsalespersonpassword .btn {
  font-size: 22px;
}
/* :L7664 */
.page-forgotsalespersonpassword .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Agent Login*/

/* :L7673 */
.page-agentlogin {
  background: transparent;
  /* .row {
    margin-right: -15px;
    margin-left: -135px;
  } */

}
/* :L7675 */
.page-agentlogin .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7680 */
.page-agentlogin .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;
}
/* :L7694 */
.page-agentlogin .row.instanda-agent-login {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7705 */
.page-agentlogin .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7709 */
.page-agentlogin .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;
}
/* :L7725 */
.page-agentlogin .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7729 */
.page-agentlogin .btn {
  font-size: 22px;
}
/* :L7732 */
.page-agentlogin .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/* :L7738 */
.page-agentlogin .page-index .Button {
  background: #17365a;
  border: solid 1px #f06d2d;
  border-radius: 5px;
  width: 207px;
  height: 45px;
  padding: 12px 21px;
  color: white;
  text-decoration: none;
}
/* :L7748 */
.page-agentlogin .Button:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7752 */
.page-agentlogin .navbar.navbar-default {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
}
/* :L7757 */
.page-agentlogin .navbar.navbar-static-top {
  margin-bottom: 0px;
  border: none;
  /*nav > .container{
    padding-left:58%
  }*/

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

}
/* :L7772 */
.page-agentlogin .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;
}
/* :L7778 */
.page-agentlogin .navbar.navbar-static-top .nav.navbar-nav.navbar-right li a:hover {
  color: #f06d2d;
}
/* :L7785 */
.page-agentlogin .navbar.navbar-static-top .navbar-header {
  width: 20%;
}
/* :L7788 */
.page-agentlogin .navbar.navbar-static-top .navbar-toggle {
  display: none;
}
/* :L7791 */
.page-agentlogin .navbar.navbar-static-top .navbar-brand {
  /*LOGO IS HERE*/
  content: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkdOMU0wMWxSRXRuUTNoMllsWjNVV3A0YTNGQ2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxveFIhIUBPUDNHcUVmWWZNLDEwMDAscyFQeiFUaUJhcUlKVDFoZiwrYjRVUnlIVXdSNWYvYjVydDdRb04rRkEvak5RNHYrdS9xd2NtVkNKSUJsbXBpZUtVQWRoRlNUL0I0SVhZL0VqSTdkb1ZpblIvdVJiNHlTVlJkR00xQT09");
  height: 76px;
  padding: 0px;
}
/* :L7797 */
.page-agentlogin .navbar.navbar-static-top .navbar-collapse ul li:first-child,
.page-agentlogin .navbar.navbar-static-top li:last-child {
  display: block;
}
/* :L7801 */
.page-agentlogin .navbar.navbar-static-top .navbar-collapse ul li:last-child {
  float: right;
  font: normal normal bold 14px/17px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
}
/* :L7806 */
.page-agentlogin .navbar.navbar-static-top .navbar-collapse ul li:last-child ::after {
  content: "  \279C";
  font-weight: 700;
  padding-top: 7px;
}
/* :L7812 */
.page-agentlogin .navbar.navbar-static-top .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
/*PAYMENT CONFIRMATION*/

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

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

}
/* :L7869 */
table.address-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 27px;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L7877 */
table.address-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L7883 */
table.address-tbl th:last-child {
  text-align: right;
}
/* :L7887 */
table.address-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7891 */
table.address-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L7896 */
table.address-tbl .disabled td {
  color: #4f5f64;
}
/* :L7899 */
table.address-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L7903 */
table.sale-confirmation-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}
/* :L7910 */
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;
}
/* :L7918 */
table.sale-confirmation-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 18px;
}
/* :L7925 */
table.sale-confirmation-tbl th:last-child {
  text-align: right;
}
/* :L7929 */
table.sale-confirmation-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7933 */
table.sale-confirmation-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
}
/* :L7938 */
table.sale-confirmation-tbl .disabled td {
  color: #4f5f64;
}
/* :L7941 */
table.sale-confirmation-tbl tbody tr {
  transition: background 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* :L7945 */
/* :L7947 */
table.sale-confirmation-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L7952 */
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;
}
/* :L7967 */
a.newquotebtn:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7972 */
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;
}
/* :L7988 */
span.downloadquote:hover {
  color: white;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L7994 */
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;
}
/* :L8010 */
span > a:hover {
  color: #17365a;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L8016 */
.confirmation-note > div > 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;
}
/* :L8032 */
.confirmation-note > div > a:hover {
  color: #17365a;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L8038 */
.input-group-date .input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8044 */
span.input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8050 */
/* :L8051 */
.quickfill .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L8056 */
.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;
}
/* :L8069 */
.quickfill .form-control::placeholder {
  color: transparent;
}
/* :L8073 */
.quickfill .form-control:placeholder-shown ~ .control-label {
  font-size: 2.3rem;
  cursor: text;
  top: 20px;
}
/* :L8080 */
.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;
}
/* :L8093 */
.quickfill .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #17365a;
  font-weight: 700;
}
/* :L8103 */
.quickfill .form-control:focus {
  padding-bottom: 6px;
  border-width: 3px;
  border-image: linear-gradient(to right, #f06d2d, #f06d2d);
  border-image-slice: 1;
}
/* :L8104 */
.quickfill .form-control:focus ~ .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #f06d2d;
  font-weight: 700;
}
/* :L8114 */
.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;
}
/* :L8126 */
/* :L8127 */
.quickfill .form-control:required,
.quickfill .form-control:invalid {
  box-shadow: none;
}
/* Hide Notes */

/* :L8136 */
a[title="Notes"],
.instanda-notes-button {
  display: none;
}
/* Hide some of the Action Buttons on View Quotes and Policies page */

/* :L8142 */
/* :L8144 */
/* :L8145 */
.page-viewquoteorpolicy .btn-group .btnDetailChange {
  display: none;
}
/* :L8148 */
.page-viewquoteorpolicy .btn-group .btnRenewPolicy {
  display: none;
}
/* :L8154 */
/* :L8155 */
/* :L8156 */
.page-viewquoteorpolicy.logged-in-underwriter .btn-group .btnDetailChange {
  display: block;
}
/* :L8159 */
.page-viewquoteorpolicy.logged-in-underwriter .btn-group .btnRenewPolicy {
  display: block;
}
/* Pre-Quote Margins */

/* :L8167 */
.instanda-pre-quote-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 13%;
  margin-right: 6%;
}
/* Post-Quote Margins */

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

/* :L8185 */
#question299397 {
  display: none;
}
/* :L8189 */
.hideQuestion {
  display: none;
}
/* :L8193 */
/* :L8194 */
#question169810 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
/* :L8199 */
#question169810 .form-group.single-line-showhide {
  width: unset;
}
@media (max-width: 767px) {
  #question169810 .form-group.single-line-showhide {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
}
/* :L8208 */
#question169810 .instanda-text-question > .instanda-question-input > div:first-child {
  /* padding-top: 31px; */
  min-width: 680px;
}
@media (max-width: 767px) {
  #question169810 .instanda-text-question > .instanda-question-input > div:first-child {
    min-width: 100%;
  }
}
/* Customer Account Page */

/* :L8219 */
/* :L8220 */
.page-customeraccountoptions .section_content {
  text-align: center;
}
/* :L8224 */
.page-customeraccountoptions #back-button-container {
  display: flex;
  justify-content: center;
  transform: translateY(-30px);
}
/* :L8230 */
.page-customeraccountoptions #back-button {
  font-size: 1.8rem;
  width: 270px;
  margin: 0;
  cursor: pointer;
}
/* :L8237 */
/* :L8238 */
.page-customeraccountoptions .instanda-main-content-container .section_content a {
  display: inline-block;
  padding: 0.35em 1.2em;
  background-color: #17365a;
  border: none;
  margin: 10px;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #f06d2d;
  text-align: center;
  align-content: center;
  transition: all 0.2s;
  max-width: 270px;
  font-size: 20px;
}
/* :L8258 */
/* :L8259 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: none;
  margin: 10px;
  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;
  /* max-width: 300px; */
  font-size: 18px;
}
/* :L8277 */
/* :L8278 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount a:hover {
  color: #17365a;
  background-color: #f06d2d;
}
/* :L8287 */
/* :L8288 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: none;
  margin: 10px;
  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;
  /* max-width: 300px; */
  font-size: 18px;
}
/* :L8307 */
/* :L8308 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs a:hover {
  color: #17365a;
  background-color: #f06d2d;
}
/* :L8317 */
/* :L8318 */
.page-customeraccountoptions table#agentSearchResultsTable {
  display: none;
}
/* :L8323 */
/* :L8324 */
.page-customeraccountoptions h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L8329 */
.page-customeraccountoptions h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L8339 */
/* :L8340 */
.page-customeraccountinfo .buttons-container {
  margin-right: 20%;
}
/* :L8344 */
.page-customeraccountinfo button[name="saveButton"],
input[name="notes"] {
  background: white 0% 0% no-repeat padding-box !important;
  border: 1px solid #17365a !important;
  border-radius: 5px;
  color: black;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  margin-right: 1%;
}
/* :L8354 */
.page-customeraccountinfo button[name="backButton"],
input[name="notes"] {
  background: #17365a 0% 0% no-repeat padding-box !important;
  border: 1px solid #17365a !important;
  border-radius: 5px;
  color: white;
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
  margin-right: 1%;
}
/* :L8364 */
/* :L8365 */
.page-customeraccountinfo .questionItem.instanda-question-item.form-group.container {
  margin-left: 33%;
  margin-top: 3%;
}
/* :L8371 */
/* :L8372 */
.page-customeraccountinfo .instanda-question-label,
.page-customeraccountinfo .instanda-question-inner-label {
  margin-top: 3%;
}
/* :L8377 */
/* :L8378 */
.page-customeraccountinfo h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L8383 */
.page-customeraccountinfo h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* 
Remove Installments and Installment Reference on customer payment history/offline transactions page 
Ticket: 179506
*/

/* :L8397 */
/* :L8398 */
/* :L8399 */
.page-offlinetransactions #transactionsTable .offline-transactions-table-header-instandaInstalmentRef {
  display: none;
}
/* :L8402 */
.page-offlinetransactions #transactionsTable .offline-transactions-table-row-instandaInstalmentRef {
  display: none;
}
/* :L8406 */
.page-offlinetransactions #transactionsTable .offline-transactions-table-header-tax {
  display: none;
}
/* :L8409 */
.page-offlinetransactions #transactionsTable .offline-transactions-table-row-tax {
  display: none;
}
/* :L8413 */
.page-offlinetransactions #instalments-table-heading {
  display: none;
}
/* :L8416 */
.page-offlinetransactions #instalmentsTable {
  display: none;
}
/* Hide the temporary questions on Quick Quote Display */

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