

/*Basic template styling*/

/*box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; /*smooth rounded edges with border, match border color*/

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

/* :L23 */
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;
}
/* :L34 */
*,
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;
}
/* :L48 */
#innerBody {
  font-size: 14px;
  text-align: left;
}
/*Clearfix*/

/* :L55 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
/* :L61 */
.clearfix:after {
  clear: both;
}
/* :L65 */
.clearfix {
  zoom: 1;
  clear: both;
}
/*Other clearfixes*/

/* :L72 */
.instanda-well:after,
.instanda-well:before,
.questionItem:after,
.questionItem:before,
.instanda-question-item:after,
.instanda-question-item:before,
.action-buttons:after,
.action-buttons:before,
.back-to-edit-quote-container.left.pull-left:after,
.back-to-edit-quote-container.left.pull-left:before {
  display: table;
  content: "";
  clear: both;
}
/* :L87 */
.buttonList.instanda-buttonList,
.instanda-question-input ~ div {
  clear: both;
}
/*Box sizing all, relative position*/

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

/* :L103 */
a,
input,
button,
*:after,
*:before {
  -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;
}
/*Paragraphs*/

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

/*Nav bar*/

/* :L124 */
.navbar {
  margin-bottom: 0;
}
/* :L128 */
.navbar .nav {
  margin: 0;
  padding: 0;
}
/* :L133 */
.navbar-inner {
  min-height: auto;
  padding: 0;
  border: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* :L146 */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* :L155 */
.navbar .nav > li > a {
  text-shadow: none;
}
/*Documents near footer*/

/* :L161 */
#packageDocuments a {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=rz9xiNNWqs-FS6qFKqxyUA__');
  /*CHANGE BACKGROUND ICON COLOUR*/
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: left center;
  padding-left: 0px;
  margin-right: 20px;
}
/*Footer*/

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

/* :L174 */
table {
  border-collapse: collapse;
  width: 100%;
}
/*AGENT LOGIN------------------------------------------------------------*/

/* :L181 */
.instanda-agent-login table.agentTable {
  width: auto;
  margin-bottom: 30px;
}
/* :L186 */
.instanda-agent-login table.agentTable th,
.instanda-agent-login table.agentTable td {
  padding: 0 15px 15px 0;
}
/*QUICK QUOTE, PREQUOTE--------------------------------------------------*/

/* :L193 */
.instanda-well,
.questionItem,
.instanda-question-item {
  clear: both;
}
/* :L199 */
.questionItem,
.instanda-question-item {
  margin: 15px 0;
}
/*Question text*/

/* :L206 */
.instanda-question-label,
.instanda-question-inner-label {
  margin-bottom: 5px;
}
/*Questions inside yes/no parent*/

/* :L213 */
.instanda-question-parent-yes-no > .form-group {
  clear: both;
  padding-top: 1px;
}
/*Address question*/

/* :L220 */
.instanda-question-input.instanda-address-line-2 {
  margin-top: 5px;
}
/*Confirm questions*/

/* :L226 */
.instanda-confirm-question-checkbox {
  overflow: visible;
}
/*HELP TEXT---------------------------------------------------------------*/

/*Help icon*/

/* :L234 */
.instanda-helpIcon:hover,
.instanda-helpIcon:focus,
.instanda-helpIcon:active {
  cursor: help;
}
/*WARNINGS, ERRORS--------------------------------------------------------*/

/*No content warning*/

/* :L244 */
.instanda-missing-content-warning {
  display: none;
}
/*Validation errors*/

/* :L250 */
.validation-errors {
  background: #fff1a0;
  /*CHANGE COLOUR, add icons to ul li?*/
  color: black;
}
/* :L255 */
.validation-errors ul {
  padding: 15px 0;
}
/* :L259 */
.validation-errors ul li {
  padding: 0;
  list-style: none;
}
/* :L264 */
.instanda-question-validation-message {
  clear: both;
  display: block;
}
/* :L269 */
span.label.label-danger.field-validation-error {
  width: 100%;
  display: block;
  clear: both;
  color: red;
}
/*QUOTE DISPLAYS----------------------------------------------------------*/

/*Button area*/

/* :L280 */
.instanda-quote-action-wrapper {
  width: auto;
}
/*Document download*/

/* :L286 */
img#pdfIcon,
img#pdfIcon + br {
  display: none;
}
/* :L291 */
#pdfIcon ~ a {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=rz9xiNNWqs-FS6qFKqxyUA__');
  /*CHANGE BACKGROUND ICON COLOUR*/
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: left center;
  padding-left: 15px;
}
/*ENDORSEMENTS, REFERRALS-------------------------------------------------*/

/* :L301 */
form[action*="Public/Endorse?"] .row {
  border: 0;
  padding: 0;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* :L310 */
.package-12917 table.instanda-endorsement tr:nth-child(3n+4) {
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 25px;
}
/*RETRIEVE QUOTE----------------------------------------------------------*/

/* :L318 */
.instanda-retrieve-quotes-table td,
.instanda-retrieve-quotes-table th {
  padding: 0 10px 15px 0;
}
/* :L323 */
.instanda-retrieve-quotes-table tr td:last-child {
  padding-right: 0;
}
/*Results*/

/* :L329 */
.scrollableArea {
  overflow: scroll;
}
/* :L333 */
.scrollableArea .agentTable th {
  white-space: pre;
}
/* :L337 */
.scrollableArea .agentTable th,
.scrollableArea .agentTable td {
  padding: 0 10px 10px 0;
}
/* :L342 */
.scrollableArea .agentTable td a {
  white-space: pre;
}
/*Claims*/

/* :L348 */
.page-claims table {
  margin-bottom: 30px;
}
/*Cancel policy*/

/* :L354 */
.instanda-agent-cancel-policy tr:last-child td input {
  margin-top: 30px;
}
/* :L358 */
.instanda-agent-cancel-policy td,
.instanda-agent-cancel-policy th {
  padding: 0 10px 10px 0;
}
/*BUTTONS------------------------------------------------------------------*/

/*Primary buttons*/

/* :L367 */
button,
input[type="submit"],
input[type="button"],
.instanda-agent-select-packages a,
button.instanda-multi-item-add,
button.instanda-multi-item-remove,
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
.buttonList a.btn.btn-primary,
.instanda-car-details-question .instanda-buttonList a {
  outline: 0;
  cursor: pointer;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*Disabled buttons*/

/* :L386 */
button[disabled="disabled"],
button[disabled="disabled"]:hover,
button[disabled="disabled"]:focus,
button[disabled="disabled"]:active {
  opacity: 0.5;
  cursor: not-allowed;
}
/*Button area*/

/* :L396 */
.buttonList.instanda-buttonList {
  text-align: right;
}
/*INPUT--------------------------------------------------------------------*/

/* :L402 */
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 {
  outline: none;
}
/*Error*/

/* :L415 */
input.input-validation-error {
  border-color: red;
}
/* :L419 */
select.input-validation-error {
  border-color: red;
}
/*Date input*/

/* :L425 */
input.hasDatepicker {
  width: 9em !important;
  /*CHANGE WIDTH*/

}
/*Retrieve quotes table*/

/* :L431 */
input#variableValue {
  width: auto !important;
}
/*Sort code input*/

/* :L437 */
body .questionItem input[maxlength="2"] {
  width: 50px;
  text-align: center;
}
/*Scroll bars on number inputs*/

/*Fix for Firefox*/

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

/* :L450 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Text box*/

/* :L458 */
textarea {
  width: 100%;
  max-width: 100%;
}
/*Select - dropdown*/

/* :L465 */
select {
  outline: none;
}
/*DATE PICKER WIDGET------------------------------------------------------*/

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

/* :L478 */
img.ui-datepicker-trigger {
  margin-left: 5px;
}
/*NOTES WIDGET------------------------------------------------------------*/

/*Widget*/

/* :L486 */
.ui-dialog {
  padding: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #63ae2d;
  /*CHANGE COLOUR*/

}
/*Title*/

/* :L496 */
.ui-widget-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
}
/* :L504 */
.ui-dialog .ui-dialog-titlebar {
  padding: 0 0 10px 0;
}
/* :L508 */
.ui-dialog .ui-dialog-title {
  margin: 0;
}
/*Text area*/

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

/* :L524 */
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  background: none;
}
/* :L528 */
.ui-dialog .ui-dialog-buttonpane {
  border: 0;
  margin: 0;
  padding: 0;
}
/*Buttons*/

/* :L536 */
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0 0 5px;
}
/* :L540 */
.ui-button-text-only .ui-button-text {
  padding: 0;
}
/*PREDICTIVE TEXT WIDGET--------------------------------------------------*/

/* :L546 */
.ui-menu {
  background: white;
  border: 1px solid #4b9813;
  /*CHANGE COLOUR*/
  padding: 0;
  overflow-y: scroll;
  max-height: 400px;
}
/* :L554 */
.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item a {
  margin: 0;
  border: 0;
  padding: 3px 5px;
  text-align: left;
}
/* :L562 */
.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #63ae2d;
  /*CHANGE COLOUR*/
  background-image: none;
  color: white;
  border: 0;
  margin: 0;
}
/*Custom template styling*/

/*box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; /*smooth rounded edges with border, match border color*/

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

/* :L575 */
html {
  height: 100%;
}
/* :L579 */
body {
  font-size: 10px;
}
/*Other clearfixes*/

/* :L585 */
.instanda-main-content:before,
.instanda-main-content:after {
  display: table;
  content: "";
  clear: both;
}
/*Transitions*/

/* :L594 */
.radio label,
label.radio-inline,
.endorsements-area dl {
  -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*/

/* :L605 */
a {
  color: #8991c8;
}
/* :L609 */
a:hover,
a:focus,
a:active {
  color: #1d2f42;
}
/*LAYOUT----------------------------------------------------------------*/

/*Size and center*/

/* :L619 */
.header-inner,
.content-inner,
.footer-inner,
.contained,
.validation-summary-valid ul,
.validation-summary-errors ul,
.instanda-main-content .section,
.documents-footer,
.instanda-quote-action-wrapper {
  width: 960px;
  margin: 0 auto;
}
/*Header*/

/* :L634 */
.header {
  background-color: #000033;
}
/* :L638 */
#logo {
  padding: 15px 0px 30px 0px;
  height: 80px;
  width: auto;
}
/*Content*/

/* :L646 */
.content-inner {
  padding: 20px 0 40px 0;
}
/*Nav bar*/

/* :L652 */
.navbar {
  position: absolute;
  bottom: 10px;
  right: 0;
}
/* :L658 */
.navbar .nav > li {
  padding-left: 20px;
}
/* :L662 */
.navbar .nav > .active > a,
.navbar .nav > li > a {
  padding: 5px 2px 0 2px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #000033;
  font-size: 12px;
}
/* :L673 */
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  border-color: #8991c8;
  color: white;
}
/*Hide other 'get a quote' link when on one package*/

/* :L683 */
.instanda-nav-item-link[href*="PackageId="][href*="&pageNumber"],
.page-retrievequote.page-select-package .instanda-nav-item-link[href*="PackageId="] {
  display: none;
}
/* :L688 */
body.package-3619 .instanda-nav-item-link[href*="PackageId=3619&pageNumber"][href*="&pageNumber"],
body.package-7260 .instanda-nav-item-link[href*="PackageId=7260&pageNumber"][href*="&pageNumber"],
body.package-7584 .instanda-nav-item-link[href*="PackageId=7584&pageNumber"][href*="&pageNumber"],
body.package-7616 .instanda-nav-item-link[href*="PackageId=7616&pageNumber"][href*="&pageNumber"],
body.package-8654 .instanda-nav-item-link[href*="PackageId=8654&pageNumber"][href*="&pageNumber"],
body.package-5445 .instanda-nav-item-link[href*="PackageId=5445&pageNumber"][href*="&pageNumber"],
body.package-12917 .instanda-nav-item-link[href*="PackageId=12917&pageNumber"][href*="&pageNumber"],
body.package-15460 .instanda-nav-item-link[href*="PackageId=15460&pageNumber"][href*="&pageNumber"],
body.package-10164 .instanda-nav-item-link[href*="PackageId=10164&pageNumber"][href*="&pageNumber"],
body.package-18227 .instanda-nav-item-link[href*="PackageId=18227&pageNumber"][href*="&pageNumber"],
body.package-15690 .instanda-nav-item-link[href*="PackageId=15690&pageNumber"],
body.package-16933 .instanda-nav-item-link[href*="PackageId=16933&pageNumber"] {
  display: block;
}
/*Hide 'retrieve quote' link, shown with JS that changes the URL*/

/* :L705 */
.page-retrievequote.page-select-package .instanda-nav-item-link[href="/Public/RetrieveQuote"] {
  display: none;
}
/*Documents near footer*/

/* :L711 */
#packageDocuments a {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=rz9xiNNWqs-FS6qFKqxyUA__');
  /*CHANGE BACKGROUND ICON COLOUR*/
  background-size: auto 12px;
  padding-left: 0px;
}
/*Footer*/

/* :L719 */
.footer {
  background-color: #ededed;
  padding: 20px 0 30px 0;
  margin-bottom: -20px;
}
/* :L725 */
.footer-inner p {
  width: 65%;
  font-size: 9px;
  margin: 0;
  color: #1d2f42;
}
/*ALL TABLES-------------------------------------------------------------*/

/*ALL TITLES-------------------------------------------------------------*/

/* :L736 */
.instanda-agent-login .agentTable th,
.section .section_content .agentTable th,
.instanda-retrieve-quotes-table th,
.section.instanda-agent-select-packages h2,
.scrollableArea h2,
.instanda-agent-cancel-policy th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  color: #1d2f42;
}
/*AGENT LOGIN------------------------------------------------------------*/

/* :L750 */
.page-login {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=RmK21Pm96wfs0mmpNZEPQQ__');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
}
/* :L758 */
.page-login .footer,
.page-login .header,
.instanda-agent-login th {
  display: none;
}
/* :L764 */
.page-login .content-inner {
  width: 500px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZUV0WVQwRlpTSEphTmpkbFJHVnhURE01UzJOeFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx2OFNBYVdyQ2NSWSFXYUg0LDEwMDAsbnlMVE90bUdOSmlFSlVsQywrVTZWQTN5RUhXWXV6c1BmT2hzSmU4eDNmcGVVNXlpazV5SWlWZVVYYk00VnVuMk96U1V3R0NFeE9QeDhKQ0E0Nmd5dEJ5cVpvbFVKMm14RGp3SEJKdz09');
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: auto 110px;
  border-bottom: 3px solid #1d2f42;
  padding: 160px 50px 30px 50px;
}
/* :L775 */
.instanda-agent-login table.agentTable {
  width: 100%;
  margin-bottom: 10px;
}
/* :L780 */
.instanda-agent-login table.agentTable td {
  display: block;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #1d2f42;
}
/* :L790 */
.page-login input[type="text"],
.page-login input[type="password"] {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px 0 5px 0;
  border: 0;
  border-bottom: 1px solid #1d2f42;
  background: none;
}
/* :L801 */
.login-links.clearfix {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* :L808 */
.login-links a {
  color: #1d2f42;
  margin: 0 10px;
}
/* :L813 */
.page-login input[type="submit"] {
  width: 100%;
}
/*Password pages*/

/* :L819 */
.page-password .section input[type="submit"] {
  margin-top: 50px;
}
/*PAGE BACKGROUND IMAGES-------------------------------------------------*/

/* :L825 */
.img-space {
  display: none;
}
/* :L829 */
.page-retrieve .img-space,
.page-quickquotedisplay .img-space,
.page-quotedisplay .img-space,
.page-saleconfirmation .img-space {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 250px;
  width: 100%;
}
/* :L841 */
.page-retrieve .img-space {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=tvJTxvs-5aaJdsgzlXe7JA__');
}
/* :L845 */
.page-quickquotedisplay .img-space {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=tvJTxvs-5aaJdsgzlXe7JA__');
}
/* :L849 */
.page-quotedisplay .img-space {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=tvJTxvs-5aaJdsgzlXe7JA__');
}
/* :L853 */
.page-saleconfirmation .img-space {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=tvJTxvs-5aaJdsgzlXe7JA__');
}
/*PROGRESS BAR-----------------------------------------------------------*/

/* :L859 */
.progress-bar {
  display: none;
}
/* :L863 */
.page-quickquote .progress-bar,
.page-quickquotedisplay .progress-bar,
.page-prequote .progress-bar,
.page-quotedisplay .progress-bar {
  display: table;
}
/* :L870 */
.progress-bar th {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #8991c8;
  width: 20%;
}
/*Not yet passed*/

/* :L881 */
.progress-bar tr td {
  background: #e6e6e6;
  background: -moz-linear-gradient(left, #000033 0%, #000033 0%, #e6e6e6 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(left, #000033 0%, #000033 0%, #e6e6e6 0%, #e6e6e6 100%);
  background: linear-gradient(to right, #000033 0%, #000033 0%, #e6e6e6 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627f90', endColorstr='#ffffff', GradientType=1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 15%;
}
/*Active*/

/* :L894 */
.page-quickquote .progress-bar tr td:nth-child(1),
.page-quickquotedisplay .progress-bar tr td:nth-child(1),
.page-prequote.page-01 .progress-bar tr td:nth-child(2),
.page-prequote.page-02 .progress-bar tr td:nth-child(2),
.page-prequote.page-03 .progress-bar tr td:nth-child(3),
.page-prequote.page-04 .progress-bar tr td:nth-child(3),
.page-prequote.page-05 .progress-bar tr td:nth-child(4),
.page-prequote.page-06 .progress-bar tr td:nth-child(4),
.page-prequote.page-07 .progress-bar tr td:nth-child(4) {
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), #000033;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), -moz-linear-gradient(left, #000033 0%, #000033 50%, #e6e6e6 50%, #e6e6e6 100%);
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), -webkit-linear-gradient(left, #000033 0%, #000033 50%, #e6e6e6 50%, #e6e6e6 100%);
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), linear-gradient(to right, #000033 0%, #000033 50%, #e6e6e6 50%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627f90', endColorstr='#ffffff', GradientType=1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px, 100% 15%;
}
/*Last active*/

/* :L915 */
.page-quotedisplay .progress-bar tr td:nth-child(5) {
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), #000033;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), -moz-linear-gradient(left, #000033 0%, #000033 50%, white 50%, white 100%);
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), -webkit-linear-gradient(left, #000033 0%, #000033 50%, white 50%, white 100%);
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8FR95,exBskTt6JmLuyzkA__'), linear-gradient(to right, #000033 0%, #000033 50%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627f90', endColorstr='#ffffff', GradientType=1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px, 100% 15%;
}
/*Active headers*/

/* :L928 */
.page-quickquote .progress-bar tr th:nth-child(1),
.page-quickquotedisplay .progress-bar tr th:nth-child(1),
.page-prequote.page-01 .progress-bar tr th:nth-child(2),
.page-prequote.page-02 .progress-bar tr th:nth-child(2),
.page-prequote.page-03 .progress-bar tr th:nth-child(3),
.page-prequote.page-04 .progress-bar tr th:nth-child(3),
.page-prequote.page-05 .progress-bar tr th:nth-child(4),
.page-prequote.page-06 .progress-bar tr th:nth-child(4),
.page-prequote.page-07 .progress-bar tr th:nth-child(4),
.page-quotedisplay .progress-bar tr td:nth-child(5) {
  color: #000033;
}
/*Passed*/

/* :L943 */
.page-prequote .progress-bar tr td:nth-child(1),
.page-quotedisplay .progress-bar tr td:nth-child(1),
.page-prequote.page-03 .progress-bar tr td:nth-child(2),
.page-prequote.page-04 .progress-bar tr td:nth-child(2),
.page-prequote.page-05 .progress-bar tr td:nth-child(2),
.page-prequote.page-06 .progress-bar tr td:nth-child(2),
.page-prequote.page-07 .progress-bar tr td:nth-child(2),
.page-quotedisplay .progress-bar tr td:nth-child(2),
.page-prequote.page-05 .progress-bar tr td:nth-child(3),
.page-prequote.page-06 .progress-bar tr td:nth-child(3),
.page-prequote.page-07 .progress-bar tr td:nth-child(3),
.page-quotedisplay .progress-bar tr td:nth-child(3),
.page-quotedisplay .progress-bar tr td:nth-child(4) {
  background: #000033;
  background: -moz-linear-gradient(left, #000033 0%, #000033 100%, #e6e6e6 100%, #e6e6e6 100%);
  background: -webkit-linear-gradient(left, #000033 0%, #000033 100%, #e6e6e6 100%, #e6e6e6 100%);
  background: linear-gradient(to right, #000033 0%, #000033 100%, #e6e6e6 100%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627f90', endColorstr='#ffffff', GradientType=1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 15%;
}
/* :L966 */
.page-prequote .progress-bar tr th:nth-child(1),
.page-quotedisplay .progress-bar tr th:nth-child(1),
.page-prequote.page-03 .progress-bar tr th:nth-child(2),
.page-prequote.page-04 .progress-bar tr th:nth-child(2),
.page-prequote.page-05 .progress-bar tr th:nth-child(2),
.page-prequote.page-06 .progress-bar tr th:nth-child(2),
.page-prequote.page-07 .progress-bar tr th:nth-child(2),
.page-quotedisplay .progress-bar tr th:nth-child(2),
.page-prequote.page-05 .progress-bar tr th:nth-child(3),
.page-prequote.page-06 .progress-bar tr th:nth-child(3),
.page-prequote.page-07 .progress-bar tr th:nth-child(3),
.page-quotedisplay .progress-bar tr th:nth-child(3),
.page-quotedisplay .progress-bar tr th:nth-child(4) {
  color: #b7c2c7;
}
/*QUICK QUOTE, PREQUOTE--------------------------------------------------*/

/* :L985 */
.questionItem,
.instanda-question-item {
  margin: 30px 0;
}
/*Header questions*/

/* :L992 */
.questionItem.instanda-container-fluid {
  margin: 30px 0 15px 0;
}
/* :L996 */
.questionHeader h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  color: #000033;
  font-size: 24px;
}
/* :L1004 */
.questionHeader h4 {
  font-size: 18px;
  font-weight: normal;
  color: #8991c8;
  margin: 0;
}
/* :L1011 */
.questionHeader h5 {
  color: #1d2f42;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
/*Question text*/

/* :L1021 */
/* :L1026 */
.instanda-question-label,
.instanda-address-question .instanda-question-inner-label {
  display: inline-block;
  width: 40%;
  padding-right: 20px;
  vertical-align: top;
}
/* :L1034 */
.instanda-question-input,
.instanda-question-parent-yes-no .instanda-question-label + div,
.instanda-question-inner-label.instanda-address-postcode-label + .form-group {
  display: inline-block;
  width: 59%;
}
/*Nested questions*/

/* :L1043 */
.instanda-question-input > .instanda-question-input {
  width: 100%;
}
/*Postcode lookup results*/

/* :L1049 */
.postcodelookup {
  margin-top: 20px;
  border: 1px solid lightgrey;
  padding: 10px 10px 0 10px;
}
/* :L1055 */
.postcodelookup button {
  margin: 0 5px 10px;
}
/*Name question*/

/*Address question*/

/* :L1063 */
.instanda-address-question > .instanda-question-input {
  width: 100%;
}
/* :L1067 */
.instanda-question-input.instanda-address-line-2 {
  left: 387px;
}
/*Confirm questions*/

/* :L1073 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  width: auto;
}
/*Checkbox confirm questions*/

/* :L1079 */
.confirmQuestionCheckbox.checkbox label {
  float: left;
  width: 5%;
}
/* :L1084 */
.confirmQuestionCheckbox.checkbox span.confirmQuestionText {
  display: inline-block;
}
/* :L1088 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  width: 100%;
}
/*Multi-item header*/

/* :L1094 */
.questionHeader.instanda-multi-item-header {
  color: #8991c8;
  font-size: 18px;
}
/*Individually styled questions*/

/*Page 4, turnover question, display vertically, requested by OL*/

/* :L1103 */
#question35270 .radio.instanda-question-input {
  display: table-row;
  text-align: center;
}
/*Confirm these statements, long statement*/

/* :L1110 */
#question36686 .instanda-question-label,
#question36718 .instanda-question-label {
  text-align: right;
  left: 30%;
}
/* :L1116 */
#question36686 .instanda-question-input,
#question36718 .instanda-question-input {
  text-align: right;
  margin-right: -8px;
}
/*Pick-up agent group name and insert into confirm question with jQuery*/

/* :L1124 */
.pick-up-agent-group-name {
  display: none;
}
/*HELP TEXT---------------------------------------------------------------*/

/* :L1130 */
.helpIcon.instanda-helpIcon {
  height: 20px;
  width: 20px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=qW8S2CUU8XJ9fvcK0B5EPQ__');
}
/* :L1136 */
.helpText.instanda-helpText {
  top: 0;
  right: 30px;
  background: #000033;
  padding: 5px 20px 10px 20px;
  color: white;
  max-width: 700px;
  width: auto;
}
/* :L1146 */
.helpText table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #8991c8;
}
/*WARNINGS, ERRORS--------------------------------------------------------*/

