

/*GENERAL RULES----------------------------------------------------------*/

/* :L19 */
body {
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
/* :L30 */
*,
body,
input,
button,
textarea,
select,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-dialog .ui-dialog-buttonpane button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* :L44 */
#innerBody {
  font-size: 14px;
  text-align: left;
}
/*Clearfix*/

/* :L51 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
/* :L57 */
.clearfix:after {
  clear: both;
}
/* :L61 */
.clearfix {
  zoom: 1;
}
/*Box sizing all, relative position*/

/* :L67 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/*Transitions*/

/* :L76 */
a,
input,
button {
  -webkit-transition: all 0.3s ease-in-out, width 0.01s linear;
  -moz-transition: all 0.3s ease-in-out, width 0.01s linear;
  -o-transition: all 0.3s ease-in-out, width 0.01s linear;
  transition: all 0.3s ease-in-out, width 0.01s linear;
}
/*Links*/

/* :L87 */
/* :L91 */
/*Paragraphs*/

/* :L99 */
p {
  margin: 10px 0;
}
/*LAYOUT----------------------------------------------------------------*/

/*Size and center*/

/*.header, 
.contained, 
.validation-summary-valid ul, 
.validation-summary-errors ul, 
.instanda-main-content .section, 
.documents-footer, 
.instanda-quote-action-wrapper, 
form[action*="AgentClaims"] {
  width: 960px;
  margin: 0 auto;
}*/

/*Header*/

/*Content*/

/*Documents near footer*/

/*Footer*/

/*IMAGE HEADERS----------------------------------------------------------*/

/*If they exist, place in pages, <div class="header-space name-page">&nbsp;</div><div class="contained">body placeholder</div>*/

/* :L131 */
.header-space {
  height: 500px;
  width: 100%;
  background-position: top center;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-bottom: 4px solid #3e82c1;
  margin-bottom: 30px;
}
@media screen and (min-width: 820px) and (max-width: 1260px) {
  /* :L144 */
  .header-space {
    background-size: 150%;
  }
}
@media screen and (min-width: 630px) and (max-width: 819px) {
  /* :L152 */
  .header-space {
    background-size: 200%;
  }
}
@media screen and (max-width: 629px) {
  /* :L160 */
  .header-space {
    background-size: 300%;
  }
}
/*Individual images on pages*/

/* :L168 */
/* :L172 */
/* :L176 */
/* :L180 */
/* :L184 */
/* :L188 */
/* :L192 */
/* :L196 */
/*ALL TABLES-------------------------------------------------------------*/

/* :L202 */
table {
  border-collapse: collapse;
  width: 100%;
}
/*Agent tables*/

/* :L209 */
table.agentTable {
  margin-bottom: 30px;
}
/*Header rows*/

/* :L215 */
/*Cells*/

/* :L221 */
/*AGENT LOGIN------------------------------------------------------------*/

/* :L227 */
.instanda-agent-login table.agentTable {
  width: auto;
}
/*HOMEPAGE---------------------------------------------------------------*/

/* :L233 */
.homepage {
  background-image: ;
  background-size: cover;
  background-position: top center;
  height: 70vh;
  padding: 50px;
}
/* :L241 */
.homepage .box {
  margin-left: 50%;
  width: 50%;
  background: white;
  padding: 30px;
}
/* :L248 */
/* :L252 */
/* :L256 */
.homepage ul {
  padding: 0 0 0 20px;
  font-size: 14px;
  margin: 0;
}
/* :L262 */
.homepage li {
  margin-bottom: 10px;
}
/*QUICK QUOTE, PREQUOTE--------------------------------------------------*/

/*Questions*/

/* :L270 */
.questionItem {
  padding: 20px 0;
}
/* :L274 */
.instanda-well > .questionItem,
.instanda-well > .container > .questionItem {
  border-bottom: 1px solid lightgray;
}
/* :L279 */
.instanda-well > .questionItem:last-child {
  border-bottom: 0;
}
/*Header questions*/

/* :L285 */
.questionItem.instanda-container-fluid {
  padding: 0;
  border-bottom: 0;
}
/*Question text*/

/* :L292 */
.instanda-question-label,
.instanda-question-inner-label {
  margin-bottom: 5px;
}
/*Nested questions*/

/* :L299 */
.questionItem .questionItem {
  padding: 20px 0 0 0;
}
/*Questions inside yes/no parent*/

/*Address question*/

/* :L307 */
.instanda-address-question .instanda-question-input > .form-group {
  border-bottom: 1px solid lightgray;
  padding: 20px 0;
}
/* :L312 */
.instanda-address-line-2 {
  margin-top: 10px;
}
/*Postcode lookup results*/

/*Confirm questions*/

/* :L320 */
.instanda-confirm-question-checkbox {
  overflow: visible;
}
/*Multi-item header*/

/* :L326 */
/*Dynamic total result*/

/* :L332 */
.instanda-dynamic-total {
  font-weight: 700;
}
/*Specific questions*/

/*HELP TEXT---------------------------------------------------------------*/

/*Don't display by default*/

/* :L342 */
.instanda-helpText {
  display: none;
}
/*WARNINGS, ERRORS--------------------------------------------------------*/

/*No content warning*/

/* :L350 */
.instanda-missing-content-warning {
  display: none;
}
/*Question errors*/

/* :L356 */
input[type="text"].input-validation-error,
input[type="number"].input-validation-error,
input[type="password"].input-validation-error,
select.input-validation-error {
  border: 1px solid red;
}
/* :L363 */
span.field-validation-error {
  color: red;
}
/*Validation messages*/

