

/*
  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 */
/* :L1113 */
.page-cannotquote .alert-danger {
  display: none !important;
}
/* :L1118 */
/* :L1119 */
.name .instanda-question-label {
  position: absolute;
}
/* :L1122 */
.name .instanda-question-input > .form-group {
  display: flex;
  margin-bottom: 0px;
}
/* :L1125 */
.name .instanda-question-input > .form-group .instanda-question-name-title {
  padding-top: 25px;
  padding-right: 12px;
}
/* :L1129 */
.name .instanda-question-input > .form-group .instanda-question-name-first-name {
  padding-right: 12px;
}
/* :L1135 */
.page-prequotequestions h3 {
  margin-left: 0px !important;
}
/*
LOGINPAGE
*/

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

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

/*
INDEX
*/

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

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

  }*/

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

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

/* :L1321 */
/* :L1322 */
.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;
}
/* :L1329 */
.instanda-quick-quote-questions h2:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L1339 */
@media (min-width: 1024px) {
  /* :L1341 */
  .page-quickquote .col-md-offset-1 {
    /* margin-left: 8.33333333%; */
    padding-left: 8.33%;
  }
}
@media (min-width: 992px) {
  /* :L1347 */
  .page-quickquote .col-md-offset-1 {
    margin-left: 0px;
  }
}
/* :L1351 */
.page-quickquote .instanda-questionHeader {
  width: 100%;
}
/* :L1354 */
.page-quickquote .col-main {
  padding-left: 30px;
}
/* :L1357 */
.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) {
  /* :L1363 */
  .page-quickquote .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1367 */
.page-quickquote .table-sub-header {
  padding-left: 0px;
}
/* :L1371 */
.page-quickquote .instanda-questionHeader h3 {
  font: normal normal bold 59px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L1377 */
.page-quickquote h3,
.page-quickquote p {
  font: normal normal normal 24px/32px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L1383 */
.page-quickquote .section-applicant-details {
  padding-right: 10px;
}
/* :L1386 */
.page-quickquote .section-applicant-details h4 {
  font-size: 22px !important;
  margin-bottom: 0px;
}
/* :L1390 */
.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;
}
/* :L1397 */
.page-quickquote .premium {
  padding-left: 12px;
}
/* :L1400 */
.page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  margin-bottom: 30px;
}
/* :L1403 */
.page-quickquote .instanda-questionHeader .questionHeader .container {
  padding-bottom: 10px;
}
/* :L1407 */
.page-quickquote .instanda-question-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333333;
  padding-bottom: 7px;
}
/* :L1415 */
.page-quickquote .pull-right {
  float: right !important;
  margin-right: 10px;
  display: flex;
}
/* :L1421 */
.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;
}
/* :L1431 */
.page-quickquote #continueButton:focus,
.page-quickquote #continueButton:hover,
.page-quickquote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L1437 */
.page-quickquote #backButton {
  font: normal normal bold 18px/21px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1440 */
.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;
}
/* :L1448 */
.page-quickquote .form-control {
  height: 45px !important;
}
/* :L1451 */
/* :L1455 */
.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) {
  /* :L1460 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1464 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L1469 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L1475 */
  .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
*/

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

/* :L1584 */
/* :L1589 */
.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;
}
/* :L1594 */
.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;
}
/* :L1598 */
.page-retrievequote .search-row,
.page-getagentsearchresults .search-row {
  display: none;
}
@media (max-width: 992px) {
  /* :L1603 */
  .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;
  }
}
/* :L1607 */
.page-retrievequote #download-button-container,
.page-getagentsearchresults #download-button-container {
  display: none !important;
}
/* :L1611 */
/* :L1613 */
.page-retrievequote .agent-search-parameter-input,
.page-getagentsearchresults .agent-search-parameter-input {
  padding-right: 10px;
}
/* :L1616 */
.page-retrievequote #SearchParams_3__ParameterValue,
.page-getagentsearchresults #SearchParams_3__ParameterValue {
  width: 90%;
}
/* :L1619 */
.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;
}
/* :L1627 */
.page-retrievequote .btn.btn-default:hover,
.page-getagentsearchresults .btn.btn-default:hover {
  color: white;
  background-color: #c75a24;
  border-color: #c75a24;
}
/* :L1634 */
/* :L1635 */
/* :L1636 */
/* :L1637 */
#divQuoteResults .agent-quotesearch-results-container .agent-table td > a:nth-child(1) {
  display: none;
}
/* :L1640 */
#divQuoteResults .agent-quotesearch-results-container .agent-table td > a:nth-child(3) {
  display: none;
}
/* :L1647 */
/* :L1650 */
.page-updatepolicynumbers .agent-search-parameter-input,
.page-agentsearchexpiredpolicies .agent-search-parameter-input,
.page-agentsearchpoliciesforapproval .agent-search-parameter-input {
  padding-right: 10px;
}
/* :L1653 */
.page-updatepolicynumbers #SearchParams_3__ParameterValue,
.page-agentsearchexpiredpolicies #SearchParams_3__ParameterValue,
.page-agentsearchpoliciesforapproval #SearchParams_3__ParameterValue {
  width: 90%;
}
/* :L1656 */
.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;
}
/* :L1662 */
.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;
}
/* :L1668 */
.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;
}
/* :L1673 */
.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
*/

/* :L1685 */
/* :L1686 */
.page-quickquote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L1691 */
.page-quickquote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L1695 */
.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) {
  /* :L1703 */
  .page-quickquote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L1707 */
.page-quickquote .instanda-questionHeader .email-doc,
.page-quickquote .instanda-questionHeader .quote-doc,
.page-quickquote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L1712 */
.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;
}
/* :L1720 */
.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;
}
/* :L1727 */
.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%;
}
/* :L1732 */
.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;
}
/* :L1742 */
.page-quickquote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L1745 */
.page-quickquote .quotetable td {
  width: 33%;
}
/* :L1750 */
.page-quickquote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L1756 */
.page-quickquote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L1763 */
.page-quickquote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L1767 */
.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;
}
/* :L1775 */
.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;
}
/* :L1782 */
.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;
}
/* :L1789 */
.page-quickquote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1795 */
.page-quickquote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L1800 */
.page-quickquote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L1805 */
.page-quickquote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1810 */
.page-quickquote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L1815 */
.page-quickquote .pull-left {
  padding-left: 5px;
}
/* :L1818 */
.page-quickquote form > .container {
  padding-top: 30px;
}
/* :L1821 */
.page-quickquote .contractor-type a:hover {
  text-decoration: none;
}
/* :L1824 */
/* :L1825 */
.page-quickquote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L1830 */
.page-quickquote #green-tick-bronze,
.page-quickquote #green-tick-silver,
.page-quickquote #green-tick-gold {
  height: 50px;
}
/* :L1834 */
.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;
}
/* :L1846 */
.page-quickquote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L1849 */
.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;
}
/* :L1859 */
.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;
}
/* :L1867 */
.page-quickquote #continueButton {
  margin-right: 0px;
}
/* :L1871 */
.page-quickquote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 100%;
  display: block;
}
/* :L1878 */
.page-quickquote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L1885 */
.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;
}
/* :L1893 */
.page-quickquote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L1899 */
.page-quickquote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L1903 */
.page-quickquote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L1907 */
.page-quickquote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L1912 */
.page-quickquote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L1915 */
.page-quickquote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L1918 */
/* :L1920 */
.page-quickquote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L1925 */
/* :L1928 */
.page-quickquote .table-cover {
  padding: 15px;
}
/* :L1931 */
.page-quickquote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L1939 */
.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;
}
/* :L1947 */
.page-quickquote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L1951 */
.page-quickquote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L1957 */
.page-quickquote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L1963 */
.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;
}
/* :L1973 */
.page-quickquote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L1978 */
.page-quickquote .bronze_cls,
.page-quickquote .silver_cls,
.page-quickquote .gold_cls {
  background-color: #17365a !important;
  color: white;
}
/* :L1983 */
/* :L1986 */
.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;
}
/* :L1992 */
.page-quickquote .bronze_cls .premium-value-yy,
.page-quickquote .silver_cls .premium-value-yy,
.page-quickquote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L1996 */
.page-quickquote .bronze_cls .premium-value-mm,
.page-quickquote .silver_cls .premium-value-mm,
.page-quickquote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L2000 */
.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;
}
/* :L2004 */
.page-quickquote .bronze_cls .icon,
.page-quickquote .silver_cls .icon,
.page-quickquote .gold_cls .icon {
  font-size: 16px;
}
/* :L2006 */
.page-quickquote .bronze_cls .icon img,
.page-quickquote .silver_cls .icon img,
.page-quickquote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L2011 */
.page-quickquote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L2016 */
.page-quickquote .btn.active {
  color: #f06d2d;
  font-weight: bold;
  background-color: white;
  border: 2px solid #f06d2d;
  margin-top: 20px;
}
/* :L2023 */
.page-quickquote #question155228 {
  padding-right: 10px;
}
/* :L2027 */
.page-quickquote #bronze_cover,
.page-quickquote #silver_cover,
.page-quickquote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2034 */
  .page-quickquote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2038 */
  .page-quickquote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2043 */
  .page-quickquote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2049 */
  .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;
  }
  /* :L2056 */
  .page-quickquote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2062 */
  .page-quickquote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2066 */
  .page-quickquote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2074 */
  .page-quickquote .table-cover {
    margin-left: -74px;
  }
  /* :L2077 */
  .page-quickquote .email-quote {
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2103 */
  .page-quickquote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2110 */
  .page-quickquote #green-tick-bronze,
  .page-quickquote #green-tick-silver,
  .page-quickquote #green-tick-gold {
    display: flex;
  }
  /* :L2114 */
  .page-quickquote #green-tick-bronze .left-div,
  .page-quickquote #green-tick-silver .left-div,
  .page-quickquote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2117 */
  .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) {
  /* :L2123 */
  /* :L2126 */
  .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;
  }
}
/* :L2134 */
/* :L2135 */
.page-quote .form-control {
  height: 45px;
}
/* :L2140 */
.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;
}
/* :L2152 */
.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
*/