/* :L1154 */
.validation-errors {
  background: #fff1a0;
  /*CHANGE COLOUR, add icons to ul li?*/

}
/* :L1158 */
.validation-summary-errors li {
  word-break: break-word;
}
/* :L1162 */
span.label.label-danger.field-validation-error {
  font-size: 12px;
}
/*QUOTE DISPLAYS----------------------------------------------------------*/

/*Tables on quote display*/

/* :L1170 */
.package-12917.instanda-quote-content .quote-table {
  margin: 20px 0 50px 0;
  width: 100%;
}
/* :L1175 */
.package-12917 .instanda-quote-content .quote-table {
  width: 100%;
}
/* :L1179 */
.package-7616 .instanda-quote-content .quote-table.quick-quote-table {
  width: 100%;
}
/* :L1183 */
.package-15960.instanda-quote-content .quote-table {
  margin: 20px 0 50px 0;
  width: 100%;
}
/* :L1188 */
.package-16933.instanda-quote-content .quote-table {
  margin: 20px 0 50px 0;
  width: 100%;
}
/* :L1193 */
.package-15690 .instanda-quote-content .quote-table {
  width: 100%;
}
/* :L1197 */
.package-16933 .instanda-quote-content .quote-table {
  width: 100%;
}
/* :L1201 */
.package-12917 .instanda-quote-content .quote-table.quick-quote-table {
  width: 100%;
}
/* :L1205 */
.package-15690 .instanda-quote-content .quote-table.quick-quote-table {
  width: 100%;
}
/* :L1209 */
.package-16933 .instanda-quote-content .quote-table.quick-quote-table {
  width: 100%;
}
/* :L1214 */
.instanda-quote-content .quote-table {
  margin: 20px 0 50px 0;
  width: 100%;
}
/* :L1220 */
.instanda-quote-content .quote-table td,
.instanda-quote-content .quote-table th {
  background: #ededed;
  border-bottom: 5px solid white;
  padding: 10px 15px;
  border-right: 5px solid white;
}
/* :L1228 */
.instanda-quote-content .quote-table tr:last-child td {
  background-color: #000033;
  font-weight: bold;
  color: white;
}
/*Tables on quote display without dark row*/

/* :L1234 */
.instanda-quote-content .quote-table-grey {
  width: 100%;
}
/* :L1238 */
.instanda-quote-content .quote-table-grey td,
.instanda-quote-content .quote-table-grey th {
  background: #ededed;
  border-bottom: 5px solid white;
  padding: 10px 15px;
  border-right: 5px solid white;
}
/* :L1246 */
.instanda-quote-content .quote-table-grey tr:last-child td,
.instanda-quote-content .quote-table-grey tr:last-child th {
  background-color: #ededed;
  color: black;
}
/*Text inside fee variable in quote breakdown table*/

/* :L1255 */
.quote-table td > div {
  font-size: 11px;
  color: grey;
}
/*Cover table*/

/* :L1262 */
.instanda-quote-content .quote-table.quote-table-cover {
  width: 100%;
}
/* :L1266 */
.instanda-quote-content .quote-table.quote-table-cover th,
.instanda-quote-content .quote-table.quote-table-cover td,
.instanda-quote-content .quote-table.quote-table-cover tr:last-child td {
  background: #ededed;
  text-align: center;
  padding: 10px;
  color: black;
}
/* :L1275 */
.instanda-quote-content .quote-table.quote-table-cover th {
  font-weight: bold;
  text-transform: uppercase;
  background: #495188;
  color: white;
  padding: 10px;
  width: 10%;
  font-size: 12px;
}
/* :L1285 */
.instanda-quote-content .quote-table.quote-table-cover th.quote-ref-cell {
  background: #000033;
  font-size: 14px;
  padding-left: 75px;
}
/* :L1291 */
.instanda-quote-content .quote-table.quote-table-cover td {
  width: 30%;
}
/* :L1295 */
.instanda-quote-content .quote-table.quote-table-cover td h3 {
  font-size: 14px;
  color: #8991c8;
  margin: 0;
  text-transform: uppercase;
}
/* :L1302 */
.instanda-quote-content .quote-table.quote-table-cover td h4 {
  font-size: 30px;
  margin: 0;
  color: #000033;
}
/* :L1308 */
.instanda-quote-content .quote-table.quote-table-cover td h6 {
  margin: 5px 0;
  color: grey;
  font-size: 14px;
}
/* :L1314 */
.instanda-quote-content .quote-table.quote-table-cover td button.btn.btn-default {
  margin-top: 10px;
  padding: 5px 15px 3px 15px;
  font-size: 10px;
}
/*Once cover is selected, script to add class to td*/

/* :L1322 */
.instanda-quote-content .quote-table-cover td.selected-cover-type,
.instanda-quote-content .quote-table-cover tr:last-child td.selected-cover-type {
  background: #dcdff3;
}
/*Document download*/

/* :L1329 */
#pdfIcon ~ a {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=rz9xiNNWqs-FS6qFKqxyUA__');
  /*CHANGE BACKGROUND ICON COLOUR*/
  background-size: auto 12px;
}
/*Subheadings on page*/

/* :L1336 */
.page-quotedisplay h4 {
  font-size: 18px;
  margin: 10px 0;
  color: #1d2f42;
}
/*Endorsements on quote display, script to display endorsement description if endorsement title has content, tags in calculations*/

/* :L1344 */
.endorsements-area dl {
  padding: 15px;
  border-bottom: 5px solid white;
  margin: 0;
  display: block;
  cursor: pointer;
  background-color: #ededed;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=1vuy7Ifm47l0tb3ShfpZrw__');
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 10px;
}
/* :L1357 */
.endorsements-area dl:hover,
.endorsements-area dl:focus {
  background-color: #dcdff3;
}
/* :L1362 */
.endorsements-area dd {
  margin: 0 0 5px 0;
  padding: 15px;
  background: #ededed;
  display: none;
}
/* :L1369 */
.page-quotedisplay .clear-fix.instanda-quote-action-wrapper {
  margin-top: 30px;
}
/*Hide documents, script to show specific ones if they're in the variable at the bottom of the page*/

/* :L1375 */
.hide-show-documents a,
.pick-up-letters,
.hide-show-mta-liability-quotation a,
.pick-up-mta,
.hide-show-mta-liability-schedule a,
.hide-show-mta-invoice a,
.hide-show-mta-ntu,
.pick-up-mta-ntu,
.pick-up-employers-liability,
.hide-show-employers-liability,
.hide-show-employee-pa-policy-summary {
  display: none;
}
/*ENDORSEMENTS, REFERRALS-------------------------------------------------*/

/* :L1391 */
table.agentTable.instanda-table.instanda-renew-referrals-table {
  margin-bottom: 50px;
}
/* :L1395 */
table.referral-details-table {
  width: 75%;
}
/* :L1399 */
table.referral-details-table tr td,
table.referral-details-table tr th {
  background: #ededed;
  border-bottom: 5px solid white;
  padding: 10px 15px;
  border-right: 5px solid white;
  vertical-align: top;
}
/* :L1408 */
table.referral-details-table tr td:last-child {
  width: 35%;
}
/* :L1412 */
/* :L1413 */
.page-reviewreferrals .pending-referrals {
  display: none;
}
/* :L1416 */
.page-reviewreferrals .no-referrals {
  display: none;
}
/*POSTQUOTE---------------------------------------------------------------*/

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

/* :L1425 */
a[href*="packageId=3619&pdfBuilderId=300441"] {
  /*MGAM Employee Personal Accident Insurance Policy Summary, show only if variable on page is yes, using script*/
  display: none;
}
/* :L1429 */
.page-confirmation2 .instanda-main-content ul {
  padding: 0;
}
/* :L1433 */
.page-confirmation2 .instanda-main-content ul li {
  list-style: none;
}
/* :L1437 */
.pick-up-answer {
  display: none;
}
/*RETRIEVE QUOTE----------------------------------------------------------*/

/*Choose package page*/