/* :L369 */
.validation-summary-valid,
.validation-summary-errors {
  background: #ffdaa9;
  padding: 20px 0;
  color: black;
}
/* :L376 */
.validation-summary-valid ul,
.validation-summary-errors ul {
  padding: 0;
}
/* :L381 */
.validation-summary-valid ul li,
.validation-summary-errors ul li {
  list-style: none;
}
/* :L386 */
.validation-summary-valid ul li:before,
.validation-summary-errors ul li:before {
  content: "!";
  color: #de4709;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}
/*QUOTE DISPLAYS----------------------------------------------------------*/

/*Button area*/

/* :L399 */
/*ENDORSEMENTS------------------------------------------------------------*/

/*POSTQUOTE---------------------------------------------------------------*/

/*PAYMENT PAGES, DIRECT DEBIT, SALES CONFIRMATION-------------------------*/

/*RETRIEVE QUOTE----------------------------------------------------------*/

/*Results*/

/* :L413 */
.scrollableArea {
  overflow: scroll;
}
/*All docs, pdf, etc.*/

/* :L419 */
/* :L423 */
.section.instanda-agent-select-packages ul {
  padding: 0;
  margin: 0;
}
/* :L428 */
.section.instanda-agent-select-packages ul li {
  list-style: none;
  margin: 10px 0;
}
/* :L433 */
.section.instanda-agent-select-packages ul li a {
  padding-left: 25px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=NYEC,rBfCvRd4KkGIblicA__');
  /*upload pdf icon in correct color*/
  background-position: left center;
  background-size: 12px;
  background-repeat: no-repeat;
}
/*Claims*/

/* :L443 */
/* :L447 */
table[style="background-color:white"] input {
  min-width: initial;
}
/*Retrieve quote page on public site*/

/* :L453 */
/*BUTTONS------------------------------------------------------------------*/

/*Primary buttons*/

/* :L461 */
/* :L467 */
/*Secondary buttons*/

/* :L481 */
/* :L491 */
/*Small buttons*/

/* :L517 */
/*Disabled buttons*/

/* :L525 */
/*Button area*/

/* :L534 */
.buttonList.instanda-buttonList {
  text-align: right;
}
/*Buttons inside postcode lookup*/

/* :L540 */
.postcodelookup button {
  margin: 5px 5px 0 0;
}
/*INPUT--------------------------------------------------------------------*/

/* :L546 */
/* :L553 */
/*Date input*/

/* :L566 */
/*Input with currency symbol prefix*/

/* :L572 */
/*Endorsement input*/

/*Scroll bars on number inputs*/

/*Fix for Firefox*/

/* :L591 */
input[type='number'] {
  -moz-appearance: textfield;
}
/*Safari & Chrome*/

/* :L596 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Sort code input*/

/*Text box*/

/* :L606 */
textarea {
  width: 100%;
  max-width: 100%;
}
/*DATE PICKER WIDGET------------------------------------------------------*/

/* :L613 */
.ui-icon {
  width: 16px!important;
  height: 16px !important;
}
/*Trigger*/

/* :L617 */
img.ui-datepicker-trigger {
  margin-left: 5px;
}
/*Widget*/

/* :L623 */
/*Header*/

/* :L635 */
/*Next/Prev on header*/

/* :L644 */
/* :L655 */
/* :L661 */
/* :L667 */
/* :L674 */
/* :L681 */
/* :L689 */
/* :L695 */
/* :L706 */
/* :L714 */
/* :L720 */
/*Days of the week*/

/* :L728 */
/*Days*/

/* :L736 */
/* :L743 */
/* :L751 */
/*Today*/

/* :L760 */
/*Selected day*/

/* :L770 */
/*Button area*/

/* :L780 */
/*Buttons*/

/* :L790 */
/* :L803 */
/*NOTES WIDGET------------------------------------------------------------*/

/*Widget*/

/* :L816 */
/*Title*/

/* :L828 */
/* :L834 */
/*Text area*/

/* :L842 */
/* :L848 */
.ui-widget textarea {
  width: 100%;
}
/*Button area*/

/* :L854 */
/*Buttons*/

/* :L864 */
/* :L870 */
/* :L876 */
.ui-button-text-only .ui-button-text {
  padding: 0;
}
/*PREDICTIVE TEXT WIDGET--------------------------------------------------*/

/* :L883 */
/* :L891 */
/* :L901 */
/* :L910 */
#question100687 .instanda-text-input.instanda-question-input.email-match:after,
#question102246 .instanda-text-input.instanda-question-input.email-match:after {
  content: "✔";
  display: inline-block;
  color: limegreen;
  font-size: larger;
}
/* :L918 */
#question100687 .instanda-text-input.instanda-question-input.email-no-match:after,
#question102246 .instanda-text-input.instanda-question-input.email-no-match:after {
  content: "🗙";
  display: inline-block;
  color: red;
  font-size: larger;
}
/* :L927 */
.buttonList.instanda-buttonList .instanda-quote-button:disabled {
  cursor: not-allowed;
  background-color: #c3c3c3;
}
/*GENERAL RULES----------------------------------------------------------*/

/* :L933 */
body {
  color: #666666;
  border-top: 4px solid #80bd00;
}
/* :L938 */
.instanda-main-content {
  width: 960px;
  margin: 0 auto;
}
/* :L943 */
.page-home .instanda-main-content {
  width: 100%;
}
/*Links*/