/* :L2170 */
/* :L2171 */
.page-quote .form-control {
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* :L2176 */
.page-quote .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* :L2180 */
.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) {
  /* :L2188 */
  .page-quote .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L2192 */
.page-quote .instanda-questionHeader .email-doc,
.page-quote .instanda-questionHeader .quote-doc,
.page-quote .instanda-questionHeader .adj-qsns {
  margin: 0px;
  margin-bottom: 15px;
}
/* :L2197 */
.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;
}
/* :L2205 */
.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;
}
/* :L2212 */
.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%;
}
/* :L2217 */
.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;
}
/* :L2227 */
.page-quote .quotetable {
  width: 100%;
  margin: 0em;
}
/* :L2230 */
.page-quote .quotetable td {
  width: 33%;
}
/* :L2235 */
.page-quote .premium-header {
  margin-top: 1em;
  text-align: center;
  font: normal normal bold 34px/44px "Nunito Sans", "Raleway", sans-serif;
}
/* :L2241 */
.page-quote .premium-content {
  margin-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #f06d2d;
}
/* :L2248 */
.page-quote .section-applicant-details {
  float: right;
  border-top: 1.5px solid lightgray;
}
/* :L2252 */
.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;
}
/* :L2260 */
.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;
}
/* :L2267 */
.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;
}
/* :L2274 */
.page-quote .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2280 */
.page-quote .premium-price {
  font: normal normal bold 52px/63px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.56px;
  color: #f06d2d;
}
/* :L2285 */
.page-quote .premium-price span:last-child {
  font: normal normal normal 16px/24px Heebo;
  letter-spacing: 0px;
  color: #f06d2d;
}
/* :L2290 */
.page-quote .premium-desc {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2295 */
.page-quote .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
/* :L2300 */
.page-quote .pull-left {
  padding-left: 5px;
}
/* :L2303 */
.page-quote form > .container {
  padding-top: 30px;
}
/* :L2306 */
.page-quote .contractor-type a:hover {
  text-decoration: none;
}
/* :L2309 */
/* :L2310 */
.page-quote #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L2315 */
.page-quote #green-tick-bronze,
.page-quote #green-tick-silver,
.page-quote #green-tick-gold {
  height: 50px;
}
/* :L2319 */
.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;
}
/* :L2331 */
.page-quote .tools-and-equipments {
  padding: 0px 0px 25px 25px;
}
/* :L2334 */
.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;
}
/* :L2344 */
.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;
}
/* :L2350 */
.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;
}
/* :L2358 */
.page-quote #continueButton {
  margin-right: 0px;
}
/* :L2361 */
.page-quote #continueButton:focus,
.page-quote #continueButton:hover,
.page-quote #continueButton:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L2368 */
.page-quote .quote-cov-table-container {
  /*padding: 20px;*/
  margin-bottom: 0.7em;
  width: 100%;
  display: block;
}
/* :L2375 */
.page-quote table.quote-coverage-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  /*margin: 1em;*/

}
/* :L2382 */
.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;
}
/* :L2390 */
.page-quote table.quote-coverage-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L2396 */
.page-quote table.quote-coverage-tbl th:last-child {
  text-align: right;
}
/* :L2400 */
.page-quote table.quote-coverage-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L2404 */
.page-quote table.quote-coverage-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L2409 */
.page-quote table.quote-coverage-tbl .disabled td {
  color: #4f5f64;
}
/* :L2412 */
.page-quote table.quote-coverage-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L2415 */
/* :L2417 */
.page-quote table.quote-coverage-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L2422 */
/* :L2425 */
.page-quote .table-cover {
  padding: 15px;
}
/* :L2428 */
.page-quote .smallitalicnote {
  font-style: italic;
  padding-left: 33px;
  font-size: 15px;
}
/* :L2433 */
.page-quote .cover-sec {
  padding: 0;
  /* .sec-cover-bronze,
    .sec-cover-silver,
    .sec-cover-gold {
      padding: 0;
    } */

}
/* :L2441 */
.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;
}
/* :L2448 */
.page-quote .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L2452 */
.page-quote .cover-row .icon {
  margin-top: 1.5em;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #f06d2d;
}
/* :L2458 */
.page-quote .cover-row .recommend {
  font-size: 16px;
  color: #f06d2d;
  text-align: center;
}
/* :L2464 */
.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;
}
/* :L2474 */
.page-quote .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L2479 */
.page-quote .bronze_cls,
.page-quote .silver_cls,
.page-quote .gold_cls {
  background-color: #17365a !important;
  color: white;
  padding: 17px;
}
/* :L2485 */
/* :L2488 */
.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;
}
/* :L2494 */
.page-quote .bronze_cls .premium-value-yy,
.page-quote .silver_cls .premium-value-yy,
.page-quote .gold_cls .premium-value-yy {
  color: white !important;
}
/* :L2498 */
.page-quote .bronze_cls .premium-value-mm,
.page-quote .silver_cls .premium-value-mm,
.page-quote .gold_cls .premium-value-mm {
  color: white !important;
}
/* :L2502 */
.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;
}
/* :L2506 */
.page-quote .bronze_cls .icon,
.page-quote .silver_cls .icon,
.page-quote .gold_cls .icon {
  font-size: 16px;
}
/* :L2508 */
.page-quote .bronze_cls .icon img,
.page-quote .silver_cls .icon img,
.page-quote .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L2513 */
.page-quote .select-section {
  margin-top: 1.2em;
  text-align: center;
}
/* :L2518 */
.page-quote .btn.active {
  /*color: #F06D2D;
      font-weight: bold;
      background-color: white;
      border: 2px solid #F06D2D;
      margin-top: 20px;*/
  display: none;
}
/* :L2526 */
.page-quote #question155228 {
  padding-right: 10px;
}
/* :L2530 */
.page-quote #bronze_cover,
.page-quote #silver_cover,
.page-quote #gold_cover {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* :L2537 */
  .page-quote .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2541 */
  .page-quote .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2546 */
  .page-quote .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L2552 */
  .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;
  }
  /* :L2559 */
  .page-quote .pull-right .btn.btn-primary {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  /* :L2565 */
  .page-quote .quotetable tr {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L2569 */
  .page-quote .quotetable td {
    display: block;
    margin: 1px;
    width: 100%;
  }
  /* :L2577 */
  .page-quote .table-cover {
    margin-left: -50px;
  }
  /* :L2580 */
  .page-quote table.quote-coverage-tbl th {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  /* :L2605 */
  .page-quote #question155228 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L2612 */
  .page-quote #green-tick-bronze,
  .page-quote #green-tick-silver,
  .page-quote #green-tick-gold {
    display: flex;
  }
  /* :L2616 */
  .page-quote #green-tick-bronze .left-div,
  .page-quote #green-tick-silver .left-div,
  .page-quote #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L2619 */
  .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) {
  /* :L2625 */
  /* :L2628 */
  .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;
  }
}
/* :L2636 */
/* :L2637 */
.page-quote.created-from-mta.page-number-1 button[name="chosenProductIds"] {
  display: none;
}
/*
AGENTDASHBOARD
*/

/* :L2646 */
/* :L2647 */
.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;
}
/* :L2653 */
.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;
}
/* :L2659 */
.page-agentdashboard .agentDashboardResultsContainerCustom {
  width: 100%;
  padding: 0;
}
/* :L2666 */
.page-agentdashboard #agentSearchControl {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 20px;
}
/* :L2671 */
.page-agentdashboard #agentSearchParameters {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
/* :L2676 */
.page-agentdashboard .agent-search-parameter.form-group {
  padding-right: 20px;
  padding-left: 15px;
}
/* :L2679 */
.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;
}
/* :L2685 */
.page-agentdashboard #searchTitle {
  display: none;
}
/* :L2688 */
.page-agentdashboard .agentDashboardResultsetTitle {
  display: none;
}
/* :L2691 */
/* :L2692 */
.page-agentdashboard .agent-search-parameter-input .form-control {
  height: 46px;
}
/* :L2696 */
.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;
}
/* :L2708 */
.page-agentdashboard #agentSearchButton:hover {
  background: #c75a24 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #0056fc33;
  border: 1px solid #c75a24;
}
/* :L2713 */
.page-agentdashboard #renewalsContainerCustom {
  padding-bottom: 30px;
}
/* :L2717 */
.page-agentdashboard #quotesContainerCustom,
.page-agentdashboard #policiesContainerCustom,
.page-agentdashboard #renewalsContainerCustom,
.page-agentdashboard #cancelledPoliciesContainerCustom {
  padding-top: 30px;
  background-color: #f3f4f7;
}
/* :L2723 */
.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;
}
/* :L2735 */
.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;
}
/* :L2739 */
.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;
}
/* :L2742 */
.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;
}
/* :L2746 */
.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;
}
/* :L2749 */
.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;
}
/* :L2754 */
/* :L2755 */
.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;
}
/* :L2761 */
.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;
}
/* :L2765 */
.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;
}
/* :L2774 */
/* :L2780 */
/* :L2789 */
.page-agentdashboard #renewalsContainerCustom {
  display: none;
}
@media (min-width: 768px) {
  /* :L2795 */
  #agentSearchParameters {
    width: 750px;
    display: flex;
  }
  /* :L2799 */
  /* :L2803 */
  #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;
  }
  /* :L2809 */
  #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) {
  /* :L2823 */
  #agentSearchParameters {
    width: 970px;
    display: flex;
  }
  /* :L2827 */
  /* :L2831 */
  #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;
  }
  /* :L2837 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* :L2843 */
  #agentSearchParameters {
    width: 1170px;
    display: flex;
  }
  /* :L2847 */
  /* :L2851 */
  #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;
  }
  /* :L2857 */
  #quotesContainerCustom .table-responsive,
  #policiesContainerCustom .table-responsive,
  #renewalsContainerCustom .table-responsive,
  #cancelledPoliciesContainerCustom .table-responsive {
    width: 1170px;
  }
  /* :L2861 */
  #WaitingOpaqueBox {
    display: none;
  }
}
/*
FOOTER
*/

/* :L2870 */
.footer {
  display: none;
}
/* :L2873 */
.login-footer {
  display: none;
}
/* :L2876 */
.page-footer {
  display: none;
}
/* :L2879 */
/* :L2880 */
.page-agentlogin .login-footer {
  display: block;
  background-color: transparent;
}
/* :L2883 */
.page-agentlogin .login-footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* :L2887 */
.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%;
}
/* :L2895 */
/* :L2915 */
.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;
}
/* :L2918 */
.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;
}
/* :L2924 */
.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;
}
/* :L2927 */
.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%;
}
/* :L2931 */
.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
*/

/* :L2946 */
/* :L2947 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
}
/* :L2949 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader {
  padding-left: 15px;
}
/* :L2951 */
.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;
}
/* :L2957 */
/* :L2958 */
.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;
}
/* :L2964 */
.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) {
  /* :L2972 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L2976 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
  width: 99%;
  text-align: end;
  position: relative;
  top: -28px;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  /* :L2985 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    position: relative;
    top: 0px;
  }
}
/* :L2991 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 80%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L2998 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    margin-top: 20px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L3004 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L3009 */
.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;
}
/* :L3017 */
.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;
}
/* :L3025 */
.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;
}
/* :L3032 */
.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;
}
/* :L3040 */
.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;
}
/* :L3047 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
/* :L3051 */
.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) {
  /* :L3060 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L3062 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/*
BUTTONS
*/

/* :L3073 */
#backButton {
  color: white;
  background: #17365a;
  border: none;
}
/* :L3078 */
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;
}
/* :L3085 */
button[name="copyQuoteButton"] {
  background: lightgray 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  color: black;
}
/* :L3091 */
button[name="saveButton"]:focus,
button[name="saveButton"]:hover,
button[name="saveButton"]:active {
  background-color: lightgrey;
  color: black;
}
/* :L3097 */
button[name="continueButton"]:focus,
button[name="continueButton"]:hover,
button[name="continueButton"]:active {
  background-color: #c75a24;
  border: 1px solid #c75a24;
}
/* :L3103 */
button[name="notes"]:focus,
button[name="notes"]:hover,
button[name="notes"]:active {
  background-color: white;
  border: 1px solid #d6d6d6;
}
/* :L3109 */
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* :L3115 */
#AdditionalInsured_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3123 */
#AdditionalInsured_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3131 */
#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;
}
/* :L3139 */
#MortgageeInfo_MIremoveButton {
  background: transparent 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: #17365a;
  font-weight: 500;
}
/* :L3147 */
#MortgageeInfo_MIaddButton {
  background: #0a7cd6 0% 0% no-repeat padding-box !important;
  border: 1px solid #0a7cd6 !important;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