/* :L1445 */
.select-get-quote-links.get-quote-container {
  display: flex;
  flex-flow: row wrap;
}
/* :L1450 */
/* :L1451 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"] {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 150px;
  padding-bottom: 30px;
  border-bottom-width: 7px;
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: center 30px;
  font-size: 12px;
  margin: 0 5px 5px;
  width: 230px;
}
/* :L1465 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="7584"] {
  /*BBM*/
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=RD2IZe9U4Japy04wwQwzjw__');
  background-position: center 55px;
  background-size: auto 80px;
}
/* :L1471 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="7260"] {
  /*event*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40.895px' height='50px' viewBox='0 0 40.895 50' enable-background='new 0 0 40.895 50' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M4.69,30.948c-2.271,0-3.521-1.708-3.521-4.81V25.77h7.042v0.369C8.211,29.24,6.96,30.948,4.69,30.948z M1.915,26.509c0.064,1.769,0.627,3.7,2.775,3.7c1.76,0,2.693-1.244,2.776-3.7H1.915z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M10.993,30.948c-2.271,0-3.521-1.708-3.521-4.81V25.77h7.042v0.369 C14.515,29.24,13.264,30.948,10.993,30.948z M8.218,26.509c0.064,1.769,0.626,3.7,2.775,3.7c1.76,0,2.693-1.244,2.776-3.7H8.218z' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M17.296,30.948c-2.27,0-3.521-1.708-3.521-4.81V25.77h7.042v0.369 C20.818,29.24,19.567,30.948,17.296,30.948z M14.521,26.509c0.064,1.769,0.627,3.7,2.775,3.7c1.76,0,2.693-1.244,2.776-3.7H14.521 z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M23.6,30.948c-2.271,0-3.521-1.708-3.521-4.81V25.77h7.042v0.369C27.12,29.24,25.87,30.948,23.6,30.948z M20.824,26.509c0.064,1.769,0.627,3.7,2.775,3.7c1.76,0,2.692-1.244,2.776-3.7H20.824z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M29.901,30.948c-2.27,0-3.52-1.708-3.52-4.81V25.77h7.042v0.369C33.424,29.24,32.173,30.948,29.901,30.948 z M27.127,26.509c0.064,1.769,0.627,3.7,2.774,3.7c1.761,0,2.693-1.244,2.777-3.7H27.127z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M36.204,30.948c-2.27,0-3.52-1.708-3.52-4.81V25.77h7.041v0.369C39.726,29.24,38.475,30.948,36.204,30.948 z M33.431,26.509c0.064,1.769,0.626,3.7,2.773,3.7c1.76,0,2.693-1.244,2.776-3.7H33.431z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M1.539,26.509c-0.097,0-0.194-0.039-0.267-0.114c-0.141-0.146-0.136-0.381,0.012-0.522L20.448,7.508 l19.164,18.364c0.146,0.142,0.151,0.376,0.01,0.522c-0.141,0.146-0.375,0.153-0.522,0.012L20.448,8.532L1.794,26.406 C1.723,26.475,1.63,26.509,1.539,26.509z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M20.448,8.389c-0.204,0-0.37-0.166-0.37-0.369V0h8.133l-2.446,3.112l2.389,3.474h-7.336V8.02 C20.818,8.224,20.652,8.389,20.448,8.389z M20.818,5.847h5.931L24.85,3.083l1.842-2.345h-5.874V5.847z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M7.841,26.509c-0.073,0-0.146-0.021-0.21-0.066c-0.167-0.116-0.209-0.347-0.092-0.515L20.448,7.373 l12.91,18.555c0.116,0.168,0.075,0.398-0.093,0.515c-0.164,0.118-0.397,0.077-0.514-0.092L20.448,8.667L8.145,26.351 C8.073,26.454,7.958,26.509,7.841,26.509z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M40.525,50h-10.51l-0.095-0.065c-6.549-4.524-8.745-12.346-9.479-17.354 c-0.75,5.008-2.98,12.83-9.592,17.354L10.755,50H0.37C0.166,50,0,49.835,0,49.631s0.166-0.37,0.37-0.37h10.156 c8.946-6.205,9.523-18.735,9.553-20.999c-0.003-0.23,0-0.36,0-0.372h0.739c0,0.013,0.002,0.14,0,0.366 c0.024,2.245,0.568,14.798,9.429,21.005h10.279c0.203,0,0.369,0.166,0.369,0.37S40.729,50,40.525,50z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M2.552,50c-0.204,0-0.37-0.165-0.37-0.369V29.683c0-0.204,0.166-0.369,0.37-0.369 c0.204,0,0.369,0.165,0.369,0.369v19.948C2.921,49.835,2.756,50,2.552,50z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M38.317,50c-0.204,0-0.37-0.165-0.37-0.369V29.683c0-0.204,0.166-0.369,0.37-0.369 c0.203,0,0.369,0.165,0.369,0.369v19.948C38.687,49.835,38.521,50,38.317,50z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M10.64,50c-0.062,0-0.126-0.017-0.185-0.05c-0.177-0.103-0.237-0.328-0.134-0.505 c3.274-5.647,3.453-16.521,3.455-16.629c0.003-0.202,0.167-0.364,0.37-0.364c0.001,0,0.003,0,0.004,0 c0.204,0.003,0.367,0.17,0.365,0.374C14.509,33.279,14.332,44,10.96,49.816C10.892,49.934,10.768,50,10.64,50z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M30.131,50c-0.127,0-0.251-0.066-0.319-0.184c-3.372-5.816-3.549-16.537-3.555-16.99 c-0.003-0.204,0.16-0.371,0.364-0.374c0.002,0,0.003,0,0.005,0c0.202,0,0.366,0.162,0.369,0.364 c0.001,0.108,0.181,10.981,3.455,16.629c0.104,0.177,0.043,0.402-0.134,0.505C30.258,49.983,30.194,50,30.131,50z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M7.842,50c-0.204,0-0.369-0.165-0.369-0.369v-16.81c0-0.204,0.166-0.369,0.369-0.369 c0.204,0,0.37,0.165,0.37,0.369v16.81C8.211,49.835,8.046,50,7.842,50z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M32.811,50c-0.204,0-0.369-0.165-0.369-0.369v-16.81c0-0.204,0.165-0.369,0.369-0.369 s0.369,0.165,0.369,0.369v16.81C33.18,49.835,33.015,50,32.811,50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* :L1475 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="10127"] {
  /*B2C*/
  background-image: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=AqWzHCdFeRErRLVn,EnaBQ__");
  background-position: center 55px;
  background-size: auto 80px;
}
/* :L1481 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="3619"] {
  /*tradesperson*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='46.989px' height='50px' viewBox='0 0 46.989 50' enable-background='new 0 0 46.989 50' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M23.438,31.859c-9.236,0-22.727-2.055-22.861-2.074L0.354,29.75l-0.072-0.214 c-0.561-1.665-0.112-4.488-0.093-4.607c-0.045-0.417,0.477-0.756,1.029-1.115c0.234-0.152,0.672-0.436,0.714-0.568 C1.93,15.531,6.115,8.355,12.852,4.539l0.552-0.312v4.916c0,0.399,0.324,0.723,0.723,0.723h0.219c0.398,0,0.723-0.324,0.723-0.723 l0.014-7.818C15.295,0.545,16.009,0,16.816,0h5.79v10.493c0,0.399,0.324,0.724,0.724,0.724h0.218c0.399,0,0.724-0.325,0.724-0.724 V0h5.79c0.848,0,1.59,0.603,1.762,1.432l0.008,7.71c0,0.399,0.324,0.723,0.723,0.723h0.219c0.398,0,0.725-0.324,0.725-0.723V4.237 l0.553,0.314c6.723,3.82,10.898,10.99,10.898,18.712c0.039,0.113,0.477,0.353,0.711,0.482c0.529,0.291,1.074,0.591,1.072,1.099 c0.076,0.387,0.551,3.014-0.02,4.639l-0.074,0.209l-0.219,0.033C46.282,29.748,32.575,31.859,23.438,31.859z M0.919,29.088 c1.823,0.271,14.002,2.032,22.519,2.032c8.434,0,20.815-1.814,22.641-2.09c0.426-1.555-0.074-4.056-0.078-4.083l-0.012-0.052 l0.004-0.053c-0.045-0.094-0.465-0.326-0.689-0.45c-0.539-0.296-1.096-0.603-1.096-1.13c0-7.243-3.805-13.983-9.973-17.745v3.624 c0,0.806-0.656,1.462-1.463,1.462h-0.219c-0.807,0-1.461-0.656-1.461-1.462V1.507c-0.094-0.413-0.531-0.768-1.031-0.768h-5.05 v9.754c0,0.807-0.656,1.462-1.463,1.462H23.33c-0.807,0-1.463-0.656-1.463-1.462V0.739h-5.051c-0.461,0-0.869,0.301-1.01,0.736 v7.667c0,0.806-0.655,1.462-1.462,1.462h-0.219c-0.807,0-1.462-0.656-1.462-1.462V5.505C6.482,9.264,2.669,16.009,2.669,23.263 c0,0.489-0.51,0.82-1.049,1.17c-0.245,0.159-0.656,0.426-0.701,0.554C0.914,25.07,0.519,27.564,0.919,29.088z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M23.438,31.859c-9.236,0-22.727-2.055-22.861-2.074c-0.202-0.032-0.341-0.221-0.31-0.422 s0.219-0.344,0.421-0.31c0.135,0.021,13.57,2.066,22.75,2.066c12.842,0,22.749-2.099,22.846-2.119 c0.205-0.045,0.396,0.084,0.439,0.282c0.043,0.2-0.084,0.396-0.283,0.439C46.34,29.744,36.358,31.859,23.438,31.859z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M23.438,31.859c-11.775,0-22.766-2.057-22.874-2.077c-0.201-0.038-0.333-0.231-0.294-0.432 c0.038-0.201,0.225-0.336,0.431-0.294c0.109,0.02,11.033,2.063,22.737,2.063c12.842,0,22.749-2.099,22.846-2.119 c0.205-0.045,0.396,0.084,0.439,0.282c0.043,0.2-0.084,0.396-0.283,0.439C46.34,29.744,36.358,31.859,23.438,31.859z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M35.116,24.898H11.992c-0.839,0-1.521-0.682-1.521-1.52v-0.23c0-0.838,0.682-1.52,1.521-1.52h23.124 c0.838,0,1.52,0.682,1.52,1.52v0.23C36.635,24.216,35.954,24.898,35.116,24.898z M11.992,22.368c-0.432,0-0.781,0.35-0.781,0.781 v0.23c0,0.431,0.35,0.781,0.781,0.781h23.124c0.432,0,0.781-0.351,0.781-0.781v-0.23c0-0.431-0.35-0.781-0.781-0.781H11.992z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M18.103,50c-0.362,0-0.623-0.024-0.623-0.024l-9.229,0.002c-2.107,0-3.82-1.714-3.82-3.821v-7.649 c0-2.107,1.713-3.821,3.82-3.821h30.488c2.107,0,3.82,1.714,3.82,3.821v7.649c0,2.107-1.713,3.821-3.82,3.821h-8.914 c0,0.001-0.303,0.018-0.709,0.018c-1.988,0-2.375-0.387-2.502-0.514c-0.619-0.619-1.045-1.54-1.458-2.431 c-0.514-1.107-0.998-2.154-1.665-2.163c-0.664,0-1.235,1.123-1.788,2.21c-0.438,0.86-0.891,1.749-1.482,2.342 C19.848,49.812,19.135,50,18.103,50z M8.251,35.425c-1.699,0-3.082,1.383-3.082,3.082v7.649c0,1.699,1.383,3.082,3.082,3.082 h9.264c0.042,0.002,0.271,0.023,0.588,0.023c0.783,0,1.379-0.129,1.594-0.345c0.51-0.51,0.936-1.346,1.348-2.154 c0.684-1.344,1.329-2.614,2.438-2.614c1.15,0.016,1.729,1.267,2.344,2.592c0.385,0.832,0.783,1.691,1.311,2.218 c0.029,0.031,0.344,0.299,1.979,0.299c0.395,0,0.682-0.018,0.686-0.018l8.938-0.001c1.699,0,3.082-1.383,3.082-3.082v-7.649 c0-1.699-1.383-3.082-3.082-3.082H8.251z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M4.714,45.75H2.312c-0.838,0-1.521-0.682-1.521-1.52v-4.803c0-0.839,0.683-1.521,1.521-1.521h2.401 c0.204,0,0.383,0.165,0.383,0.369s-0.152,0.37-0.356,0.37H2.312c-0.431,0-0.781,0.35-0.781,0.781v4.803 c0,0.431,0.351,0.781,0.781,0.781h2.401c0.193-0.02,0.434,0.112,0.46,0.314c0.027,0.202-0.07,0.386-0.272,0.413 C4.843,45.747,4.779,45.75,4.714,45.75z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M44.729,45.75h-2.4c-0.205,0-0.383-0.165-0.383-0.369s0.152-0.369,0.357-0.369h2.426 c0.432,0,0.781-0.351,0.781-0.781v-4.803c0-0.432-0.35-0.781-0.781-0.781l-2.508,0.006c-0.236,0.021-0.383-0.135-0.4-0.336 c-0.018-0.204,0.135-0.384,0.338-0.4c0.055-0.005,0.113-0.009,0.17-0.009h2.4c0.838,0,1.521,0.682,1.521,1.521v4.803 C46.25,45.068,45.567,45.75,44.729,45.75z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M37.114,48.101h-6.779c-0.305-0.018-1.742-0.136-2.252-0.772c-0.35-0.434-0.705-1.082-1.082-1.768 c-0.889-1.619-1.997-3.635-3.447-3.635c-1.526,0-2.463,1.706-3.454,3.511c-0.353,0.643-0.718,1.308-1.111,1.884 c-0.433,0.635-1.834,0.761-2.109,0.779l-6.883,0.001c-1.896,0-3.439-1.508-3.439-3.363v-4.73c0-1.855,1.543-3.365,3.439-3.365 h27.118c1.896,0,3.438,1.51,3.438,3.365v4.73C40.551,46.593,39.01,48.101,37.114,48.101z M23.554,41.188 c1.888,0,3.111,2.227,4.095,4.018c0.361,0.656,0.701,1.276,1.01,1.661c0.227,0.284,1.129,0.461,1.699,0.497l6.756-0.001 c1.488,0,2.699-1.178,2.699-2.625v-4.73c0-1.448-1.211-2.626-2.699-2.626H9.996c-1.489,0-2.7,1.178-2.7,2.626v4.73 c0,1.447,1.211,2.625,2.7,2.625h6.857c0.602-0.043,1.374-0.238,1.525-0.459c0.373-0.546,0.729-1.195,1.073-1.821 C20.503,43.167,21.59,41.188,23.554,41.188z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* :L1485 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="7616"] {
  /*wages and turnover*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='124px' height='58.003px' viewBox='0 0 124 58.003' enable-background='new 0 0 124 58.003' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M123,54.002c0,0-19.177,3.051-26,3 c-16.869-0.126-50.632-6.194-67.5-6c-7.071,0.081-28.5,3-28.5,3v-50c0,0,22.682-2.937,30-3c16.744-0.145,49.255,5.896,66,6 c6.7,0.042,26-3,26-3V54.002z'/%3E%3Ccircle fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' cx='64' cy='29.002' r='19'/%3E%3Cg%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='M61.202,27.063h5.558v2.611h-5.011 c0.224,0.518,0.335,1.035,0.335,1.553c0,1.023-0.244,2.105-0.732,3.247s-1.291,2.306-2.408,3.493 c0.929-0.259,1.776-0.388,2.541-0.388c0.976,0,2.076,0.146,3.299,0.441c2.023,0.481,3.394,0.723,4.111,0.723 c0.87,0,1.999-0.329,3.388-0.988l1.022,2.912c-1.082,0.458-1.92,0.758-2.514,0.899s-1.186,0.212-1.773,0.212 c-0.494,0-0.994-0.047-1.5-0.142c-0.317-0.059-1.079-0.273-2.284-0.644c-1.206-0.371-1.985-0.591-2.338-0.662 c-0.553-0.094-1.106-0.141-1.659-0.141c-0.847,0-1.75,0.146-2.708,0.44c-0.958,0.295-1.832,0.694-2.62,1.2l-1.217-3.053 c1.129-0.623,2.088-1.514,2.876-2.673c0.788-1.158,1.182-2.573,1.182-4.243c0-0.717-0.1-1.447-0.3-2.188h-3.458v-2.611h2.717 c-0.388-1.317-0.635-2.279-0.741-2.885c-0.105-0.606-0.159-1.197-0.159-1.773c0-2.446,0.906-4.358,2.717-5.734 c1.458-1.094,3.223-1.641,5.293-1.641c2.129,0,3.885,0.585,5.267,1.755s2.232,2.814,2.55,4.932l-3.158,0.477 c-0.177-1.412-0.703-2.523-1.579-3.335s-1.927-1.217-3.149-1.217c-1.306,0-2.391,0.42-3.255,1.262 c-0.865,0.841-1.297,1.855-1.297,3.043C60.196,23.252,60.531,24.958,61.202,27.063z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 130px;
  background-position: center 50px;
}
/* :L1491 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="5445"] {
  /*property owners*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 57.86 50' style='enable-background:new 0 0 57.86 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M34.37,13.65H23.49c-0.27,0-0.49,0.22-0.49,0.49v8.16c0,0.27,0.22,0.49,0.49,0.49h10.88 c0.27,0,0.49-0.22,0.49-0.49v-8.16C34.86,13.87,34.64,13.65,34.37,13.65z M33.88,21.82h-9.9v-7.18h9.9V21.82z'/%3E%3Cpath class='st0' d='M55.24,23.03c0-6.18-6.54-11.57-10.44-14.22c-5.54-3.78-12.07-6.41-15.86-6.41 c-6.96,0-26.31,10.26-26.31,20.64c0,0.2-0.03,0.61-0.03,0.64v25.84C2.6,49.78,2.82,50,3.09,50h13.6h24.48h13.6 c0.27,0,0.49-0.22,0.49-0.49l0-25.87C55.26,23.64,55.24,23.23,55.24,23.03z M22.24,39.31l-5.06,8.43V30.88L22.24,39.31z M17.55,29.6h10.51l-5.26,8.76L17.55,29.6z M17.55,49.02l5.26-8.76l5.26,8.76H17.55z M28.44,47.74l-5.06-8.43l5.06-8.43V47.74z M34.48,39.31l-5.06,8.43V30.88L34.48,39.31z M29.8,29.6h10.51l-5.26,8.76L29.8,29.6z M29.8,49.02l5.26-8.76l5.26,8.76H29.8z M40.68,47.74l-5.06-8.43l5.06-8.43V47.74z M54.28,49.02H41.66V29.11c0-0.02-0.01-0.04-0.01-0.05c0-0.03-0.01-0.07-0.02-0.1 c-0.01-0.03-0.02-0.06-0.04-0.08c-0.02-0.03-0.03-0.05-0.05-0.08c-0.02-0.03-0.05-0.05-0.08-0.07c-0.01-0.01-0.02-0.03-0.04-0.04 c-0.01-0.01-0.02-0.01-0.03-0.01c-0.03-0.02-0.06-0.02-0.09-0.03c-0.03-0.01-0.06-0.02-0.09-0.02c-0.01,0-0.02-0.01-0.03-0.01 H16.69c-0.01,0-0.02,0.01-0.03,0.01c-0.03,0-0.07,0.01-0.1,0.02c-0.03,0.01-0.06,0.02-0.09,0.03c-0.01,0.01-0.02,0.01-0.03,0.01 c-0.02,0.01-0.03,0.03-0.04,0.04c-0.03,0.02-0.05,0.04-0.07,0.07c-0.02,0.02-0.04,0.05-0.05,0.08c-0.02,0.03-0.03,0.05-0.04,0.08 c-0.01,0.03-0.02,0.06-0.02,0.1c0,0.02-0.01,0.04-0.01,0.06v19.91H3.58l0-25.32c0,0,0.03-0.45,0.03-0.67 c0-9.66,18.81-19.66,25.33-19.66c3.56,0,10,2.63,15.31,6.24c6.37,4.34,10.02,9.23,10.02,13.41c0,0.22,0.03,0.64,0.03,0.64V49.02z' /%3E%3Cpath class='st0' d='M28.93,0C21.5,0,0.43,11.11,0,22.35c-0.01,0.27,0.2,0.5,0.47,0.51c0.01,0,0.01,0,0.02,0 c0.26,0,0.48-0.21,0.49-0.47c0.41-10.52,20.97-21.4,27.95-21.4c7.14,0,27.46,10.61,27.95,21.34c0.01,0.27,0.22,0.49,0.51,0.47 c0.27-0.01,0.48-0.24,0.47-0.51C57.34,10.83,36.53,0,28.93,0z'/%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.73 50' style='enable-background:new 0 0 95.73 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M95.64,4.98l-2.47-4.6c-0.25-0.47-1.03-0.47-1.28,0l-2.47,4.6c-0.06,0.11-0.09,0.22-0.09,0.34v4.28H55.86V5.33 c0-0.12-0.03-0.24-0.09-0.34l-2.47-4.6C53.17,0.15,52.93,0,52.66,0c-0.27,0-0.51,0.15-0.64,0.38l-2.47,4.6 c-0.06,0.11-0.09,0.22-0.09,0.34v8.15h-3.2V5.33c0-0.12-0.03-0.24-0.09-0.34l-2.47-4.6c-0.25-0.47-1.03-0.47-1.28,0l-2.47,4.6 c-0.06,0.11-0.09,0.22-0.09,0.34v4.28H6.39V5.33c0-0.12-0.03-0.24-0.09-0.34l-2.47-4.6c-0.25-0.47-1.03-0.47-1.28,0l-2.47,4.6 C0.03,5.09,0,5.21,0,5.33v43.94C0,49.67,0.33,50,0.73,50h44.81c0.4,0,0.73-0.33,0.73-0.73V24.3h3.2v24.97c0,0.4,0.33,0.73,0.73,0.73 H95c0.4,0,0.73-0.33,0.73-0.73V5.33C95.73,5.21,95.7,5.09,95.64,4.98z M55.86,28.49h16.88l7.45,7.25H55.86V28.49z M74.83,28.49 h14.51v7.25h-7.05L74.83,28.49z M89.33,27.03H73.33l-7.46-7.26h23.46V27.03z M71.24,27.03H55.86v-7.26h7.93L71.24,27.03z M55.86,18.32v-6.26l6.43,6.26H55.86z M55.86,37.2h25.83l6.58,6.4H55.86V37.2z M83.78,37.2h5.56v5.41L83.78,37.2z M89.33,18.32 H64.38l-7.46-7.26h32.41V18.32z M6.39,28.49h16.88l7.45,7.25H6.39V28.49z M25.36,28.49h14.51v7.25h-7.06L25.36,28.49z M39.87,27.03 H23.86l-7.46-7.26h23.46V27.03z M21.78,27.03H6.39v-7.26h7.93L21.78,27.03z M6.39,18.32v-6.26l6.43,6.26H6.39z M6.39,37.2h25.83 l6.58,6.4H6.39V37.2z M34.31,37.2h5.56v5.41L34.31,37.2z M39.87,18.32H14.91l-7.46-7.26h32.42V18.32z M44.81,48.54H1.46V5.51 L3.2,2.27l1.74,3.24v4.83c0,0,0,0,0,0v33.99c0,0.4,0.33,0.73,0.73,0.73H40.6c0.1,0,0.19-0.02,0.28-0.06 c0.09-0.04,0.17-0.09,0.24-0.16c0,0,0,0,0,0c0.03-0.03,0.04-0.06,0.06-0.09c0.03-0.05,0.07-0.09,0.09-0.14 c0.03-0.07,0.04-0.14,0.04-0.21c0-0.02,0.01-0.04,0.01-0.07v-0.01c0,0,0,0,0,0V5.51l1.74-3.24l1.74,3.24v7.97h-1.14 c-0.4,0-0.73,0.33-0.73,0.73s0.33,0.73,0.73,0.73h1.14v7.91h-1.14c-0.4,0-0.73,0.33-0.73,0.73c0,0.4,0.33,0.73,0.73,0.73h1.14V48.54 z M46.26,22.85v-7.91h3.2v7.91H46.26z M94.27,48.54H50.92V24.3h1.44c0.4,0,0.73-0.33,0.73-0.73c0-0.4-0.33-0.73-0.73-0.73h-1.44 v-7.91h1.44c0.4,0,0.73-0.33,0.73-0.73s-0.33-0.73-0.73-0.73h-1.44V5.51l1.74-3.24l1.74,3.24v38.82c0,0.4,0.33,0.73,0.73,0.73h34.94 c0.1,0,0.19-0.02,0.28-0.06c0.09-0.04,0.17-0.09,0.24-0.16c0,0,0,0,0.01,0c0.03-0.03,0.04-0.06,0.06-0.09 c0.03-0.05,0.07-0.09,0.09-0.14c0.02-0.05,0.02-0.11,0.03-0.16c0.01-0.04,0.02-0.07,0.02-0.11V5.51l1.74-3.24l1.74,3.24V48.54z'/%3E%3C/svg%3E");
  background-size: auto 60px;
  background-position: center 55px;
}
/* :L1498 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="8654"] {
  /*retail*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 71.01 50' style='enable-background:new 0 0 71.01 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M70.84,11.2l-0.12-0.14l-0.03-0.1h-0.06L61.48,0.24C61.35,0.09,61.16,0,60.96,0H10.27 c-0.2,0-0.39,0.09-0.52,0.23L0.37,10.96H0.31l-0.03,0.1l-0.12,0.13c-0.18,0.2-0.22,0.49-0.11,0.73c0.02,0.04,0.05,0.05,0.08,0.09 c0.05,1.31,1.31,2.37,2.85,2.37c0.94,0,1.77-0.4,2.29-1c0.51,0.6,1.33,0.99,2.26,1c0,0,0,0,0,0v31.51H4 c-0.38,0-0.68,0.31-0.68,0.68v2.74C3.31,49.69,3.62,50,4,50h10.87h13.7h38.44c0.38,0,0.68-0.31,0.68-0.68v-2.74 c0-0.38-0.31-0.68-0.68-0.68h-3.54V14.44c0-0.03-0.01-0.06-0.02-0.09c0.9-0.12,1.65-0.59,2.07-1.25c0.49,0.76,1.42,1.29,2.5,1.29 c1.54,0,2.8-1.06,2.85-2.37c0.02-0.03,0.06-0.05,0.07-0.08C71.06,11.69,71.02,11.4,70.84,11.2z M13.77,12.33 c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H13.77z M18.36,12.33c-0.23,0.52-0.85,0.91-1.61,0.91 c-0.76,0-1.39-0.39-1.61-0.91H18.36z M22.94,12.33c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H22.94z M27.53,12.33c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H27.53z M32.12,12.33c-0.23,0.52-0.85,0.91-1.61,0.91 c-0.76,0-1.39-0.39-1.61-0.91H32.12z M36.7,12.33c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H36.7z M41.29,12.33 c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H41.29z M45.87,12.33c-0.23,0.52-0.85,0.91-1.61,0.91 c-0.76,0-1.39-0.39-1.61-0.91H45.87z M50.46,12.33c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H50.46z M55.04,12.33c-0.23,0.52-0.85,0.91-1.61,0.91c-0.76,0-1.39-0.39-1.61-0.91H55.04z M60.05,12.33c-0.23,0.52-0.85,0.91-1.61,0.91 c-0.76,0-1.39-0.39-1.61-0.91H60.05z M10.58,1.37h50.06l8.2,9.59h-3.14h-0.34h-4.24h-0.77H56.1h-0.34h-4.24h-0.77h-3.82h-0.77 h-3.82h-0.76h-3.82H37h-3.82h-0.77h-3.82h-0.76h-3.82h-0.77h-3.82h-0.77h-3.82h-0.76h-3.82H9.48H5.66H4.9h-2.7L10.58,1.37z M2.99,13.24c-0.76,0-1.39-0.39-1.61-0.91H4.6C4.37,12.85,3.75,13.24,2.99,13.24z M5.96,12.33h3.23c-0.23,0.52-0.85,0.91-1.61,0.91 C6.81,13.24,6.18,12.85,5.96,12.33z M15.56,34.93h12.33v1.37H15.56V34.93z M27.89,33.56H15.56V21.23h12.33V33.56z M15.56,48.63 V37.67h12.33v10.96H15.56z M66.33,47.26v1.37H29.26V20.55c0-0.38-0.31-0.68-0.68-0.68h-13.7c-0.38,0-0.68,0.31-0.68,0.68v28.08 h-9.5v-1.37h3.54c0.38,0,0.68-0.31,0.68-0.68V14.38c0-0.1-0.02-0.19-0.06-0.27c0.4-0.17,0.75-0.42,1.02-0.73 c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1 s1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1 c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1 c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1c0.94,0,1.77-0.4,2.29-1c0.52,0.6,1.35,1,2.29,1c1.08,0,2.02-0.53,2.5-1.29 c0.49,0.76,1.42,1.29,2.5,1.29c0.94,0,1.77-0.4,2.29-1c0.35,0.41,0.84,0.71,1.42,0.87c-0.02,0.06-0.04,0.12-0.04,0.19v32.14 c0,0.38,0.31,0.68,0.68,0.68H66.33z M63.02,13.24c-0.76,0-1.39-0.39-1.61-0.91h3.23C64.41,12.85,63.78,13.24,63.02,13.24z M68.02,13.24c-0.76,0-1.39-0.39-1.61-0.91h3.23C69.41,12.85,68.79,13.24,68.02,13.24z'/%3E%3Cpath class='st0' d='M58.71,19.86H36.79c-0.38,0-0.68,0.31-0.68,0.68v13.7c0,0.38,0.31,0.68,0.68,0.68h21.92 c0.38,0,0.68-0.31,0.68-0.68v-13.7C59.39,20.17,59.09,19.86,58.71,19.86z M58.02,33.56H37.48V21.23h20.55V33.56z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 78px;
  background-position: center 55px;
}
/* :L1504 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="12917"] {
  /*PA & business travel*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.59 32.32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2{fill:none;stroke:%23fff;}.cls-1{stroke-miterlimit:10;}.cls-2{stroke-linecap:round;stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Ctitle%3Eplane-shield%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M42,14H38.44V10.45a.57.57,0,0,0-.57-.56H35.31a.56.56,0,0,0-.57.56V14H31.18a.56.56,0,0,0-.57.56v2.54a.57.57,0,0,0,.57.57h3.56v3.52a.57.57,0,0,0,.57.57h2.56a.58.58,0,0,0,.57-.57V17.65H42a.58.58,0,0,0,.57-.57V14.54A.57.57,0,0,0,42,14Z'/%3E%3Cpath class='cls-2' d='M41.43,4.86C39.6,4,36.81,1.75,36.59,1.92c-.22-.17-3,2.11-4.85,2.94a18.18,18.18,0,0,1-8.65,1.86,52.52,52.52,0,0,0,4.26,15c2.56,5.41,9,10.25,9.24,10,.21.2,6.68-4.64,9.24-10a52.91,52.91,0,0,0,4.26-15A18.23,18.23,0,0,1,41.43,4.86Z'/%3E%3Cpolygon class='cls-2' points='7.17 27.97 7.05 28.09 8.78 31.82 10.89 29.72 9.97 25.36 7.17 27.97'/%3E%3Cpolygon class='cls-2' points='5.21 24.25 7.01 22.35 2.62 21.38 0.5 23.48 4.22 25.23 5.21 24.25'/%3E%3Cpolygon class='cls-2' points='23.03 24.48 23.26 24.7 24.4 23.57 23.72 22.89 22.89 23.71 23.03 24.48'/%3E%3Cpolygon class='cls-2' points='12.74 10.2 13.53 9.42 12.85 8.73 11.7 9.87 11.86 10.03 12.74 10.2'/%3E%3Cpolygon class='cls-2' points='22.32 20.56 22.36 20.61 23.5 19.47 22.82 18.79 22.12 19.48 22.32 20.56'/%3E%3Cpolygon class='cls-2' points='18.88 17.03 16.49 19.4 21.53 31.41 23.87 29.09 21.27 14.8 18.88 17.03'/%3E%3Cpolygon class='cls-2' points='8.91 9.47 9.66 8.72 8.98 8.04 7.84 9.17 7.95 9.29 8.91 9.47'/%3E%3Cpolygon class='cls-2' points='16.23 12.63 17.66 11.13 3.35 8.41 1 10.74 12.98 15.86 16.23 12.63'/%3E%3Cpath class='cls-2' d='M23.09,6.72a17.76,17.76,0,0,0,8-1.58c.8-1.26,1.31-2.78.2-3.9C28.77-1.27,25,3.38,25,3.38L3,26.64l2.72,2.74L24.09,12.16A48,48,0,0,1,23.09,6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 70px;
  background-position: center 50px;
}
/* :L1510 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="15460"] {
  /*Data submission*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.75 34.75'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:0.75px;}.cls-2{font-size:7.59px;fill:%23fff;font-family:Courier;}%3C/style%3E%3C/defs%3E%3Ctitle%3Espreadsheet-icon-white%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='0.38' y='0.38' width='41' height='34' rx='1'/%3E%3Cline class='cls-1' x1='0.37' y1='4.37' x2='41.38' y2='4.37'/%3E%3Cline class='cls-1' x1='0.37' y1='11.87' x2='41.38' y2='11.87'/%3E%3Cline class='cls-1' x1='16.71' y1='34.38' x2='16.71' y2='4.38'/%3E%3Cline class='cls-1' x1='29.04' y1='34.38' x2='29.04' y2='4.38'/%3E%3Cline class='cls-1' x1='0.37' y1='19.38' x2='41.38' y2='19.38'/%3E%3Cline class='cls-1' x1='0.37' y1='26.88' x2='41.38' y2='26.88'/%3E%3Cline class='cls-1' x1='4.38' y1='34.38' x2='4.38' y2='0.37'/%3E%3Ctext class='cls-2' transform='translate(8.32 10.02)'%3Ex%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center 50px;
  background-size: auto 80px;
}
/* :L1516 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="15690"] {
  /*terrorism*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 149.13 144.93'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath class='cls-1' d='M144.25,79.54c1.6,5.14,3.95,10.19,4.65,15.46,1.52,11.39-4.52,18.31-15.9,20-13.32,2-26-.88-38.4-5.06-25.92-8.72-48.73-22.78-68.79-41.27-8.89-8.19-16.91-17.22-22-28.3A40.65,40.65,0,0,1,.1,27.28c-.86-9.18,4-15.41,13-17.69a37.64,37.64,0,0,1,6.3-.91C14.27,11.05,10,14.09,8.5,19.93c-1.44,5.51-.35,10.71,2.11,15.51a89.21,89.21,0,0,0,9.26,15.19C36.13,70.92,57.08,85.12,80.54,95.77c13.31,6,27.08,10.62,41.93,10.54a40.41,40.41,0,0,0,10.63-1.59c8.8-2.5,13.16-9.88,11.5-18.94-.37-2-.95-4-1.43-5.92Z'/%3E%3Cpath class='cls-1' d='M137.23,29C138,53.22,134.4,76.28,123.58,98c-1.78,3.57-3.83,5.32-7.24,3.71,3.36-8.38,7.15-16.61,10-25.16,4.34-13.19,5.77-26.92,5.82-40.79a3.46,3.46,0,0,0-2.58-3.81c-9-3.6-15.05-10-17.51-19.42-.62-2.36-1.9-3.13-4.05-3.59A155.2,155.2,0,0,0,54.62,6.55,139.1,139.1,0,0,0,40,9.24a5.44,5.44,0,0,0-3.18,3.3A28.35,28.35,0,0,1,20.17,31.48c-2.47,1.09-4.65,2-3.37,5.66l-1-.15-3.46-8c1.18-.45,2-.82,2.94-1.13,9.16-3.22,15.19-9.25,16.9-19,.44-2.53,1.53-3.63,4.14-4.25a160.13,160.13,0,0,1,76.77.26,4.73,4.73,0,0,1,3,2.5C120.07,21,123.09,24.16,137.23,29Z'/%3E%3Cpath class='cls-1' d='M76.11,72.81c3.82,5.36,8.38,10.51,5.49,18.36L68.35,84.73c2.32-2.31,1-5.91-2.06-7.11-1.12-.44-1.87-1.77-2.93-2.49a10.6,10.6,0,0,0-3.83-1.94c-2.24-.39-4.75.38-6.08-2.49-.26-.55-1.78-.56-2.73-.72-3.87-.68-6.65-2.9-9.69-6.59,2-.18,3.11-.34,4.24-.37q8.19-.26,16.39-.43c3.49-.07,5.73-1.57,7.11-4.92,1-2.32,2.72-4.32,4.12-6.46l1,.54c.34,1.66.56,3.35,1,5,2,7.06,7.06,11.37,12.46,10.8S98,61,98.66,54.3c.72-7.5-.92-14.09-7.64-18.5,5.62-7.07,13.51-9.55,21.7-7a3,3,0,0,1,1.28.68c3.1,3.33,2.25,7.11,1.1,10.87-.9,3-2.52,5-6,5-5.48.11-7.13,2-7.73,7.41a35.38,35.38,0,0,1-1.88,9c-2.74,7-10.7,11.12-19,10.36L77,71.9Z'/%3E%3Cpath class='cls-1' d='M92.39,29.41c-3.74,5.49-7.3,11-11.16,16.19-.82,1.11-2.68,1.76-4.17,2-5.13.9-8.65,3.72-10.39,8.52-1,2.77-2.6,3.84-5.52,3.85-7.32,0-14.65.15-22,.49-3.22.15-4.29-1.11-3.92-4.11.34-2.83.38-5.72,1-8.49,1.47-6.82,7.34-12,15-13,9.69-1.23,19.45-2,29.14-3.16C84.53,31.23,88.59,30.17,92.39,29.41Z'/%3E%3Cpath class='cls-1' d='M109.23,118.63A91.93,91.93,0,0,1,86.67,138c-15.38,9.15-9.48,9.5-24.82-.23C35.31,120.92,20.22,96.15,14.16,65.61,14,64.8,14,64,13.75,62.25c3.63,4.24,6.81,7.31,8.18,12.42,7.56,28.23,24.79,49,50.2,63.19a4.94,4.94,0,0,0,4.26.07c8.18-5.81,16.45-11.53,24.11-18C103.49,117.44,105.72,116.85,109.23,118.63Z'/%3E%3Cpath class='cls-1' d='M83.39,49.43,91,54.49c-1.32,1.07-2.6,2.55-4.22,3.2-.61.24-2.57-1.23-2.89-2.24C83.35,53.61,83.54,51.54,83.39,49.43Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 90px;
  background-position-y: 45px;
}
/* :L1522 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="16933"] {
  /*cyber*/
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.2 37' style='enable-background:new 0 0 54.2 37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.5;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.3;stroke-miterlimit:10;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.75;stroke-miterlimit:10;%7D .st3%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.75;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M51,0.6H3.2c-0.2,0-0.4,0.2-0.4,0.4V33c0,0,0,0,0,0.1v0.4h0.4H51h0.4V33c0,0,0,0,0,0V1.1 C51.4,0.8,51.2,0.6,51,0.6z M49.4,31.2H4.7V3.6h44.7V31.2z'/%3E%3Ccircle class='st1' cx='27.1' cy='2.2' r='0.6'/%3E%3Cpath class='st2' d='M53,33.4H34.2c-0.2,0.4-0.9,0.6-1.3,0.6H22.2c-0.4,0-1.1-0.3-1.3-0.6H1.2c-1,0-0.1,1.7,0,2.1 c0.2,0.4,0.3,0.7,0.7,0.7h30h0h20.4c0.4,0,0.5-0.3,0.7-0.7C53.1,35.2,53.9,33.4,53,33.4z'/%3E%3Cg%3E%3Cpath class='st3' d='M36.3,14.2l4.9-2.8c0.4,0.4,1,0.5,1.6,0.2c0.6-0.4,0.8-1.1,0.5-1.8c-0.2-0.4-0.6-0.6-1-0.6 c0.2-0.4,0.2-0.8-0.1-1.2c-0.2-0.4-0.7-0.6-1.1-0.6l0,0c-0.2,0-0.4,0.1-0.6,0.2c-0.5,0.3-0.7,0.9-0.6,1.5l-4.9,2.8 C35.5,12.6,36,13.4,36.3,14.2z'/%3E%3Cpath class='st3' d='M11.5,11.6c0.5,0.3,1.2,0.2,1.6-0.2l4.7,2.7c0.2-0.9,0.7-1.6,1.4-2.3l-4.8-2.7c0.2-0.6-0.1-1.2-0.6-1.5 c-0.2-0.1-0.5-0.2-0.7-0.2l0,0c-0.4,0-0.8,0.3-1,0.6c-0.2,0.4-0.2,0.8-0.1,1.2c-0.4,0-0.8,0.3-1,0.6 C10.7,10.5,10.9,11.3,11.5,11.6z'/%3E%3Cpath class='st3' d='M34.6,16c0-3.2-3.3-5.7-7.5-5.7s-7.9,2.6-7.5,5.7c0.8,4.9,4.7,3.9,2.8,6.9c0,0.7,0.6,1.3,1.9,1.6v-1.8h1.2v2 c0.3,0,0.7,0.1,1,0.1v-2.1h1.2v2.1c0.3,0,0.7,0,1-0.1v-2h1.2v1.8c1.3-0.3,1.9-0.9,1.9-1.6C29.7,20.5,34.4,19.7,34.6,16z M24.7,17.7c-0.3,0.3-1,0.8-1.7,0.3c-1.1-0.8-0.9-1.9-0.4-2.4c0.5-0.5,1.9-0.2,2.8,0C26.7,16.1,25,17.4,24.7,17.7z M29.5,17.7 c-0.3-0.3-2-1.7-0.8-2.1c0.9-0.2,2.3-0.5,2.8,0c0.5,0.5,0.7,1.5-0.4,2.4C30.5,18.6,29.8,18,29.5,17.7z'/%3E%3Cpath class='st2' d='M20.4,21.2c-0.1-0.2-0.2-0.2-0.3-0.3c-0.2-0.2-0.4-0.3-0.7-0.3c-0.5,0-1.1,0.3-1.1,0.3l-1.1,0.6l0,0l-4.7,2.7 c-0.4-0.4-1-0.5-1.6-0.2c-0.6,0.4-0.8,1.1-0.5,1.7c0.2,0.4,0.6,0.6,1,0.6c-0.2,0.4-0.2,0.8,0.1,1.2c0.4,0.6,1.1,0.8,1.8,0.5 c0.5-0.3,0.7-0.9,0.6-1.5l4.8-2.8l1.1-0.7c0,0,1.2-0.7,0.8-1.8C20.5,21.3,20.4,21.2,20.4,21.2z'/%3E%3Cpath class='st2' d='M43.2,24c-0.5-0.3-1.2-0.2-1.6,0.2l-4.7-2.7l0,0l-1.1-0.6c0,0-0.6-0.3-1.1-0.3c-0.3,0-0.5,0.1-0.7,0.3 c-0.1,0.1-0.2,0.1-0.3,0.3c0,0-0.1,0.1-0.1,0.2c-0.5,1.1,0.8,1.8,0.8,1.8l1.1,0.7l4.8,2.8c-0.2,0.6,0.1,1.2,0.6,1.5 c0.6,0.4,1.4,0.1,1.8-0.5c0.2-0.4,0.2-0.8,0.1-1.2c0.4,0,0.8-0.3,1-0.6C44,25.2,43.8,24.4,43.2,24z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: auto 90px;
  background-position-y: 40px;
}
/* :L1528 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="10164"] {
  /*XOL*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.6 51.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;%7D.cls-1%7Bstroke-width:0.75px;%7D.cls-2%7Bstroke-width:0.5px;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M27.55,6.07V3.38a3,3,0,1,0-6,0V6.47'/%3E%3Cpath class='cls-2' d='M9,7.88l36.2-2.81L45,1.47l9.4,8.4L46,19.27l-.1-3.7-36.4,1.3c-.4,0-.7-.2-.7-.6l-.4-7.8A.64.64,0,0,1,9,7.88Z'/%3E%3Cpath class='cls-2' d='M23.85,30.28,7,33.28v-2.5L.25,38.37l6.8,4.91v-2.5l16.9-4c.3-.1.5-.3.5-.5V30.87C24.35,30.37,24.05,30.28,23.85,30.28Z'/%3E%3Cline class='cls-1' x1='21.55' y1='29.47' x2='21.55' y2='30.47'/%3E%3Cline class='cls-1' x1='27.55' y1='50.98' x2='27.55' y2='16.37'/%3E%3Cline class='cls-1' x1='21.55' y1='37.37' x2='21.55' y2='50.87'/%3E%3Cline class='cls-1' x1='21.55' y1='16.57' x2='21.55' y2='22.78'/%3E%3Cpath class='cls-2' d='M28.05,32.48l17.5,1.39V31.28l6.3,7-6.3,5.79V41.48L28.15,39a.64.64,0,0,1-.5-.5V33A.45.45,0,0,1,28.05,32.48Z'/%3E%3Cpolyline class='cls-2' points='27.85 25.77 42.85 23.27 42.75 20.77 48.35 25.68 43.15 32.38 43.05 29.88 27.95 31.88'/%3E%3Cpath class='cls-2' d='M24.05,23.47l-14.8-3.1.1-2.5-5.3,5.2,5,6.9.1-2.4,14.7,2a.36.36,0,0,0,.4-.39l.1-5.2A.56.56,0,0,0,24.05,23.47Z'/%3E%3Cpath class='cls-3' d='M11.05,10.38l1.2-.11.2,3.91-1.2.1Z'/%3E%3Cpath class='cls-3' d='M13.25,10.27l1.2-.1,1.6,1.9-.1-2,1-.1.2,3.9L16,14l-1.6-2,.1,2.1-.9.11Z'/%3E%3Cpath class='cls-3' d='M20.75,10.88c-.1,0-.2-.11-.3-.11s-.2-.1-.3-.1a.37.37,0,0,1-.3-.1h-.3c-.2,0-.3,0-.4.1s-.1.1-.1.2,0,.1.1.1a.35.35,0,0,0,.2.1c.1,0,.1.11.2.11s.2.1.3.1l.2.1c.2,0,.3.1.5.2s.3.1.4.2.2.2.2.3a.6.6,0,0,1,.1.4.75.75,0,0,1-.1.5c-.1.2-.1.3-.3.4a2.62,2.62,0,0,1-.5.3,1.48,1.48,0,0,1-.7.1H19a3.09,3.09,0,0,1-.8-.2l-.1-.9a1.85,1.85,0,0,0,.7.2c.2,0,.5.1.7,0s.3,0,.4-.1.1-.1.1-.2,0-.1-.1-.2a.35.35,0,0,0-.2-.1c-.1,0-.2-.1-.3-.1s-.2-.11-.4-.11a.55.55,0,0,1-.4-.19c-.1-.11-.3-.11-.4-.2s-.2-.2-.2-.3-.1-.31-.1-.4a.9.9,0,0,1,.1-.5c.1-.1.1-.3.3-.4a2.19,2.19,0,0,1,.5-.3,1.48,1.48,0,0,1,.7-.1h.7a.76.76,0,0,1,.4.1c.1,0,.2.1.3.1Z'/%3E%3Cpath class='cls-3' d='M23.75,13.77a2.2,2.2,0,0,1-.8-.1l-.6-.3a2.09,2.09,0,0,1-.4-.6,2,2,0,0,1-.2-.9l-.1-2.1,1.2-.1.1,2.1a.9.9,0,0,0,.1.5c0,.1.1.3.1.4s.1.2.2.2.2.1.3.1a.37.37,0,0,0,.3-.1l.2-.2c0-.1.1-.2.1-.4v-.5l-.1-2.1,1-.1.1,2.1v.9c-.1.2-.1.5-.3.6a1,1,0,0,1-.5.4A3.76,3.76,0,0,1,23.75,13.77Z'/%3E%3Cpath class='cls-3' d='M26.15,9.57l1.8-.1a1.48,1.48,0,0,1,.7.1c.2.11.4.11.6.31s.3.19.3.39a.76.76,0,0,1,.1.5v.4c0,.1-.1.2-.1.3s-.1.2-.2.3a.49.49,0,0,1-.4.2c0,.1.1.2.1.3s.1.2.2.4a1.38,1.38,0,0,0,.3.4c.1.1.2.3.3.4l-1.4.1-.3-.6a1.85,1.85,0,0,1-.2-.7h-.4l.1,1.3-1.2.1Zm1.6,1.9a.6.6,0,0,0,.4-.1.22.22,0,0,0,.2-.2c0-.1.1-.1.1-.2v-.2a.56.56,0,0,0-.1-.39.21.21,0,0,0-.2-.2c-.1,0-.2-.11-.3-.11h-.5l.1,1.31Z'/%3E%3Cpath class='cls-3' d='M33.85,13.07l-1.5.11-.2-.8-1,.1-.1.8-1,.1.8-4,1.7-.1Zm-2.4-3.19-.3,1.89H32l-.5-1.89Z'/%3E%3Cpath class='cls-3' d='M34.05,9.07l1.2-.1,1.6,1.9-.1-2,1-.1.2,3.9-1.2.1-1.6-2,.1,2.1-.9.1Z'/%3E%3Cpath class='cls-3' d='M38.55,10.88a2.71,2.71,0,0,1,.1-.9,1.53,1.53,0,0,1,1.1-1.1,2.35,2.35,0,0,1,.8-.2h.6a1.42,1.42,0,0,1,.6.2l-.1.9c-.2-.1-.3-.1-.5-.2s-.3,0-.4,0-.3,0-.4.1-.2.1-.3.2-.1.2-.2.4-.1.3,0,.5a.9.9,0,0,0,.1.5c.1.1.1.3.2.4s.2.2.3.2.3.1.4.1a.6.6,0,0,0,.4-.1c.1-.11.3-.11.5-.2l.2.89a1.3,1.3,0,0,1-.6.2c-.2,0-.4.11-.6.11a1.79,1.79,0,0,1-.8-.11,1.7,1.7,0,0,1-.7-.39,2.49,2.49,0,0,1-.5-.61C38.65,11.47,38.65,11.18,38.55,10.88Z'/%3E%3Cpath class='cls-3' d='M42.65,8.68l2.8-.2v.7l-1.5.1v.8l1.3-.1v.7l-1.3.1v.9l1.5-.11v.81l-2.6.19Z'/%3E%3Cpath class='cls-3' d='M10.65,24.28a.74.74,0,0,1,.1-.5,1.25,1.25,0,0,1,.3-.4.76.76,0,0,1,.4-.2H12c.1,0,.2.1.4.1s.2.1.4.2l-.2.59c-.1-.1-.2-.1-.3-.2s-.2-.1-.3-.1h-.3c-.1,0-.1.1-.2.1s-.1.1-.1.2v.6c0,.1.1.2.1.3l.2.2a.37.37,0,0,0,.3.1h.3a.37.37,0,0,0,.3-.1l.1.6c-.1,0-.2.1-.4.1h-.4c-.2,0-.3-.1-.5-.2a1.38,1.38,0,0,1-.4-.3,2.19,2.19,0,0,1-.3-.5C10.75,24.68,10.65,24.47,10.65,24.28Z'/%3E%3Cpath class='cls-3' d='M13.15,23.47l.7.1v2l.8.11v.5l-1.5-.3Z'/%3E%3Cpath class='cls-3' d='M17.05,26.68l-.9-.11-.1-.6-.5-.1-.1.5-.6-.1.6-2.5,1,.2Zm-1.2-2.4-.3,1.09.5.1-.2-1.19Z'/%3E%3Cpath class='cls-3' d='M17.35,24.18l.7.1v2.5l-.7-.1Z'/%3E%3Cpath class='cls-3' d='M18.65,24.37l.7.1.6,1.1.6-.89.7.1v2.5l-.8-.1v-1.4l-.5.9h-.2l-.5-1.11V27l-.5-.1v-2.5Z'/%3E%3Cpath class='cls-3' d='M8.35,35.28l1.8-.3v.5l-1,.2v.5l.9-.2v.5l-.9.09v.6l1-.2v.5l-1.8.3Z'/%3E%3Cpath class='cls-3' d='M12.35,35.78l.6,1.09-1,.2-.3-.9-.4,1-.7.2.6-1.4-.6-1.1,1-.2.4.8.4-1,.7-.1Z'/%3E%3Cpath class='cls-3' d='M13.05,35.67a1.27,1.27,0,0,1,.1-.6c.1-.2.2-.29.3-.5s.3-.29.4-.29.3-.21.5-.21h.4a.6.6,0,0,1,.4.1l-.1.6c-.1,0-.2-.1-.3-.1h-.3c-.1,0-.2.1-.3.1a.22.22,0,0,0-.2.2.37.37,0,0,0-.1.3v.6a.35.35,0,0,0,.1.2c.1.1.1.1.2.1h.3a.37.37,0,0,0,.3-.1c.1,0,.2-.1.3-.2l.1.6a.76.76,0,0,1-.4.2c-.1,0-.3.1-.4.1h-.5a.52.52,0,0,1-.4-.2,1.38,1.38,0,0,1-.3-.4A.9.9,0,0,1,13.05,35.67Z'/%3E%3Cpath class='cls-3' d='M15.75,33.87l1.8-.3v.5l-1,.21v.5l.9-.21v.5l-.9.21v.59l1-.2v.5l-1.8.3Z'/%3E%3Cpath class='cls-3' d='M20,33.78h-.8c-.1,0-.2.09-.3.09s-.1.1-.1.2v.1a.1.1,0,0,1,.1.1h.4a.37.37,0,0,1,.3.1.35.35,0,0,1,.2.1c.1.1.1.1.1.2V35a.37.37,0,0,1-.1.3c0,.1-.1.2-.2.3s-.2.2-.3.2a.75.75,0,0,1-.5.1.9.9,0,0,0-.5.1h-.5v-.6a.9.9,0,0,0,.5.1h.4c.1,0,.2-.1.3-.1s.1-.1.1-.2v-.1A.1.1,0,0,1,19,35h-.5a.37.37,0,0,1-.3-.1.35.35,0,0,1-.2-.1c-.1-.1-.1-.1-.1-.2s-.1-.2-.1-.3a.37.37,0,0,1,.1-.3c.1-.1.1-.2.2-.3s.2-.2.3-.2.3-.1.4-.1h.8Z'/%3E%3Cpath class='cls-3' d='M22.35,33.28h-.8c-.1,0-.2.09-.3.09s-.1.1-.1.2v.1a.1.1,0,0,1,.1.1h.4a.37.37,0,0,1,.3.1.31.31,0,0,0,.2.1c.1.1.1.1.1.2v.3a.37.37,0,0,1-.1.3c0,.1-.1.2-.2.3s-.2.2-.3.2a4.33,4.33,0,0,1-.5.1.9.9,0,0,0-.5.1h-.5v-.6a.9.9,0,0,0,.5.1h.4c.1,0,.2-.1.3-.1s.1-.1.1-.2v-.1a.1.1,0,0,1-.1-.1c0-.1-.1,0-.2,0h-.3a.37.37,0,0,1-.3-.1.35.35,0,0,1-.2-.1c.2-.1.2-.2.2-.29s-.1-.2-.1-.3a.37.37,0,0,1,.1-.3c.1-.1.1-.2.2-.3s.2-.2.3-.2.3-.1.4-.1h.8Z'/%3E%3Cpath class='cls-3' d='M30.15,34.67l1,.1c.2,0,.3.1.5.1s.2.1.3.1.2.1.2.2l.2.2c0,.1.1.1.1.2V36c0,.1,0,.1-.1.2a.1.1,0,0,1-.1.1.35.35,0,0,1-.2.1.37.37,0,0,0-.3.1c-.1.1-.3,0-.4,0h-.3v.9l-.8-.1Zm.8,1.4h.4c.1,0,.1,0,.1-.09l.1-.1v-.4a.35.35,0,0,1-.1-.2l-.1-.1H31Z'/%3E%3Cpath class='cls-3' d='M34,37.78c-.2,0-.3-.1-.4-.1s-.2-.1-.3-.2l-.2-.2c-.1-.1-.1-.21-.2-.3s-.1-.2-.1-.3v-.6c0-.1.1-.2.1-.3s.1-.2.2-.3.2-.1.2-.2.2-.1.3-.1H34c.2,0,.3.1.4.1s.2.1.3.2l.2.2c.1.1.1.2.2.3s.1.2.1.3v.6a.37.37,0,0,1-.1.3c0,.1-.1.2-.2.3l-.2.2a.37.37,0,0,1-.3.1Zm-.4-1.41v.41c0,.09.1.2.1.29s.1.1.1.21.1.09.2.09h.2a.09.09,0,0,0,.1-.09.35.35,0,0,0,.1-.21v-.8c0-.1-.1-.2-.1-.3s-.1-.1-.1-.2-.1-.1-.2-.1h-.2a.1.1,0,0,0-.1.1c0,.1-.1.1-.1.2Z'/%3E%3Cpath class='cls-3' d='M35.75,35.37l.8.1v2l.9.1v.5l-1.7-.2Z'/%3E%3Cpath class='cls-3' d='M37.75,35.67l.8.1v2.5l-.8-.1Z'/%3E%3Cpath class='cls-3' d='M39.05,37.07a.75.75,0,0,1,.1-.5,1.54,1.54,0,0,1,.3-.4.76.76,0,0,1,.4-.2h.5a.6.6,0,0,1,.4.1.76.76,0,0,1,.4.2l-.1.6c-.1-.1-.2-.1-.3-.2s-.1-.1-.2-.1h-.3a.35.35,0,0,0-.2.1c-.1.1-.1.1-.1.2v.6c0,.1.1.2.1.3l.2.2c.1,0,.2.1.3.1h.3a.37.37,0,0,0,.3-.1l.1.6c-.1,0-.3.1-.4.1h-.4a.76.76,0,0,1-.5-.2c-.1-.1-.3-.2-.4-.3a2.19,2.19,0,0,1-.3-.5A1.34,1.34,0,0,1,39.05,37.07Z'/%3E%3Cpath class='cls-3' d='M42.25,38.78v-.91l-.8-1.8.9.1.3,1,.3-.9.8.1-.7,1.6v.9Z'/%3E%3Cpath class='cls-3' d='M30.15,27.18l.8-.11v2.3l.9-.1v.6l-1.7.3Z'/%3E%3Cpath class='cls-3' d='M34.65,29.28l-1,.2-.1-.6-.7.1-.1.6-.7.1.6-3,1.2-.2Zm-1.5-2.21-.2,1.4.5-.1-.3-1.3Z'/%3E%3Cpath class='cls-3' d='M35.05,29.28v-1l-.8-1.8,1-.2.3,1,.3-1.1.8-.11-.7,2v1Z'/%3E%3Cpath class='cls-3' d='M36.85,26.07l1.9-.29v.5l-1,.2v.6l.9-.1v.5l-.9.09v.61l1-.21v.6l-1.9.3Z'/%3E%3Cpath class='cls-3' d='M39.35,25.68l1.2-.21h.5a.71.71,0,0,1,.4.21c.1.1.2.2.2.29s.1.21.1.3v.3a.37.37,0,0,1-.1.3.22.22,0,0,1-.2.2c-.1.1-.2.1-.3.2s0,.1.1.2.1.21.1.3.1.2.2.3.1.2.2.3l-1,.2c-.1-.1-.1-.3-.2-.4a.75.75,0,0,1-.1-.5h-.2v1l-.9-.1Zm1,1.19c.1,0,.2,0,.2-.1s.1-.1.2-.1.1-.1.1-.2V26a.1.1,0,0,0-.1-.1.31.31,0,0,1-.2-.1c-.1-.1-.1,0-.2,0h-.1v1Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 110px;
}
/* :L1533 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="18227"] {
  /*Covid BI Notifications*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 388.94 391.89'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2,.cls-3,.cls-5{fill:none;}.cls-1,.cls-2,.cls-3,.cls-4{stroke:%23fff;}.cls-1,.cls-2,.cls-3,.cls-4,.cls-5{stroke-miterlimit:10;}.cls-1{stroke-width:4px;}.cls-2,.cls-4,.cls-5{stroke-width:2px;}.cls-3{stroke-width:3px;}.cls-4{fill:%23fff;}.cls-5{stroke:%231d1d1b;}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M197.26,271.81H251c0-11.85-24.27-21.6-53.77-21.6S143.5,260,143.5,271.81Z' transform='translate(-1.17 -5.09)'/%3E%3Cline class='cls-2' x1='45.32' y1='76.92' x2='1.5' y2='188'/%3E%3Cline class='cls-2' x1='89.13' y1='187.75' x2='45.32' y2='76.68'/%3E%3Cpath class='cls-3' d='M46.48,189.36H90.3c0,17.78-19.78,32.42-43.82,32.42S2.67,207.14,2.67,189.36v-.17Z' transform='translate(-1.17 -5.09)'/%3E%3Cline class='cls-2' x1='386.81' y1='186.04' x2='342.92' y2='78.89'/%3E%3Cline class='cls-2' x1='343.2' y1='79.44' x2='298.29' y2='185.48'/%3E%3Cpath class='cls-3' d='M344,189.36h44.62c0,17.78-20.14,32.42-44.62,32.42s-44.63-14.64-44.63-32.42c0-.06,0-.12,0-.17Z' transform='translate(-1.17 -5.09)'/%3E%3Cpolygon class='cls-1' points='203.26 90.94 187.64 90.78 184.74 218.94 206.91 219.59 203.26 90.94'/%3E%3Cellipse class='cls-2' cx='196.09' cy='239.86' rx='26.88' ry='4.77'/%3E%3Cellipse class='cls-2' cx='196.09' cy='230.48' rx='21.14' ry='3.86'/%3E%3Cellipse class='cls-2' cx='196.09' cy='222.56' rx='19.08' ry='2.97'/%3E%3Cellipse class='cls-3' cx='196.09' cy='87.01' rx='17.2' ry='3.76'/%3E%3Crect class='cls-3' x='180.3' y='56.56' width='33.92' height='29.63' transform='translate(124.72 263.55) rotate(-90)'/%3E%3Cellipse class='cls-3' cx='196.09' cy='44.09' rx='19.17' ry='5.25'/%3E%3Cellipse class='cls-3' cx='196.09' cy='20.17' rx='20.06' ry='18.67'/%3E%3Cpath class='cls-3' d='M181.91,60.13a51,51,0,0,0-17.72-.27c-1.16.18-5,.85-12.9,3.76s-11.56,5-18.28,8.06a233.17,233.17,0,0,1-24.73,9.68c-10.67,3.55-16.14,5.33-22.58,5.38-4.06,0-11.28.08-18.82-3.77-6.5-3.31-6.38-6-14-10.21-6.63-3.66-15.32-6.36-16.67-4.3-.37.57-.45,1.93,3.77,7,5.58,6.69,13.81,16.55,29,21A57.61,57.61,0,0,0,91.61,98c7.45-1,8.71-2.65,24.19-7,9.78-2.75,17.23-4.3,19.9-4.84,8.42-1.71,16.43-3.3,26.88-3.76a134.37,134.37,0,0,1,19.33.53' transform='translate(-1.17 -5.09)'/%3E%3Cpath class='cls-3' d='M212.08,57.78A52,52,0,0,1,230,57.51c1.17.19,5,.85,13,3.76s11.66,5,18.45,8.07A236.55,236.55,0,0,0,286.38,79c10.77,3.56,16.28,5.33,22.79,5.38,4.09,0,11.37.08,19-3.76,6.55-3.31,6.43-6,14.1-10.22,6.69-3.66,15.47-6.36,16.82-4.3.38.57.46,1.93-3.8,7-5.64,6.69-13.94,16.55-29.29,21a58.81,58.81,0,0,1-22.79,1.61c-7.52-1-8.79-2.64-24.41-7-9.87-2.74-17.39-4.3-20.08-4.84-8.5-1.7-16.58-3.29-27.12-3.76a135.11,135.11,0,0,0-19.51.54' transform='translate(-1.17 -5.09)'/%3E%3Cline class='cls-2' x1='45.32' y1='184.27' x2='45.32' y2='76.84'/%3E%3Cline class='cls-2' x1='342.82' y1='184.27' x2='343.65' y2='78.89'/%3E%3Crect class='cls-2' x='37.22' y='268.03' width='84.93' height='45.54' rx='4.57' transform='translate(100.04 -15.04) rotate(19.42)'/%3E%3Crect class='cls-4' x='118.82' y='292.86' width='25.21' height='32.36' rx='4.57' transform='translate(109.05 -31.2) rotate(19.42)'/%3E%3Cellipse class='cls-2' cx='239.22' cy='341.26' rx='14.03' ry='122.42' transform='translate(-155.4 473.56) rotate(-74.22)'/%3E%3Cellipse class='cls-2' cx='66.03' cy='363.51' rx='57.29' ry='8.6'/%3E%3Cellipse class='cls-2' cx='67.23' cy='379.33' rx='62.63' ry='11.56'/%3E%3Cpath class='cls-4' d='M119.72,381.76h-105a4.57,4.57,0,0,1,0-9.14h105a4.58,4.58,0,0,1,4.57,4.57h0A4.57,4.57,0,0,1,119.72,381.76Z' transform='translate(-1.17 -5.09)'/%3E%3Crect class='cls-2' x='32.82' y='311.18' width='69.29' height='28.64' rx='4.57' transform='translate(110.88 -9) rotate(19.42)'/%3E%3Crect class='cls-2' x='57.81' y='240.29' width='69.29' height='28.64' rx='4.57' transform='translate(88.73 -21.34) rotate(19.42)'/%3E%3Cpath class='cls-5' d='M66.13,430.44' transform='translate(-1.17 -5.09)'/%3E%3C/svg%3E");
  background-position: center 18px;
  background-size: auto 120px;
}
/* :L1539 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="17670"] {
  /*personal accident*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 70.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-1' x='0.5' y='11.98' width='79' height='57.87' rx='12'/%3E%3Cpolygon class='cls-1' points='49.65 45.97 43.22 45.97 43.22 39.54 36.78 39.54 36.78 45.97 30.36 45.97 30.36 52.4 36.78 52.4 36.78 58.83 43.22 58.83 43.22 52.4 49.65 52.4 49.65 45.97'/%3E%3Crect class='cls-1' x='13.36' y='22.55' width='6.43' height='11.02'/%3E%3Crect class='cls-1' x='60.21' y='22.55' width='6.43' height='11.02'/%3E%3Cline class='cls-1' x1='0.5' y1='28.06' x2='13.36' y2='28.06'/%3E%3Cline class='cls-1' x1='19.79' y1='28.06' x2='60.21' y2='28.06'/%3E%3Cline class='cls-1' x1='66.64' y1='28.06' x2='79.5' y2='28.06'/%3E%3Cpath class='cls-1' d='M52.4.5H27.6a2.77,2.77,0,0,0-2.76,2.76V12h4.6V8.31a2.76,2.76,0,0,1,2.75-2.76H47.81a2.76,2.76,0,0,1,2.75,2.76V12h4.6V3.26A2.77,2.77,0,0,0,52.4.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 90px;
  background-position-y: 40px;
}
/* :L1545 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20154"] {
  /*cafes & tearooms*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.63 32.66'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2,.cls-3{fill:none;stroke:%23fff;stroke-linecap:round;}.cls-1,.cls-2{stroke-linejoin:round;}.cls-1{stroke-width:0.5px;}.cls-2,.cls-3{stroke-width:0.75px;}.cls-3{stroke-miterlimit:10;}%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath class='cls-1' d='M34.39,12.83a3.53,3.53,0,0,1,1.3-2.61c-1-.32-1.3-1.62-1.3-1.62s-.33,1.3-1.31,1.62A3.52,3.52,0,0,1,34.39,12.83Z'/%3E%3Cpath class='cls-1' d='M6.51,12.08A4.42,4.42,0,0,1,8.15,8.81c-1.23-.4-1.64-2-1.64-2s-.4,1.64-1.63,2A4.43,4.43,0,0,1,6.51,12.08Z'/%3E%3Cpath class='cls-2' d='M11.57,9.39A7.27,7.27,0,0,1,14.26,4c-2-.67-2.69-3.36-2.69-3.36S10.9,3.34,8.88,4A7.27,7.27,0,0,1,11.57,9.39Z'/%3E%3Cpath class='cls-2' d='M29.73,3.93l-.05.27c-.31,2.51-.51,4.44.6,6.78h0c0,.07.1.16.14.24l.24.42a8.91,8.91,0,0,0,2.48,2.6s1.42,1.31,4.72,1.31a7.86,7.86,0,0,0,4.46-1.31,8.66,8.66,0,0,0,1.93-1.83A5.86,5.86,0,0,0,45.16,11h0C46.27,8.57,46,6.57,46,4.2l-.05-.27'/%3E%3Cpath class='cls-3' d='M31.06,12.18c-2.87.54-4.73,1.41-4.73,2.4,0,.59.66,1.14,1.8,1.6,0,0,1.88.86,2.45,1.23a4.69,4.69,0,0,0,2,.56,44.54,44.54,0,0,0,5.2.37h0A44.57,44.57,0,0,0,43,18a4.69,4.69,0,0,0,2-.56c.57-.37,2.46-1.23,2.46-1.23s1.79-1,1.79-1.6c0-1-1.88-1.87-4.78-2.41'/%3E%3Cellipse class='cls-2' cx='37.84' cy='3.68' rx='8.09' ry='3.31'/%3E%3Cpath class='cls-2' d='M30.91,5.12C32,3.83,34.68,2.93,37.76,2.93s5.72.9,6.85,2.19'/%3E%3Cpath class='cls-2' d='M46.22,6.92A2.37,2.37,0,0,1,48,6.43a1.56,1.56,0,0,1,1.14,1.18,5.13,5.13,0,0,1-.6,3.62,1.94,1.94,0,0,1-3-.1'/%3E%3Cpath class='cls-3' d='M40.48,6.58s1.27-1.52,1.76.93a6.71,6.71,0,0,1-.2,3.23'/%3E%3Cpath class='cls-3' d='M42.28,12.89H40.9a.3.3,0,0,1-.31-.4l.32-1.32a.55.55,0,0,1,.51-.39H42.8a.3.3,0,0,1,.31.39l-.32,1.32A.57.57,0,0,1,42.28,12.89Z'/%3E%3Cpath class='cls-3' d='M9,20.44c-5.21,1-8.65,2.74-8.65,4.71,0,1.12,1.1,2.16,3,3,0,0,3.13,1.64,4.07,2.34a7.39,7.39,0,0,0,3.28,1.06,64.83,64.83,0,0,0,8.68.7h0a64.81,64.81,0,0,0,8.67-.7,7.31,7.31,0,0,0,3.28-1.06c.94-.7,4.11-2.34,4.11-2.34s3-1.92,3-3c0-1.81-4-4-8.57-5.08'/%3E%3Cpath class='cls-2' d='M14.45,12.17a11.1,11.1,0,0,0-5.36,5.57l19.84,2-8.06-6.34'/%3E%3Cpath class='cls-2' d='M9.09,17.74v6.43s.23,1.21,2.34,1.51,14.8,1.51,14.8,1.51a2.91,2.91,0,0,0,2.11-.3c.91-.6.59-7.17.59-7.17Z'/%3E%3Ccircle class='cls-2' cx='17.77' cy='12.1' r='3.32'/%3E%3Cpath class='cls-2' d='M9.29,19.59a4.18,4.18,0,0,0,2.34,1.3c1.3,0,2.59-.55,3.89-.47,1.6.09,2,1.23,3.2,1.54,2,.52,4.56-2.07,6.29-.62,1.34,1.11,3.13,2,4,1.11'/%3E%3Cpath class='cls-2' d='M9.07,22.26a4.23,4.23,0,0,0,2.33,1.31c1.31,0,2.6-.55,3.9-.48,1.59.09,2,1.23,3.2,1.55,2,.52,4.56-2.07,6.29-.63,1.34,1.12,3.12,2,4,1.12'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 70px;
  background-position: center 50px;
}
/* :L1551 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20218"] {
  /*hair and beauty*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 595.28 595.28' style='enable-background:new 0 0 595.28 595.28;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:none;stroke:%23FFFFFF;stroke-width:4;stroke-miterlimit:10;} .st1{stroke:%23FFFFFF;stroke-width:4;stroke-miterlimit:10;} .st2{fill:%23FFFFFF;} .st3{fill:%23FFFFFF;stroke:%23FFFFFF;stroke-width:4;stroke-miterlimit:10;} .st4{fill:none;stroke:%23000000;stroke-width:4;stroke-miterlimit:10;} %3C/style%3E%3Cpath class='st0' d='M352.2,297.5c-1.12-1.51-2.82-2.81-3.24-4.57c-0.63-2.62-0.91-5.7,1.57-7.72c0.46-0.37,0.76-1.66,0.63-2.4 c-0.59-3.56-1.24-7.11-2.07-10.59c-1.39-5.78-4.6-9.39-9.35-10.71c-21.92-6.11-43.91-11.85-66.31-14.64 c-11.93-1.49-23.92-2.28-35.89-3.29c-2.59-0.22-4.59-1.33-5.37-4.48c-3.85-15.62-4.31-31.48-1.41-47.36 c1.44-7.87,2.27-8.46,8.73-8.8c19.53-1.01,38.96-3.38,58.27-7.02c21.86-4.11,43.54-9.53,64.85-16.8c7.55-2.58,14.69-1.35,22-0.01 c15.67,2.86,30.67,8.61,45.13,16.51c0.32,0.18,0.66,0.35,1.01,0.42c9.07,1.81,13.5,9.31,15.33,19.55 c2.62,14.68,2.74,29.34-1.74,43.59c-2.41,7.66-6.19,13.4-13.59,14.52c-2.88,0.44-5.46,3.28-8.34,4.33 c-8.99,3.27-18.02,6.41-27.12,9.2c-4.86,1.49-6.49,3.68-5.58,9.68c2.75,18.19,3.75,36.53,3.04,54.98c-0.84,22-3.98,43.56-9.03,64.68 c-0.84,3.53-0.73,6.54,1.02,9.68c3.02,5.45,1.93,10.17-3.01,12.77c-2.71,1.43-3.14,4.37-3.3,6.98c-0.33,5.15-2.72,6.79-6.3,6.78 c-6.05-0.01-12.11-0.19-18.16-0.42c-1.95-0.07-3.12-1.43-3.28-3.95c-0.34-5.36-2.13-10.16-3.47-15.19 c-2.84-10.68-2.23-21.87-0.37-32.73c1.61-9.42,2.17-18.7,0.36-28.08c-0.72-3.71,1.29-5.64,3.26-7.24c1.83-1.48,2.09-3.45,2.53-5.74 c1.65-8.59-0.94-16.32-3.14-24.06c-0.89-3.12-0.88-5.81,1.08-7.82c2.99-3.08,2.94-6.65,1.83-10.65 C352.59,297.09,352.39,297.3,352.2,297.5z M355.26,343.98c-0.67,0.4-1.68,0.86-2.57,1.56c-2.7,2.1-4.33,4.33-3.61,9.09 c1.14,7.52,1.55,15.07-0.05,22.95c-1.56,7.69-1.75,15.94-1.73,23.94c0.01,4.79,1.5,9.6,2.48,14.35c0.4,1.92,1.4,3.65,1.82,5.57 c0.36,1.68,0.33,3.5,0.4,5.26c0.11,2.45,0.99,3.92,3.09,3.98c5.18,0.13,10.37,0.64,15.53,0.28c5.19-0.36,5.11-0.76,6.55-6.76 c0.59-2.44,0.72-5.2,3.16-6.47c4.99-2.59,5.75-5.62,2.85-11.25c-1.61-3.12-1.92-6.18-1.08-9.75c1.48-6.23,2.81-12.52,3.97-18.85 c6.13-33.53,7.29-67.23,2.01-101.12c-0.98-6.31,1.3-9.83,6.46-11.39c8.94-2.7,17.78-5.85,26.7-8.66c6.82-2.15,10.5-7.83,12.24-15.85 c0.07-0.32,0.13-0.64,0.22-0.95c3.13-11.66,3.09-23.64,2.37-35.69c-0.49-8.19-1.6-16.25-5.18-23.35c-1.05-2.08-2.81-4.08-4.62-5.06 c-12.59-6.79-25.74-11.35-39.27-14.39c-9.8-2.2-19.49-3.46-29.04,1.32c-0.49,0.25-1.04,0.31-1.56,0.47 c-38.69,11.83-77.85,19.74-117.76,21.51c-4.19,0.19-5.1,0.64-6.01,5.7c-1.04,5.77-1.7,11.72-1.94,17.62 c-0.4,9.72,0.18,19.39,2.37,28.83c0.77,3.32,2.36,4.7,5.27,4.8c7.34,0.24,14.7,0.54,22.01,1.42c26.6,3.19,52.86,8.95,78.89,16.34 c6.33,1.8,10.31,6.18,11.68,14.09c0.78,4.49,1.73,8.93,2.61,13.42c-1.39-0.06-3.19-0.57-3.33,2.68c-0.15,3.82,0.15,4.35,4.19,5.38 c0.62,3.08-0.04,6.48,1.55,9.27c-0.73,0.7-1.56,1.37-2.27,2.2c-2.28,2.64-3.48,5.23-1.97,9.53c1.76,5,2.57,10.51,3.73,15.82 c0.17,0.78,0.01,1.7-0.1,2.53c-0.34,2.6-0.8,5.18-1.03,7.79C354.26,342.72,354.95,343.41,355.26,343.98z M431.13,251.43 c3.13-0.06,6.04-1.53,7.74-4.74c2.17-4.08,4.13-8.51,5.39-13.12c2.48-9.13,2.33-18.69,1.64-28.17c-0.51-7.04-1.41-14.02-4.93-19.99 c-2.41-4.09-5.54-6.58-9.42-7.04C439.82,202.87,439.73,227.09,431.13,251.43z'/%3E%3Cpath class='st1' d='M380.36,170.5c2.94,10.94,4.06,22.27,3.93,33.76c-0.13,12.34-0.68,24.67-3.6,36.62 c-0.72,2.94-1.38,5.97-2.5,8.69c-3.39,8.24-3.86,16.64-2.35,25.65c6.34,37.89,4.44,75.32-4.46,112.35 c-1.38,5.75-1.91,11.81-2.41,17.86c0-3.16-0.24-6.35,0.06-9.47c0.32-3.36,1.1-6.67,1.77-9.98c0.64-3.2,1.44-6.35,2.09-9.55 c5.34-26.44,7.22-53.21,4.65-80.33c-0.89-9.39-2.36-18.7-3.38-28.08c-0.57-5.22,0.11-10.39,1.96-15.14 c5.07-12.98,6.72-26.86,7.2-41.02C383.79,197.95,382.82,184.16,380.36,170.5z'/%3E%3Cpath class='st2' d='M238.48,194.98c1.81,11.68,2.1,23.99,0,36.34C238.48,218.97,238.48,206.62,238.48,194.98z'/%3E%3Cpath class='st0' d='M351.97,313.03c3.18,2.72,6.03,14.46,4.74,19.7C355.09,326.01,353.56,319.64,351.97,313.03z'/%3E%3Cpath class='st3' d='M351.3,372.49c-0.52-7.31-0.98-13.74-1.45-20.39C352.5,355.37,353.42,366.88,351.3,372.49z'/%3E%3Cpath class='st2' d='M232.99,195.64c0,10.17,0,21.24,0,32.38C230.96,221.69,231.17,200.93,232.99,195.64z'/%3E%3Cpath class='st3' d='M352.61,293.82c-0.49-0.96-1.36-1.9-1.38-2.87c-0.02-0.98,0.79-1.99,1.23-2.98c0.86,1.12,1.87,2.13,2.47,3.42 c0.18,0.38-0.8,1.57-1.25,2.39C353.33,293.79,352.97,293.8,352.61,293.82z'/%3E%3Cpath class='st2' d='M237.25,210.19c-2.85-0.88-2.85-0.88-2.39-5.97C237.7,204.67,237.92,205.23,237.25,210.19z'/%3E%3Cpath class='st2' d='M234.78,210.97c2.85,0.47,3.38,2.43,2.74,5.37C234.52,216.21,234.3,214.01,234.78,210.97z'/%3E%3Cpath class='st2' d='M237.21,223.15c-3.44-0.52-2.33-3.51-2.55-5.85C237.73,217.81,237.83,218.05,237.21,223.15z'/%3E%3Cpath class='st2' d='M236.35,197.81c0.42,1.68,0.84,3.36,1.36,5.4c-3.44-0.53-2.95-2.73-2.39-4.97 C235.66,198.1,236,197.96,236.35,197.81z'/%3E%3Cpath class='st2' d='M234.65,223.96c3.02,1.09,3.08,1.29,1.31,5.14C235.55,227.49,235.14,225.89,234.65,223.96z'/%3E%3Cpath d='M444.33,226.42'/%3E%3Cpath class='st4' d='M438.09,233.17'/%3E%3Cpath class='st4' d='M440.45,215.48'/%3E%3Cpath d='M436.95,240.55'/%3E%3Cpath class='st4' d='M443.89,199.66'/%3E%3Cpath class='st4' d='M444.72,207.32'/%3E%3Cpath class='st0' d='M165.63,360.15c-0.37-23.61-0.59-47.22-1.18-70.82c-0.32-12.82-1.31-25.63-1.93-38.45 c-0.42-8.75-0.69-17.5-1.1-26.24c-0.05-1.05-0.34-2.18-0.83-3.11c-4.69-8.8-9.23-17.66-12.03-27.3c-2.29-7.87-1.3-14.95,5.53-20.07 c2.87-2.15,6.34-3.91,9.8-4.79c9.66-2.45,19.44-2.49,28.96,0.88c6.15,2.18,10.93,6.04,12.92,12.66c1.23,4.11,0.39,8.1-0.77,12.04 c-2.71,9.26-7.13,17.76-11.62,26.22c-0.55,1.03-0.89,2.29-0.95,3.46c-0.93,20.47-1.94,40.95-2.64,61.43 c-0.6,17.42-0.77,34.86-1.25,52.28c-0.85,30.86-1.77,61.73-2.71,92.59c-0.16,5.34-3.3,8.2-8.74,8.24c-5.71,0.04-8.83-2.61-9.05-8.05 c-0.55-13.61-1.01-27.22-1.45-40.84c-0.32-10.05-0.54-20.1-0.81-30.15C165.73,360.15,165.68,360.15,165.63,360.15z M189.84,221.79 c0.12,0.14,0.24,0.28,0.36,0.42c0.45-0.37,1.06-0.64,1.32-1.11c4.57-8.27,8.95-16.66,11.56-25.8c0.91-3.17,1.52-6.68,1.16-9.91 c-0.7-6.37-5.19-10.04-10.72-12.45c-6.25-2.72-12.86-3.02-19.55-2.76c-5.93,0.23-11.65,1.24-16.82,4.41 c-6.32,3.88-8.94,9.85-7.32,17.08c2.39,10.68,7.58,20.18,12.68,29.71c0.22,0.41,1.01,0.5,1.54,0.74c0.12-0.92-0.03-1.34-0.18-1.75 c-2.38-6.29-4.79-12.57-7.12-18.88c-0.65-1.75-1.09-3.59-1.53-5.41c-0.09-0.37,0.31-0.85,0.48-1.28c0.39,0.24,0.86,0.41,1.15,0.74 c0.23,0.26,0.22,0.73,0.35,1.09c2.79,7.72,5.61,15.43,8.36,23.16c0.6,1.69,1.52,1.83,3.05,0.99c-0.23-1.18-0.48-2.36-0.69-3.56 c-0.83-4.78-1.69-9.56-2.42-14.35c-0.09-0.56,0.53-1.22,0.82-1.84c0.32,0.55,0.81,1.07,0.91,1.66c0.38,2.1,0.55,4.24,0.94,6.33 c0.73,3.92,1.56,7.82,2.26,11.25c5.7,0.35,11.02,0.7,16.34,0.95c0.51,0.02,1.31-0.5,1.52-0.97c4.04-8.84,7.54-17.88,9.29-27.51 c0.46-2.55,0.68-5.14,1.1-7.69c0.07-0.45,0.56-0.84,0.86-1.25c0.28,0.48,0.61,0.94,0.81,1.45c0.11,0.27-0.02,0.64-0.04,0.96 c-0.6,7.68-2.62,15.04-5.22,22.24C193.47,212.96,191.6,217.36,189.84,221.79z'/%3E%3Cpath class='st0' d='M186.29,359.85c-0.34,12.58-0.65,25.16-1.04,37.74c-0.34,10.96-0.73,21.91-1.15,32.86 c-0.16,4.09-2.33,6.18-6.33,6.33c-4.97,0.18-7.43-1.46-7.69-5.83c-0.52-9.06-0.82-18.14-1.06-27.21 c-0.75-28.01-1.45-56.02-2.11-84.04c-0.24-10.11-0.3-20.23-0.48-30.35c-0.02-1.16,0.42-1.56,1.52-1.75 c5.97-1.04,11.92-1.08,17.89-0.06c1.35,0.23,1.81,0.68,1.79,2.09c-0.22,12.38-0.32,24.76-0.55,37.15 C186.88,337.8,186.56,348.82,186.29,359.85z'/%3E%3Cpath class='st0' d='M188.54,272.71c-7.73-2.04-15.31-1.85-23.05,0.08c-0.21-4.24-0.42-8.24-0.59-12.24 c-0.33-7.71-0.62-15.42-0.99-23.12c-0.06-1.29,0.33-1.8,1.62-2.04c7.76-1.48,15.5-1.41,23.25,0.02c1.11,0.2,1.49,0.64,1.44,1.79 c-0.53,11.4-1.02,22.8-1.52,34.19C188.69,271.71,188.62,272.02,188.54,272.71z'/%3E%3Cpath class='st0' d='M190.26,232.46c-8.87-1.52-17.5-1.61-26.33,0.03c-0.09-0.52-0.23-1-0.25-1.48c-0.08-1.8-0.1-3.59-0.17-5.39 c-0.11-2.9-0.12-2.94,3.01-3.42c7.04-1.1,14.1-1.08,21.14,0.02c3.07,0.48,3.08,0.53,2.96,3.33 C190.53,227.79,190.39,230.04,190.26,232.46z'/%3E%3Cpath class='st0' d='M166.1,279.51c-0.17-0.24-0.23-0.28-0.24-0.34c-0.78-4.45-0.78-4.47,3.62-5.32c5.64-1.1,11.26-0.97,16.88,0.22 c1.55,0.33,2.43,0.88,2.09,2.66c-0.16,0.86-0.03,1.78-0.03,2.86C180.79,278.01,173.45,277.83,166.1,279.51z'/%3E%3Cpath class='st0' d='M187.93,286.01c-7.27-1.47-14.43-1.45-21.83,0.03c-0.08-1.51-0.15-2.89-0.24-4.62c2.34-0.38,4.6-1.05,6.85-1.05 c4.36,0,8.72,0.42,13.09,0.6c2.03,0.09,2.67,1.08,2.26,3C187.93,284.6,187.97,285.25,187.93,286.01z'/%3E%3C/svg%3E");
  background-size: auto 160px;
  background-position-y: 0px;
}
/* :L1557 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="21856"] {
  /*made at home*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 595.28 595.28' style='enable-background:new 0 0 595.28 595.28;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{stroke:%23000000;stroke-miterlimit:10;} .st1{fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;} .st2{stroke:%23312783;stroke-miterlimit:10;} .st3{opacity:0;fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;} %3C/style%3E%3Cpath class='st0' d='M44.61,73.83'/%3E%3Cpath class='st1' d='M284.67,172.56c5.03-3.5,13.22-2.8,17.89,1.84c1.7,1.69,2.99,2.35,5.56,1.68c4.39-1.16,9.13,1.29,11.75,5.42 c2.46,3.87,2.31,7.22-0.46,10.71c1.69-6.93,1.54-7.64-1.84-8.95c-1.54,5.68-4.79,10-10.75,12.15c2.99-3.15,6.18-6.15,8.87-9.51 c1.08-1.34,1.31-4.36-1.37-4.15c-2.83,0.22-6.49,1.47-8.03,3.48c-2.2,2.87-2.81,6.84-4.34,10.99c1.96-0.37,3.48-0.65,5-0.94 c1.59,3.22,4.26,2.3,6.49,1.16c2.23-1.13,4.1-2.89,6.13-4.38c-1.46,1.79-2.93,3.58-4.73,5.79c4.46,0.76,8.92,1.75,13.42,2.19 c2.69,0.27,3.56,1.13,3.36,3.62c-1.09,13.34-2.03,26.69-3.19,40.02c-0.07,0.86-1.45,2.15-2.41,2.32 c-9.87,1.73-19.73,3.89-29.69,4.62c-6.01,0.44-12.21-1.36-18.31-2.26c-4.21-0.62-8.37-1.62-12.6-2.06c-2.87-0.29-3.6-1.51-3.68-4.02 c-0.28-8.34-0.7-16.68-1.22-25.02c-0.18-2.94-0.96-5.85-1.2-8.8c-0.21-2.56-0.04-5.14-0.04-7.88c4.71-0.81,9.25-1.6,14.45-2.5 c-1.06-0.93-1.62-1.55-2.3-2.01c-5.88-3.92-7.88-8.27-5.84-12.8c2.09-4.64,6.57-6.36,13.01-5.25c2.22-2.01,4.21-3.82,6.2-5.63 c-0.58,0.69-1.13,1.4-1.73,2.06c-3.2,3.52-2.94,5.01,1.51,7.52c1.72-5.19,5.66-8.22,11.21-9.63c-0.16-0.42-0.33-0.85-0.49-1.27 C291.75,171.59,288.21,172.07,284.67,172.56z M270.66,188.43c2.99,2.41,5.87,4.95,9.02,7.16c1.14,0.8,2.91,0.82,5.25,1.41 c-4.04-6.96-5.05-15.01-15.77-14.86c0.61,2.36,1.13,4.39,1.65,6.41c-1.08-1.85-2.16-3.71-3.22-5.51c-2.34,2.66-2.41,5.01-0.11,8.16 c2.89,3.98,8.06,6.49,11,5.61C275.93,194.08,273.3,191.25,270.66,188.43z M297.16,174.32c-0.39-0.05-0.79-0.1-1.18-0.16 c-4.02-0.55-6.55,1.77-8.36,4.53c-1.09,1.67-2.02,4.38-1.33,5.96c1.41,3.28,3.95,6.13,6.27,9.5c1.47-2.8,2.43-5.58,4.19-7.77 C300.02,182.31,300.18,178.44,297.16,174.32c1.34,1.78,2.68,3.57,4.12,5.49c0.2-0.15,0.77-0.5,1.23-0.94c0.44-0.43,0.78-0.96,2-2.49 C301.59,175.57,299.37,174.94,297.16,174.32z M295.66,249.96c10.49-1.74,20.62-3.37,30.71-5.18c0.6-0.11,1.29-1.56,1.34-2.41 c0.58-9.77,1-19.56,1.57-29.33c0.13-2.24-0.52-3.26-3.07-3.52c-6.97-0.71-13.89-1.73-20.85-2.55c-3.17-0.37-6.37-0.56-9.69-0.84 C295.66,220.98,295.66,235.15,295.66,249.96z M261.3,209.82c0.55,11.49,0.99,22.41,1.75,33.31c0.06,0.87,2.19,2.06,3.53,2.32 c6.32,1.22,12.7,2.19,19.07,3.19c2.76,0.43,5.54,0.71,8.42,1.07c0-14.83,0-29.06,0-43.84C283.07,207.19,272.51,208.47,261.3,209.82z M260.85,208.85c8.85-1.1,17.53-2.18,26.21-3.25c2.94-0.36,5.96-1.25,8.82-0.94c11.27,1.24,22.49,2.86,34.04,4.38 c0.14-1.52,0.14-2.67,0.36-3.79c0.59-3.14-0.53-4.4-4.08-4.51c-3.66-0.12-7.29-1.11-10.94-1.67c-6.56-1.02-13.13-2-20.06-3.06 c-0.1,2.1-0.18,3.66-0.21,4.38c-0.08-0.8-0.23-2.44-0.42-4.42c-9.79,1.51-19.1,2.91-28.4,4.4c-6.36,1.02-6.35,1.07-5.7,7.33 C260.48,207.94,260.61,208.18,260.85,208.85z M317.61,181c-2.93-3.9-7.28-5.43-11.08-3.41c-6.99,3.72-9.85,10.22-11.72,17.31 c1.69-0.78,2.79-1.98,3.75-3.28C303.18,185.36,307.68,178.94,317.61,181z M270.65,179.66c3.8,2.37,7.69,4.29,10.91,6.94 c3.21,2.63,5.75,5.99,8.59,9.02c0.36-0.31,0.71-0.61,1.07-0.92c-3.16-5.63-6.22-11.37-12.27-14.95 C276.19,178.12,273.28,178.08,270.65,179.66z M304.23,187.59c-0.35-0.19-0.7-0.37-1.05-0.56c-1.76,2.55-3.52,5.1-5.28,7.65 c0.45,0.28,0.9,0.55,1.35,0.83C302.46,193.84,302.97,190.48,304.23,187.59z'/%3E%3Cpath class='st1' d='M295.66,249.96c0-14.81,0-28.98,0-43.84c3.32,0.28,6.52,0.47,9.69,0.84c6.95,0.82,13.88,1.84,20.85,2.55 c2.55,0.26,3.2,1.27,3.07,3.52c-0.57,9.78-0.99,19.56-1.57,29.33c-0.05,0.86-0.73,2.31-1.34,2.41 C316.27,246.58,306.15,248.22,295.66,249.96z'/%3E%3Cpath class='st1' d='M261.3,209.82c11.2-1.35,21.76-2.62,32.77-3.95c0,14.78,0,29.02,0,43.84c-2.88-0.36-5.67-0.64-8.42-1.07 c-6.37-1-12.74-1.97-19.07-3.19c-1.34-0.26-3.47-1.45-3.53-2.32C262.3,232.22,261.85,221.3,261.3,209.82z'/%3E%3Cpath class='st1' d='M260.85,208.85c-0.23-0.67-0.37-0.9-0.39-1.15c-0.65-6.26-0.66-6.31,5.7-7.33c9.3-1.49,18.61-2.89,28.4-4.4 c0.19,1.98,0.34,3.61,0.42,4.42c0.03-0.72,0.11-2.28,0.21-4.38c6.93,1.05,13.5,2.04,20.06,3.06c3.65,0.57,7.28,1.55,10.94,1.67 c3.56,0.11,4.68,1.37,4.08,4.51c-0.21,1.12-0.22,2.27-0.36,3.79c-11.54-1.52-22.76-3.14-34.04-4.38c-2.86-0.31-5.88,0.58-8.82,0.94 C278.37,206.67,269.7,207.75,260.85,208.85z'/%3E%3Cpath class='st1' d='M297.15,174.31c3.03,4.13,2.87,8-0.41,12.08c-1.76,2.19-2.72,4.96-4.19,7.77c-2.32-3.38-4.86-6.22-6.27-9.5 c-0.68-1.59,0.24-4.29,1.33-5.96c1.81-2.76,4.34-5.08,8.36-4.53c0.39,0.05,0.79,0.1,1.18,0.16L297.15,174.31z'/%3E%3Cpath class='st1' d='M306.94,195.29c-1.52,0.28-3.03,0.57-5,0.94c1.53-4.15,2.13-8.12,4.34-10.99c1.54-2.01,5.2-3.26,8.03-3.48 c2.69-0.21,2.45,2.8,1.37,4.15c-2.69,3.36-5.88,6.36-8.87,9.51C306.82,195.41,306.94,195.29,306.94,195.29z'/%3E%3Cpath class='st1' d='M317.61,181c-9.92-2.06-14.43,4.36-19.05,10.62c-0.96,1.3-2.06,2.5-3.75,3.28c1.87-7.09,4.73-13.59,11.72-17.31 C310.32,175.57,314.68,177.1,317.61,181z'/%3E%3Cpath class='st1' d='M270.81,188.56c-0.52-2.03-1.05-4.06-1.65-6.42c10.72-0.15,11.73,7.9,15.77,14.86 c-2.34-0.59-4.1-0.61-5.25-1.41c-3.14-2.21-6.03-4.75-9.02-7.16L270.81,188.56z'/%3E%3Cpath class='st1' d='M270.65,179.66c2.62-1.58,5.54-1.54,8.29,0.1c6.05,3.58,9.11,9.32,12.27,14.95c-0.36,0.31-0.71,0.61-1.07,0.92 c-2.84-3.04-5.38-6.39-8.59-9.02C278.34,183.95,274.46,182.03,270.65,179.66z'/%3E%3Cpath class='st1' d='M319.56,192.07c-2.03,1.48-3.9,3.24-6.13,4.38c-2.23,1.14-4.9,2.06-6.49-1.16c0,0-0.12,0.12-0.12,0.12 c5.97-2.15,9.21-6.48,10.75-12.15c3.38,1.31,3.52,2.02,1.84,8.95C319.41,192.21,319.56,192.07,319.56,192.07z'/%3E%3Cpath class='st1' d='M284.67,172.56c3.54-0.48,7.08-0.97,10.63-1.45c0.16,0.42,0.33,0.85,0.49,1.27c-5.56,1.41-9.5,4.44-11.21,9.63 c-4.45-2.51-4.71-3.99-1.51-7.52c0.6-0.66,1.16-1.37,1.73-2.06C284.8,172.42,284.67,172.56,284.67,172.56z'/%3E%3Cpath class='st1' d='M270.66,188.43c2.63,2.83,5.27,5.66,7.81,8.39c-2.94,0.87-8.11-1.64-11-5.61c-2.29-3.15-2.23-5.5,0.11-8.16 c1.05,1.81,2.14,3.66,3.22,5.51C270.81,188.56,270.66,188.43,270.66,188.43z'/%3E%3Cpath class='st1' d='M304.23,187.59c-1.26,2.89-1.77,6.25-4.98,7.92c-0.45-0.28-0.9-0.55-1.35-0.83c1.76-2.55,3.52-5.1,5.28-7.65 C303.53,187.21,303.88,187.4,304.23,187.59z'/%3E%3Cpath class='st1' d='M297.16,174.32c2.22,0.62,4.44,1.24,7.34,2.06c-1.21,1.53-1.55,2.06-2,2.49c-0.46,0.44-1.02,0.79-1.23,0.94 C299.83,177.89,298.49,176.1,297.16,174.32C297.15,174.31,297.16,174.32,297.16,174.32z'/%3E%3Cpath class='st1' d='M379.16,251.5c-2.34-0.34-4.69-0.64-7.02-1.06c-0.47-0.08-1.12-0.59-1.2-0.99c-0.07-0.36,0.42-1.05,0.84-1.27 c3.72-1.98,4.67-5.48,5.1-9.24c0.83-7.19,5.76-10.71,12.84-9.16c0.48,0.11,1.27-0.14,1.59-0.5c4.02-4.53,9.34-9.06,13.21-13.72 c0.78-0.94,0.79-2.48,1.45-3.56c1.64-2.7,3.25-5.46,5.23-7.91c10.77-13.35,20.97-25.96,35.71-35.08c4.98-3.08,10.32-5.6,15.54-8.27 c0.85-0.44,2.3-0.82,2.91-0.4c1.23,0.84,0.06,2.08-0.34,3.01c-5.27,12.16-11.14,23.08-20.32,32.64c-7.77,8.09-15.9,15.8-25.12,22.24 c-2.18,1.52-4.78,2.43-7.18,3.65c-0.55,0.28-1.1,0.59-1.57,0.99c-4.42,3.8-10.14,7.61-14.51,11.47c-0.35,0.31-0.58,1.09-0.46,1.55 c1.25,4.72-0.14,8.48-4,11.35C388.11,250.03,383.86,251.35,379.16,251.5z M462.61,163.74c-0.16-0.12-0.32-0.25-0.48-0.37 c-0.56,0.25-1.13,0.49-1.68,0.75c-21.88,10.31-36.9,26.94-50.8,46.22c-3.3,4.58-2.99,3.42,0.88,7.39c2.06,2.11,2.28,2.27,4.68,0.51 c5.19-3.81,10.38-7.65,15.25-11.86c9.79-8.46,17.48-17.71,24.31-28.82C457.55,173.05,460.01,168.36,462.61,163.74z M375.58,248.45 c0.06,0.14,0.12,0.28,0.18,0.42c1.67,0,3.34,0.08,5-0.02c3.94-0.23,7.52-1.51,10.5-4.17c2.77-2.47,3.44-5.76,1.92-8.9 c-1.37-2.83-4.54-4.55-7.53-4.09c-3.41,0.53-5.83,2.98-6.32,6.58C378.84,241.95,378.23,245.56,375.58,248.45z M394.19,232.99 c4.93-4.31,10.93-8.41,15.6-12.49c-1.1-1.18-2.08-2.23-3.19-3.42c-4.22,4.79-9.66,9.47-13.71,14.08 C393.36,231.83,393.75,232.37,394.19,232.99z'/%3E%3Cpath class='st2' d='M414.85,428.28'/%3E%3Cpath class='st3' d='M374.3,258.87c-2.21-0.34-4.42-0.64-6.62-1.06c-0.44-0.09-1.06-0.59-1.13-1c-0.07-0.37,0.4-1.06,0.79-1.28 c3.51-1.99,4.4-5.52,4.81-9.29c0.78-7.23,5.43-10.77,12.1-9.22c0.46,0.11,1.2-0.14,1.5-0.51c3.79-4.56,8.81-9.12,12.45-13.8 c0.74-0.94,0.74-2.49,1.36-3.58c1.55-2.72,3.06-5.49,4.93-7.96c10.15-13.42,19.77-26.11,33.67-35.28c4.7-3.1,9.73-5.63,14.65-8.32 c0.81-0.44,2.17-0.82,2.74-0.41c1.16,0.85,0.06,2.09-0.32,3.02c-4.97,12.23-10.5,23.22-19.15,32.83 c-7.32,8.14-14.99,15.9-23.68,22.37c-2.05,1.53-4.51,2.45-6.77,3.67c-0.52,0.28-1.04,0.6-1.48,1c-4.16,3.82-9.56,7.65-13.68,11.53 c-0.33,0.31-0.55,1.1-0.44,1.56c1.18,4.75-0.13,8.53-3.77,11.42C382.74,257.39,378.74,258.71,374.3,258.87z M452.99,170.61 c-0.15-0.12-0.3-0.25-0.45-0.37c-0.53,0.25-1.06,0.49-1.59,0.75c-20.63,10.37-34.79,27.09-47.9,46.48 c-3.11,4.61-2.82,3.44,0.83,7.43c1.94,2.12,2.15,2.28,4.41,0.51c4.89-3.83,9.79-7.69,14.38-11.92c9.23-8.51,16.48-17.81,22.92-28.98 C448.21,179.97,450.53,175.24,452.99,170.61z M370.93,255.8c0.06,0.14,0.11,0.28,0.17,0.42c1.57,0,3.15,0.08,4.72-0.02 c3.72-0.24,7.09-1.52,9.9-4.19c2.61-2.48,3.24-5.79,1.81-8.95c-1.29-2.84-4.28-4.58-7.1-4.11c-3.21,0.53-5.5,3-5.95,6.62 C374.01,249.27,373.42,252.89,370.93,255.8z M388.48,240.26c4.64-4.33,10.3-8.46,14.71-12.57c-1.04-1.18-1.96-2.24-3.01-3.44 c-3.98,4.82-9.1,9.53-12.93,14.16C387.7,239.09,388.06,239.63,388.48,240.26z'/%3E%3Cpath class='st1' d='M364.02,340.35c-0.08-0.07-0.29-0.25-0.51-0.42c-7.11-5.58-14.21-11.16-21.33-16.72 c-0.49-0.38-0.69-0.77-0.69-1.43c0.02-7.44,0.01-14.89,0.03-22.33c0-0.42,0.19-0.87,0.4-1.24c0.71-1.26,0.67-2.59,0.2-3.85 c-0.42-1.13-1.43-1.39-2.5-1.39c-4.28,0.01-8.57,0-12.85,0c-1.11,0-2.04,0.38-2.52,1.54c-0.5,1.22-0.14,3.24,0.57,4.02 c0.26,0.29,0.47,0.76,0.47,1.16c0.04,2.59,0.02,5.18,0.02,7.76c0,0.77,0,1.54,0,2.51c-8.89-6.97-17.62-13.82-26.36-20.68 c-21.64,17.28-43.23,34.52-64.88,51.82c1.85,2.18,3.63,4.27,5.45,6.41c1.28-1,2.51-1.97,3.9-3.06c0,20.43,0,40.62,0,60.81 c36.94,0,73.79,0,110.74,0c0-20.46,0-40.85,0-61.38c1.38,1.07,2.65,2.05,4.04,3.13C360.14,344.8,362.07,342.59,364.02,340.35z'/%3E%3Cpath class='st1' d='M364.02,340.35c-1.95,2.23-3.87,4.44-5.82,6.68c-1.39-1.08-2.65-2.06-4.04-3.13c0,20.53,0,40.92,0,61.38 c-36.94,0-73.79,0-110.74,0c0-20.19,0-40.38,0-60.81c-1.39,1.09-2.62,2.05-3.9,3.06c-1.82-2.14-3.6-4.23-5.45-6.41 c21.66-17.3,43.25-34.54,64.88-51.82c8.74,6.86,17.48,13.71,26.36,20.68c0-0.97,0-1.74,0-2.51c0-2.59,0.02-5.18-0.02-7.76 c-0.01-0.39-0.21-0.87-0.47-1.16c-0.71-0.79-1.07-2.8-0.57-4.02c0.47-1.16,1.41-1.54,2.52-1.54c4.28,0,8.57,0,12.85,0 c1.07,0,2.09,0.26,2.5,1.39c0.46,1.26,0.51,2.59-0.2,3.85c-0.21,0.37-0.39,0.83-0.4,1.24c-0.02,7.44-0.01,14.89-0.03,22.33 c0,0.66,0.2,1.05,0.69,1.43c7.12,5.56,14.22,11.14,21.33,16.72C363.72,340.1,363.93,340.29,364.02,340.35z M352.58,403.72 c0-0.35,0-0.64,0-0.92c0-19.78,0-39.55,0.01-59.33c0-0.63-0.2-0.99-0.67-1.35c-17.39-13.59-34.77-27.19-52.13-40.81 c-0.63-0.49-1.01-0.51-1.65-0.01c-17.5,13.82-35.01,27.62-52.53,41.41c-0.49,0.39-0.68,0.78-0.68,1.43 c0.02,19.54,0.01,39.09,0.02,58.63c0,0.31,0.02,0.62,0.04,0.94c13.81,0,27.54,0,41.38,0c0-14.25,0-28.46,0-42.71 c8.21,0,16.33,0,24.53,0c0,14.26,0,28.47,0,42.72C324.8,403.72,338.62,403.72,352.58,403.72z M309.5,362.47c-7.26,0-14.48,0-21.68,0 c0,13.8,0,27.53,0,41.24c7.26,0,14.46,0,21.68,0C309.5,389.94,309.5,376.23,309.5,362.47z M239.72,345.35 c19.78-15.59,39.51-31.14,59.23-46.68c19.7,15.42,39.33,30.78,59,46.18c1.27-1.44,2.5-2.84,3.75-4.26 c-0.08-0.07-0.25-0.22-0.42-0.36c-20.57-16.14-41.15-32.29-61.71-48.44c-0.48-0.38-0.78-0.35-1.25,0.02 c-18.85,15.08-37.71,30.14-56.57,45.2c-1.8,1.44-3.6,2.88-5.43,4.34C237.48,342.69,238.57,343.98,239.72,345.35z M340.1,321.57 c0-7.54,0-14.94,0-22.32c-4.49,0-8.92,0-13.36,0c-0.03,0.13-0.07,0.21-0.07,0.29c0,3.69-0.02,7.38,0.01,11.07 c0,0.27,0.25,0.62,0.47,0.8c3.18,2.52,6.37,5.02,9.55,7.52C337.81,319.78,338.92,320.65,340.1,321.57z M333.22,297.69 c2.17,0,4.33,0.03,6.5-0.03c0.4-0.01,0.99-0.23,1.16-0.56c0.71-1.33-0.05-2.64-1.46-2.64c-4.09,0-8.18,0-12.27,0 c-1.53,0-1.66,0.15-1.66,1.78c0,1.22,0.21,1.45,1.39,1.45C329,297.7,331.11,297.69,333.22,297.69z'/%3E%3Cpath class='st1' d='M352.58,403.72c-13.96,0-27.78,0-41.68,0c0-14.25,0-28.45,0-42.72c-8.2,0-16.32,0-24.53,0 c0,14.25,0,28.45,0,42.71c-13.83,0-27.57,0-41.38,0c-0.01-0.33-0.04-0.63-0.04-0.94c0-19.54,0-39.09-0.02-58.63 c0-0.66,0.19-1.05,0.68-1.43c17.52-13.79,35.03-27.59,52.53-41.41c0.64-0.5,1.02-0.48,1.65,0.01 c17.36,13.62,34.74,27.22,52.13,40.81c0.46,0.36,0.67,0.72,0.67,1.35c-0.02,19.78-0.01,39.55-0.01,59.33 C352.58,403.08,352.58,403.37,352.58,403.72z M311.16,343.28c0-6.86,0-13.65,0-20.47c-8.44,0-16.83,0-25.26,0 c0,6.84,0,13.62,0,20.47C294.32,343.28,302.7,343.28,311.16,343.28z M254.63,357.4c0,7,0,13.93,0,20.89c7.58,0,15.12,0,22.66,0 c0-7,0-13.93,0-20.89C269.72,357.4,262.22,357.4,254.63,357.4z M320.68,378.07c7.45,0,14.83,0,22.18,0c0-6.87,0-13.68,0-20.47 c-7.43,0-14.79,0-22.18,0C320.68,364.43,320.68,371.22,320.68,378.07z'/%3E%3Cpath class='st1' d='M309.5,362.47c0,13.75,0,27.47,0,41.24c-7.22,0-14.42,0-21.68,0c0-13.71,0-27.45,0-41.24 C295.02,362.47,302.24,362.47,309.5,362.47z M294.11,384.45c0.02-1.6-1.2-2.95-2.69-2.98c-1.48-0.03-2.74,1.3-2.77,2.91 c-0.02,1.6,1.2,2.95,2.69,2.98C292.82,387.38,294.09,386.05,294.11,384.45z'/%3E%3Cpath class='st1' d='M239.72,345.35c-1.16-1.36-2.25-2.65-3.39-4c1.83-1.46,3.63-2.9,5.43-4.34c18.86-15.06,37.72-30.12,56.57-45.2 c0.47-0.37,0.76-0.4,1.25-0.02c20.56,16.16,41.14,32.3,61.71,48.44c0.17,0.14,0.34,0.29,0.42,0.36c-1.25,1.42-2.49,2.82-3.75,4.26 c-19.68-15.4-39.3-30.76-59-46.18C279.23,314.21,259.51,329.75,239.72,345.35z'/%3E%3Cpath class='st1' d='M340.1,321.57c-1.18-0.92-2.29-1.78-3.39-2.65c-3.19-2.5-6.38-5-9.55-7.52c-0.22-0.18-0.47-0.53-0.47-0.8 c-0.03-3.69-0.02-7.38-0.01-11.07c0-0.08,0.04-0.16,0.07-0.29c4.43,0,8.87,0,13.36,0C340.1,306.62,340.1,314.03,340.1,321.57z'/%3E%3Cpath class='st1' d='M333.22,297.69c-2.11,0-4.23,0-6.34,0c-1.18,0-1.39-0.23-1.39-1.45c0-1.63,0.13-1.78,1.66-1.78 c4.09,0,8.18,0,12.27,0c1.41,0,2.18,1.31,1.46,2.64c-0.17,0.33-0.76,0.55-1.16,0.56C337.56,297.72,335.39,297.69,333.22,297.69z'/%3E%3Cpath class='st1' d='M311.16,343.28c-8.46,0-16.84,0-25.26,0c0-6.85,0-13.63,0-20.47c8.44,0,16.83,0,25.26,0 C311.16,329.63,311.16,336.42,311.16,343.28z M297.97,341.81c0-2.77,0-5.46,0-8.14c-3.59,0-7.13,0-10.66,0c0,2.74,0,5.43,0,8.14 C290.88,341.81,294.4,341.81,297.97,341.81z M309.83,333.66c-3.52,0-7,0-10.51,0c0,2.73,0,5.41,0,8.14c3.52,0,7,0,10.51,0 C309.83,339.06,309.83,336.38,309.83,333.66z M297.99,324.25c-3.61,0-7.14,0-10.69,0c0,2.68,0,5.31,0,7.95c3.59,0,7.12,0,10.69,0 C297.99,329.54,297.99,326.93,297.99,324.25z M309.83,324.25c-3.52,0-7,0-10.51,0c0,2.67,0,5.29,0,7.96c3.52,0,7,0,10.51,0 C309.83,329.56,309.83,326.95,309.83,324.25z'/%3E%3Cpath class='st1' d='M254.63,357.4c7.6,0,15.1,0,22.66,0c0,6.96,0,13.89,0,20.89c-7.54,0-15.08,0-22.66,0 C254.63,371.34,254.63,364.4,254.63,357.4z M255.98,376.85c3.15,0,6.23,0,9.3,0c0-2.81,0-5.56,0-8.31c-3.12,0-6.19,0-9.3,0 C255.98,371.33,255.98,374.05,255.98,376.85z M275.91,368.52c-3.15,0-6.2,0-9.26,0c0,2.82,0,5.58,0,8.34c3.12,0,6.17,0,9.26,0 C275.91,374.07,275.91,371.32,275.91,368.52z M265.3,358.94c-3.15,0-6.22,0-9.3,0c0,2.77,0,5.45,0,8.13c3.13,0,6.21,0,9.3,0 C265.3,364.34,265.3,361.67,265.3,358.94z M275.9,367.09c0-2.76,0-5.44,0-8.17c-3.12,0-6.19,0-9.28,0c0,2.75,0,5.44,0,8.17 C269.72,367.09,272.77,367.09,275.9,367.09z'/%3E%3Cpath class='st1' d='M320.68,378.07c0-6.85,0-13.63,0-20.47c7.4,0,14.75,0,22.18,0c0,6.79,0,13.6,0,20.47 C335.5,378.07,328.12,378.07,320.68,378.07z M332.36,368.53c0,2.75,0,5.41,0,8.09c3.09,0,6.13,0,9.17,0c0-2.73,0-5.39,0-8.09 C338.46,368.53,335.44,368.53,332.36,368.53z M322.05,376.63c3.05,0,6.01,0,8.97,0c0-2.73,0-5.39,0-8.09c-3,0-5.96,0-8.97,0 C322.05,371.25,322.05,373.91,322.05,376.63z M332.37,359.09c0,2.7,0,5.35,0,7.98c3.1,0,6.13,0,9.16,0c0-2.7,0-5.33,0-7.98 C338.44,359.09,335.42,359.09,332.37,359.09z M322.07,359.08c0,2.7,0,5.35,0,7.99c3.03,0,5.99,0,8.94,0c0-2.71,0-5.34,0-7.99 C328,359.08,325.05,359.08,322.07,359.08z'/%3E%3Cpath class='st1' d='M294.11,384.45c-0.02,1.6-1.29,2.93-2.77,2.9c-1.5-0.03-2.72-1.38-2.69-2.98c0.02-1.61,1.29-2.94,2.77-2.91 C292.91,381.5,294.13,382.85,294.11,384.45z M293.03,384.42c0.01-1-0.69-1.77-1.61-1.78c-0.96-0.02-1.7,0.78-1.69,1.8 c0.01,0.98,0.74,1.74,1.66,1.74C292.32,386.17,293.02,385.42,293.03,384.42z'/%3E%3Cpath class='st1' d='M297.97,341.81c-3.57,0-7.09,0-10.66,0c0-2.71,0-5.4,0-8.14c3.53,0,7.07,0,10.66,0 C297.97,336.35,297.97,339.04,297.97,341.81z'/%3E%3Cpath class='st1' d='M309.83,333.66c0,2.72,0,5.41,0,8.14c-3.52,0-6.99,0-10.51,0c0-2.72,0-5.41,0-8.14 C302.83,333.66,306.3,333.66,309.83,333.66z'/%3E%3Cpath class='st1' d='M297.99,324.25c0,2.68,0,5.28,0,7.95c-3.56,0-7.1,0-10.69,0c0-2.64,0-5.27,0-7.95 C290.85,324.25,294.39,324.25,297.99,324.25z'/%3E%3Cpath class='st1' d='M309.83,324.25c0,2.71,0,5.31,0,7.96c-3.52,0-6.99,0-10.51,0c0-2.67,0-5.29,0-7.96 C302.83,324.25,306.3,324.25,309.83,324.25z'/%3E%3Cpath class='st1' d='M255.98,376.85c0-2.79,0-5.52,0-8.31c3.11,0,6.18,0,9.3,0c0,2.75,0,5.5,0,8.31 C262.2,376.85,259.13,376.85,255.98,376.85z'/%3E%3Cpath class='st1' d='M275.91,368.52c0,2.8,0,5.55,0,8.34c-3.09,0-6.14,0-9.26,0c0-2.76,0-5.52,0-8.34 C269.71,368.52,272.76,368.52,275.91,368.52z'/%3E%3Cpath class='st1' d='M265.3,358.94c0,2.73,0,5.4,0,8.13c-3.09,0-6.16,0-9.3,0c0-2.68,0-5.37,0-8.13 C259.08,358.94,262.15,358.94,265.3,358.94z'/%3E%3Cpath class='st1' d='M275.9,367.09c-3.13,0-6.18,0-9.28,0c0-2.73,0-5.41,0-8.17c3.09,0,6.16,0,9.28,0 C275.9,361.65,275.9,364.34,275.9,367.09z'/%3E%3Cpath class='st1' d='M332.36,368.53c3.08,0,6.1,0,9.17,0c0,2.7,0,5.36,0,8.09c-3.05,0-6.09,0-9.17,0 C332.36,373.95,332.36,371.29,332.36,368.53z'/%3E%3Cpath class='st1' d='M322.05,376.63c0-2.72,0-5.38,0-8.09c3,0,5.96,0,8.97,0c0,2.7,0,5.36,0,8.09 C328.05,376.63,325.09,376.63,322.05,376.63z'/%3E%3Cpath class='st1' d='M332.37,359.09c3.06,0,6.07,0,9.16,0c0,2.65,0,5.28,0,7.98c-3.02,0-6.06,0-9.16,0 C332.37,364.43,332.37,361.78,332.37,359.09z'/%3E%3Cpath class='st1' d='M322.07,359.08c2.99,0,5.93,0,8.94,0c0,2.65,0,5.28,0,7.99c-2.94,0-5.91,0-8.94,0 C322.07,364.43,322.07,361.78,322.07,359.08z'/%3E%3Cpath class='st1' d='M293.03,384.42c-0.01,1-0.71,1.75-1.64,1.75c-0.93,0-1.65-0.75-1.66-1.74c-0.01-1.02,0.73-1.81,1.69-1.8 C292.34,382.66,293.03,383.42,293.03,384.42z'/%3E%3Cpath class='st1' d='M186.29,157.51c4,5.81,6.93,11.85,3.67,18.51c-2.26,4.63-7.42,6.37-13.38,6.93c-5.36,0.5-10.71,1.02-17.13,1.63 c12.85,12.78,25.01,24.88,37.18,36.98c12.11,12.04,24.23,24.08,36.35,36.13c-0.53,0.37-1.07,0.74-1.6,1.1 c-28.05-22.6-56.1-45.21-84.59-68.17c-4.85,8.6-4.98,16.36,1.49,23.72c2.78,3.17,6.29,5.93,9.3,8.99 c4.89,4.96,6.59,10.36,2.69,16.19c-0.96,1.44-2.65,2.59-4,3.88c-0.34-0.2-0.68-0.4-1.02-0.6c0.35-0.51,0.62-1.07,1.07-1.51 c5.28-5.13,5.66-10.55,0.79-15.9c-2.04-2.24-4.53-4.22-6.83-6.3c-9.02-8.17-10.87-17.29-6.28-27.41c0.52-1.15-0.14-2.7-0.53-4.02 c-0.27-0.91-1.07-1.72-1.55-2.61c-1.55-2.91-1.05-6.04,2.51-7.15c2.45-0.77,7.45-0.22,8.78,1.2c3.74,3.95,7.88,4.2,13.24,3.16 c3.22-0.63,6.64-0.61,9.97-0.94c9.81-0.96,14.43-5.54,12.8-13.12C188.45,164.6,186.92,161.12,186.29,157.51'/%3E%3Cpath class='st1' d='M149.07,188.87c-0.28,0.23-0.56,0.46-0.84,0.69c21.95,17.71,43.91,35.42,65.86,53.14 c0.31-0.94-0.03-1.41-0.45-1.83c-19.81-19.69-39.62-39.39-59.48-59.06c-1.07-1.06-2.38-2.11-3.87-2.75 c-3.65-1.58-7.52,0.27-7.09,3.52c0.24,1.83,1.72,3.55,2.63,5.32c0.45-0.12,0.91-0.23,1.36-0.35c0-0.74-0.11-1.49,0.03-2.21 c0.21-1.11,0.59-2.21,0.9-3.31c1.45,0.3,3.35,0.25,4.27,0.97c2.45,1.91,4.74,4.02,6.56,6.31c0.7,0.88-0.07,2.46-0.17,3.73 c-1.6-0.27-3.4-0.26-4.74-0.87C152.2,191.32,150.71,190,149.07,188.87z'/%3E%3Cpath class='st1' d='M149.07,188.87c1.64,1.12,3.13,2.45,4.97,3.3c1.33,0.62,3.14,0.6,4.74,0.87c0.1-1.26,0.87-2.85,0.17-3.73 c-1.82-2.29-4.1-4.41-6.56-6.31c-0.92-0.72-2.82-0.67-4.27-0.97c-0.31,1.1-0.69,2.2-0.9,3.31c-0.14,0.72-0.03,1.47-0.03,2.21 c-0.45,0.12-0.91,0.23-1.36,0.35c-0.92-1.77-2.4-3.5-2.63-5.32c-0.43-3.25,3.44-5.1,7.09-3.52c1.49,0.64,2.8,1.69,3.87,2.75 c19.86,19.67,39.67,39.36,59.48,59.06c0.42,0.42,0.76,0.89,0.45,1.83c-21.95-17.71-43.91-35.42-65.86-53.14 C148.51,189.33,148.79,189.1,149.07,188.87z'/%3E%3C/svg%3E");
  background-size: auto 300px;
  background-position-y: -65px;
}
/* :L1563 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20760"] {
  /*car*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 595.28 595.28' style='enable-background:new 0 0 595.28 595.28;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;stroke:%23FFFFFF;stroke-miterlimit:10;} .st1{fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M224.13,336.17c16.99,0,33.98-0.11,50.96,0.04c10.03,0.09,18.56,6.73,21.18,15.97 c2.8,9.9-0.54,20.07-9.23,25.24c-3.69,2.19-8.39,3.74-12.64,3.78c-33.47,0.3-66.95,0.25-100.42,0.12 c-13.09-0.05-23.01-10.1-22.99-22.71c0.02-12.56,10.02-22.34,23.19-22.43c16.65-0.11,33.31-0.03,49.96-0.03 C224.13,336.16,224.13,336.17,224.13,336.17z M261.71,374.91c-12.29-9.04-14.79-18.17-7.65-26.35c5.84-6.69,16.82-7.39,22.57-0.64 c2.57,3.01,4.15,7.6,4.5,11.62c0.65,7.53-4.95,11.6-10.85,15.31c1.66,0.43,3.1,0.46,4.54,0.42c9.72-0.26,16.91-7.49,16.77-16.82 c-0.14-9.18-7.17-16.01-16.79-16.16c-6.14-0.1-12.28-0.1-18.42-0.01c-10.65,0.16-21.3,0.61-31.95,0.59 c-16.46-0.04-32.92-0.3-49.38-0.63c-7.43-0.15-13.06,2.73-16.23,9.42c-2.87,6.05-2.17,12.07,2.04,17.38 c4.76,6.01,11.19,6.97,18.67,5.88c-12.21-9.59-14.55-18.54-7.28-26.58c5.96-6.59,16.56-6.75,22.74-0.33 c7.57,7.87,5.37,16.79-6.79,26.81c10.76,0,40.5,0.09,32.62,0c-9.99-6.59-13.2-12.54-11.18-19.86c1.92-6.97,7.91-11.61,15.06-11.67 c6.96-0.06,12.9,4.31,14.99,11.03c2.39,7.71-0.44,13.21-10.98,20.6C239.92,374.91,250.54,374.91,261.71,374.91z M183.74,368.87 c5.2,0.05,9.96-4.51,10.16-9.74c0.2-5.31-4.65-10.31-10.06-10.37s-10.25,4.84-10.14,10.25 C173.8,364.24,178.47,368.82,183.74,368.87z M214.93,358.57c-0.09,5.75,4.3,10.32,9.87,10.28c5.35-0.04,9.86-4.44,10.01-9.79 c0.16-5.52-4.43-10.24-10-10.29C219.48,348.72,215.01,353.15,214.93,358.57z M265.89,348.76c-5.31-0.05-9.88,4.39-10.04,9.74 c-0.17,5.58,4.34,10.31,9.89,10.38c5.47,0.07,10.12-4.66,10.05-10.23C275.73,353.32,271.2,348.8,265.89,348.76z'/%3E%3Cpath class='st0' d='M224.34,331.15c-17.15,0-34.3,0.01-51.46,0c-12.11-0.01-15.57-3.43-15.57-15.35c0-6.66-0.03-13.32,0-19.98 c0.04-9.73,3.94-13.73,13.52-13.79c11.99-0.07,23.98-0.27,35.96,0.04c4.79,0.13,5.9-1.61,5.8-6.03 c-0.26-11.65-0.13-23.31-0.08-34.97c0.03-7.19,2.5-9.66,9.55-9.68c10.82-0.03,21.65,0.13,32.47-0.06c5.34-0.1,8.86,2.08,11.07,6.83 c6.87,14.78,13.84,29.52,20.61,44.35c1.15,2.52,2.03,5.4,2.09,8.13c0.24,10.82,0.2,21.65,0.07,32.47 c-0.07,5.79-2.88,8.03-9.59,8.04C260.65,331.17,242.5,331.15,224.34,331.15z M224.16,325.63c17.66,0,35.31-0.13,52.96,0.09 c4.3,0.05,5.93-1.09,5.78-5.58c-0.29-8.98,0.03-17.99-0.17-26.98c-0.06-2.76-0.49-5.73-1.62-8.21 c-6.66-14.7-13.45-29.35-20.56-43.84c-0.92-1.88-3.87-3.82-5.95-3.9c-10.65-0.39-21.31-0.08-31.97-0.23 c-3.54-0.05-4.55,1.34-4.51,4.73c0.16,12.16,0.08,24.32,0.05,36.48c-0.02,7.77-1.55,9.26-9.47,9.28 c-12.66,0.03-25.32-0.05-37.97,0.03c-5.93,0.04-7.79,1.96-7.85,7.8c-0.07,7.33-0.05,14.66,0,21.99c0.04,6.52,1.83,8.32,8.3,8.33 C188.85,325.64,206.51,325.62,224.16,325.63z'/%3E%3Cpath class='st0' d='M376.8,365.26c17.88-3.81,34.31-6.73,48.65-15.86c9.6-6.11,11.61-17.06,5.21-26.56 c-1.94-2.88-4.59-5.28-6.63-8.1c-0.61-0.84-0.25-2.39-0.33-3.61c1.35-0.07,3.23-0.75,3.98-0.11c16.31,13.98,16.22,32.87,0.83,43.07 c-11.17,7.41-23.96,10.64-36.76,13.69c-6.63,1.58-13.36,2.78-20.03,4.22c-3.36,0.73-6.65,0.84-7.81-3.11 c-1.19-4.07,1.86-5.28,5.03-6.61c2.05-0.86,4.27-2.52,5.3-4.43c7.12-13.18,13.96-26.52,20.88-39.8c0.46-0.89,0.74-2.05,1.47-2.57 c1.18-0.85,2.67-1.29,4.03-1.9c0.27,1.43,0.95,2.94,0.71,4.27c-0.29,1.57-1.37,3-2.14,4.48 C391.97,336.2,384.74,350.05,376.8,365.26z'/%3E%3Cpath class='st0' d='M371.18,252.55c-10.76,0.1-19.51-8.36-19.72-19.06c-0.21-10.89,8.5-19.92,19.33-20.04 c10.79-0.12,19.78,8.82,19.76,19.65C390.52,243.79,381.89,252.45,371.18,252.55z M384.87,233.24c0.08-7.75-5.99-13.99-13.71-14.08 c-7.75-0.1-13.98,5.98-14.05,13.71c-0.07,7.8,5.97,14.04,13.68,14.11C378.54,247.04,384.79,240.94,384.87,233.24z'/%3E%3Cpath class='st0' d='M361.21,257.19c-1.48,0.93-2.94,1.74-4.27,2.7c-8.89,6.46-17.51,13.33-26.7,19.33 c-11.76,7.67-21.58,17.08-29.55,28.59c-1.47,2.12-3.09,6.77-6.58,4.02c-3.43-2.7,0.86-5.17,2.3-7.43 c8.04-12.55,18.97-22.08,31.3-30.29c9-5.99,17.52-12.7,26.36-18.96c1.22-0.86,2.98-1.15,4.52-1.24 C359.12,253.9,359.73,255.28,361.21,257.19z'/%3E%3Cpath class='st0' d='M344.83,235c0.65,0.59,1.91,1.2,2.09,2.04c0.19,0.88-0.37,2.4-1.1,2.91c-1.9,1.31-4.05,2.27-6.15,3.26 c-16.7,7.84-12.66,3.77-48.49,26.48c-1.33,0.84-3.64,0.38-5.5,0.51c0.85-1.7,1.26-3.96,2.61-5.01 c16.27-12.72,35.32-20.41,53.7-29.32C342.72,235.51,343.57,235.38,344.83,235z'/%3E%3Cpath class='st0' d='M421.23,300.06c0.02,6.39-4.94,11.31-11.35,11.25c-6.1-0.06-11.09-4.9-11.27-10.95 c-0.18-6.04,5.11-11.55,11.22-11.68C415.96,288.56,421.21,293.79,421.23,300.06z M411.4,293.59c-0.76-0.03-1.52-0.07-2.28-0.1 c-1.63,2.09-4.19,3.98-4.68,6.3c-0.75,3.63,1.92,5.94,5.56,6.02c3.48,0.08,6.02-2.28,5.61-5.54 C415.31,297.91,412.88,295.81,411.4,293.59z'/%3E%3Cpath class='st0' d='M169.8,280.32c-0.71-1.7-1.75-3.04-1.73-4.36c0.06-4.17,3.84-7.65,8.87-7.65c4.41,0,6.99-0.83,6.52-6.02 c-0.11-1.2,1.73-2.58,2.68-3.88c0.87,1.22,2.59,2.54,2.47,3.65c-0.6,5.4,2.07,6.32,6.71,6.29c4.72-0.03,8.34,3.36,8.59,7.4 c0.07,1.2-1.05,2.47-1.63,3.71c-1.17-0.63-3.11-1.02-3.39-1.92c-1.09-3.5-3.53-3.99-6.59-3.91c-3.48,0.09-6.97,0.01-10.46,0.01 c-3.8-0.01-7.88-0.67-9.04,4.66C172.66,278.96,171.31,279.35,169.8,280.32z'/%3E%3Cpath class='st0' d='M410.92,281.91c-0.71,0.68-1.48,2-2.2,1.97c-1.11-0.05-2.66-0.73-3.19-1.63c-2.52-4.3-4.79-8.76-7.1-13.18 c-2.77-5.31-5.67-10.57-8.12-16.02c-0.72-1.59-0.09-3.79-0.08-5.71c1.6,0.99,3.89,1.59,4.68,3.02c5.06,9.18,9.81,18.53,14.62,27.84 C410.06,279.22,410.34,280.35,410.92,281.91z'/%3E%3Cpath class='st0' d='M398.55,288.18c-0.62,0.8-1.31,2.37-1.91,2.33c-1.27-0.08-2.97-0.65-3.66-1.62c-2.58-3.64-4.82-7.52-7.2-11.31 c-3.26-5.19-6.66-10.29-9.69-15.61c-0.72-1.26-0.18-3.22-0.22-4.87c1.6,0.66,3.9,0.85,4.69,2.05c5.76,8.7,11.22,17.59,16.75,26.43 C397.74,286.27,398.02,287.05,398.55,288.18z'/%3E%3Cpath class='st1' d='M183.74,368.87c-5.27-0.05-9.93-4.63-10.04-9.86c-0.11-5.41,4.73-10.3,10.14-10.25 c5.41,0.06,10.26,5.05,10.06,10.37C193.7,364.36,188.94,368.92,183.74,368.87z'/%3E%3Cpath class='st1' d='M214.93,358.57c0.09-5.41,4.55-9.84,9.88-9.8c5.57,0.05,10.16,4.77,10,10.29c-0.15,5.35-10.01,9.79-10.01,9.79 C219.23,368.89,214.84,364.32,214.93,358.57z'/%3E%3Cpath class='st1' d='M265.89,348.76c5.32,0.05,9.84,4.56,9.9,9.89c0.07,5.57-4.58,10.3-10.05,10.23 c-5.56-0.07-10.06-4.8-9.89-10.38C256,353.15,260.58,348.71,265.89,348.76z'/%3E%3Cpath class='st1' d='M384.87,233.24c-0.08,7.7-6.33,13.81-14.07,13.73c-7.71-0.07-13.75-6.31-13.68-14.11 c0.07-7.73,6.3-13.8,14.05-13.71C378.88,219.25,384.95,225.49,384.87,233.24z'/%3E%3Cpath class='st1' d='M411.4,293.59c1.48,2.22,3.91,4.32,4.21,6.68c0.41,3.26-2.13,5.62-5.61,5.54c-3.64-0.09-6.31-2.39-5.56-6.02 c0.48-2.32,3.05-4.21,4.68-6.3C409.88,293.52,410.64,293.56,411.4,293.59z'/%3E%3Cpath class='st0' d='M231.22,263.49c-0.01-5,0.05-10-0.03-14.99c-0.06-3.64,1.33-5.67,5.25-5.6c4.83,0.09,9.66,0.04,14.49,0.01 c3.43-0.02,5.47,1.61,6.75,4.81c4.07,10.2,8.37,20.3,12.48,30.48c1.77,4.37,0.8,5.75-4.03,5.79c-9.99,0.08-19.99-0.08-29.98,0.07 c-3.75,0.06-5.04-1.56-4.96-5.09C231.32,273.82,231.23,268.65,231.22,263.49z M263.07,278.38c0.08-1.18,0.27-1.72,0.11-2.12 c-2.45-6.18-4.9-12.36-7.43-18.51c-4.09-9.93-4.11-9.92-14.73-9.35c-0.17,0.01-0.33,0.02-0.5,0.01c-2.83-0.19-3.83,1.3-3.82,3.94 c0.04,7.49-0.1,14.98,0.13,22.47c0.04,1.21,1.56,3.37,2.45,3.4C247.19,278.5,255.11,278.38,263.07,278.38z'/%3E%3Cpath class='st0' d='M187.61,307.35c0,3.48,0.21,6.98-0.11,10.44c-0.12,1.35-1.45,2.58-2.23,3.87c-0.89-1.18-2.52-2.34-2.56-3.54 c-0.23-7.62-0.21-15.26,0-22.88c0.03-1.16,1.46-2.28,2.24-3.41c0.88,1.2,2.41,2.34,2.51,3.61c0.33,3.95,0.12,7.95,0.12,11.93 C187.6,307.35,187.6,307.35,187.61,307.35z'/%3E%3Cpath class='st0' d='M198.19,306.82c0.01,3.64,0.21,7.3-0.1,10.91c-0.12,1.34-1.45,2.57-2.22,3.85c-0.88-1.16-2.5-2.3-2.54-3.48 c-0.23-7.6-0.2-15.22,0-22.83c0.03-1.16,1.42-2.28,2.18-3.41c0.89,1.18,2.43,2.3,2.54,3.56 C198.4,299.19,198.18,303.01,198.19,306.82z'/%3E%3Cpath class='st0' d='M172.09,306.41c0-3.67-0.22-7.35,0.12-10.99c0.12-1.25,1.66-2.37,2.54-3.54c0.75,1.16,2.11,2.3,2.14,3.48 c0.2,7.66,0.21,15.33,0.01,22.99c-0.03,1.11-1.5,2.18-2.31,3.27c-0.83-1.07-2.29-2.09-2.37-3.22c-0.29-3.98-0.11-7.99-0.11-11.99 C172.11,306.41,172.1,306.41,172.09,306.41z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 265px;
  background-position-y: -40px;
}
/* :L1568 */
body .select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="25330"] {
  /*wages and turnover amlin*/
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='124px' height='58.003px' viewBox='0 0 124 58.003' enable-background='new 0 0 124 58.003' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M123,54.002c0,0-19.177,3.051-26,3 c-16.869-0.126-50.632-6.194-67.5-6c-7.071,0.081-28.5,3-28.5,3v-50c0,0,22.682-2.937,30-3c16.744-0.145,49.255,5.896,66,6 c6.7,0.042,26-3,26-3V54.002z'/%3E%3Ccircle fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' cx='64' cy='29.002' r='19'/%3E%3Cg%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='M61.202,27.063h5.558v2.611h-5.011 c0.224,0.518,0.335,1.035,0.335,1.553c0,1.023-0.244,2.105-0.732,3.247s-1.291,2.306-2.408,3.493 c0.929-0.259,1.776-0.388,2.541-0.388c0.976,0,2.076,0.146,3.299,0.441c2.023,0.481,3.394,0.723,4.111,0.723 c0.87,0,1.999-0.329,3.388-0.988l1.022,2.912c-1.082,0.458-1.92,0.758-2.514,0.899s-1.186,0.212-1.773,0.212 c-0.494,0-0.994-0.047-1.5-0.142c-0.317-0.059-1.079-0.273-2.284-0.644c-1.206-0.371-1.985-0.591-2.338-0.662 c-0.553-0.094-1.106-0.141-1.659-0.141c-0.847,0-1.75,0.146-2.708,0.44c-0.958,0.295-1.832,0.694-2.62,1.2l-1.217-3.053 c1.129-0.623,2.088-1.514,2.876-2.673c0.788-1.158,1.182-2.573,1.182-4.243c0-0.717-0.1-1.447-0.3-2.188h-3.458v-2.611h2.717 c-0.388-1.317-0.635-2.279-0.741-2.885c-0.105-0.606-0.159-1.197-0.159-1.773c0-2.446,0.906-4.358,2.717-5.734 c1.458-1.094,3.223-1.641,5.293-1.641c2.129,0,3.885,0.585,5.267,1.755s2.232,2.814,2.55,4.932l-3.158,0.477 c-0.177-1.412-0.703-2.523-1.579-3.335s-1.927-1.217-3.149-1.217c-1.306,0-2.391,0.42-3.255,1.262 c-0.865,0.841-1.297,1.855-1.297,3.043C60.196,23.252,60.531,24.958,61.202,27.063z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 130px;
  background-position: center 50px;
}
/* :L1575 */
body .select-get-quote-links a[href*="/Public/AgentRetrieveQuoteByPackage?"] {
  text-decoration: none;
  display: block;
  font-size: 12px;
  padding: 10px 10px 8px 10px;
  text-align: center;
  margin: 0 5px 15px;
}
/* :L1586 */
/* :L1588 */
.page-retrievequote.page-select-package .section.instanda-agent-select-packages .section_content p {
  display: none;
}
/* :L1592 */
.page-retrievequote.page-select-package .section.instanda-agent-select-packages .section_content br {
  display: none;
}
/* :L1596 */
.page-retrievequote.page-select-package .section.instanda-agent-select-packages .section_content a {
  display: inline-block;
  width: calc(20% - 4px);
  text-align: center;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0;
}
/* :L1605 */
.page-retrievequote.page-select-package .section.instanda-agent-select-packages .section_content a:before {
  content: 'Retrieve from this package';
  font-size: 12px;
}
/*Results*/