/* :L949 */
a {
  color: #446ba6;
}
/* :L953 */
a:hover,
a:focus,
a:active {
  color: #325892;
}
/* :L959 */
p {
  margin: 10px 0;
}
/*Clearfixes*/

/* :L965 */
.contained::before,
.contained::after,
.back-to-edit-quote-container.left.pull-left::before,
.back-to-edit-quote-container.left.pull-left::after,
.instanda-main-content::before,
.instanda-main-content::after {
  content: "";
  clear: both;
  display: table;
}
/*LAYOUT----------------------------------------------------------------*/

/*Size and center*/

/* :L980 */
.header,
.contained,
.validation-summary-valid ul,
.validation-summary-errors ul,
.instanda-main-content .section,
.documents-footer,
.instanda-quote-action-wrapper,
form[action*="AgentClaims"] {
  width: 960px;
  margin: 0 auto;
}
/*Header*/

/* :L994 */
.header {
  padding: 20px 0;
}
/* :L998 */
#logo {
  height: 80px;
}
/*Content*/

/*Documents near footer*/

/* :L1006 */
div#packageDocuments a {
  padding-left: 15px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=NYEC,rBfCvRd4KkGIblicA__');
  background-position: left center;
  background-size: 10px;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
/*Footer*/

/* :L1019 */
.footer {
  border-top: 3px solid #9a9a9a;
  margin: 30px auto 0 auto;
  width: 960px;
  padding: 20px 0 10px 0;
  font-size: 12px;
}
/* :L1027 */
.legal-text {
  float: left;
  width: 65%;
  padding-right: 30px;
}
/*IMAGE HEADERS----------------------------------------------------------*/

/* :L1035 */
.header-space {
  height: 500px;
  width: 100%;
  background-position: top center;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-bottom: 4px solid #3e82c1;
  margin-bottom: 30px;
}
@media screen and (min-width: 820px) and (max-width: 1260px) {
  /* :L1048 */
  .header-space {
    background-size: 150%;
  }
}
@media screen and (min-width: 630px) and (max-width: 819px) {
  /* :L1056 */
  .header-space {
    background-size: 200%;
  }
}
@media screen and (max-width: 629px) {
  /* :L1064 */
  .header-space {
    background-size: 300%;
  }
}
/*Individual images on pages*/

/* :L1072 */
.agent-login {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=GvV7FdmwFFhurUP9YZjTLQ__');
}
/* :L1076 */
.retrieve-quote {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mwANStm9lskUWke7vrrGOg__');
}
/*.quick-quote {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=MuVemPX9Y12QPXolmnSuPA__');
}

.quick-display {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=3JvvFpNmwBRay2A1I6ag5Q__');
}*/

/* :L1088 */
.pre-quote {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=XSTGHyCAVUF84-ione9gMw__');
}
/* :L1092 */
.quote-display {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=80XR6qGJ0v3FT1mQQ1EdmQ__');
}
/* :L1096 */
.post-quote {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=lCTTjx0SjAOmtU2uE8idsg__');
}
/* :L1100 */
.sale-confirmation {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=uE0iEqxlyVVvm3S2eAdxXA__');
}
/*Hidden by Adam Broom's request*/

/* :L1105 */
.header-space {
  display: none;
}
/*agent search pages, billing address, direct debit, etc.?*/

/*ALL TABLES-------------------------------------------------------------*/

/* :L1113 */
table.agentTable {
  margin-bottom: 30px;
}
/*Header rows*/

/* :L1119 */
table.agentTable th {
  font-size: 30px;
  color: #446ba6;
  padding: 10px 10px 20px 0;
  font-weight: 400;
}
/*Cells*/

/* :L1128 */
table.agentTable td {
  padding: 0 20px 10px 0;
}
/*AGENT LOGIN------------------------------------------------------------*/

/*Hide new user link*/

/* :L1136 */
.instanda-agent-login a[href*="NewUser"] {
  display: none;
}
/*SELECT PACKAGE---------------------------------------------------------*/

/* :L1142 */
.section.instanda-agent-select-packages {
  margin-top: 15px;
}
/* :L1146 */
.instanda-agent-select-packages .section_content p {
  display: none;
}
/* :L1150 */
.section.instanda-agent-select-packages a {
  background: #446ba6;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  min-width: 200px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* :L1163 */
.section.instanda-agent-select-packages a:hover,
.section.instanda-agent-select-packages a:focus {
  background: #325892;
}
/*QUICK QUOTE, PREQUOTE--------------------------------------------------*/

/*Questions*/

/* :L1172 */
.questionItem {
  padding: 20px 0;
}
/* :L1176 */
.instanda-well > .questionItem,
.instanda-well > .container > .questionItem {
  border-bottom: 1px solid lightgray;
}
/* :L1181 */
.instanda-well > .questionItem:last-child {
  border-bottom: 0;
}
/*Header questions*/

/* :L1187 */
.questionItem.instanda-container-fluid {
  padding: 0;
  border-bottom: 0;
  margin-top: -1px;
}
/*H3*/

/* :L1195 */
.questionHeader h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 31px;
  font-weight: 400;
  color: #82b935;
}
/*Small text in H3*/

/* :L1205 */
.questionHeader h3 small {
  font-size: 18px;
  line-height: 1.4;
  display: block;
}
/*H4*/

/* :L1213 */
.questionHeader h4 {
  margin: 0;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 400;
  color: #82b935;
}
/*Small text in H4*/

/* :L1223 */
.questionHeader h4 {
  font-size: 16px;
  line-height: 1.4;
  display: block;
}
/*Additional HTML in headers*/