/* :L3155 */
#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 ==========*/

/* :L3165 */
.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3171 */
label.radio-inline.instanda-question-yes-no-parent-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3177 */
label.radio-inline.instanda-question-yes-no-parent-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3183 */
label.radio-inline.instanda-question-yes-no-yes.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3189 */
label.radio-inline.instanda-question-yes-no-no.instanda-selected {
  background-color: #17365a;
  color: white;
  border: 1px solid #f06d2d;
}
/* :L3195 */
.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;
}
/* :L3203 */
.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 */

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

}
/* :L3225 */
.checkbox: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 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: unset;
}
/* :L3241 */
input[type="checkbox"] {
  cursor: pointer;
}
/* :L3245 */
div#TIMSAPP_BackgroundCheck_YN_Children {
  max-width: 465px;
}
/* :L3249 */
div#TIMSAPP_Upgrades_YN_Children {
  max-width: 465px;
}
/* :L3253 */
input[type="radio"]:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L3257 */
/* :L3258 */
/* :L3260 */
.yes-no-cls .instanda-selected input,
.yes-no-cls .instanda-unselected input {
  display: none;
}
/* :L3265 */
/* :L3266 */
/* :L3267 */
.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;
}
/* :L3280 */
/* :L3281 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L3288 */
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;
}
/* :L3304 */
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;
}
/* :L3319 */
.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;
}
/* :L3335 */
.radio-inline + .radio-inline {
  margin-top: 10px;
  margin-left: 10px;
}
/* :L3339 */
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-left: -20px;
  line-height: 40px;
}
/* :L3346 */
.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;
}
/* :L3353 */
.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;
}
/* :L3366 */
/* :L3368 */
.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;
}
/* :L3372 */
.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;
}
/* :L3376 */
.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;
}
/* :L3387 */
.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;
}
/* :L3403 */
/* :L3404 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L3411 */
.radio {
  font-size: 18px;
}
/* :L3415 */
.radio-inline {
  font-size: 18px;
}
/* :L3419 */
/* :L3420 */
.created-from-newbusiness.site-agent #copyQuoteButton {
  display: none;
}
/**CHECK bOX**/

/* :L3426 */
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);
}
/* :L3440 */
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
*/

/* :L3513 */
/* :L3514 */
.page-index .main-heading h1 {
  position: relative;
}
/* :L3518 */
/* :L3519 */
.page-index .main-heading h1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3528 */
#header1 {
  position: relative;
}
/* :L3531 */
#header1:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L3539 */
/* :L3564 */
.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;
}
/* :L3568 */
/* :L3594 */
.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
*/

/* :L3608 */
/* :L3609 */
.page-viewquoteorpolicy .agent-view-quote-policy-content {
  background-color: #f3f4f7;
}
/* :L3612 */
.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;
}
/* :L3621 */
/* :L3622 */
.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;
}
/* :L3628 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L3629 */
.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;
}
/* :L3634 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: "\2190";
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L3644 */
.page-viewquoteorpolicy .header-details-row .left-view {
  display: flex;
}
/* :L3646 */
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  padding-left: 15%;
}
/* :L3649 */
.page-viewquoteorpolicy .header-details-row .left-view .view2 {
  line-break: anywhere;
}
/* :L3652 */
.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%;
}
/* :L3656 */
.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;
}
/* :L3661 */
.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;
}
/* :L3669 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
}
/* :L3672 */
.page-viewquoteorpolicy .details-cls .table {
  width: 90%;
}
/* :L3674 */
.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;
}
/* :L3679 */
.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;
}
/* :L3685 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L3687 */
.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;
}
/* :L3694 */
.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;
}
/* :L3702 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L3705 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3711 */
.page-viewquoteorpolicy .instanda-quote-content {
  width: 500px;
  display: inline-block;
  margin-left: 50px;
}
/* :L3717 */
.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 */

}
/* :L3723 */
.page-viewquoteorpolicy .policy-view-options-action-buttons a {
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: white;
}
/* :L3729 */
.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;
}
/* :L3740 */
.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;
}
/* :L3746 */
.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;
}
/* :L3754 */
.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;
}
/* :L3777 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals {
  display: none;
  /*padding-left: 19px */

}
/* :L3782 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnClaims {
  display: none;
}
/* :L3786 */
.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;
}
/* :L3792 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnListEmails,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCopyReQuote {
  color: black;
}
/* :L3797 */
.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;
}
/* :L3804 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-primary:hover {
  transition: all 0.2s;
  color: #f06d2d;
}
/* :L3809 */
.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;
}
/* :L3818 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnViewDocs::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
}
/* :L3825 */
.page-viewquoteorpolicy .policy-view-options-action-buttons a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
}
/* :L3831 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnReferralHistory::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1da";
}
/* :L3837 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnRenewPolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f021";
}
/* :L3843 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnListEmails::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
/* :L3849 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCopyReQuote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c5";
}
/* :L3855 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCompletePolicyBuy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
}
/* :L3861 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnAbandonPolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\e56a";
}
/* :L3867 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnDeclinePolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
}
/* :L3873 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnCancelPolicy::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
}
/* :L3879 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btnNotTakenUp::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
}
/* :L3885 */
.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) {
  /* :L3893 */
  .page-viewquoteorpolicy .instanda-quote-content {
    width: 500px;
    display: inline-block;
    margin-left: 10%;
  }
  /* :L3898 */
  .page-viewquoteorpolicy .policy-view-options-action-buttons {
    float: right;
    width: 31%;
    margin-top: 172px;
  }
}
@media only screen and (max-width: 1100px) {
  /* :L3906 */
  .page-viewquoteorpolicy .instanda-quote-content {
    width: 500px;
    display: block;
    margin-left: 0%;
  }
  /* :L3911 */
  .page-viewquoteorpolicy .policy-view-options-action-buttons {
    float: inherit;
    width: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* :L3919 */
  .page-viewquoteorpolicy .btn-group > .btn {
    width: 100%;
    margin: 0px;
  }
}
/*
NOTES
*/

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

/* :L3970 */
/* :L3971 */
.page-viewreferralsforquote .instanda-main-content {
  min-height: 800px;
}
/* :L3974 */
/* :L3975 */
.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;
}
/* :L3983 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3986 */
.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;
}
/* :L3994 */
.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;
}
/* :L4001 */
.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
*/

/* :L4015 */
/* :L4016 */
/* :L4017 */
.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;
}
/* :L4023 */
.page-agentalldocs .instanda-agent-all-docs-content {
  min-height: 800px;
  padding-left: 30px;
}
/* :L4026 */
.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) {
  /* :L4032 */
  .page-agentalldocs .instanda-agent-all-docs-content h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L4036 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L4040 */
/* :L4041 */
.page-agentalldocs .instanda-agent-all-docs-content .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
  padding-right: 50%;
}
/* :L4045 */
/* :L4046 */
.page-agentalldocs .instanda-agent-all-docs-content .instanda-agent-select-packages .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L4049 */
.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;
}
/* :L4055 */
.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;
}
/* :L4059 */
.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;
}
/* :L4071 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L4075 */
.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;
}
/* :L4084 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L4088 */
.page-agentalldocs .btn-default {
  display: none;
}
/* :L4092 */
.page-agentalldocs .button-cls {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* :L4097 */
.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) {
  /* :L4108 */
  .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;
  }
}*/

/* :L4155 */
/* :L4156 */
.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;
}
/* :L4162 */
.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;
}
/* :L4168 */
.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;
}
/* :L4178 */
.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;
}
/* :L4185 */
.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;
}
/* :L4191 */
.page-cancelpolicy .instanda-cancellation-questions {
  margin-top: 50px;
}
/* :L4194 */
.page-cancelpolicy .form-group .instanda-question-input .form-control {
  height: 45px;
}
@media (max-width: 568px) {
  /* :L4198 */
  .page-cancelpolicy .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4202 */
  .page-cancelpolicy .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4207 */
  .page-cancelpolicy .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4213 */
  .page-cancelpolicy .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4220 */
/* :L4221 */
.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;
}
/* :L4228 */
.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;
}
/* :L4234 */
.page-cancellationconfirmation .details-cls .table tbody > tr > th {
  font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4239 */
.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;
}
/* :L4249 */
.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;
}
/* :L4255 */
.page-cancellationconfirmation #agentBackButton {
  color: slategrey;
  background: none;
  border: none;
}
@media (max-width: 568px) {
  /* :L4261 */
  .page-cancellationconfirmation .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4266 */
  .page-cancellationconfirmation #agentBackButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4270 */
  .page-cancellationconfirmation .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4276 */
  .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) {
  /* :L4284 */
  .page-cancellationconfirmation .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/*
UPLOADDOCUMENTS
*/

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

/* :L4307 */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  color: #565e71;
  height: 42px;
  font: Raleway;
  letter-spacing: 0px;
  padding-left: 24px;
}
/* :L4316 */
.breadcrumb a span {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4321 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L4324 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: white;
  border-radius: 0px;
}
/* :L4331 */
.breadcrumb .container {
  display: flex;
  width: 1200px;
}
/* :L4336 */
/* :L4337 */
.breadcrumb .selected .menu-no {
  color: #f06d2d;
}
/* :L4341 */
/* :L4342 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L4345 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L4349 */
.breadcrumb .completed .menu-no {
  padding-left: 0px;
}
@media (max-width: 992px) {
  /* :L4354 */
  /* :L4355 */
  .breadcrumb a span {
    display: none;
  }
  /* :L4359 */
  /* :L4360 */
  .breadcrumb .selected span {
    display: block;
  }
}
/*
agentclaims and bulkupload
*/

/* :L4370 */
/* :L4371 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4374 */
.page-agentclaims .logged-claim-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L4378 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L4381 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L4387 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* :L4392 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
}
/* :L4394 */
.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;
}
/* :L4410 */
.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;
}
/* :L4420 */
/* :L4421 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L4424 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
/* :L4428 */
.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;
}
/* :L4437 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
/* :L4441 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 70%;
  padding-left: 22px;
}
/* :L4444 */
.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;
}
/* :L4453 */
.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
*/

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