/*All docs, pdf, etc.*/

/* :L1616 */
.page-alldocs .instanda-agent-select-packages ul {
  padding: 0;
}
/* :L1620 */
.page-alldocs .instanda-agent-select-packages ul li {
  list-style: none;
  margin: 5px 0;
}
/* :L1625 */
.page-alldocs .instanda-agent-select-packages a {
  display: inline-block;
  text-decoration: none;
}
/*Claims*/

/* :L1632 */
/*Cancel policy, hide button to cancel, done through MTA*/

/* :L1638 */
.scrollableArea .agentTable tr td a[href*="CancelPolicy?"] {
  display: none;
}
/*Show Cancel button on Events package for ALL users.*/

/* :L1643 */
.package-7260 .scrollableArea .agentTable tr td a[href*="CancelPolicy?"] {
  display: inline;
}
/*Show Cancel button on Events package for ALL users.*/

/* :L1648 */
.package-7616 .scrollableArea .agentTable tr td a[href*="CancelPolicy?"],
.package-25330 .scrollableArea .agentTable tr td a[href*="CancelPolicy?"] {
  display: inline;
}
/*BUTTONS------------------------------------------------------------------*/

/*Primary buttons*/

/* :L1657 */
button,
input[type="submit"],
input[type="button"],
.select-get-quote-links a,
.instanda-agent-select-packages a,
button.instanda-multi-item-add,
button.instanda-multi-item-remove,
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
.buttonList a.btn.btn-primary,
.instanda-car-details-question .instanda-buttonList a {
  border: 0;
  background: #8991c8;
  color: white;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 3px solid #000033;
}
/* :L1676 */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.select-get-quote-links a:hover,
.instanda-agent-select-packages a:hover,
button.instanda-multi-item-add:hover,
button.instanda-multi-item-remove:hover,
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover,
.buttonList a.btn.btn-primary:hover,
.instanda-car-details-question .instanda-buttonList a:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.select-get-quote-links a:focus,
.instanda-agent-select-packages a:focus,
button.instanda-multi-item-add:focus,
button.instanda-multi-item-remove:focus,
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:focus,
.buttonList a.btn.btn-primary:focus,
.instanda-car-details-question .instanda-buttonList a:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
.select-get-quote-links a:active,
.instanda-agent-select-packages a:active,
button.instanda-multi-item-add:active,
button.instanda-multi-item-remove:active,
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:active,
.buttonList a.btn.btn-primary:active,
.instanda-car-details-question .instanda-buttonList a:active {
  border-color: #286090;
}
/*Secondary buttons*/