/* :L1231 */
.questionHeader large {
  margin-bottom: 10px;
  display: block;
}
/* :L1236 */
.questionHeader table {
  width: 75%;
  margin-bottom: 20px;
}
/* :L1241 */
.questionHeader table tr {
  border-bottom: 1px solid lightgray;
}
/* :L1245 */
.questionHeader table tr:last-child {
  border-bottom: 0;
}
/* :L1249 */
.questionHeader table tr td {
  padding: 5px 5px 5px 0;
}
/* :L1253 */
.questionHeader ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
/* :L1258 */
.questionHeader table tr td,
.questionHeader ul li,
.questionHeader p {
  font-size: 14px;
}
/*Question text*/

/*Nested questions*/

/* :L1268 */
.questionItem .questionItem {
  padding: 20px 0 0 0;
}
/*Questions inside yes/no parent*/

/* :L1274 */
.instanda-question-parent-yes-no > div > .questionItem {
  border-bottom: 1px solid lightgrey;
  padding: 20px 0;
}
/* :L1279 */
.instanda-question-parent-yes-no > div > .questionItem:last-child {
  border: 0;
}
/* :L1283 */
.instanda-question-parent-yes-no > div > .questionItem.instanda-container-fluid {
  border: 0;
  padding: 0;
  margin-top: -1px;
}
/*Name question*/

/* :L1291 */
.instanda-name-question .instanda-question-item.form-group {
  padding: 10px 0;
}
/*Address question*/

/* :L1297 */
.instanda-address-question .instanda-question-input > .form-group {
  border-bottom: 1px solid lightgray;
  padding: 20px 0;
}
/* :L1302 */
.instanda-address-line-2 {
  margin-top: 10px;
}
/*Confirm questions*/

/* :L1308 */
.instanda-confirm-question-checkbox ul {
  padding: 0 0 0 20px;
  margin: 10px 0;
}
/* :L1313 */
.instanda-confirm-question-checkbox ul li {
  margin: 10px 0;
}
/* :L1317 */
.instanda-confirm-question-checkbox ul li:last-child {
  margin: 10px 0 0 0;
}
/*Checkbox beneath question text*/

/* :L1323 */
span.confirmQuestionText {
  padding-bottom: 20px;
  display: block;
  top: -5px;
}
/* :L1329 */
.checkbox label {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
/*Multi-item header*/

/* :L1337 */
.questionHeader.instanda-multi-item-header.instanda-question-inner-label {
  display: inline-block;
  border: 0;
  background: #666666;
  color: white;
  margin: 15px 0;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
/*Multi-item line split*/

/* :L1354 */
.instanda-multi-item .instanda-multi-item-add-remove.container {
  border-bottom: 2px solid #666666;
  padding: 20px 0;
}
/*Dynamic total result*/

/* :L1361 */
.instanda-dynamic-total {
  font-weight: 700;
  color: #446ba6;
}
/*WARNINGS, ERRORS--------------------------------------------------------*/

/*QUOTE DISPLAYS----------------------------------------------------------*/

/*.instanda-quote-content p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.instanda-quote-content p span {
  color: #63AE2D;
  font-weight: 700;
  font-size: 18px;
}*/

/* :L1381 */
.quote-display-content h1 {
  font-weight: 400;
  font-size: 24px;
  color: #80bc00;
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px dashed;
}
/* :L1391 */
.quote-display-content h2 {
  font-weight: 400;
  font-size: 18px;
  color: #80bc00;
  margin: 15px 0;
}
/* :L1398 */
.quote-display-content table th {
  border-bottom: 1px dashed #cccccc;
  padding: 10px 0;
  font-weight: 400;
  color: #80bc00;
}
/* :L1405 */
.quote-display-content h1 ~ table tr td:first-child {
  width: 33%;
}
/* :L1409 */
.quote-display-content table td {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  vertical-align: top;
}
/* :L1415 */
.quote-display-content table tr:last-child td {
  border-bottom: 0;
}
/* :L1419 */
.quote-display-content table h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #80bc00;
}
/* :L1426 */
.quote-display-content span.large-text {
  font-size: 28px;
  color: #80bc00;
}
/* :L1431 */
.quote-display-content span.medium-text {
  font-size: 18px;
  color: #80bc00;
}
/* :L1436 */
hr {
  border: 0;
  border-top: 1px dashed #446ba6;
  margin: 20px 0;
}
/*Endorsements titles*/

/* :L1444 */
#quote-content b u {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed lightgrey;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #9a9a9a;
}
/*Button area*/

/* :L1455 */
.instanda-quote-action-wrapper {
  margin-top: 50px;
}
/*Documents*/

/*Change icon download*/

/* :L1463 */
div#quoteLink img,
div#quoteLink br {
  display: none;
}
/* :L1468 */
img#pdfIcon {
  display: none;
}
/* :L1472 */
a#quoteLinkLink,
img#pdfIcon ~ a {
  padding-left: 25px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=NYEC,rBfCvRd4KkGIblicA__');
  background-position: left center;
  background-size: 12px;
  background-repeat: no-repeat;
}
/*Change icon email*/

/* :L1483 */
#emailQuoteLink img,
#emailQuoteLink br {
  display: none;
}
/* :L1488 */
a#emailQuoteLinkLink {
  z-index: 99;
  position: relative;
}
/*Make email link look like other buttons, AB's request, 16 Sept 2016
a#emailQuoteLinkLink {
  padding-left: 25px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=LkiwFoU0WIrhZBdRFUMS-w__');
  background-position: left center;
  background-size: 15px;
  background-repeat: no-repeat;
}

/*Make email quote more prominent, as per Adam Broom's request, 4 Apr 2016*/