/* :L4481 */
/* :L4482 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L4484 */
/* :L4485 */
.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;
}
/* :L4492 */
.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;
}
/* :L4498 */
/* :L4499 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L4502 */
.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;
}
/* :L4510 */
/* :L4511 */
.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;
}
/* :L4522 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L4524 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L4528 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L4531 */
.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;
}
/* :L4541 */
.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;
}
/* :L4553 */
/* :L4554 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L4557 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L4560 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L4564 */
.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;
}
/* :L4575 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
/* :L4581 */
/* :L4582 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L4584 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L4588 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L4591 */
.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
*/

/* :L4607 */
/* :L4608 */
.page-retrievequote .instanda-retrieve-quote-content .instanda-container-fluid {
  background: transparent linear-gradient(103deg, #17365a 0%, #e8f8fa 100%) 0% 0% no-repeat padding-box;
}
/* :L4613 */
@media (max-width: 736px) {
  /* :L4621 */
  .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) {
  /* :L4633 */
  .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 567px) {
  /* :L4638 */
  #question155198 .instanda-question-input > .form-group {
    display: block;
  }
  /* :L4640 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 0px;
  }
  /* :L4643 */
  #question155198 .instanda-question-input > .form-group .instanda-question-name-title {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4649 */
  .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4653 */
  .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4658 */
  .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4664 */
  .pull-right input[name="notes"],
  .pull-right button[name="saveButton"],
  .pull-right button[name="continueButton"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L4673 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4680 */
  .page-confirmation2 .main-heading {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4685 */
  .page-confirmation2 .navbar.navbar-default,
  .page-confirmation2 .breadcrumb,
  .page-confirmation2 .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 926px) {
  /* :L4692 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
  }
}
/* :L4698 */
/* :L4707 */
.page-postquotequestions .pull-right {
  float: right !important;
  margin-right: 2em;
  display: flex;
}
/* :L4712 */
.page-postquotequestions .pull-right button[name="saveButton"],
.page-postquotequestions .pull-right button[name="notes"] {
  margin-right: 7px;
}
/* :L4718 */
.page-postquotequestions .pull-left {
  float: left !important;
  /*margin-left: 2em;*/
  display: flex;
}
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L4739 */
  .page-postquotequestions .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 360px) {
  /* :L4745 */
  .page-postquotequestions .navbar.navbar-default,
  .page-postquotequestions .breadcrumb,
  .page-postquotequestions .page-footer {
    margin-right: -11px;
  }
}
@media (max-width: 568px) {
  /* :L4753 */
  .page-postquotequestions .pull-left {
    float: none !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4757 */
  .page-postquotequestions .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L4762 */
  .page-postquotequestions .pull-right {
    float: none !important;
    width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4768 */
  .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;
  }
}
/* :L4778 */
@media (max-width: 568px) {
  /* :L4780 */
  .page-viewreferralsforquote .btn.btn-primary {
    width: 100%;
  }
}
/* :L4786 */
@media (max-width: 568px) {
  /* :L4788 */
  .page-agentalldocs .button-cls {
    margin-top: 0px;
  }
  /* :L4791 */
  .page-agentalldocs .button-cls .row .pull-left {
    width: 100%;
  }
}
@media (max-width: 568px) {
  /* :L4796 */
  .page-agentalldocs .button-cls .row .pull-left a {
    width: 100%;
  }
  /* :L4799 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    width: 100%;
  }
}
@media (max-width: 300px) {
  /* :L4804 */
  .page-agentalldocs #DocumentReGenerateSubmit {
    font: normal normal bold 15px/21px Raleway !important;
  }
}
/* :L4809 */
@media (max-width: 280px) {
  /* :L4811 */
  .page-quote #silver_cover .cover-wrapper .cover .icon {
    padding-top: 20px;
  }
}
/*
page-getagentsearchresults
*/

/* :L4821 */
/* :L4824 */
.page-getagentsearchresults .instanda-retrieve-quote-content,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content,
.page-retrievequote .instanda-retrieve-quote-content {
  min-height: 800px;
}
/* :L4826 */
.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;
}
/* :L4829 */
.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;
}
/* :L4831 */
.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;
}
/* :L4839 */
.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;
}
/* :L4842 */
.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;
}
/* :L4844 */
.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;
}
/* :L4846 */
.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;
}
/* :L4850 */
.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;
}
/* :L4858 */
/* :L4859 */
.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;
}
/* :L4867 */
.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;
}
/* :L4869 */
.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;
}
/* :L4873 */
/* :L4874 */
.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;
}
/* :L4877 */
.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;
}
/* :L4889 */
.page-getagentsearchresults .instanda-retrieve-quote-content .scrollableArea,
.page-agentsearchexpiredpolicies .instanda-retrieve-quote-content .scrollableArea,
.page-retrievequote .instanda-retrieve-quote-content .scrollableArea {
  background-color: #f3f4f7;
}
/* :L4891 */
/* :L4892 */
.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;
}
/* :L4901 */
/* :L4902 */
.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;
}
/* :L4909 */
.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;
}
/* :L4913 */
.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;
}
/* :L4915 */
.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;
}
/* :L4924 */
.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;
}
/* :L4927 */
.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;
}
/* :L4938 */
.page-getagentsearchresults #download-button-container,
.page-agentsearchexpiredpolicies #download-button-container,
.page-retrievequote #download-button-container {
  margin-bottom: 40px;
}
/* :L4940 */
.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;
}
/* :L4951 */
#expiredDateStart,
#expiredDateEnd {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L4957 */
/* :L4958 */
.page-getagentsearchresults #divPolicyResults .container .agent-quotesearch-results-container {
  padding-left: 30px;
}
/*
Responsive 2
*/

/* :L4967 */
@media (min-width: 915px) and (max-width: 1024px) {
  /* :L4969 */
  .page-prequotequestions.page-number-1 .outer-wrapper .instanda-question-label {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  /* :L4974 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 1024px) {
  /* :L4979 */
  .page-prequotequestions.page-number-1 #instanda-site-layout {
    min-height: 1204px;
  }
}
@media (max-width: 914px) {
  /* :L4984 */
  .page-prequotequestions.page-number-1 .outer-wrapper {
    display: block;
  }
  /* :L4986 */
  .page-prequotequestions.page-number-1 .outer-wrapper #question155190 .instanda-question-input {
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  /* :L4992 */
  .page-prequotequestions.page-number-1 #question185450 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L4997 */
@media (max-width: 568px) {
  /* :L4999 */
  .page-prequotequestions.page-number-1 .pull-left {
    float: none !important;
  }
  /* :L5001 */
  .page-prequotequestions.page-number-1 .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L5006 */
  .page-prequotequestions.page-number-1 .pull-right {
    float: none !important;
    width: 100%;
  }
  /* :L5009 */
  .page-prequotequestions.page-number-1 .pull-right .btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L5014 */
  .page-prequotequestions.page-number-1 .work-breakdown {
    display: grid;
  }
  /* :L5017 */
  /* :L5019 */
  .page-prequotequestions.page-number-1 #question155199 .instanda-input-prepend,
  .page-prequotequestions.page-number-1 #question155197 .instanda-input-prepend {
    margin-right: 0px;
  }
}
/* :L5025 */
/* :L5026 */
.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;
}
/* :L5034 */
.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) {
  /* :L5043 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer {
    display: grid;
  }
  /* :L5046 */
  .page-bulkuploadclaims #uploadButton {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* :L5050 */
  .page-bulkuploadclaims .submitButton {
    font: normal normal bold 14px/17px Raleway !important;
    letter-spacing: 0px;
    color: #565e71 !important;
    margin-top: 100px;
  }
}
@media (min-width: 425px) {
  /* :L5058 */
  .page-bulkuploadclaims .submitButton {
    margin-top: -10px;
  }
}
@media (max-width: 820px) {
  /* :L5063 */
  .page-bulkuploadclaims #importDataInput {
    width: inherit;
  }
}
/* :L5067 */
.page-bulkuploadclaims #importDataInput-error {
  display: flex;
}
/* :L5070 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 95%;
}
/* :L5072 */
.page-bulkuploadclaims #uploadClaimsControlsContainer .submitButton {
  padding: 10px;
}
@media (max-width: 285px) {
  /* :L5077 */
  .page-bulkuploadclaims #uploadClaimsControlsContainer a {
    padding-right: 22px;
  }
}
/* :L5082 */
@media (max-width: 670px) {
  /* :L5084 */
  .page-agentclaims .well .btn-claim-group {
    float: none !important;
    width: 100%;
  }
  /* :L5087 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 730px) {
  /* :L5093 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 18%;
    margin-right: 2%;
    padding: 5px;
  }
}
/* :L5100 */
@media (max-width: 428px) {
  /* :L5102 */
  .page-viewquoteorpolicy .row.header-details-row .container .val {
    font: normal normal normal 16px/24px "Nunito Sans", "Raleway", sans-serif;
  }
}
@media (max-width: 736px) {
  /* :L5107 */
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L5112 */
.page-viewquoteorpolicy .instanda-question-input .form-control {
  height: 45px;
}
/* :L5116 */
@media (max-width: 300px) {
  /* :L5118 */
  .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
*/

/* :L5137 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 990px) {
  /* :L5139 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5142 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 14px;
  }
  /* :L5145 */
  .page-quickquotequestions.page-number-1 #question155193 .instanda-question-label label {
    top: 0;
  }
  /* :L5148 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L5152 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L5159 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L5162 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L5165 */
  .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;
  }
  /* :L5170 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
  /* :L5173 */
  .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;
  }
  /* :L5180 */
  .page-quickquotequestions.page-number-1 button[name="continueButton"] {
    margin-top: 5px;
  }
}
@media (orientation: landscape) and (min-width: 824px) and (max-width: 1024px) {
  /* :L5185 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 13px;
  }
  /* :L5188 */
  .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) {
  /* :L5196 */
  .page-quickquotequestions.page-number-1 label {
    font-size: 11px;
  }
  /* :L5199 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5202 */
  .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) {
  /* :L5210 */
  .page-quickquotequestions.page-number-1 .upper-heading .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5213 */
  .page-quickquotequestions.page-number-1 .outer-wrapper,
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L5217 */
  .page-quickquotequestions.page-number-1 #question155193 > .instanda-text-question > .instanda-question-input > div:first-child {
    width: 100%;
    padding-top: 0px;
  }
  /* :L5224 */
  .page-quickquotequestions.page-number-1 #question155188 .instanda-question-input > .form-group {
    margin-right: 0px;
  }
  /* :L5227 */
  .page-quickquotequestions.page-number-1 .instanda-address-line-1 {
    padding-right: 5px;
  }
  /* :L5230 */
  .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;
  }
  /* :L5235 */
  .page-quickquotequestions.page-number-1 #question183983 {
    margin-bottom: 0;
  }
}
/* :L5241 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5243 */
  .page-prequotequestions.page-number-3 .outer-wrapper {
    display: block;
  }
  /* :L5246 */
  .page-prequotequestions.page-number-3 label {
    font-size: 16px;
  }
  /* :L5249 */
  .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%;
  }
  /* :L5259 */
  .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;
  }
  /* :L5264 */
  .page-prequotequestions.page-number-3 #question155251 .instanda-input-prepend {
    margin-right: 0;
  }
  /* :L5267 */
  .page-prequotequestions.page-number-3 #question185452 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5272 */