/* :L1683 */
/* :L1695 */
/*Small buttons, for multi-items*/

/* :L1702 */
button.instanda-multi-item-add,
button.instanda-multi-item-remove,
.instanda-retrieve-quotes-table input[value="Search"],
.data8PostcodeLookup button,
.postcodelookup button,
.instanda-car-details-question .instanda-buttonList a,
.instanda-renew-referrals-table input[type="submit"],
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  font-size: 12px;
  padding: 5px 10px 3px 10px;
}
/*Hide all notes buttons*/

/*input[name='notes'], 
a[title='Notes'] {
  display: none;
}
*/

/* :L1722 */
a[href*="/Public/AgentPolicyDoc?"] {
  display: none;
}
/*Cancellation reason is a notes input as well, show this*/

/* :L1728 */
.page-cancelpolicy input[name='notes'] {
  display: block;
}
/*INPUT--------------------------------------------------------------------*/

/* :L1734 */
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  padding: 7px 10px 5px 10px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #1d2f42;
}
/* :L1744 */
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 {
  outline: none;
  border-color: #286090;
}
/* :L1756 */
textarea {
  border: 1px solid #1d2f42;
}
/*Client trading name field, requested by client*/

/* :L1762 */
input#ClientTradingName {
  width: 350px;
}
/*Input with currency symbol prefix*/