/*
a#emailQuoteLinkLink {
  background-size: 50px;
  background-position: 10px 5px;
  background-color: white;
  height: 50px;
  width: 210px;
  padding: 5px 10px 5px 70px;
  margin-top: 10px;
  display: inline-block;
  border: 1px dashed #CCCCCC;
}

a#emailQuoteLinkLink:hover, 
a#emailQuoteLinkLink:focus, 
a#emailQuoteLinkLink:active {
  background-color: #d5e3f7;
  border-color: #446ba6;
}


/*ENDORSEMENTS------------------------------------------------------------*/

/* :L1526 */
.instanda-main-content div > .referral-review-line {
  width: 960px;
  margin: 0 auto;
}
/* :L1531 */
form[action*="Endorse?"] .row {
  border: 0;
  border-top: 1px dashed #9a9a9a;
  background: none;
  padding: 15px 0 0 0;
}
/* :L1538 */
form[action*="Endorse?"] .free-text {
  padding: 0;
  border: 0;
  background: none;
}
/*Referrals*/

/* :L1546 */
.instanda-renew-referrals-table.agentTable th {
  font-size: 16px;
}
/* :L1550 */
.instanda-review-cell .referral-review-line label.radio-inline {
  display: inline-block;
}
/*Text on page to appear above button area*/

/* :L1556 */
table.agentTable.instanda-table.instanda-renew-referrals-table {
  margin-bottom: 90px;
}
/* :L1560 */
p.under-button {
  clear: both;
  position: relative;
  left: 0;
  top: 15px;
}
/*POSTQUOTE---------------------------------------------------------------*/

/*PAYMENT PAGES, DIRECT DEBIT, SALES CONFIRMATION-------------------------*/

/*RETRIEVE QUOTE----------------------------------------------------------*/

/*Select package*/

/* :L1575 */
.page-retrieve .section.instanda-agent-select-packages {
  text-align: center;
}
/* :L1579 */
.page-retrieve .section.instanda-agent-select-packages .section_content {
  display: inline-block;
}
/* :L1583 */
.contained.select-package-text {
  margin: 15px auto 5px auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
/* :L1590 */
.page-retrieve .section.instanda-agent-select-packages a ~ br {
  display: none;
}
/* :L1594 */
.instanda-agent-retrieve-quotes tr td:last-child {
  padding-right: 0;
  text-align: right;
}
/*Results*/

/* :L1602 */
.scrollableArea {
  max-height: 800px;
}
/* :L1606 */
.scrollableArea h2 {
  font-weight: 400;
  font-size: 30px;
  color: #446ba6;
  margin: 10px 0;
}
/* :L1613 */
.scrollableArea table.agentTable th {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px 10px 0;
  white-space: pre;
  border-bottom: 1px solid lightgray;
}
/* :L1621 */
.scrollableArea table.agentTable td {
  font-weight: 400;
  padding: 10px 10px 10px 0;
  border-bottom: 1px dashed lightgray;
}
/* :L1627 */
.scrollableArea table.agentTable td a {
  white-space: pre;
}
/* :L1631 */
.scrollableArea a[title="Notes"] {
  display: none;
}
/* :L1635 */
.scrollableArea table td a.action-link[href*='Public/AgentClaims?'],
.section_content .btnDiv a.linkcss[href*='Public/AgentClaims?'] {
  /*23 Sept requested by ABroom*/
  display: none;
}
/*All docs, pdf, etc.*/

/* :L1642 */
.instanda-agent-select-packages h2 {
  font-size: 30px;
  font-weight: 400;
  color: #446ba6;
}
/* :L1648 */
.section.instanda-agent-select-packages ul {
  padding: 0;
  margin: 0;
}
/* :L1653 */
.section.instanda-agent-select-packages ul li {
  list-style: none;
  margin: 10px 0;
}
/* :L1658 */
.section.instanda-agent-select-packages ul li a {
  padding-left: 25px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=NYEC,rBfCvRd4KkGIblicA__');
  background-position: left center;
  background-size: 12px;
  background-repeat: no-repeat;
}
/*Claims, link to this is hidden*/

/* :L1668 */
table[style="background-color:white"] {
  margin-bottom: 50px;
}
/* :L1672 */
table[style="background-color:white"] input {
  min-width: initial;
}
/*Cancellations*/

/* :L1678 */
a.action-link[href*="CancelPolicy?"] {
  display: none;
}
/*Retrieve quote page on public site*/

/* :L1684 */
.instanda-retrieve-quote .form-group {
  margin-bottom: 50px;
}
/*View quote or policy > agent search > policy number > view*/

/* :L1690 */
.page-viewpolicyquote .section {
  display: flex;
  flex-wrap: wrap-reverse;
}
/* :L1695 */
.section_content .btnDiv {
  width: auto;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}
/* :L1703 */
.section_content .btnDiv a.linkcss,
.section_content .btnDiv label {
  font-size: 14px;
  color: white;
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 3px 5px 0;
  background: #666666;
  text-transform: uppercase;
}
/* :L1719 */
.section_content .btnDiv a.linkcss:hover,
.section_content .btnDiv a.linkcss:focus,
.section_content .btnDiv label:hover,
.section_content .btnDiv label:focus {
  background: #333333;
}
/* :L1726 */
.section_content .btnDiv a.linkcss[href*="CancelPolicy?"] {
  display: none;
}
/*Billing Details Page*/

/* :L1732 */
.page-confirmbillingdetails form > div:nth-of-type(1) {
  font-size: 24px;
}
/* :L1736 */
.instanda-confirm-billing-address {
  font-size: 24px;
  padding: 20px 0;
}
/*INPUT--------------------------------------------------------------------*/

/* :L1743 */
input[type="text"],
input[type="password"],
input[type="number"],
textarea,
input#quoteRef {
  padding: 5px 10px;
  box-shadow: none;
  border: 1px solid grey;
  background: white;
  font-size: 14px;
  color: black;
  min-width: 300px;
  outline: 0;
}
/* :L1758 */
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="number"]:focus,
input[type="number"]:active,
textarea:focus,
textarea:active,
input#quoteRef:focus,
input#quoteRef:active {
  border-color: #446ba6;
  color: #2557a2;
}
/*Date input*/