@media (orientation: portrait) and (min-width: 0px) and (max-width: 414px) {
  /* :L5274 */
  .page-prequotequestions.page-number-4 #question185453 .instanda-questionHeader h3 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5277 */
  .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;
  }
  /* :L5285 */
  .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%;
  }
  /* :L5289 */
  .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%;
  }
  /* :L5297 */
  .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;
  }
}
/* :L5304 */
/* :L5305 */
.page-agentlogin .instanda-main-content-container > .container {
  padding-left: 0;
}
@media (max-width: 770px) {
  /* :L5309 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 32px/32px "Nunito Sans", "Raleway", sans-serif;
  }
  /* :L5312 */
  .page-agentlogin .left-view,
  .page-agentlogin .right-view,
  .page-agentlogin .instanda-agent-login-content {
    background-size: 100% !important;
    width: 100%;
  }
  /* :L5318 */
  .page-agentlogin .instanda-agent-login-content {
    margin-top: 50px;
  }
  /* :L5321 */
  .page-agentlogin .instanda-agent-login-content .right-view .instanda-agent-login {
    float: none;
    padding: 0;
  }
  /* :L5325 */
  .page-agentlogin .instanda-agent-login-content .right-view .title {
    padding: 0px !important;
  }
  /* :L5328 */
  .page-agentlogin .login-footer .left-view {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  /* :L5333 */
  .page-agentlogin .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 771px) and (max-width: 990px) {
  /* :L5338 */
  .page-agentlogin .instanda-agent-login-content .right-view .title h2 {
    font: normal normal bold 42px/42px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L5343 */
@media (max-width: 414px) {
  /* :L5345 */
  .page-getagentsearchresults .instanda-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
    display: block;
  }
}
/*
Responsive 3
*/

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

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

/* :L5423 */
/* :L5424 */
.page-reviewreferrals .instanda-main-content-container {
  min-height: 800px;
}
/* :L5426 */
/* :L5427 */
.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;
}
/* :L5434 */
.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;
}
/* :L5440 */
/* :L5441 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .container {
  padding-left: 30px;
}
/* :L5444 */
.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;
}
/* :L5452 */
/* :L5453 */
.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;
}
/* :L5464 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item {
  margin-bottom: 60px;
}
/* :L5466 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row {
  display: flex;
  margin-left: 0px;
  margin-right: 10px;
}
/* :L5470 */
.page-reviewreferrals .instanda-main-content-container .instanda-approval-action-content .quote-referral-item .row .review-referral-last-modified {
  width: 27.666667%;
}
/* :L5473 */
.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;
}
/* :L5483 */
.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;
}
/* :L5495 */
/* :L5496 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(1) {
  color: #db751d;
}
/* :L5499 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(2) {
  color: #01b297;
}
/* :L5502 */
.page-reviewreferrals .instanda-main-content-container .referral-review-line label:nth-of-type(3) {
  color: #bc354f;
}
/* :L5506 */
.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) {
  /* :L5518 */
  .page-reviewreferrals .instanda-main-content-container .radio-inline {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  /* :L5526 */
  .page-reviewreferrals .instanda-main-content-container .review-referral-last-modified h6 {
    font-size: 6px !important;
  }
}
/* :L5530 */
.page-reviewreferrals .instanda-main-content-container .instanda-selected {
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
/* :L5534 */
.page-reviewreferrals .instanda-main-content-container #line_SelectedStatus {
  display: none;
}
@media (max-width: 568px) {
  /* :L5539 */
  .page-reviewreferrals .pull-right,
  .page-reviewreferrals .pull-left {
    width: 100%;
  }
  /* :L5543 */
  .page-reviewreferrals .btn.btn-primary {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* :L5552 */
/* :L5553 */
.page-referralreviewline .instanda-approval-action-reason-content {
  min-height: 800px;
}
/* :L5555 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-line {
  padding-left: 30px;
  padding-right: 30px;
}
/* :L5559 */
.page-referralreviewline .instanda-approval-action-reason-content .review-referral-review-line-item {
  margin-top: 60px;
}
/* :L5562 */
.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) {
  /* :L5572 */
  .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*/

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

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

/* :L5599 */
/* :L5600 */
.page-quickquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L5603 */
/* :L5606 */
.page-quickquotequestions.page-number-1 #question172169 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5610 */
/* :L5613 */
.page-quickquotequestions.page-number-1 #question456291 .instanda-questionHeader {
  margin-left: 0;
}
/* :L5617 */
.page-quickquotequestions.page-number-1 #question170090 {
  /* margin-left: 8%; */
  margin-left: 0;
}
/* :L5622 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input {
  flex-wrap: wrap;
}
/* :L5625 */
.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;
}
/* :L5636 */
.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; */

}
/* :L5646 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
  position: relative;
  top: 25px;
}
/* :L5649 */
.created-from-renewal.page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
  top: unset;
}
/* :L5654 */
.page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
  width: 95%;
}
/* :L5657 */
.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;
}
/* :L5662 */
.page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.5%;
  position: relative;
  /* left: -135px; */

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

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

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

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

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

}
/* :L5718 */
.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;
}
/* :L5730 */
.page-quickquotequestions.page-number-1 #question210743 {
  /* margin-left: 7.6%; */
  display: inline-block;
  width: 478px;
}
/* :L5734 */
.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%;
}
/* :L5740 */
.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;
}
/* :L5750 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L5753 */
.page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L5760 */
.page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L5765 */
.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) {
  /* :L5774 */
  .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;
  }
  /* :L5785 */
  .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 */
  
  }
  /* :L5793 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-question-label label {
    top: 0px;
  }
  /* :L5796 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5799 */
  .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;
  }
  /* :L5804 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0%;
  }
  /* :L5810 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
    width: 100%;
  }
  /* :L5816 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input > div:nth-child(3) {
    width: 100%;
  }
  /* :L5822 */
  .page-quickquotequestions.page-number-1 #question170090 .instanda-address-postcode {
    width: 100%;
  }
  /* :L5825 */
  .page-quickquotequestions.page-number-1 #question169805 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
  }
  /* :L5831 */
  .page-quickquotequestions.page-number-1 #question204590 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  /* :L5838 */
  .page-quickquotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5844 */
  .page-quickquotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5853 */
  .page-quickquotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5862 */
  .page-quickquotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L5870 */
  .page-quickquotequestions.page-number-1 #question210743 {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  /* :L5874 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L5880 */
  .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;
  }
  /* :L5890 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L5893 */
  .page-quickquotequestions.page-number-1 #question210743 {
    display: block;
  }
  /* :L5896 */
  .page-quickquotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L5903 */
  .page-quickquotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L5908 */
  .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) {
  /* :L5916 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 10%;
  }
  /* :L5919 */
  .page-quickquotequestions.page-number-1 #question170090 > .instanda-text-question > .instanda-question-input {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L5924 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 18%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L5929 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions {
    margin-left: 23%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L5934 */
  .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*/

/* :L5970 */
/* :L5971 */
.quickfill #question201668 {
  display: inline-block;
  width: 56%;
  margin-right: -25%;
}
/* :L5976 */
.quickfill #question201670 {
  display: inline-block;
  width: 48%;
  margin-right: -22%;
}
/* :L5983 */
.quickfill #question201669 {
  display: inline-block;
  width: 41%;
  padding-bottom: 15px;
  /*margin-right: 0%;*/

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

}
/* :L6001 */
.quickfill #question201671 .instanda-question-label {
  padding-bottom: 5px;
}
/* :L6006 */
.quickfill #question201672 {
  display: inline-block;
  width: 58%;
  margin-right: -23%;
}
/* :L6012 */
.quickfill #question201673 {
  display: inline-block;
  width: 65%;
  margin-right: -26%;
}
@media (max-width: 992px) {
  /* :L6019 */
  .quickfill #question201668 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L6024 */
  .quickfill #question201670 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L6029 */
  .quickfill #question201669 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L6035 */
  .quickfill #question201669 .instanda-question-label {
    padding-bottom: 0px;
  }
  /* :L6039 */
  .quickfill #question201671 {
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  /* :L6045 */
  .quickfill #question201671 .instanda-question-label {
    padding-bottom: 0px;
  }
  /* :L6050 */
  .quickfill #question201672 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  /* :L6056 */
  .quickfill #question201673 {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
/*Basic Info*/