/* :L1768 */
span.input-group-addon.instanda-number-prefix + .instanda-number-input input {
  padding-left: 15px;
}
/* :L1772 */
span.input-group-addon.instanda-number-prefix {
  margin-right: -12px;
  z-index: 2;
  color: #1d2f42;
  font-size: 11px;
}
/*Radio buttons to look like buttons, script*/

/* :L1781 */
.radio label,
label.radio-inline {
  display: block;
  background: #8991c8;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 15px 8px 15px;
  margin-right: 3px;
  border-bottom: 3px solid #000033;
  cursor: pointer;
}
/* :L1794 */
.radio label {
  margin-bottom: 5px;
}
/* :L1798 */
.radio label:hover,
.radio label:focus,
.radio.unselected label:hover,
.radio.unselected label:focus,
label.radio-inline:hover,
label.radio-inline:focus,
label.radio-inline.unselected:hover,
label.radio-inline.unselected:focus {
  border-color: #286090;
  background: #8991c8;
  color: white;
}
/* :L1811 */
.radio.unselected label,
label.radio-inline.unselected {
  background: #ededed;
  color: #989898;
  border-color: #ededed;
}
/* :L1818 */
.radio.selected label,
label.radio-inline.selected {
  background: #000033;
  border-color: #8991c8;
}
/* :L1824 */
.radio.selected label:hover,
.radio.selected label:focus,
label.radio-inline.selected:hover,
label.radio-inline.selected:focus {
  border-color: #286090;
}
/* :L1831 */
.radio.instanda-question-input input,
label.radio-inline input {
  display: none;
}
/* :L1836 */
.radio.instanda-question-input,
label.radio-inline {
  display: inline-block;
  width: auto;
}
/*Hide all PDF buttons at retrieve quote*/