/* :L1774 */
input.hasDatepicker {
  max-width: 105px;
  min-width: auto;
}
/*Input with currency symbol prefix*/

/* :L1781 */
span.input-group-addon.instanda-number-prefix {
  display: inline-block;
  z-index: 1;
  padding: 4px 10px 3px 10px;
  border: 1px solid;
  border-right: 0;
  top: 0px;
  left: 0;
  background: #efefef;
  margin-right: -4px;
}
/*Endorsement input*/

/*Sort code input*/

/*Text box*/

/* :L1799 */
textarea {
  width: 75%;
}
/* :L1803 */
textarea:focus {
  outline: 0;
}
/*DATE PICKER WIDGET------------------------------------------------------*/

/* :L1809 */
.ui-icon {
  width: 16px!important;
  height: 16px !important;
}
/*Trigger*/

/* :L1813 */
img.ui-datepicker-trigger {
  margin-left: 5px;
}
/*Widget*/

/* :L1819 */
.ui-datepicker {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #446ba6;
}
/*Header*/

/* :L1829 */
.ui-widget-header {
  background: none;
  border: 0;
}
/*Next/Prev on header*/

/* :L1836 */
.ui-datepicker-prev,
.ui-datepicker-next {
  border: 0;
  background: none;
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* :L1845 */
.ui-datepicker-prev {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=XyuQ54f-27eOEFcR5o-R9Q__');
}
/* :L1849 */
.ui-datepicker-next {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=aa-,VjBJhG7FO,C6IvxVLQ__');
}
/* :L1853 */
.ui-datepicker .ui-datepicker-next {
  right: 0;
  top: 7px;
}
/* :L1858 */
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  top: 7px;
}
/* :L1863 */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 16px;
  height: 16px;
}
/* :L1869 */
.ui-widget-header .ui-icon {
  background: none;
}
/* :L1873 */
.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  background: none;
  border: 0;
  background-repeat: no-repeat;
}
/* :L1882 */
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  background: none;
  background-repeat: no-repeat;
}
/* :L1888 */
.ui-datepicker-prev-hover {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=XyuQ54f-27eOEFcR5o-R9Q__') !important;
}
/* :L1892 */
.ui-datepicker-next-hover {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=aa-,VjBJhG7FO,C6IvxVLQ__') !important;
}
/*Days of the week*/

/* :L1898 */
table.ui-datepicker-calendar th {
  color: #446ba6;
}
/*Days*/

/* :L1904 */
.ui-widget-content .ui-state-default {
  border: 1px solid #9a9a9a;
  background: white;
}
/* :L1909 */
.ui-widget-content .ui-state-default:hover,
.ui-widget-content .ui-state-default:focus,
.ui-widget-content .ui-state-default:active {
  color: #446ba6;
}
/* :L1915 */
.ui-widget:active,
.ui-widget:focus {
  outline: none;
}
/*Today*/

/* :L1922 */
.ui-state-highlight {
  border-color: #9a9a9a !important;
  background: #9a9a9a !important;
  color: white !important;
}
/*Selected day*/

/* :L1930 */
.ui-datepicker-days-cell-over a {
  color: white !important;
  border-color: #446ba6 !important;
  background: #446ba6 !important;
}
/*Button area*/

/* :L1938 */
.ui-datepicker-buttonpane.ui-widget-content {
  padding: 0;
  border: 0;
  margin: 10px 0 0 0;
}
/*Buttons*/

/* :L1946 */
.ui-datepicker-buttonpane button.ui-state-default {
  background: #446ba6;
  color: white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 8px;
  border: 0;
}
/* :L1957 */
.ui-datepicker-buttonpane button.ui-state-default:hover,
.ui-datepicker-buttonpane button.ui-state-default:focus,
.ui-datepicker-buttonpane button.ui-state-default:active {
  background: #325892;
  color: white;
}
/*NOTES WIDGET------------------------------------------------------------*/

/*Widget*/

/* :L1968 */
.ui-dialog {
  padding: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #446ba6;
}
/*Title*/

/* :L1978 */
.ui-dialog .ui-dialog-titlebar {
  padding: 0 0 10px 0;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #446ba6;
}
/* :L1986 */
.ui-dialog .ui-dialog-title {
  margin: 0;
}
/*Text area*/

/* :L1992 */
.ui-dialog .ui-dialog-content {
  padding: 0 0 10px 0;
}
/* :L1996 */
.ui-widget textarea {
  width: 100%;
}
/*Button area*/

/* :L2002 */
.ui-dialog .ui-dialog-buttonpane {
  border: 0;
  margin: 0;
  padding: 0;
}
/*Buttons*/