/* :L6065 */
/* :L6066 */
.page-prequotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L6069 */
.page-prequotequestions.page-number-1 #question169805 {
  display: flex;
  margin-left: 8%;
  padding-right: 30%;
}
/* :L6075 */
.page-prequotequestions.page-number-1 #question204590 {
  margin-left: 8%;
  padding-right: 0px;
  width: 335px;
  display: inline-block;
}
/* :L6082 */
.page-prequotequestions.page-number-1 #question169809 {
  padding-right: 0px;
  width: 180px;
  display: inline-block;
}
/* :L6088 */
.page-prequotequestions.page-number-1 #question204594 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -30px;
}
/* :L6097 */
.page-prequotequestions.page-number-1 #question169807 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -35px;
}
/* :L6106 */
.page-prequotequestions.page-number-1 #question204593 {
  padding-right: 0px;
  width: 220px;
  display: inline-block;
  position: relative;
  top: 72px;
  left: -40px;
}
/* :L6114 */
.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;
}
/* :L6125 */
.page-prequotequestions.page-number-1 #question169810 {
  margin-left: 8%;
  width: 100%;
}
/* :L6129 */
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div:first-child {
  /*padding-top:31px; */
  min-width: 450px;
  width: 10%;
}
/* :L6137 */
.page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
  position: relative;
  /*top: 28px; */

}
/* :L6141 */
.page-prequotequestions.page-number-1 .instanda-address-line-1,
.page-prequotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 12px;
}
/* :L6145 */
.page-prequotequestions.page-number-1 .instanda-question-input.instanda-address-line-2 {
  max-width: 162px;
}
/* :L6149 */
.page-prequotequestions.page-number-1 input#InsuredAddressLine2_TXT {
  width: 150px;
}
/* :L6152 */
.page-prequotequestions.page-number-1 .instanda-question-input.instanda-address-city {
  position: relative;
}
/* :L6155 */
.page-prequotequestions.page-number-1 .instanda-question-inner-label.instanda-address-city-label {
  position: relative;
}
/* :L6158 */
.page-prequotequestions.page-number-1 div#state-containerInsuredState_TXT {
  position: relative;
}
/* :L6161 */
.page-prequotequestions.page-number-1 .instanda-question-item.form-group.single-line-showhide.postcode-lookup-container {
  position: relative;
}
/* :L6165 */
.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%;
}
/* :L6171 */
.page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -31px;
}
/* :L6177 */
.page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
  padding-right: 0px;
  width: 60%;
}
/* :L6181 */
.page-prequotequestions.page-number-1 #question210743 {
  margin-left: 7.6%;
  display: inline-block;
  width: 478px;
}
/* :L6185 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
  color: #f06d2d;
  font-size: 22px;
  padding-bottom: 15px;
  margin-left: 0.5%;
}
/* :L6191 */
.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;
}
/* :L6201 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
  display: none;
}
/* :L6204 */
.page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
  display: inline-block;
}
/* :L6211 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6216 */
.page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
  padding-right: 9px;
  width: 220px;
  display: inline-block;
}
/* :L6221 */
.page-prequotequestions.page-number-1 #question208197 {
  margin-left: 8%;
  /* padding-top: 15px; */
  display: block;
}
/* :L6226 */
.page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
  position: relative;
}
/* :L6229 */
.page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  /* :L6235 */
  .page-prequotequestions.page-number-1 #question169805 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
  }
  /* :L6241 */
  .page-prequotequestions.page-number-1 #question204590 {
    display: block;
    margin-left: 0%;
    padding-right: 0%;
    width: 100%;
  }
  /* :L6248 */
  .page-prequotequestions.page-number-1 #question169809 {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6254 */
  .page-prequotequestions.page-number-1 #question204594 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6263 */
  .page-prequotequestions.page-number-1 #question169807 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6272 */
  .page-prequotequestions.page-number-1 #question204593 {
    padding-right: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
  }
  /* :L6280 */
  .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;
  }
  /* :L6291 */
  .page-prequotequestions.page-number-1 #question169810 {
    margin-left: 0%;
    width: 100%;
  }
  /* :L6295 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > div:first-child {
    /*padding-top:31px; */
    width: 100%;
  }
  /* :L6302 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-question-label label {
    position: relative;
    /*top: 28px; */
  
  }
  /* :L6306 */
  .page-prequotequestions.page-number-1 .instanda-address-line-1,
  .page-prequotequestions.page-number-1 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6311 */
  .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%;
  }
  /* :L6317 */
  .page-prequotequestions.page-number-1 #question169810 > .instanda-text-question > .instanda-question-input > .form-group {
    margin-top: 0px;
  }
  /* :L6323 */
  .page-prequotequestions.page-number-1 #question169810 .instanda-address-postcode {
    padding-right: 0px;
    width: 100%;
  }
  /* :L6327 */
  .page-prequotequestions.page-number-1 #question210743 {
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  /* :L6331 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-label {
    color: #f06d2d;
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0.5%;
  }
  /* :L6337 */
  .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;
  }
  /* :L6347 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-input .instanda-question-name-title {
    display: none;
  }
  /* :L6350 */
  .page-prequotequestions.page-number-1 #question210743 > .instanda-text-question > .instanda-question-input > .form-group > .instanda-question-item {
    display: block;
  }
  /* :L6357 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-first-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6362 */
  .page-prequotequestions.page-number-1 #question210743 .instanda-question-item .instanda-question-name-last-name {
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  /* :L6367 */
  .page-prequotequestions.page-number-1 #question208197 {
    margin-left: 0%;
    display: block;
  }
  /* :L6371 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-question-label label {
    position: relative;
  }
  /* :L6374 */
  .page-prequotequestions.page-number-1 #question208197 .instanda-text-question {
    display: block;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6382 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 9%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6387 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6393 */
  .page-prequotequestions.page-number-1 .instanda-well {
    margin-left: 20%;
  }
}
/*ADDITIONAL PROPERTY INFORMATION*/

/* :L6400 */
/* :L6401 */
.page-prequotequestions.page-number-2 .instanda-well {
  margin-left: 17%;
}
/* :L6404 */
.page-prequotequestions.page-number-2 .instanda-question-label {
  max-width: 75%;
}
/* :L6408 */
.page-prequotequestions.page-number-2 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6412 */
.page-prequotequestions.page-number-2 .instanda-question-input.instanda-question-date.date.input-group.instanda-question-not-dob {
  width: 350px;
  padding-right: 140px;
}
/* :L6416 */
.page-prequotequestions.page-number-2 #question169821 {
  margin-left: 8%;
  display: flex;
  padding-right: 30%;
}
/* :L6421 */
.page-prequotequestions.page-number-2 #question204597 {
  margin-left: 8%;
  display: inline-block;
  width: 255px;
}
/* :L6426 */
.page-prequotequestions.page-number-2 #question204596 {
  display: inline-block;
  width: 255px;
}
/* :L6430 */
.page-prequotequestions.page-number-2 #question208191 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6434 */
.page-prequotequestions.page-number-2 #question169829 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6438 */
.page-prequotequestions.page-number-2 #question205488 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6442 */
.page-prequotequestions.page-number-2 #question207399 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6446 */
.page-prequotequestions.page-number-2 #question204601 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6450 */
.page-prequotequestions.page-number-2 #question238333 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6454 */
.page-prequotequestions.page-number-2 #question348437 {
  margin-left: 8%;
  max-width: 100%;
}
/* :L6458 */
.page-prequotequestions.page-number-2 #question312461 {
  margin-left: 8%;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  /* :L6464 */
  .page-prequotequestions.page-number-2 #question169821 {
    margin-left: auto;
    display: block;
    padding-right: 0%;
  }
  /* :L6469 */
  .page-prequotequestions.page-number-2 #question204597 {
    margin-left: auto;
    display: block;
    width: 100%;
  }
  /* :L6474 */
  .page-prequotequestions.page-number-2 #question204596 {
    display: block;
    width: 100%;
  }
  /* :L6478 */
  .page-prequotequestions.page-number-2 #question208191 {
    margin-left: auto;
  }
  /* :L6481 */
  .page-prequotequestions.page-number-2 #question169829 {
    margin-left: auto;
  }
  /* :L6484 */
  .page-prequotequestions.page-number-2 #question205488 {
    margin-left: auto;
  }
  /* :L6487 */
  .page-prequotequestions.page-number-2 #question207399 {
    margin-left: auto;
  }
  /* :L6490 */
  .page-prequotequestions.page-number-2 #question204601 {
    margin-left: auto;
  }
  /* :L6493 */
  .page-prequotequestions.page-number-2 #question238333 {
    margin-left: auto;
  }
  /* :L6496 */
  .page-prequotequestions.page-number-2 #question348437 {
    margin-left: auto;
  }
  /* :L6499 */
  .page-prequotequestions.page-number-2 #question312461 {
    margin-left: auto;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6506 */
  .page-prequotequestions.page-number-2 .instanda-well {
    margin-left: 23%;
  }
}
/*PROPERTY INFORMATION / MANAGEMENT*/

/* :L6513 */
/* :L6514 */
.page-prequotequestions.page-number-3 .instanda-well {
  margin-left: 17%;
}
/* :L6518 */
.page-prequotequestions.page-number-3 .instanda-question-label {
  max-width: 75%;
}
/* :L6521 */
.page-prequotequestions.page-number-3 .instanda-question-input {
  width: auto;
}
/* :L6524 */
.page-prequotequestions.page-number-3 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6528 */
.page-prequotequestions.page-number-3 #question204622 {
  max-width: 1000px;
}
/* :L6532 */
.page-prequotequestions.page-number-3 #question204617 {
  max-width: 1000px;
}
/* :L6536 */
.page-prequotequestions.page-number-3 #question204606 {
  max-width: 1000px;
}
/* :L6540 */
.page-prequotequestions.page-number-3 #question204621 {
  max-width: 1000px;
}
/* :L6544 */
.page-prequotequestions.page-number-3 #question204616 {
  max-width: 1000px;
}
/* :L6547 */
.page-prequotequestions.page-number-3 #question254179 {
  max-width: 1000px;
}
/* :L6551 */
.page-prequotequestions.page-number-3 #question330456 {
  max-width: 100%;
}
/* :L6555 */
.page-prequotequestions.page-number-3 #question330412 {
  max-width: 1000px;
}
/* :L6559 */
.page-prequotequestions.page-number-3 #question204618 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6564 */
.page-prequotequestions.page-number-3 #question204619 {
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
/* :L6569 */
.page-prequotequestions.page-number-3 #question204620 {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 992px) {
  /* :L6575 */
  .page-prequotequestions.page-number-3 #question204618 {
    width: 100%;
  }
  /* :L6578 */
  .page-prequotequestions.page-number-3 #question204619 {
    width: 100%;
  }
  /* :L6581 */
  .page-prequotequestions.page-number-3 #question204620 {
    width: 96%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6587 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6592 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6598 */
  .page-prequotequestions.page-number-3 #question204622 {
    max-width: 100%;
  }
}
/*HISTORY*/

/* :L6605 */
/* :L6606 */
.page-prequotequestions.page-number-4 .instanda-well {
  margin-left: 17%;
}
/* :L6610 */
.page-prequotequestions.page-number-4 .instanda-question-label {
  max-width: 75%;
}
/* :L6614 */
.page-prequotequestions.page-number-4 .instanda-question-input {
  width: 100%;
}
/* :L6617 */
.page-prequotequestions.page-number-4 .instanda-questionHeader.questionHeader.container {
  max-width: 1000px;
}
/* :L6620 */
.page-prequotequestions.page-number-4 #question204624 {
  max-width: 1000px;
}
/* :L6623 */
.page-prequotequestions.page-number-4 #question204595 {
  max-width: 1000px;
}
/* :L6626 */
.page-prequotequestions.page-number-4 #question205437 {
  max-width: 1000px;
}
/* :L6630 */
.page-prequotequestions.page-number-4 #question205436 {
  max-width: 1000px;
}
/* :L6634 */
.page-prequotequestions.page-number-4 #question204612 {
  max-width: 1000px;
}
/* :L6638 */
.page-prequotequestions.page-number-4 #question205440 {
  max-width: 1000px;
}
/* :L6641 */
.page-prequotequestions.page-number-4 #question204614 {
  max-width: 1000px;
}
/* :L6645 */
.page-prequotequestions.page-number-4 #question205437 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6650 */
.page-prequotequestions.page-number-4 #question205439 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6655 */
.page-prequotequestions.page-number-4 #question205438 {
  display: inline-block;
  width: 47%;
}
/* :L6659 */
.page-prequotequestions.page-number-4 #question205443 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6664 */
.page-prequotequestions.page-number-4 #question205451 {
  padding-right: 15px;
  display: inline-block;
  width: 25%;
}
/* :L6669 */
.page-prequotequestions.page-number-4 #question205449 {
  display: inline-block;
  width: 47%;
}
/* :L6673 */
.page-prequotequestions.page-number-4 #question204615 {
  width: 49%;
}
/* :L6676 */
.page-prequotequestions.page-number-4 #question204623 {
  padding-right: 620px;
}
@media only screen and (max-width: 992px) {
  /* :L6682 */
  .page-prequotequestions.page-number-4 #question205437 {
    width: 100%;
  }
  /* :L6685 */
  .page-prequotequestions.page-number-4 #question205439 {
    width: 100%;
  }
  /* :L6688 */
  .page-prequotequestions.page-number-4 #question205438 {
    width: 9%;
  }
  /* :L6691 */
  .page-prequotequestions.page-number-4 #question205443 {
    width: 100%;
  }
  /* :L6694 */
  .page-prequotequestions.page-number-4 #question205451 {
    width: 100%;
  }
  /* :L6697 */
  .page-prequotequestions.page-number-4 #question205449 {
    width: 96%;
  }
  /* :L6700 */
  .page-prequotequestions.page-number-4 #question204615 {
    width: 96%;
  }
  /* :L6703 */
  .page-prequotequestions.page-number-4 #question204623 {
    padding-right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  /* :L6709 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  /* :L6714 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2250px) {
  /* :L6720 */
  .page-prequotequestions.page-number-4 #question204624 {
    max-width: 100%;
  }
}
/*QUOTE DISPLAY QUESTIONS*/

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