/* :L1845 */
input[name='PDF'],
a[title='PDF'] {
  display: none;
}
/*NOTES WIDGET------------------------------------------------------------*/

/*Widget*/

/* :L1853 */
.ui-dialog {
  border: 1px solid #1d2f42;
  background: #ededed;
}
/*PREDICTIVE TEXT WIDGET--------------------------------------------------*/

/* :L1860 */
.ui-menu {
  border: 1px solid #4b9813;
  /*CHANGE COLOUR*/

}
/* :L1864 */
.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #63ae2d;
  /*CHANGE COLOUR*/

}
/*Expand the size of the boxes on the new quote page to match the others*/

/* :L1869 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="5445"] {
  padding-bottom: 20%;
}
/* :L1873 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="7260"] {
  padding-bottom: 20%;
}
/* :L1877 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="15690"] {
  padding-bottom: 20%;
}
/* :L1881 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="8654"] {
  padding-bottom: 20%;
}
/* :L1885 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20154"] {
  padding-bottom: 20%;
}
/* :L1889 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="10164"] {
  padding-bottom: 20%;
}
/* :L1893 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="17670"] {
  padding-bottom: 20%;
}
/* :L1897 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="16933"] {
  padding-bottom: 20%;
}
/* :L1901 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="15460"] {
  padding-bottom: 20%;
}
/* :L1905 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20218"] {
  padding-bottom: 20%;
}
/* :L1909 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="21856"] {
  padding-bottom: 20%;
}
/* :L1913 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20760"] {
  padding-bottom: 20%;
}
/* :L1917 */
.select-get-quote-links a[href*="/Public/StartNewQuote?"][href*="20760"] {
  padding-bottom: 20%;
}
/*DOCUMENTS DISPLAYING UNDERNEATH ONE ANOTHER*/