/* :L2010 */
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0 0 5px;
  cursor: pointer;
  border: 0;
  background: #446ba6;
  padding: 5px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  color: white;
}
/* :L2023 */
.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-dialog .ui-dialog-buttonpane button:focus,
.ui-dialog .ui-dialog-buttonpane button:active {
  color: white;
  background: #325892;
}
/* :L2030 */
.ui-button-text-only .ui-button-text {
  padding: 0;
}
/*PREDICTIVE TEXT WIDGET--------------------------------------------------*/

/* :L2036 */
.ui-menu {
  background: white;
  border: 1px solid #446ba6;
  padding: 0;
}
/* :L2042 */
.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item a {
  margin: 0;
  border: 0;
  padding: 3px 5px;
  text-align: left;
}
/* :L2050 */
.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #446ba6;
  background-image: none;
  color: white;
  border: 0;
  margin: 0;
}
/*HELP TEXT---------------------------------------------------------------*/

/*Help icon*/

/* :L2061 */
.instanda-helpIcon {
  margin: 0;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=eo1Csu,LJFPV8VPy2g123w__');
  background-position: top center;
}
/* :L2067 */
.instanda-helpIcon:hover,
.instanda-helpIcon:focus,
.instanda-helpIcon:active {
  background-position: bottom center;
}
/*Help icon - Hover function*/

/* :L2074 */
.instanda-helpIcon:hover + .instanda-helpText {
  display: block !important;
}
/*Help text*/

/* :L2080 */
.instanda-helpText {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 7%;
  width: 300px;
  margin: 0;
  padding: 15px 20px;
  border: 0;
  color: white;
  background: #283c68;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
}
/*Tables in help text*/

/* :L2100 */
.helpText table {
  width: 75%;
}
/* :L2104 */
.helpText table tr {
  border-bottom: 1px solid lightgray;
}
/* :L2108 */
.helpText table tr:last-child {
  border-bottom: 0;
}
/* :L2112 */
.helpText table tr th {
  font-size: 18px;
}
/* :L2116 */
.helpText table tr th,
.helpText table tr td {
  padding: 5px 0 5px 0;
}
/*Hide 'Continue' button on quote display page*/

/* :L2122 */
.page-quickquote .btn-default.btn[value="Continue"],
.page-quote .btn-default.btn[value="Continue"] {
  display: none;
}
/*Hide 'Copy/Re-Quote' button on quote display page*/

/* :L2129 */
.page-quickquote .btn-default.btn[value="Copy/re-quote"],
.page-quote .btn-default.btn[value="Copy/re-quote"] {
  display: none;
}
/*Hide 'Change log' button on search results table*/

/* :L2136 */
.instanda-agent-retrieve-quotes a.showQuoteChangeLogDialog {
  display: none;
}
/*Hide "Complete" button from agent search page quote results table - 07 October 2021 */

/* :L2142 */
.page-retrieve .agenttable .action-link,
.page-retrieve #divQuoteResults a:nth-of-type(2) {
  display: none;
}
/* :L2145 */
.homepage {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=4XF,,mBGPzfstiZHgcg-vg__');
  background-size: cover;
  background-position: top center;
  height: 70vh;
  padding: 50px;
}
/* :L2153 */
.homepage .box {
  margin: 0;
  width: 50%;
  background: white;
  padding: 30px;
}
/* :L2160 */
.homepage h1 {
  font-size: 48px;
  font-weight: 400;
  color: #446ba6;
  margin: 0 0 10px 0;
  background-image: /*Background for h1, icon for iFarm*/;
  background-position: right center;
  background-repeat: no-repeat;
}
/* :L2170 */
.homepage h2 {
  font-size: 16px;
  font-weight: 400;
  color: #3e82c1;
}
/* :L2176 */
.homepage ul {
  padding: 0 0 0 20px;
  font-size: 14px;
  margin: 0;
}
/* :L2182 */
.homepage li {
  margin-bottom: 10px;
}
/*Nav bar*/

/* :L2187 */
.navbar {
  margin-bottom: 5;
  width: 100%;
}
/* :L2192 */
.navbar .nav {
  margin: 0;
  padding: 0;
  float: right;
}
/* :L2198 */
.navbar-inner {
  min-height: auto;
  background: #82b935;
  padding: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 10;
  -webkit-border-radius: 10;
  border-radius: 10;
}
/* :L2212 */
.navbar .nav > li {
  margin-left: 0px;
}
/* :L2216 */
.navbar .nav > li > a,
.navbar .nav > .active > a {
  color: white;
  background: #82b935;
  padding: 10px 15px;
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  text-shadow: none;
}
/* :L2227 */
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:active {
  background: #246837;
  color: white;
}
/* :L2237 */
.navbar .nav > li.grey-link > a,
.navbar .nav > .grey-link.active > a {
  background: #82b935;
}
/* :L2242 */
.navbar .nav > li.grey-link > a:hover,
.navbar .nav > li.grey-link > a:focus,
.navbar .nav > li.grey-link > a:active,
.navbar .nav > .grey-link.active > a:hover,
.navbar .nav > .grey-link.active > a:focus,
.navbar .nav > .active > a:active {
  background: #246837;
}
/*BUTTONS------------------------------------------------------------------*/

/*Primary buttons*/

/* :L2255 */
button,
input[type="submit"],
input[type="button"],
.instanda-agent-retrieve-quotes a[href*='Public/ViewQuoteOrPolicy?'],
.scrollableArea a[href*='Public/ViewQuoteOrPolicy?'],
a#emailQuoteLinkLink {
  padding: 10px 30px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  background-color: #82b935;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
/* :L2272 */
button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
  background-color: #246837;
  cursor: pointer;
}
/*Secondary*/