/* :L6734 */
/* :L6735 */
.page-postquotequestions.page-number-1 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L6741 */
.page-postquotequestions.page-number-1 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L6746 */
.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;
}
/* :L6755 */
.page-postquotequestions.page-number-1 .instanda-question-input {
  width: 100%;
}
/* :L6758 */
.page-postquotequestions.page-number-1 #question204625 {
  width: 50%;
  margin-left: 8%;
}
/* :L6763 */
.page-postquotequestions.page-number-1 #question208198 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6769 */
.page-postquotequestions.page-number-1 #question208199 {
  padding-right: 15px;
  display: inline-block;
  width: 330px;
}
/* :L6774 */
.page-postquotequestions.page-number-1 #question208201 {
  padding-right: 15px;
  display: inline-block;
  width: 270px;
}
/* :L6779 */
.page-postquotequestions.page-number-1 #question208202 {
  display: inline-block;
  width: 170px;
  padding-right: 15px;
}
/* :L6785 */
.page-postquotequestions.page-number-1 #question208200 {
  margin-left: 8%;
}
/* :L6788 */
.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;
}
/* :L6799 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6806 */
.page-postquotequestions.page-number-1 #question208200 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6810 */
.page-postquotequestions.page-number-1 .instanda-address-line-1,
.page-postquotequestions.page-number-1 .instanda-address-line-2 {
  padding-right: 15px;
  width: 600px;
}
/* :L6815 */
.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%;
}
/* :L6821 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6827 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6833 */
.page-postquotequestions.page-number-1 #question208200 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6839 */
.page-postquotequestions.page-number-1 #question208200 .instanda-address-postcode {
  width: 68%;
}
/* :L6843 */
.page-postquotequestions.page-number-1 #question208115,
.page-postquotequestions.page-number-1 #question208142 {
  margin-left: 8%;
}
/* :L6849 */
.page-postquotequestions.page-number-1 #question208116 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6854 */
.page-postquotequestions.page-number-1 #question208117 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6859 */
.page-postquotequestions.page-number-1 #question208119 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6864 */
.page-postquotequestions.page-number-1 #question208120 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6869 */
.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;
}
/* :L6880 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6887 */
.page-postquotequestions.page-number-1 #question208118 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6891 */
.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%;
}
/* :L6899 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6905 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6911 */
.page-postquotequestions.page-number-1 #question208118 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6917 */
.page-postquotequestions.page-number-1 #question208118 .instanda-address-postcode {
  width: 68%;
}
/* :L6921 */
.page-postquotequestions.page-number-1 #question208143 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6926 */
.page-postquotequestions.page-number-1 #question208144 {
  padding-right: 15px;
  display: inline-block;
  width: 24%;
}
/* :L6931 */
.page-postquotequestions.page-number-1 #question208149 {
  padding-right: 15px;
  display: inline-block;
  width: 26.5%;
}
/* :L6936 */
.page-postquotequestions.page-number-1 #question208151 {
  padding-right: 15px;
  display: inline-block;
  width: 20%;
}
/* :L6941 */
.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;
}
/* :L6952 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  padding-top: 25px;
  width: 50%;
}
/* :L6959 */
.page-postquotequestions.page-number-1 #question208146 .instanda-question-label label {
  position: relative;
  top: 23px;
}
/* :L6963 */
.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%;
}
/* :L6971 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > .form-group {
  margin-top: -0.6%;
}
/* :L6977 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:first-child {
  width: 48%;
}
/* :L6983 */
.page-postquotequestions.page-number-1 #question208146 > .instanda-text-question > .instanda-question-input > div:nth-child(2) {
  width: 19%;
}
/* :L6989 */
.page-postquotequestions.page-number-1 #question208146 .instanda-address-postcode {
  width: 68%;
}
/* :L6993 */
.page-postquotequestions.page-number-1 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L6999 */
  .page-postquotequestions.page-number-1 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L7005 */
  .page-postquotequestions.page-number-1 .label-danger {
    position: relative;
  }
  /* :L7009 */
  .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;
  }
  /* :L7019 */
  .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;
  }
  /* :L7036 */
  .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;
  }
  /* :L7042 */
  .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;
  }
  /* :L7064 */
  .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%;
  }
  /* :L7072 */
  .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%;
  }
  /* :L7090 */
  .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%;
  }
  /* :L7108 */
  .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*/

/* :L7118 */
/* :L7119 */
.page-postquotequestions.page-number-2 .label-danger {
  position: absolute;
  bottom: 8px;
  left: 17px;
}
/* :L7125 */
.page-postquotequestions.page-number-2 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7130 */
.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;
}
/* :L7138 */
.page-postquotequestions.page-number-2 .instanda-question-input {
  width: 100%;
}
/* :L7141 */
.page-postquotequestions.page-number-2 #question315373 {
  width: 50%;
  margin-left: 8%;
}
/* :L7145 */
.page-postquotequestions.page-number-2 #question205564 {
  width: 50%;
  margin-left: 8%;
}
/* :L7149 */
.page-postquotequestions.page-number-2 #question208163 {
  margin-left: 8%;
  padding-right: 15px;
  display: inline-block;
  width: 400px;
}
/* :L7155 */
.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;
}
/* :L7164 */
.page-postquotequestions.page-number-2 #question208166,
.page-postquotequestions.page-number-2 #question208168,
.page-postquotequestions.page-number-2 #question208173 {
  display: inline-block;
  width: 200px;
}
/* :L7170 */
.page-postquotequestions.page-number-2 #question208165,
.page-postquotequestions.page-number-2 #question204632,
.page-postquotequestions.page-number-2 #question208169 {
  margin-left: 8%;
}
/* :L7176 */
/* :L7178 */
.page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
.page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
  position: absolute;
}
/* :L7183 */
/* :L7184 */
.page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
  position: relative;
  top: 12px;
}
/* :L7190 */
.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;
}
/* :L7213 */
.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%;
}
/* :L7228 */
.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;
}
/* :L7234 */
.page-postquotequestions.page-number-2 .instanda-address-line-1,
.page-postquotequestions.page-number-2 .instanda-address-line-2 {
  padding-right: 17px;
  width: 600px;
}
/* :L7239 */
.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%;
}
/* :L7246 */
.page-postquotequestions.page-number-2 .pull-left {
  margin-left: 0px;
}
@media only screen and (min-width: 1900px) {
  /* :L7252 */
  .page-postquotequestions.page-number-2 .instanda-well {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L7258 */
  .page-postquotequestions.page-number-2 .label-danger {
    position: relative;
  }
  /* :L7261 */
  .page-postquotequestions.page-number-2 .instanda-well {
    padding-left: 10px;
  }
  /* :L7264 */
  .page-postquotequestions.page-number-2 #question315373 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7268 */
  .page-postquotequestions.page-number-2 #question205564 {
    width: 100%;
    margin-left: auto;
  }
  /* :L7272 */
  .page-postquotequestions.page-number-2 #question208163 {
    margin-left: auto;
    padding-right: 0px;
    display: block;
    width: 100%;
  }
  /* :L7278 */
  .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%;
  }
  /* :L7287 */
  .page-postquotequestions.page-number-2 #question208166,
  .page-postquotequestions.page-number-2 #question208168,
  .page-postquotequestions.page-number-2 #question208173 {
    display: block;
    width: 100%;
  }
  /* :L7293 */
  .page-postquotequestions.page-number-2 #question208165,
  .page-postquotequestions.page-number-2 #question204632,
  .page-postquotequestions.page-number-2 #question208169 {
    margin-left: auto;
  }
  /* :L7299 */
  /* :L7301 */
  .page-postquotequestions.page-number-2 #question208165 .instanda-question-label,
  .page-postquotequestions.page-number-2 #question208167 .instanda-question-label {
    position: relative;
  }
  /* :L7306 */
  /* :L7307 */
  .page-postquotequestions.page-number-2 #question208172 .instanda-question-label {
    position: relative;
    top: 0px;
  }
  /* :L7313 */
  .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;
  }
  /* :L7336 */
  .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%;
  }
  /* :L7351 */
  .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;
  }
  /* :L7357 */
  .page-postquotequestions.page-number-2 .instanda-address-line-1,
  .page-postquotequestions.page-number-2 .instanda-address-line-2 {
    padding-right: 0px;
    width: 100%;
  }
  /* :L7362 */
  .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*/