/* :L1923 */
.fa-file-pdf {
  display: block;
}
/*Instanda support ticket 7731*/

/* :L1928 */
a[href*="/Public/CustomerAccountOptions?customerAccountId="] {
  display: none;
}
/*NOTES AREA MGAM ONLY*/

/* :L1934 */
input[name='notes'],
a[title='Notes'] {
  display: none;
}
/*CSS to fix CHOICE Parent Question*/

/* :L1940 */
div#question181869 .instanda-question-input .instanda-question-input > .instanda-question-yes-no-parent-yes:nth-of-type(1) {
  order: 2;
  margin-left: 3px;
}
/* :L1945 */
div#question181869 > .instanda-question-parent-yes-no .instanda-question-input .instanda-question-input {
  display: inline-flex;
  flex-direction: row;
}
/*Choice Parent CSS fix*/

/* :L1952 */
div#question179117 .instanda-question-input .instanda-question-input > .instanda-question-yes-no-parent-yes:nth-of-type(1) {
  order: 2;
  margin-left: 3px;
}
/* :L1957 */
div#question179117 > .instanda-question-parent-yes-no .instanda-question-input .instanda-question-input {
  display: inline-flex;
  flex-direction: row;
}
/* testing fix for FD ticket 17636 */

/* :L1964 */
#question88075 textarea {
  width: 95%;
  max-width: 95%;
}
/* :L1969 */
div[id^="insert"][id$="MultiItemsHere"] > div.container > div.form-group.row {
  display: none;
}
/*Choice Parent CSS fix - Cafe and Tearooms*/

/* :L1975 */
div#question188835 .instanda-question-input .instanda-question-input > .instanda-question-yes-no-parent-yes:nth-of-type(1) {
  order: 2;
  margin-left: 3px;
}
/* :L1980 */
div#question188835 > .instanda-question-parent-yes-no .instanda-question-input .instanda-question-input {
  display: inline-flex;
  flex-direction: row;
}
/* :L1985 */
div#question190002 .instanda-question-input .instanda-question-input > .instanda-question-yes-no-parent-yes:nth-of-type(1) {
  order: 2;
  margin-left: 3px;
}
/* :L1990 */
div#question190002 > .instanda-question-parent-yes-no .instanda-question-input .instanda-question-input {
  display: inline-flex;
  flex-direction: row;
}
/* Claims text fix - Cafe and Tearooms*/

/* :L1997 */
#question188920 textarea {
  width: 95%;
  max-width: 95%;
}
/* :L2002 */
div[id^="insert"][id$="MultiItemsHere"] > div.container > div.form-group.row {
  display: none;
}
/*CSS to fix WAT FSA Hygiene rating CHOICE Parent Question*/

/* :L2007 */
div#question195023 .instanda-question-input .instanda-question-input > .instanda-question-yes-no-parent-yes:nth-of-type(1) {
  order: 2;
  margin-left: 3px;
}
/* :L2012 */
div#question195023 > .instanda-question-parent-yes-no .instanda-question-input .instanda-question-input {
  display: inline-flex;
  flex-direction: row;
}
@keyframes barIn {
  from {
    width: 0%;
  }
}
@keyframes dotIn {
  from {
    left: 0%;
  }
}
/* :L2045 */
.journey-breadcrumb-bar {
  display: none;
}
/* :L2047 */
/* :L2048 */
.page-quickquotequestions.package-7616 .journey-breadcrumb-bar,
.page-quickquote.package-7616 .journey-breadcrumb-bar,
.page-prequotequestions.package-7616 .journey-breadcrumb-bar,
.page-quote.package-7616 .journey-breadcrumb-bar {
  display: block;
}
/* :L2055 */
.journey-breadcrumb-bar .titles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 auto;
}
/* :L2060 */
.journey-breadcrumb-bar .titles .step {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
}
/* :L2067 */
.journey-breadcrumb-bar .bar-container {
  height: calc(0.75rem * 2);
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
/* :L2075 */
.journey-breadcrumb-bar .bar-container .dot {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #000033;
  border-radius: 0.75rem;
  position: absolute;
  animation: dotIn 1s ease;
}
/* :L2084 */
.page-quickquotequestions.page-number-1 .journey-breadcrumb-bar .bar-container .dot {
  left: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 0));
}
/* :L2087 */
.page-quickquote .journey-breadcrumb-bar .bar-container .dot {
  left: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 1));
}
/* :L2090 */
.page-prequotequestions.page-number-1 .journey-breadcrumb-bar .bar-container .dot {
  left: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 2));
}
/* :L2093 */
.page-prequotequestions.page-number-2 .journey-breadcrumb-bar .bar-container .dot,
.page-prequotequestions.page-number-3 .journey-breadcrumb-bar .bar-container .dot {
  left: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 3));
}
/* :L2098 */
.page-prequotequestions.page-number-4 .journey-breadcrumb-bar .bar-container .dot {
  left: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 4));
}
/* :L2102 */
.page-quote .journey-breadcrumb-bar .bar-container .dot {
  left: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 5));
}
/* :L2107 */
.journey-breadcrumb-bar .bar-container .bar-steps {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
/* :L2114 */
.journey-breadcrumb-bar .bar-container .bar-steps .bar-empty {
  position: absolute;
  width: 100%;
  background-color: #e5e5e5;
  height: calc(0.75rem / 4);
}
/* :L2119 */
.page-quote .journey-breadcrumb-bar .bar-container .bar-steps .bar-empty {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 5));
}
/* :L2124 */
.journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  position: absolute;
  background-color: #333333;
  height: calc(0.75rem / 4);
  animation: barIn 1s ease;
}
/* :L2130 */
.page-quickquotequestions.page-number-1 .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 0));
}
/* :L2133 */
.page-quickquote .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 1));
}
/* :L2136 */
.page-prequotequestions.page-number-1 .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 2));
}
/* :L2139 */
.page-prequotequestions.page-number-2 .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled,
.page-prequotequestions.page-number-3 .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 3));
}
/* :L2144 */
.page-prequotequestions.page-number-4 .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 4));
}
/* :L2148 */
.page-quote .journey-breadcrumb-bar .bar-container .bar-steps .bar-filled {
  width: calc(calc(calc(calc(100% / 6) - calc(calc(100% / 6) / 2)) - calc(0.75rem / 2)) + calc(calc(100% / 6) * 5));
}
/* :L2156 */
/* :L2157 */
.package-7616 .progress-bar {
  display: none !important;
}
/* :L2161 */
/* :L2163 */
/* :L2164 */
.typeahead-dropdown-question .tt-menu.tt-open {
  width: 100%;
}
/* :L2166 */
.typeahead-dropdown-question .tt-menu.tt-open [role="option"] {
  padding: 4px;
  margin: 6px 0;
  position: relative;
  word-break: normal;
}
/* :L2171 */
.typeahead-dropdown-question .tt-menu.tt-open [role="option"]::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: #8b91c5;
  position: absolute;
  top: 0;
  left: 0;
}
/* :L2181 */
.typeahead-dropdown-question .tt-menu.tt-open [role="option"]:hover {
  background: oklch(0.67 0.08 279.02 / 0.2);
}
/* :L2188 */
.typeahead-dropdown-question .instanda-question-input:has(.tt-menu) {
  position: relative;
}
/* :L2192 */
.typeahead-dropdown-question span.twitter-typeahead {
  position: static !important;
}
/* :L2197 */
.typeahead-dropdown-question span.twitter-typeahead {
  width: 100%;
}
/* :L2200 */
.typeahead-dropdown-question .tt-input {
  width: 100%;
  height: 100%;
}
/* :L2203 */
/* :L2204 */
.typeahead-dropdown-question .tt-input:focus ~ .text-show {
  display: none;
}
/* :L2209 */
.typeahead-dropdown-question span.text-show {
  background: white;
  border-bottom: 1px solid #1d2f42;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px 5px 10px;
  pointer-events: none;
  width: 100%;
  min-height: 27px;
}
/* :L2219 */
.typeahead-dropdown-question span.text-show:empty {
  display: none;
}
/* :L2225 */
table#agentSearchResultsTable a.action-link[href*="AgentClaims"] {
  display: none;
}