/* :L2287 */
.instanda-retrieve-quotes-table input[type="submit"],
input.instanda-notes-button,
input[name="notes"].instanda-quote-button,
input[name="backButton"],
input#copyQuoteButton,
button.instanda-multi-item-add,
button.instanda-multi-item-remove,
.instanda-agent-retrieve-quotes a[href*='Public/ViewQuoteOrPolicy?'],
.scrollableArea a[href*='Public/ViewQuoteOrPolicy?'],
a#emailQuoteLinkLink {
  background-color: #82b935;
}
/* :L2300 */
.instanda-retrieve-quotes-table input[type="submit"]:hover,
.instanda-retrieve-quotes-table input[type="submit"]:focus,
.instanda-retrieve-quotes-table input[type="submit"]:active,
input.instanda-notes-button:hover,
input.instanda-notes-button:focus,
input.instanda-notes-button:active,
input[name="notes"].instanda-quote-button:hover,
input[name="notes"].instanda-quote-button:focus,
input[name="notes"].instanda-quote-button:active,
input[name="backButton"]:hover,
input[name="backButton"]:focus,
input[name="backButton"]:active,
input#copyQuoteButton:hover,
input#copyQuoteButton:focus,
input#copyQuoteButton:active,
button.instanda-multi-item-add:hover,
button.instanda-multi-item-add:focus,
button.instanda-multi-item-add:active,
button.instanda-multi-item-remove:hover,
button.instanda-multi-item-remove:focus,
button.instanda-multi-item-remove:active,
.instanda-agent-retrieve-quotes a[href*='Public/ViewQuoteOrPolicy?']:hover,
.instanda-agent-retrieve-quotes a[href*='Public/ViewQuoteOrPolicy?']:focus,
.scrollableArea a[href*='Public/ViewQuoteOrPolicy?']:hover,
.scrollableArea a[href*='Public/ViewQuoteOrPolicy?']:focus,
a#emailQuoteLinkLink:hover,
a#emailQuoteLinkLink:focus {
  background-color: #246837;
}
/*Small buttons*/

/* :L2332 */
button.instanda-multi-item-add,
button.instanda-multi-item-remove,
.instanda-retrieve-quotes-table input[type="submit"],
.instanda-agent-retrieve-quotes a[href*='Public/ViewQuoteOrPolicy?'],
.scrollableArea a[href*='Public/ViewQuoteOrPolicy?'],
a#emailQuoteLinkLink {
  padding: 5px 10px;
  font-size: 14px;
}
/*Disabled buttons*/

/* :L2344 */
button[disabled="disabled"],
button[disabled="disabled"]:hover,
button[disabled="disabled"]:focus,
button[disabled="disabled"]:active {
  background: #cccccc;
}
/*Button area*/

/* :L2353 */
.buttonList.instanda-buttonList {
  text-align: right;
  margin-top: 50px;
}
/*Hide notes buttons*/

/* :L2360 */
input.instanda-notes-button,
input[name="notes"],
input[name="Notes"] {
  display: none;
}
/*Page 1*/

/* :L2366 */
#question100110 label:after {
  content: "*if applicable";
  /* <- text goes here */
  color: red;
  /*styling of additional text */
  font-style: italic;
  padding-left: 10px;
}
/*SIDEBAR, prequote-------------------------------------------------------*/

/* :L2374 */
.side-content {
  width: 680px;
  float: left;
  padding-right: 30px;
}
/* :L2380 */
.side-content .instanda-main-content {
  width: inherit;
  padding: inherit;
}
/* :L2385 */
.side-bar {
  float: left;
  width: 280px;
}
/* :L2390 */
.side-bar-header {
  background: #eeeeee;
  background-position: 15px 15px;
  padding: 15px 15px 15px 15px;
  background-size: auto 60px;
  margin: 0px 0px 25px 0px;
}
/* :L2398 */
.side-bar-body {
  background: #eeeeee;
  padding: 15px 15px 15px 20px;
  color: #283c68;
}
/* :L2404 */
.side-bar h2 {
  color: #283c68;
  margin: 0;
  font-size: 24px;
}
/* :L2410 */
.side-bar h3 {
  color: #283c68;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
/* :L2417 */
.side-bar h4 {
  margin: 0;
  color: #283c68;
}
/* :L2422 */
.side-bar h5 {
  font-size: 16px;
  margin: 10px 0;
  color: #283c68;
}
/* :L2428 */
.side-bar ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}
/* :L2434 */
.side-bar ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=GFScEI3AvYrTdyS5QT09iA__') no-repeat left 4px;
  background-size: 15px;
  color: #283c68;
}
/*Hide/show content*/

/* :L2444 */
.page-hide {
  display: none;
}
/* :L2448 */
.package-10066.page-prequotequestions.page-number-2 .page-2-show {
  display: block;
}
/* :L2452 */
.page-prequotequestions .side-content,
.page-prequotequestions .side-content .instanda-main-content {
  width: 960px;
  float: none;
  padding-right: 0;
}
/* :L2459 */
.page-prequotequestions .side-bar {
  display: none;
}
/* :L2463 */
.package-10066.page-prequotequestions.page-number-2 .side-content {
  width: 680px;
  float: left;
  padding-right: 30px;
}
/* :L2469 */
.package-10066.page-prequotequestions.page-number-2 .side-content .instanda-main-content {
  width: inherit;
  padding: inherit;
}
/* :L2474 */
.package-10066.page-prequotequestions.page-number-2 .side-bar {
  display: block;
}