/* :L7372 */
/* :L7373 */
.page-postquotequestions.page-number-3 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7378 */
.page-postquotequestions.page-number-3 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7383 */
.page-postquotequestions.page-number-3 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7388 */
.page-postquotequestions.page-number-3 .instanda-notes-button {
  margin-right: 7px;
}
@media only screen and (max-width: 992px) {
  /* :L7393 */
  .page-postquotequestions.page-number-3 .instanda-well {
    padding: 10px;
  }
  /* :L7396 */
  .page-postquotequestions.page-number-3 table.Table {
    width: auto !important;
  }
}
/* :L7402 */
/* :L7403 */
.page-postquotequestions.page-number-4 #question205544 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7408 */
.page-postquotequestions.page-number-4 #question207368 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7413 */
.page-postquotequestions.page-number-4 #question207363 > .container {
  background-color: white;
  padding: 10px;
}
/* :L7418 */
.page-postquotequestions.page-number-4 .instanda-notes-button {
  margin-right: 7px;
}
@media only screen and (max-width: 992px) {
  /* :L7423 */
  .page-postquotequestions.page-number-4 .instanda-well {
    padding: 10px;
  }
  /* :L7426 */
  .page-postquotequestions.page-number-4 h3 {
    font: normal normal 20px/27px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L7432 */
/* :L7433 */
.page-postquotequestions.created-from-mta.page-number-4 .instanda-payment-options {
  display: none;
}
/* :L7436 */
.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;
}
/* :L7442 */
/* :L7443 */
.page-postquotequestions.created-from-mta.page-number-4.site-public .instanda-payment-options {
  display: none;
}
/* :L7446 */
.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;
}
/* :L7452 */
/* :L7453 */
.page-postquotequestions.page-number-5 .instanda-well {
  margin-left: 10%;
  margin-right: 10%;
}
/* :L7457 */
.page-postquotequestions.page-number-5 .instanda-notes-button {
  margin-right: 7px;
}
/* :L7460 */
.page-postquotequestions.page-number-5 h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L7465 */
.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) {
  /* :L7475 */
  .page-postquotequestions.page-number-5 .instanda-post-quote-questions {
    padding: 10px;
  }
  /* :L7478 */
  .page-postquotequestions.page-number-5 h3 {
    font: normal normal 20px/27px "Nunito Sans", "Raleway", sans-serif;
  }
}
/* :L7484 */
/* :L7485 */
.page-postquotequestions.created-from-mta.page-number-5 .instanda-payment-options {
  display: none;
}
/* :L7488 */
.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;
}
/* :L7494 */
/* :L7495 */
.page-postquotequestions.created-from-mta.page-number-5.site-public .instanda-payment-options {
  display: none;
}
/* :L7498 */
.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*/

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

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

/* :L7559 */
/* :L7560 */
.page-forgotsalespersonpassword .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7565 */
.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;
}
/* :L7579 */
.page-forgotsalespersonpassword .row.instanda-reset-agent-password {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: #17365a;
}
/* :L7586 */
.page-forgotsalespersonpassword .row {
  margin-right: -15px;
  margin-left: -138px;
}
/* :L7590 */
.page-forgotsalespersonpassword .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7594 */
.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;
}
/* :L7610 */
.page-forgotsalespersonpassword .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7614 */
.page-forgotsalespersonpassword .btn {
  font-size: 22px;
}
/* :L7617 */
.page-forgotsalespersonpassword .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/*Agent Login*/

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

}
/* :L7628 */
.page-agentlogin .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L7633 */
.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;
}
/* :L7647 */
.page-agentlogin .row.instanda-agent-login {
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: white;
}
/* :L7658 */
.page-agentlogin .well {
  background-color: transparent;
  border: 1px solid #f06d2d;
}
/* :L7662 */
.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;
}
/* :L7678 */
.page-agentlogin .btn-primary:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7682 */
.page-agentlogin .btn {
  font-size: 22px;
}
/* :L7685 */
.page-agentlogin .input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none;
  background-color: transparent;
  color: white;
}
/* :L7691 */
.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;
}
/* :L7701 */
.page-agentlogin .Button:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7705 */
.page-agentlogin .navbar.navbar-default {
  background: transparent linear-gradient(103deg, #0d2036 0%, #17365a 100%) 0% 0% no-repeat padding-box;
}
/* :L7710 */
.page-agentlogin .navbar.navbar-static-top {
  margin-bottom: 0px;
  border: none;
  /*nav > .container{
    padding-left:58%
  }*/

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

}
/* :L7725 */
.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;
}
/* :L7731 */
.page-agentlogin .navbar.navbar-static-top .nav.navbar-nav.navbar-right li a:hover {
  color: #f06d2d;
}
/* :L7738 */
.page-agentlogin .navbar.navbar-static-top .navbar-header {
  width: 20%;
}
/* :L7741 */
.page-agentlogin .navbar.navbar-static-top .navbar-toggle {
  display: none;
}
/* :L7744 */
.page-agentlogin .navbar.navbar-static-top .navbar-brand {
  /*LOGO IS HERE*/
  content: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkdOMU0wMWxSRXRuUTNoMllsWjNVV3A0YTNGQ2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxveFIhIUBPUDNHcUVmWWZNLDEwMDAscyFQeiFUaUJhcUlKVDFoZiwrYjRVUnlIVXdSNWYvYjVydDdRb04rRkEvak5RNHYrdS9xd2NtVkNKSUJsbXBpZUtVQWRoRlNUL0I0SVhZL0VqSTdkb1ZpblIvdVJiNHlTVlJkR00xQT09");
  height: 76px;
  padding: 0px;
}
/* :L7750 */
.page-agentlogin .navbar.navbar-static-top .navbar-collapse ul li:first-child,
.page-agentlogin .navbar.navbar-static-top li:last-child {
  display: block;
}
/* :L7754 */
.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;
}
/* :L7759 */
.page-agentlogin .navbar.navbar-static-top .navbar-collapse ul li:last-child ::after {
  content: "  \279C";
  font-weight: 700;
  padding-top: 7px;
}
/* :L7765 */
.page-agentlogin .navbar.navbar-static-top .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
/*PAYMENT CONFIRMATION*/

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

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

}
/* :L7822 */
table.address-tbl th {
  border-bottom: 1px solid #17365a;
  color: #f06d2d;
  font-size: 27px;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
/* :L7830 */
table.address-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
}
/* :L7836 */
table.address-tbl th:last-child {
  text-align: right;
}
/* :L7840 */
table.address-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7844 */
table.address-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}
/* :L7849 */
table.address-tbl .disabled td {
  color: #4f5f64;
}
/* :L7852 */
table.address-tbl tbody tr {
  transition: background 0.25s ease;
}
/* :L7856 */
table.sale-confirmation-tbl {
  border: 0px solid #17365a;
  /*background: #17365A;*/
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}
/* :L7863 */
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;
}
/* :L7871 */
table.sale-confirmation-tbl td {
  color: #17365a;
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 18px;
}
/* :L7878 */
table.sale-confirmation-tbl th:last-child {
  text-align: right;
}
/* :L7882 */
table.sale-confirmation-tbl td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* :L7886 */
table.sale-confirmation-tbl td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
}
/* :L7891 */
table.sale-confirmation-tbl .disabled td {
  color: #4f5f64;
}
/* :L7894 */
table.sale-confirmation-tbl tbody tr {
  transition: background 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* :L7898 */
/* :L7900 */
table.sale-confirmation-tbl tbody tr:hover td {
  color: #0a7cd6;
}
/* :L7905 */
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;
}
/* :L7920 */
a.newquotebtn:hover {
  color: white;
  background-color: #f06d2d;
}
/* :L7925 */
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;
}
/* :L7941 */
span.downloadquote:hover {
  color: white;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L7947 */
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;
}
/* :L7963 */
span > a:hover {
  color: #17365a;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L7969 */
.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;
}
/* :L7985 */
.confirmation-note > div > a:hover {
  color: #17365a;
  background-color: #f06d2d;
  border: 0.1em solid #f06d2d;
}
/* :L7991 */
.input-group-date .input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L7997 */
span.input-group-addon {
  cursor: pointer;
  background-color: white;
  color: #17365a;
}
/* :L8003 */
/* :L8004 */
.quickfill .form-group {
  position: relative;
  padding-top: 10px;
}
/* :L8009 */
.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;
}
/* :L8022 */
.quickfill .form-control::placeholder {
  color: transparent;
}
/* :L8026 */
.quickfill .form-control:placeholder-shown ~ .control-label {
  font-size: 2.3rem;
  cursor: text;
  top: 20px;
}
/* :L8033 */
.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;
}
/* :L8046 */
.quickfill .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #17365a;
  font-weight: 700;
}
/* :L8056 */
.quickfill .form-control:focus {
  padding-bottom: 6px;
  border-width: 3px;
  border-image: linear-gradient(to right, #f06d2d, #f06d2d);
  border-image-slice: 1;
}
/* :L8057 */
.quickfill .form-control:focus ~ .control-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: #f06d2d;
  font-weight: 700;
}
/* :L8067 */
.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;
}
/* :L8079 */
/* :L8080 */
.quickfill .form-control:required,
.quickfill .form-control:invalid {
  box-shadow: none;
}
/* Hide Notes */

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

/* :L8095 */
/* :L8097 */
/* :L8098 */
.page-viewquoteorpolicy .btn-group .btnDetailChange {
  display: none;
}
/* :L8101 */
.page-viewquoteorpolicy .btn-group .btnRenewPolicy {
  display: none;
}
/* :L8107 */
/* :L8108 */
/* :L8109 */
.page-viewquoteorpolicy.logged-in-underwriter .btn-group .btnDetailChange {
  display: block;
}
/* :L8112 */
.page-viewquoteorpolicy.logged-in-underwriter .btn-group .btnRenewPolicy {
  display: block;
}
/* Pre-Quote Margins */

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

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

/* :L8138 */
#question299397 {
  display: none;
}
/* :L8142 */
.hideQuestion {
  display: none;
}
/* :L8146 */
/* :L8147 */
#question169810 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
/* :L8152 */
#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;
  }
}
/* :L8161 */
#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 */

/* :L8172 */
/* :L8173 */
.page-customeraccountoptions .section_content {
  text-align: center;
}
/* :L8177 */
/* :L8178 */
.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: 300px;
  font-size: 20px;
}
/* :L8198 */
/* :L8199 */
.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;
}
/* :L8217 */
/* :L8218 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount a:hover {
  color: #17365a;
  background-color: #f06d2d;
}
/* :L8227 */
/* :L8228 */
.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;
}
/* :L8247 */
/* :L8248 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs a:hover {
  color: #17365a;
  background-color: #f06d2d;
}
/* :L8257 */
/* :L8258 */
.page-customeraccountoptions table#agentSearchResultsTable {
  display: none;
}
/* :L8263 */
/* :L8264 */
.page-customeraccountoptions h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L8269 */
.page-customeraccountoptions h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* :L8279 */
/* :L8280 */
.page-customeraccountinfo .buttons-container {
  margin-right: 20%;
}
/* :L8284 */
.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%;
}
/* :L8294 */
.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%;
}
/* :L8304 */
/* :L8305 */
.page-customeraccountinfo .questionItem.instanda-question-item.form-group.container {
  margin-left: 33%;
  margin-top: 3%;
}
/* :L8311 */
/* :L8312 */
.page-customeraccountinfo .instanda-question-label,
.page-customeraccountinfo .instanda-question-inner-label {
  margin-top: 3%;
}
/* :L8317 */
/* :L8318 */
.page-customeraccountinfo h3 {
  font: normal normal bold 51px/64px "Nunito Sans", "Raleway", sans-serif;
  letter-spacing: -1.92px;
  color: #17365a;
}
/* :L8323 */
.page-customeraccountinfo h3:after {
  display: block;
  margin-top: 30px;
  width: 36px;
  content: "";
  border-top: 6px solid #f06d2d;
  border-right: 6px solid transparent;
}
/* Hide the temporary questions on Quick Quote Display */

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