/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L21 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L25 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L32 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L39 */
.instanda-documents {
  text-align: center;
}
/* :L42 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L45 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L49 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L52 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L55 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L65 */
.instanda-main-content-container {
  position: relative;
}
/* :L68 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L73 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L77 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L83 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L86 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L149 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L153 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L156 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L159 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L167 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L173 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L178 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L181 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L186 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L189 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L192 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L195 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L198 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L210 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/*----------------------------------HIDING TITLE FIELD IN NAME--------------------------------------*/

/* :L18 */
#PayerTitle_TXT {
  display: none;
}
/* :L22 */
#NamedInsuredTitle_TXT {
  display: none;
}
/* :L26 */
#AddlInsuredTitle_TXT {
  display: none;
}
/* :L30 */
#BusinessContactTitle_TXT {
  display: none;
}
/*---------------------------------------MIXINS-------------------------------------------*/

/* :L34 */
.imp-text {
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
}
/*---------------------------------------VARIABLES-------------------------------------------*/
/*COLOR*/
/*FONT*/
/*FONT FAMILY*/
/*COMBINED FONT STYLING*/
/*GENERAL*/

/* :L64 */
body {
  font-family: 'poppins-regular', sans-serif;
  background-color: #f3f4f7;
}
/* :L68 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L71 */
.container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
/*HAMBURGER*/

/* :L79 */
.navbar-default .navbar-toggle {
  border-color: transparent;
}
/*FORM & BUTTONS*/

/* :L83 */
.form-control {
  height: 45px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
/* :L90 */
.form-control:focus {
  border-color: #6ec9c4;
}
/* :L93 */
.form-control[readonly]:focus {
  border-color: #cccccc;
  bax-shadow: none;
  -webkit-box-shadow: none;
}
/* :L98 */
label {
  font-size: 14px;
}
/* :L101 */
.form-control.input-validation-error {
  border: 2px solid #d9534f;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L106 */
.label-danger {
  background-color: #d9534f;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
}
/* :L113 */
.alert-danger {
  background-color: #f0ad4e;
}
/* :L116 */
span[data-valmsg-for="PropertyAddressLine1_TXT"],
span[data-valmsg-for="QualifierQuestions_YNP"] {
  display: none;
}
/* :L119 */
.btn-primary,
.btn-default,
#backToDb {
  background-color: #093266;
  border-color: #093266;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
/* :L126 */
.btn-primary:focus,
.btn-default:focus,
.btn-default:hover,
.btn:focus,
.btn:active:focus,
.btn:active:hover {
  outline: none;
  box-shadow: none;
  border: none;
  border-color: white;
}
/*RADIO BUTTONS STYLING*/

/* :L133 */
input[type=radio]:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L137 */
/* :L138 */
/* :L139 */
.yes-no-cls .instanda-selected input[type=radio] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 4px solid #01b297;
  border-radius: 50%;
  margin-left: -22px;
}
/* :L150 */
/* :L151 */
/* :L152 */
.radio-cls .instanda-question-choice .instanda-selected input {
  appearance: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 4px;
  background-clip: content-box;
  border: 5px solid #01b297;
  background-color: white;
  border-radius: 50%;
  margin-left: -21px;
}
/* :L165 */
/* :L166 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L172 */
.radio-inline input[type=radio],
input[type=radio] {
  margin: 5px 0 0;
  margin-left: -25px;
  width: 20px;
  height: 15px;
}
/* :L178 */
.yes-no-cls .instanda-question-input {
  display: flex;
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L184 */
.yes-no-cls .instanda-question-yes-no-parent-yes,
.yes-no-cls .instanda-question-yes-no-parent-no,
.yes-no-cls .instanda-question-yes-no-yes,
.yes-no-cls .instanda-question-yes-no-no {
  text-align: center;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
}
/* :L193 */
/* :L194 */
.yes-no-cls .instanda-question-yes-no-parent-no,
.yes-no-cls .instanda-question-yes-no-no {
  margin-right: 0px;
}
/* :L197 */
.yes-no-cls .instanda-question-yes-no-parent-yes,
.yes-no-cls .instanda-question-yes-no-yes {
  margin-right: 10px;
}
/* :L200 */
.yes-no-cls .instanda-unselected {
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background: white 0% 0% no-repeat padding-box;
}
/* :L205 */
.yes-no-cls .instanda-selected {
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 0px 2px #01b297;
  border: 1px solid #01b297;
}
/* :L213 */
#question178041 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input > .instanda-question-input {
  width: 100%;
}
/* :L216 */
/* :L217 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L221 */
.radio-inline.input-validation-error {
  border: 2px solid #d9534f;
}
/* :L224 */
.instanda-text-question {
  margin-right: 0;
}
/* :L227 */
.input-group-addon {
  background-color: white;
}
/* :L230 */
/* :L231 */
.claim-paid .form-control,
.claim-reserve .form-control,
.claim-outstanding .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
}
/*NAME FIELDS WRAPPING*/

/* :L238 */
/* :L239 */
.name .instanda-question-label {
  position: relative;
}
/* :L242 */
.name .instanda-text-question > .instanda-question-input > .form-group > div:first-child {
  display: none;
}
/* :L245 */
.name .instanda-question-input {
  width: 100%;
}
/* :L248 */
.name .instanda-question-input > .form-group {
  display: flex;
  margin-bottom: 0px;
}
/* :L251 */
.name .instanda-question-input > .form-group .instanda-question-name-title {
  padding-top: 30px;
  padding-right: 12px;
}
/* :L255 */
.name .instanda-question-input > .form-group .instanda-question-name-first-name {
  padding-right: 12px;
}
/*-----SET CONTENT WIDTH*/

/* :L262 */
.questionList > .instanda-well,
form > .container,
#instanda-quote-content .instanda-quote-content,
#agentSearchParameters,
.agentDashboardTableContainer,
.page-agentdashboard .instanda-questionHeader h3,
.instanda-approval-action-main-content,
.instanda-approval-action-reason-content,
.instanda-choose-billing-content,
.page-confirmation2 .instanda-quote-content,
.instanda-agent-login-content,
.breadcrumb > .container,
.page-getagentsearchresults .instanda-questionHeader,
.agent-quotesearch-results-container,
.instanda-agent-search-fields,
#download-button-container,
.page-retrievequote .instanda-questionHeader,
.page-viewreferralsforquote .view-referrals-content,
.page-customeraccountoptions #instanda-site-layout > .instanda-main-content-container,
.instanda-post-quote-questions > .instanda-question-item,
.instanda-payment-options,
.page-uploaddocuments .instanda-main-content,
.page-bulkuploadclaims .instanda-main-content,
.page-agentclaims .instanda-main-content,
.page-failedautorenewals .instanda-main-content,
.page-cannotquote .instanda-main-content-container,
.page-cannotapprove .instanda-cannotapprove-content,
.page-index .index-main-content,
.page-cancelpolicy .instanda-pre-quote-content,
.page-cancellationquestionsforagentsite .instanda-pre-quote-content,
.page-cancellationconfirmation .instanda-confirmation-content,
.page-agentalldocs .instanda-agent-all-docs-content,
.page-pagenotfound .instanda-page-not-found-content,
.page-servererror .instanda-server-error-content,
.page-maintenancepage .instanda-maintenance-page-content,
.page-forgotsalespersonpassword .instanda-main-content,
.page-onlinetransactions .online-transactions-content,
.page-quickquotequestionscontinue.page-quickquotequestions .instanda-cant-quote-content,
.page-quoteandpolicycompare #instanda-site-layout,
.page-index h3 {
  margin-left: 80px ;
  margin-right: 80px ;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .questionList > .instanda-well,
  form > .container,
  #instanda-quote-content .instanda-quote-content,
  #agentSearchParameters,
  .agentDashboardTableContainer,
  .page-agentdashboard .instanda-questionHeader h3,
  .instanda-approval-action-main-content,
  .instanda-approval-action-reason-content,
  .instanda-choose-billing-content,
  .page-confirmation2 .instanda-quote-content,
  .instanda-agent-login-content,
  .breadcrumb > .container,
  .page-getagentsearchresults .instanda-questionHeader,
  .agent-quotesearch-results-container,
  .instanda-agent-search-fields,
  #download-button-container,
  .page-retrievequote .instanda-questionHeader,
  .page-viewreferralsforquote .view-referrals-content,
  .page-customeraccountoptions #instanda-site-layout > .instanda-main-content-container,
  .instanda-post-quote-questions > .instanda-question-item,
  .instanda-payment-options,
  .page-uploaddocuments .instanda-main-content,
  .page-bulkuploadclaims .instanda-main-content,
  .page-agentclaims .instanda-main-content,
  .page-failedautorenewals .instanda-main-content,
  .page-cannotquote .instanda-main-content-container,
  .page-cannotapprove .instanda-cannotapprove-content,
  .page-index .index-main-content,
  .page-cancelpolicy .instanda-pre-quote-content,
  .page-cancellationquestionsforagentsite .instanda-pre-quote-content,
  .page-cancellationconfirmation .instanda-confirmation-content,
  .page-agentalldocs .instanda-agent-all-docs-content,
  .page-pagenotfound .instanda-page-not-found-content,
  .page-servererror .instanda-server-error-content,
  .page-maintenancepage .instanda-maintenance-page-content,
  .page-forgotsalespersonpassword .instanda-main-content,
  .page-onlinetransactions .online-transactions-content,
  .page-quickquotequestionscontinue.page-quickquotequestions .instanda-cant-quote-content,
  .page-quoteandpolicycompare #instanda-site-layout,
  .page-index h3 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/* :L289 */
.alert-danger {
  padding-left: 60px ;
  padding-right: 80px ;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .alert-danger {
    padding-left: 10px;
    padding-right: 30px;
  }
}
/* :L298 */
.alert-dismissible .close {
  top: 0;
  right: 0;
}
/*-----------------------------------------------------------------------------*/

/*AGENT DASHBOARD*/

/* :L305 */
/* :L306 */
.page-agentdashboard .instanda-container-fluid {
  margin-bottom: -2px;
  background: #6ec9c4;
  padding-bottom: 10px;
}
/* :L310 */
.page-agentdashboard .instanda-container-fluid .instanda-questionHeader h3 {
  color: white;
}
/* :L315 */
.page-agentdashboard #agentSearchControl/*SEARCH BUTTON*/ {
  background: #6ec9c4;
  padding-bottom: 20px;
}
/* :L319 */
.page-agentdashboard .agent-search-parameter.form-group {
  padding-right: 35px;
  width: 100%;
}
/* :L322 */
.page-agentdashboard .agent-search-parameter.form-group .user-defined-search-parameter-name {
  font-size: 14px;
  letter-spacing: 0px;
  color: white;
}
/* :L328 */
.page-agentdashboard #searchTitle,
.page-agentdashboard .agentDashboardResultsetTitle {
  display: none;
}
/* :L331 */
.page-agentdashboard #agentSearchParameters {
  display: flex;
}
@media (max-width: 667.9px) {
  .page-agentdashboard #agentSearchParameters {
    display: block;
  }
  /* :L335 */
  .page-agentdashboard #agentSearchParameters .agent-search-parameter {
    padding-right: 0px;
  }
  /* :L338 */
  .page-agentdashboard #agentSearchParameters #agentSearchButton {
    width: 100%;
    margin-left: 0px;
  }
}
/* :L346 */
.page-agentdashboard #quotesContainerCustom,
.page-agentdashboard #policiesContainerCustom,
.page-agentdashboard #renewalsContainerCustom,
.page-agentdashboard #cancelledPoliciesContainerCustom {
  padding-top: 30px;
}
/* :L348 */
.page-agentdashboard #quotesContainerCustom .quotesTitle,
.page-agentdashboard #policiesContainerCustom .quotesTitle,
.page-agentdashboard #renewalsContainerCustom .quotesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .quotesTitle,
.page-agentdashboard #quotesContainerCustom .policiesTitle,
.page-agentdashboard #policiesContainerCustom .policiesTitle,
.page-agentdashboard #renewalsContainerCustom .policiesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .policiesTitle,
.page-agentdashboard #quotesContainerCustom .renewalsTitle,
.page-agentdashboard #policiesContainerCustom .renewalsTitle,
.page-agentdashboard #renewalsContainerCustom .renewalsTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .renewalsTitle,
.page-agentdashboard #quotesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #policiesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #renewalsContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .cancelledPoliciesTitle {
  padding-bottom: 15px;
  font: normal normal bold 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
}
/* :L353 */
.page-agentdashboard #quotesContainerCustom .table-responsive,
.page-agentdashboard #policiesContainerCustom .table-responsive,
.page-agentdashboard #renewalsContainerCustom .table-responsive,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive {
  margin: 0 auto;
}
/* :L355 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #policiesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table-bordered {
  border: none;
}
/* :L358 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead {
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L362 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L365 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td {
  border: none;
  vertical-align: middle;
}
/* :L369 */
/* :L370 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th a {
  font: normal normal bold 14px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L375 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th .fa {
  display: none;
}
/* :L379 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td a {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L386 */
/* :L387 */
.page-agentdashboard #quotesTableCustom th,
.page-agentdashboard #quotesTableCustom td {
  width: calc(100% /8);
}
/* :L391 */
/* :L392 */
.page-agentdashboard #policiesTableCustom th,
.page-agentdashboard #cancelledPoliciesTableCustom th,
.page-agentdashboard #bindersTableCustom th,
.page-agentdashboard #policiesTableCustom td,
.page-agentdashboard #cancelledPoliciesTableCustom td,
.page-agentdashboard #bindersTableCustom td {
  width: calc(100% /10);
}
/* :L397 */
.page-agentdashboard #renewalsContainerCustom {
  padding-bottom: 30px;
}
/* :L401 */
.page-agentdashboard #renewalsContainerCustom {
  display: none;
}
/*Login Page for Broker Portal */

/* :L406 */
/* :L407 */
.page-agentlogin .instanda-agent-login-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* :L411 */
.page-agentlogin #header1/*Login header*/ {
  font: normal normal bold 64px/64px 'poppins-regular', sans-serif;
  color: #093266;
}
/* :L415 */
.page-agentlogin .left-view {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .page-agentlogin .left-view {
    padding: 0;
  }
}
/* :L420 */
.page-agentlogin .left-view img {
  width: 100%;
}
/* :L424 */
.page-agentlogin .right-view {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .page-agentlogin .right-view {
    padding: 0;
  }
}
/* :L429 */
.page-agentlogin .right-view .instanda-agent-login > div {
  width: 100%;
  margin-left: 0;
}
/* :L433 */
.page-agentlogin .right-view .well {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 20px 0 0 0;
}
@media (max-width: 992px) {
  /* :L443 */
  .page-agentlogin #header1 {
    font: normal normal bold 32px/32px 'poppins-regular', sans-serif;
    margin: 40px 0 20px 0;
  }
  /* :L447 */
  .page-agentlogin button {
    width: 100%;
  }
}
/* :L452 */
.page-agentlogin nav {
  display: none;
}
/*NAVBAR GENERAL*/

/*NAV ITEMS*/

/* :L458 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: black;
  background-color: white;
}
/* :L462 */
.navbar-default .navbar-nav > li > a {
  color: white;
}
/* :L465 */
.navbar-default {
  background-color: #6ec9c4;
  border-color: #6ec9c4;
}
/* :L469 */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
/* :L473 */
.navbar-static-top {
  border-width: 0 0 0px;
}
/*arrange nav items in order*/

/* :L477 */
/* :L478 */
.navbar-collapse .navbar-nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .navbar-collapse .navbar-nav {
    display: grid;
  }
}
/* :L486 */
.navbar-collapse .navbar-nav li:nth-child(3) {
  order: 1;
}
/* :L490 */
.navbar-collapse .navbar-nav li:nth-child(4) {
  order: 2;
}
/* :L494 */
.navbar-collapse .navbar-nav li:first-child {
  order: 3;
}
/* :L498 */
.navbar-collapse .navbar-nav li:nth-child(5) {
  order: 4;
}
/* :L502 */
.navbar-collapse .navbar-nav li:nth-child(2) {
  order: 5;
}
/* :L506 */
.navbar-collapse .navbar-nav li:nth-child(7) {
  order: 6;
}
/* :L510 */
.navbar-collapse .navbar-nav li:nth-child(6) {
  order: 7;
}
/*NAVBAR LOGO*/

/* :L516 */
.navbar-brand {
  padding: 0 15px;
}
/* :L518 */
.navbar-brand img {
  width: 185px;
  padding-top: 10px;
  padding-left: 5px;
}
/* :L524 */
nav > .container {
  margin-left: 65px;
  margin-right: 80px;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  nav > .container {
    margin-left: 15px;
    margin-right: 30px;
  }
  /* :L531 */
  nav > .container .navbar-brand img {
    width: 130px;
    margin-top: 0px !important;
  }
}
/*Nav Bar*/

@media (min-width: 768px) and (max-width: 834px) {
  /* :L539 */
  .navbar-default .navbar-nav > li > a {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1135px) {
  /* :L544 */
  .container > .navbar-header {
    float: none;
    margin-right: -15px;
  }
  /* :L548 */
  .navbar-brand img {
    width: 130px;
    margin-top: 0px !important;
  }
  /* :L552 */
  .navbar-collapse.collapse {
    display: none!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  /* :L558 */
  .navbar-toggle {
    display: block;
  }
}
/*To hide the FailedAutoRenewals button for agents*/

/* :L563 */
/* :L564 */
.logged-in-agent .nav.navbar-nav.navbar-right a[href*="/Public/FailedAutoRenewals"] {
  display: none;
}
/* :L568 */
/* :L571 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content {
  min-height: 800px;
}
/* :L572 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/ {
  margin-left: 70px;
}
@media (max-width: 767.9px) {
  .page-retrievequote .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/,
  .page-getagentsearchresults .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/ {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .page-retrievequote .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/,
  .page-getagentsearchresults .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/ {
    margin-right: 30px;
    display: grid;
  }
  /* :L580 */
  .page-retrievequote .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/ button[name="btnNext"],
  .page-getagentsearchresults .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/ button[name="btnNext"],
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .action-buttons/*See All button & Next Page button*/ button[name="btnNext"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* :L587 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-container-fluid,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-container-fluid,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-container-fluid {
  background-color: #6ec9c4;
  margin-bottom: 0;
}
/* :L590 */
/* :L591 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3 {
  font: normal normal bold 32px/39px 'poppins-regular', sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L598 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes {
  background-color: #6ec9c4;
}
/* :L600 */
/* :L601 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row {
  display: none;
  /*this is as per requirement*/
  padding-top: 5px;
  padding-bottom: 0px;
}
/* :L606 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row .search-label,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row .search-label,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row .search-label,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row h4,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row h4,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields .search-row h4 {
  font: normal normal bold 14px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L613 */
/* :L614 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group label,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group label,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group label,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .agent-search-parameter-name,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .agent-search-parameter-name,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .agent-search-parameter-name {
  font: normal normal bold 14px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L620 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
  display: flex;
}
@media (max-width: 767.9px) {
  .page-retrievequote .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field,
  .page-getagentsearchresults .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field {
    display: block;
  }
}
/* :L625 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter {
  padding-right: 15px;
}
@media (max-width: 767.9px) {
  .page-retrievequote .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter,
  .page-getagentsearchresults .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-field .agent-search-parameter {
    padding-right: 0px;
  }
}
/* :L632 */
/* :L633 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton {
  margin-top: 28px;
}
@media (max-width: 767.9px) {
  .page-retrievequote .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton,
  .page-getagentsearchresults .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .instanda-agent-retrieve-quotes .instanda-agent-search-fields form .form-group .row .search-button #agentSearchButton {
    width: 100%;
    margin-left: 0px;
  }
}
/* :L643 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea {
  background-color: white;
  /*Table structure styling*/

}
/* :L645 */
/* :L646 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h2,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h2,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h2,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h3,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h3,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .agent-quotesearch-results-container h3 {
  font: normal normal bold 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
/* :L653 */
/* :L654 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea #divQuoteResults .table > thead > tr > th,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea #divQuoteResults .table > thead > tr > th,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea #divQuoteResults .table > thead > tr > th {
  font: normal normal bold 14px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: black;
  vertical-align: text-bottom;
}
/* :L660 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea #divQuoteResults .table,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea #divQuoteResults .table,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea #divQuoteResults .table {
  border-top: 1px solid #12243a !important;
}
/* :L666 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table {
  border: 0;
  /*Removing notes, upload docx links*/

  /*Removing Endorsement date column
              thead>tr>th:nth-child(9){
                display:none;
              }
              tbody>tr>td:nth-child(9){
                display:none;
              }*/

}
/* :L668 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr {
  border-top: 1px solid #12243a;
  border-bottom: 1px solid #12243a;
  font: normal normal bold 14px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: black;
  vertical-align: text-bottom;
}
/* :L676 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L679 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > th,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > th,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > th,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tfoot > tr > td,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tfoot > tr > td,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tfoot > tr > td,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tfoot > tr > th,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tfoot > tr > th,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tfoot > tr > th,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr > td,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr > td,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr > td,
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr > th,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr > th,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table thead > tr > th {
  border: 0;
}
/* :L683 */
/* :L684 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td a,
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td a,
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td a {
  display: none;
}
/* :L688 */
.page-retrievequote/*Retrieve quotes on click of SEARCH from navbar*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td a[href*="/Public/ViewQuoteOrPolicy"],
.page-getagentsearchresults/*Retrieve quotes from agent dashboard search box*/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td a[href*="/Public/ViewQuoteOrPolicy"],
.page-agentsearchexpiredpolicies/**/ .instanda-agent-retrieve-quote-content .scrollableArea .table tbody > tr > td a[href*="/Public/ViewQuoteOrPolicy"] {
  display: block !important;
}
/* :L703 */
/* :L704 */
@media (max-width: 575px) {
  .page-retrievequote .download-button-container .download-policies-button,
  .page-getagentsearchresults .download-button-container .download-policies-button,
  .page-agentsearchexpiredpolicies .download-button-container .download-policies-button {
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
}
/*Initial requirement- To hide View/Edit biutton from Quote view screen
.sale-stage-quickquote, .sale-stage-abouttoquickquote, .sale-stage-abouttopay, .sale-stage-quote,.sale-stage-referralrejected, .sale-stage-referred {
	a[href*="/Public/ViewEditQuote"] {
		display:none;
	}
}*/

/* :L719 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ViewTransactionHistory"] {
  background: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TldodU9ITnVUMEU0TTFGdE56VkNhamgzYmtrM1oxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBVW1PTFNHcjAzc2QwMUpNLDEwMDAscTZpaThZSE9hRGhFMmRpOSxxQXpEa2hBd0pIeEprTWNibndTMlRoUy96WVdPcXoyWi9zNFh5emVKTnlvNFM1VmlJbENrWU5EZU5EYzRaeTdpeVBKd2pxUDFoZXhWd3Bucm5obFRxZz09) no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L726 */
/* :L727 */
.page-viewquoteorpolicy.logged-in-agent a[data-action*="show-notes-dialog"],
.page-viewquoteorpolicy.logged-in-agent .btnNotTakenUp,
.page-viewquoteorpolicy.logged-in-agent .btnReferralAction,
.page-viewquoteorpolicy.logged-in-agent .btnClaims,
.page-viewquoteorpolicy.logged-in-agent .btnOnlinePayments,
.page-viewquoteorpolicy.logged-in-agent .btnReferralHistory,
.page-viewquoteorpolicy.logged-in-agent a[href*="/Public/CustomerAccountOptions"] {
  display: none !important;
}
/* :L732 */
/* :L733 */
.page-viewquoteorpolicy.created-from-renewal a[href*="/Public/ViewEditQuote"],
.page-viewquoteorpolicy.created-from-renewal/* a[data-action*="show-notes-dialog"],*/ .btnNotTakenUp,
.page-viewquoteorpolicy.created-from-renewal .btnLapsePolicy,
.page-viewquoteorpolicy.created-from-renewal .btnComparePolicy,
.page-viewquoteorpolicy.created-from-renewal .btnReferralHistory {
  display: none !important;
}
/* :L739 */
/* :L740 */
/* :L741 */
.page-viewquoteorpolicy .invoiceUrl .renewal.btn {
  width: 180px;
  height: auto;
  font-size: 15px;
  background-color: #093266;
}
/* :L748 */
.page-viewquoteorpolicy .table {
  margin-bottom: 0px !important;
}
/* :L751 */
.page-viewquoteorpolicy .renewlink {
  padding-left: 0px;
}
/* :L756 */
/* :L757 */
.page-viewquoteorpolicy.sale-stage-salecomplete .policy-view-options-action-buttons .btn-group a:first-child,
.page-viewquoteorpolicy.sale-stage-cancelscheduled .policy-view-options-action-buttons .btn-group a:first-child,
.page-viewquoteorpolicy.sale-stage-cancelquote .policy-view-options-action-buttons .btn-group a:first-child,
.page-viewquoteorpolicy.sale-stage-cancelled .policy-view-options-action-buttons .btn-group a:first-child,
.page-viewquoteorpolicy.sale-stage-expired .policy-view-options-action-buttons .btn-group a:first-child {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=V0N4U01VUTJVVkk0YlhBM1UzRnhibWgwYlhKWFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwydEdpb3NGbkBVQXJpZ0txLDEwMDAsdVBSaHpWczhmbXJSR3lmaCxmZ2lQK2owRVk0T0VOV1Q3K0dBb1JJSEhrVlVKYkpLRGxNbDhXQmd2Q3F6RDA0aHV3VGEzSS94Nlg0Mno3WEd0MTNsSUx6Rm8wK3JwTDF6S0hSRUgxdz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L763 */
/* :L764 */
.page-viewquoteorpolicy.created-from-cancellation.sale-stage-cancelquote .policy-view-options-action-buttons .btn-group a:first-child {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTA1TGNHVlVSRXByY0c1dGFYbE1ObVJtU2tORVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxIWlZFZDRUWFFvTXg5NEljLDEwMDAsWkRWREpJeVpRSENqdk9hSyxUcFpQbC9waFJoZ2xXQlJGWkUrZDVlV2QySlZmbHpTNW13cWY5SVZ3L0RudTBYSnFCU3ZqU1pjWWdhUTJVZG0rNytKN3lmTEIwMC9xaUxIall2RFVSZz09") no-repeat, #082f65;
  background-position: 22px center;
  background-size: 22px;
  color: white !important;
}
/* :L770 */
/* :L771 */
.page-viewquoteorpolicy.created-from-cancellation.sale-stage-cancelquote .btn-group a[href*="/Public/CancelPolicy"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UTNWYVJuZEZVblZoYVcxYWVXVjFiMFJ2ZFRsR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxZWnV5ck51VTFOMUVkNDk4LDEwMDAsMWp0bEE3dXhER2N3TnRReixKeVBEUTdXd2l1cDE1QUkrRDFwMVNQRFVudC9iT1hBVkxoU2hkaE9PblBNU2tsUUY1V1AvUDU2WGRCRUt4algwemErQkM4d3cyLzZEM1NwNkFVem5UZz09") no-repeat, #6ec9c4;
  background-position: 22px center;
  background-size: 22px;
}
/* :L779 */
/* :L780 */
.page-viewquoteorpolicy.sale-stage-salecomplete a[href*="/Public/ViewEditQuote"],
.page-viewquoteorpolicy.sale-stage-cancelquote a[href*="/Public/ViewEditQuote"],
.page-viewquoteorpolicy.sale-stage-cancelled a[href*="/Public/ViewEditQuote"] {
  display: none;
}
/* :L785 */
/* :L786 */
.page-viewquoteorpolicy #Policy-View-Versions-Dialog .btn-primary {
  background-color: #093266;
}
/* :L791 */
.page-viewquoteorpolicy .btn-group .btn + .btn,
.page-viewquoteorpolicy .btn-group .btn + .btn-group,
.page-viewquoteorpolicy .btn-group .btn-group + .btn,
.page-viewquoteorpolicy .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
/* :L796 */
.page-viewquoteorpolicy .policy-view-options-action-buttons {
  margin-top: 15px;
}
/* :L798 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
}
/* :L801 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .link-css-responsive {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7ddea;
  padding: 10px 0px 10px 60px;
  text-align: start;
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  color: #12243a;
}
/* :L810 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:hover,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:active,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:focus {
  color: #01b297;
}
/* :L813 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L818 */
.page-viewquoteorpolicy .btn-primary {
  background-color: white;
}
/* :L822 */
.page-viewquoteorpolicy .btn-group {
  display: flex;
  flex-direction: column-reverse;
  /*a[href*="/Public/QuickQuoteQuestions"], a[href*="/Public/QuickQuote"], a[href*="/Public/PreQuoteQuestions"],a[href*="/Public/PostQuoteQuestions"]{
			background:url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VEZKblZrNXJNMHhCYlU1bVRYVmlVM0JyU3pVMmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx0WFJTUUU1YzE2eTZPTHNmLDEwMDAsU0luQnFXWiFsVjJAIWhMZCxNeVdlNlBHQnZlNmJIdlo2NzJ1WVVlZ1VNMVQxMVloRGZLaE00WFErdERKR3JoVStweElFd0dkQlpTNDZ2MlRqSHdyVTZjcGFrbTR1SUU2emdnVWRmUT09") no-repeat;
			background-position: 22px center;
			background-size: 22px;
		}*/

}
/* :L825 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ViewEditQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTA1TGNHVlVSRXByY0c1dGFYbE1ObVJtU2tORVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxIWlZFZDRUWFFvTXg5NEljLDEwMDAsWkRWREpJeVpRSENqdk9hSyxUcFpQbC9waFJoZ2xXQlJGWkUrZDVlV2QySlZmbHpTNW13cWY5SVZ3L0RudTBYSnFCU3ZqU1pjWWdhUTJVZG0rNytKN3lmTEIwMC9xaUxIall2RFVSZz09") no-repeat, #082f65;
  background-position: 22px center;
  background-size: 22px;
  color: white !important;
  order: 2;
}
/* :L832 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/OnlineTransactions"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkRGQ1VVcG5NbG95UTFwMFZubzVPVlIzYkdFeVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxyU2daNmNlRlpCeFQySUJTLDEwMDAsdXBHOUl3dEoyMlU3VjJyWixPeisvbHVOT2tlVEd4MXRFeE5WOVJEMzBRcmZjcTIvQmdmZGJ5Sk9ZdGgzcXA0YVhiUWFYYUsrQ3J4SHF2MFlkQ0UxOVFrRFd0SUh3cHF5aDMvNW5DQT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L837 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/CancelPolicy"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TFV4c2NUVlFhVXBJTUdveE0xQXRTamxXT0VodFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxNViEyWUFyN1hwZVNtZEw4LDEwMDAsbHJyRjZDeGRMQjVMZTh5MSx2aW15U0VNak5kQ1VrVnN0RXluNTdJSThyZUpZNitKSnUyNTZ1OXIvNmI1Z2VQK2o1bXdleWtQcncwN0licDJvZzJ6TWIyVm4vemQ4K1NoR2xiN3p0QT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L842 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/StartRenewal"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Um14eVNXeENPWFZHYmxkcGRIazVaVmxxTTFaWVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwxd2FEQVV3MXZIRkxCWHphLDEwMDAsWkpmRDNZdnlOUzBHbWhDYixOTHRMOXRmdWxNT29JQnROTnMyMjQwalVOcW1aL0JSRnNkYmp5UkhNUnRWeHB1T0xOOUsxTm1ISmMvOExFc092c2JkSlBldjg1SW94U1VLS1VqYVRxUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L847 */
.page-viewquoteorpolicy .btn-group .btnComparePolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WjJGVlNIRjZSMFJXWTJkc1JEZEZRWHAxVjFVd1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsU21jZHhwalFqVlhyNENFLDEwMDAsVjlzdng1MGpNZTRqaW9DQyxuU3o5S1JHbmdRYmVuWU9mS2FnbnhNdkZvNysvLzRxUUlKU01LYmFzc0R4OWx3ZXFFV1FNL1UyL2VZa091SmFaei9XWTlIbnVxNUkxMzhLbHUvREdxUT09") no-repeat !important;
  background-position: 22px center !important;
  background-size: 22px !important;
}
/* :L852 */
.page-viewquoteorpolicy .btn-group .btnDetailChange {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TWpFMVNqQlRURXhqTUhOaldHcHBWMnR6Y0dsbFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwhTDNSb2Nuekk1eWZDbGxlLDEwMDAsbEdpYWtlUUY0TWdCdXNDQSxwMFgxNEVBdmdMbFROSi8xQW05SXpQam1ZcGFmd3pBNjd1aFcyMUhyZkdPMEk1cmNRbTlIaHNzbDlDdXFTa0J6Q2NVc3lDUHVyb1FwckhJTzhuYTZBZz09") no-repeat !important;
  background-position: 22px center !important;
  background-size: 22px !important;
  background-color: #f3f4f7 !important;
}
/* :L858 */
.page-viewquoteorpolicy .btn-group .btnAdjustPolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WVhCQ09WRjVSR1kxV0haM1NXbExja1JaYTFOTFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBWlRsYjBSSWVRVzFaIWhoLDEwMDAsaUdHY3l0SFU5VlVLUUE4TixEenNNQS9pRndnS295WUtOQ0hNNkxHTDVibnR4NHBQMFdaeko3UmVYOGdHL0lSaGJOczlQaGFyR2xvM0h5K1dJTTI2M0g3b3pja0VQOFNzaUYzQXQ0Zz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L863 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/AgentClaims"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Vkc1M09UaFhWV1pYV0VOT01WQnZVeTEwVUVGWlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBR2R5UjVrUjZuZWNHYXN2LDEwMDAsV2RCdXhFT0hBVllpRE1MdyxFRjZmTVR1RHVIajh5b28vbXE0RFpOeG9oRnlQanJKTUVyelZYbkcrKzlCRmRaKzN2MnByVXBuanluS3dmTlpQalpqRTNtYTVHYkV4bEZtMWR3VjgxZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L868 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/AgentAllDocs"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTBJd1R6bDRlRGxEUVdRMWQyUjVWSFJqWld4alVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCw3WUJJWUVUdCFtRm45VHV3LDEwMDAsWDh3SDIxYmRhV081OFFCQixMNWFnOEhUY3h2NzdYT214QU1DRktXb2xySHF6N2t0QmNTa2V1dk9NSGZrN3RrSmpiU2dVTXZrbmNlQTNOd2hGTTF2azZZcHp5bFFqc3VSYWhyd2JRUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L873 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ViewReferralsForQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TldodU9ITnVUMEU0TTFGdE56VkNhamgzYmtrM1oxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBVW1PTFNHcjAzc2QwMUpNLDEwMDAscTZpaThZSE9hRGhFMmRpOSxxQXpEa2hBd0pIeEprTWNibndTMlRoUy96WVdPcXoyWi9zNFh5emVKTnlvNFM1VmlJbENrWU5EZU5EYzRaeTdpeVBKd2pxUDFoZXhWd3Bucm5obFRxZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L878 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ViewPremiumSummary"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkRGQ1VVcG5NbG95UTFwMFZubzVPVlIzYkdFeVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxyU2daNmNlRlpCeFQySUJTLDEwMDAsdXBHOUl3dEoyMlU3VjJyWixPeisvbHVOT2tlVEd4MXRFeE5WOVJEMzBRcmZjcTIvQmdmZGJ5Sk9ZdGgzcXA0YVhiUWFYYUsrQ3J4SHF2MFlkQ0UxOVFrRFd0SUh3cHF5aDMvNW5DQT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L883 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/CustomerAccountOptions"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YzBwcFdDeERhVFpQVkhkTVRVZDJWV2xRWm1GTlVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVTSFNNG1qYWIyZnYhVXV4LDEwMDAsRHU0dG16QlhFeDhOejVxUyxKMEwwcmVMT1FoSDNLMHFUL3RDSGxYNHprbE0zOW1HMjBYY2QvNm5ZRjR1VWNTbGNvQldCdVNkN2xFdU04eUxhSE9rR3JPYkV6TkRIL2hndTQzbnVTQT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L888 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/CopyQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZUVsUVFVcGFSbk5tWVRKSVZVUjVlVVZYWVZFeVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxXMGhUNFRBRlJtT1J4Q1dRLDEwMDAsSDlrZVp5Wmh3NEFFdzJjcixKMXFUY2pBR3JvN3ZaN3dZUmNoVm40WGdKOGFpSkpzU0hQd3FrTHFRTEczWHNsenNyc29zVTVkQnI3Tk1aOWtDMFBmMkZrTWRVNVk5YnhYSGV5S2JGZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L898 */
.page-viewquoteorpolicy .btn-group .btnCompletePolicyBuy {
  color: white !important;
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YlMxRWJFdzJTazVZUkRSSmFrcEtTbGR0T0VoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxmUXBiQUtBUDRATFYwRTFKLDEwMDAsNk00YnFDdjJjMUJmNkxFaixOZHh3cE5vMFhHVkV4S0JQT0NScy9ITjJBVVliMUNxQURFZ2lwVDBscW1ENjE2VENFamRRM1FmTXBIekxVMlJETEE3U2FUR2I1a3crbXdJdjBHRlQrZz09") no-repeat, #6ec9c4;
  background-position: 22px center;
  background-size: 22px;
  order: 1;
}
/* :L905 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/AbandonChange"],
.page-viewquoteorpolicy .btn-group a[href*="/Public/AbandonScheduledCancellation"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VFdoUFZHa3pSR1JSV25WTFRISmxTemhTV2pCM1FWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxyZG9tRHJlcU1sdnJwcDNhLDEwMDAsWWl5Vmhhc2lUOSFESE04bixYbFdNV3NjVDFXWnd2WTBsQXdwUWFheElNMS9lTTdsdDJqTEM5QmRmc0xQYnZDOUhHRTl4MTBaV0tOL0tKWnJJOS9QdGZwSElubE0xendrMFdkQVdCUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L910 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/SaleStageReason"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YjFSQk4xaHVlaXhYVW5CdllWb3dkbWRQWm1SMFVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxRWG1RbDdYUSFienhhQ3psLDEwMDAsSE1kT01RRFcxU1ZXYVlMaCwzaGdvck9MQU1rMlJ5V3ZkT1ZyNURsbXFtTml0d2xUNXpnTmk1dC9icW1vSER1TFBrczh3VG1OZXNSSzdTTCtGSFM4a21EcjBrZjNyR2plR1Q2OHg1Zz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L915 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/UploadDocuments"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UVRSSGVqTlhhRTV4UWxWWWVFMWhWM2M0VHpKUlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsSFlCc1d4RXNGN1lGS0poLDEwMDAsNkJXWnkhWlJHWXZCcUQzWCxMK3VtdGhoQlJlcEM4ckN5Qjd5OHJMWTc1TWRYZk1adEF6VEtTOVE1VVRndmtEQ1hPUkwyRk5od3B4Ynk5QWlreHNhaEkzOGRHNDg3SkVaM2lkOUpUZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L920 */
.page-viewquoteorpolicy .btn-group a[data-action*="show-notes-dialog"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Vm1sQ2RVdHZOeXhNT1dWSlRYWkJielIwYUdaUVFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxRUkBtZzUhbjF5Y2hEdHh1LDEwMDAsb3F4cU01SkFjVXlwRnppVixObFA0VG5Mb3dUUjNBN1VKc0VJaUwwVEt5VHM0cDF5U3JhOTRSNlkvVTlRYlFkZDlJanNZZHlCdkdTWjh2enpjVkFPZHZxS0NQM0xPNjRzK0Uvb21PZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L925 */
.page-viewquoteorpolicy .btn-group a[data-action*="show-bolt-dialog"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YkhkUU5FRkdaVk15UWpWV2VWRnFOWEIwYXpBMVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx2ZXJDRDlhYzVWc1N3WmRlLDEwMDAsVkpEblBHT1FiUTdZaTRIdixzQ2RNM2tBQTJkQy9YWkRDWnNMaHdzSm9vQUpoeHMyb2F4UStzOWxzYVllNlZaRnhhZzhOMFZLWEo4a25kRjltSXZ3V2ZiNmNOUGFQWUVIc3lIb2Jadz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L930 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ReviewReferrals"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Ulc4NVlYcFVlRFpFU2xGeldWTlVTV0pQTUVzM1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxubk5KdVIwMTV4TVFAYzQ1LDEwMDAsUFlzZ3FPMVRua0p4SWVTTyxxZmlTU1RxR0dCQmhVUFpWYlc0WTN3M1hHMVozQ3NBLzJHd1NzUU1jcWZOV0s4b0h0bUFYVC9rWndXUWlhcDRtcmY2NjEycU9la1pFaXFxNStqRmx1Zz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L935 */
.page-viewquoteorpolicy .btn-group a[onclick="OpenReinstateDialog()"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YjFJMlduUmlXSFp2V0d0V2FYVjBlV2d3Ym1OcVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsNnpkOEZENmloIThlclJCLDEwMDAscHYyQW5UQkRtOU9MVHZIRix4dC9CUlNQSzlSKzFvL3AyQWdCWmd3Z3RVQVovaE8zL3ptN0tUWUZaSDIySW5va3dHYUJlZm5aQk9KVFJFV3hSY1BlM0dFYVNWcTVLcm5aVzE2UlNWUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L942 */
.page-viewquoteorpolicy .header-cls-row,
.page-viewquoteorpolicy .header-details-row {
  background-color: #6ec9c4;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* :L947 */
.page-viewquoteorpolicy .header-cls-row .container,
.page-viewquoteorpolicy .header-details-row .container {
  margin-left: 80px;
  margin-right: 80px;
}
/* :L952 */
.page-viewquoteorpolicy .header-cls-row .left-view {
  padding-left: 0px;
}
/* :L954 */
.page-viewquoteorpolicy .header-cls-row .left-view h3 {
  color: white;
}
/* :L958 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  padding-right: 0px;
  text-align: end;
  margin-top: 20px;
}
/* :L960 */
.page-viewquoteorpolicy .header-cls-row .right-view a {
  font: normal normal bold 18px/21px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
}
/* :L965 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: '\2190';
  color: white;
  padding-right: 5px;
  font-size: 25px;
}
/* :L975 */
.page-viewquoteorpolicy .header-details-row .left-view {
  padding-left: 0px;
  display: flex;
}
/* :L978 */
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  padding-left: 10%;
}
/* :L981 */
.page-viewquoteorpolicy .header-details-row .left-view .view2 {
  line-break: anywhere;
}
/* :L984 */
.page-viewquoteorpolicy .header-details-row .left-view .view1,
.page-viewquoteorpolicy .header-details-row .left-view .view2,
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  min-width: 33%;
}
/* :L986 */
.page-viewquoteorpolicy .header-details-row .left-view .view1 .header,
.page-viewquoteorpolicy .header-details-row .left-view .view2 .header,
.page-viewquoteorpolicy .header-details-row .left-view .view3 .header {
  font: normal normal bold 12px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: white;
}
/* :L991 */
.page-viewquoteorpolicy .header-details-row .left-view .view1 .val,
.page-viewquoteorpolicy .header-details-row .left-view .view2 .val,
.page-viewquoteorpolicy .header-details-row .left-view .view3 .val {
  font: normal normal normal 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: white;
}
/* :L998 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: 80px ;
  margin-right: 80px ;
  /*Table structure styling*/

}
/* :L1003 */
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls > div {
    padding-right: 0;
  }
}
/* :L1008 */
.page-viewquoteorpolicy .details-cls > div:nth-child(1) {
  padding-left: 0px;
}
/* :L1012 */
.page-viewquoteorpolicy .details-cls .table {
  /*Table width change as per device size*/
  width: 90%;
}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L1018 */
.page-viewquoteorpolicy .details-cls .table thead > tr > th h4,
.page-viewquoteorpolicy .details-cls .table tr > th h4 {
  font: normal normal bold 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L1023 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1028 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L1030 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1036 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td,
.page-viewquoteorpolicy .details-cls .table tbody > tr > th,
.page-viewquoteorpolicy .details-cls .table tfoot > tr > td,
.page-viewquoteorpolicy .details-cls .table tfoot > tr > th,
.page-viewquoteorpolicy .details-cls .table thead > tr > td,
.page-viewquoteorpolicy .details-cls .table thead > tr > th {
  border: none;
}
/* :L1039 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L1042 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1048 */
.page-viewquoteorpolicy .block-renewals {
  padding: 15px 0px;
}
/* :L1050 */
.page-viewquoteorpolicy .block-renewals span {
  padding-left: 5px;
}
@media (max-width: 767.9px) {
  /* :L1057 */
  /* :L1058 */
  .page-viewquoteorpolicy .header-cls-row .container,
  .page-viewquoteorpolicy .header-details-row .container {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* :L1061 */
  .page-viewquoteorpolicy .header-cls-row .container .left-view,
  .page-viewquoteorpolicy .header-details-row .container .left-view {
    display: block;
  }
  /* :L1063 */
  .page-viewquoteorpolicy .header-cls-row .container .left-view .view3,
  .page-viewquoteorpolicy .header-details-row .container .left-view .view3 {
    padding-left: 0px;
  }
  /* :L1068 */
  .page-viewquoteorpolicy .header-cls-row .right-view,
  .page-viewquoteorpolicy .header-details-row .right-view {
    display: inline-table;
  }
  /* :L1072 */
  .page-viewquoteorpolicy .details-cls {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* :L1075 */
  .page-viewquoteorpolicy .details-cls .policy-view-options-action-buttons {
    padding-left: 0px;
  }
}
/*Renewal Quotes can only be abandoned by Underwriters*/

/* :L1083 */
/* :L1084 */
.created-from-renewal.logged-in-agent .btnAbandonPolicy {
  display: none;
}
/*ordering of butotns*/

/* :L1089 */
/* :L1090 */
/* :L1091 */
.page-viewquoteorpolicy.sale-stage-salecomplete .btn-group a:first-child {
  order: 1;
}
/* :L1094 */
.page-viewquoteorpolicy.sale-stage-salecomplete .btnCompletePolicyBuy {
  order: 2;
}
/* :L1097 */
.page-viewquoteorpolicy.sale-stage-salecomplete a[href*="/Public/ViewEditQuote"] {
  order: 3;
}
/*Block renewals can only be done by top level agents*/

/* :L1103 */
/* :L1104 */
.page-viewquoteorpolicy.logged-in-agent .policy-view-options-action-buttons .block-renewals {
  display: none;
}
/* :L1107 */
/* :L1108 */
.page-viewquoteorpolicy.logged-in-agent .btn-group .btnCompletePolicyBuy,
.page-viewquoteorpolicy.logged-in-agent .btn-group a[href*="/Public/StartRenewal"],
.page-viewquoteorpolicy.logged-in-agent .btn-group .btnDetailChange {
  display: none;
}
/* :L1114 */
/* :L1115 */
.page-agentalldocs .instanda-agent-all-docs-content {
  min-height: 800px;
  /*documents alignment */

}
/* :L1117 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L1120 */
/* :L1121 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader/*Header*/ h3 {
  color: #12243a;
}
@media (orientation: portrait) and (min-device-width: 0px) and (max-device-width: 990px) {
  /* :L1125 */
  .page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader/*Header*/ h3 {
    font: normal normal bold 32px/32px 'poppins-regular', sans-serif;
  }
}
/* :L1132 */
/* :L1133 */
/* :L1134 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
}
/* :L1137 */
/* :L1138 */
/* :L1141 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList {
  text-decoration: none;
  border: 2px solid #d7ddea;
  border-radius: 5px;
  padding: 0px;
  background-color: transparent;
}
/* :L1147 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
  padding: 20px 40px;
  border-bottom: 1px solid #d7ddea;
  margin: 0;
}
/* :L1151 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li a {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L1164 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L1168 */
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font: normal normal bold 18px/21px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1178 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L1183 */
.page-agentalldocs .button-cls {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* :L1187 */
.page-agentalldocs .button-cls #backButton {
  font: normal normal bold 14px/17px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
/* :L1197 */
/* :L1198 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L1201 */
.page-agentclaims .logged-claim-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L1205 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L1208 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px 'poppins-regular', sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L1215 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* :L1220 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
  /* Extra small and small devices */

}
/* :L1222 */
.page-agentclaims .well .btn-claim-group .btn.btn-primary {
  width: 100%;
  position: relative;
  float: left;
  margin-right: 1%;
  width: 19%;
  margin-top: 2px;
  margin-bottom: 2px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-weight: bold;
  color: #1a1a1a;
}
@media (max-width: 767.9px) {
  /* :L1238 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* :L1243 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 30%;
  }
}
/* :L1249 */
.page-agentclaims #noClaimsMadeMessage {
  word-break: break-word;
  margin-top: 30px;
  margin-bottom: 40px;
  font: normal normal bold 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* related to bulk upload page*/

/* :L1259 */
/* :L1260 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L1263 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
}
/* :L1265 */
.page-bulkuploadclaims #uploadClaimsContainer label {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  font: normal normal bold 32px/36px 'poppins-regular', sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L1274 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 100%;
}
/* :L1280 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 100%;
}
/* :L1282 */
.page-bulkuploadclaims #uploadClaimsControlsContainer .submitButton {
  height: 45px;
  padding: 6px 12px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font: normal normal bold 18px/21px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  float: right;
}
/* :L1293 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a {
  font: normal normal bold 14px/17px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-right: 10px;
}
/* :L1300 */
.page-bulkuploadclaims .btn,
.page-bulkuploadclaims .btn-primary {
  width: 100%;
}
@media (max-width: 767.9px) {
  /* :L1305 */
  .page-bulkuploadclaims .btn-claim-group {
    display: grid;
  }
  /* :L1307 */
  .page-bulkuploadclaims .btn-claim-group button,
  .page-bulkuploadclaims .btn-claim-group input {
    width: 100%;
  }
}
/* :L1313 */
/* :L1314 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
  /*table content*/

}
/* :L1316 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader {
  padding-left: 15px;
}
/* :L1318 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader h3 {
  color: #12243a;
}
/* :L1322 */
/* :L1323 */
.page-customeraccountoptions .instanda-main-content-container .section_content a {
  font: normal normal bold 18px/21px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #6ec9c4;
  text-decoration: none;
}
/* :L1329 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
  position: relative;
  text-align: end;
  width: 85%;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  /* :L1337 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L1341 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
  width: 99%;
  text-align: end;
  position: relative;
  top: -28px;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  /* :L1350 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    position: relative;
    top: 0px;
  }
}
/* :L1357 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 98%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L1364 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    margin-top: 20px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L1370 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L1374 */
.page-customeraccountoptions .instanda-main-content-container .instanda-button.instanda-quote-button {
  font: normal normal bold 18px/21px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #6ec9c4;
  background: transparent;
  border: 0;
  padding: 0;
}
/* :L1382 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr:nth-child(1) {
  border-top: 2px solid #12243a;
  border-bottom: 2px solid #12243a;
  font: normal normal bold 12px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  line-height: 55px;
}
/* :L1390 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(1),
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(2),
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(3) {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1395 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tfoot > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tfoot > tr,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1398 */
.page-customeraccountoptions .instanda-main-content-container .linkcss {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #093266;
  text-decoration: none;
}
/* :L1405 */
.page-customeraccountoptions #agentSearchResultsTable .linkcss {
  padding-left: 25px;
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=U0U1eFVtc3NNVFpOTjBWT1VIWkdNVlZxWWpocloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxFNjE2ITNwYWJVRmZVNFkyLDEwMDAsakpUSnJySUtEbmFaWGtKcixLR1FBcUdtOUM5eWp5NVRHbSs1dFA1clFKNnFReE44THZtZ1g4K3phMS9ubE11Zmdmb3UycjBmRy9qZU1acmliMTdIVHNObXhJSVRManBYcDVrbkpSQT09") no-repeat;
  background-position: 0px center;
  background-size: 20px;
}
/* :L1412 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 568px) {
  /* :L1418 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L1420 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/* :L1426 */
/* :L1427 */
.page-cancelpolicy form > .container,
.page-cancellationquestionsforagentsite form > .container {
  margin-left: 0 ;
  margin-right: 0 ;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-cancelpolicy form > .container,
  .page-cancellationquestionsforagentsite form > .container {
    margin-left: 0;
    margin-right: 0;
  }
}
/* :L1436 */
.page-cancelpolicy .instanda-main-content-container,
.page-cancellationquestionsforagentsite .instanda-main-content-container {
  margin-top: 20px;
}
/* :L1439 */
.page-cancelpolicy #question198866,
.page-cancellationquestionsforagentsite #question198866 {
  display: none;
}
/* :L1443 */
/* :L1444 */
.page-cancelpolicy.logged-in-underwriter #question198866,
.page-cancellationquestionsforagentsite.logged-in-underwriter #question198866 {
  display: block;
}
/*Table content styling*/

/* :L1449 */
/* :L1450 */
.page-cancellationconfirmation .table > tbody > tr > th {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  padding-left: 0;
}
/* :L1454 */
.page-cancellationconfirmation .table > thead > tr > th {
  padding-left: 0;
}
/* :L1457 */
.page-cancellationconfirmation h4 {
  font-weight: 700;
}
/* :L1460 */
.page-cancellationconfirmation .download {
  margin-left: 80px;
  margin-bottom: 20px;
  height: auto;
}
/* :L1465 */
.page-cancellationconfirmation button[name="continueButton"] {
  display: none;
}
/* :L1469 */
/* :L1470 */
.page-cancellationconfirmation.logged-in-underwriter button[name="continueButton"] {
  display: block;
}
/* :L1474 */
@media (max-width: 767.9px) {
  /* :L1476 */
  .page-cancelpolicy .instanda-question-input,
  .page-cancellationquestionsforagentsite .instanda-question-input {
    width: 100%;
    padding-right: 0px;
  }
}
/*Date border styling*/

/* :L1483 */
#PolicyEffective_DATE,
#ClaimRecords_0__ClaimDate,
#ClaimRecords_0__LossDate,
#CancellationEffective_DATE,
#PolicyChangeEffective_DATE {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none;
}
/*Question alignment*/

/* :L1489 */
#question212663/*Policy information header*/,
#question178049/*Is this insurance required to close a loan transaction*//*,
#question178010*//*Effective date*/ {
  margin-left: 80px ;
  /*margin-right:80px ;*/

  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  #question212663,
  #question178049 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/* :L1500 */
#question178010/*Effective date*/ {
  width: auto;
}
/* :L1503 */
/* :L1504 */
.page-quickquotequestions #question183791,
.page-quickquotequestions/*Mortgagee*/ #question183797,
.page-quickquotequestions/*Flood Zone*/ #question183796,
.page-quickquotequestions/*Insured name or contact information*/ #question183795,
.page-quickquotequestions/*Mailing address*/ #question183794,
.page-quickquotequestions/*Property Information*/ #question183793,
.page-quickquotequestions/*Coverage or Deductible*/ #question183792,
.page-quickquotequestions/*Future Billing*/ #question203128 {
  /*Other*/
  flex-basis: 48%;
  display: block;
  background-color: #6ec9c4;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 20px;
}
/* :L1518 */
.page-quickquotequestions #question183791 .confirmQuestionCheckbox,
.page-quickquotequestions/*Mortgagee*/ #question183797 .confirmQuestionCheckbox,
.page-quickquotequestions/*Flood Zone*/ #question183796 .confirmQuestionCheckbox,
.page-quickquotequestions/*Insured name or contact information*/ #question183795 .confirmQuestionCheckbox,
.page-quickquotequestions/*Mailing address*/ #question183794 .confirmQuestionCheckbox,
.page-quickquotequestions/*Property Information*/ #question183793 .confirmQuestionCheckbox,
.page-quickquotequestions/*Coverage or Deductible*/ #question183792 .confirmQuestionCheckbox,
.page-quickquotequestions/*Future Billing*/ #question203128 .confirmQuestionCheckbox {
  display: flex;
}
/* :L1521 */
.page-quickquotequestions #question183791 .confirmQuestionText,
.page-quickquotequestions/*Mortgagee*/ #question183797 .confirmQuestionText,
.page-quickquotequestions/*Flood Zone*/ #question183796 .confirmQuestionText,
.page-quickquotequestions/*Insured name or contact information*/ #question183795 .confirmQuestionText,
.page-quickquotequestions/*Mailing address*/ #question183794 .confirmQuestionText,
.page-quickquotequestions/*Property Information*/ #question183793 .confirmQuestionText,
.page-quickquotequestions/*Coverage or Deductible*/ #question183792 .confirmQuestionText,
.page-quickquotequestions/*Future Billing*/ #question203128 .confirmQuestionText {
  margin-left: 40px;
}
/* :L1524 */
.page-quickquotequestions #question183791 input[type=checkbox],
.page-quickquotequestions/*Mortgagee*/ #question183797 input[type=checkbox],
.page-quickquotequestions/*Flood Zone*/ #question183796 input[type=checkbox],
.page-quickquotequestions/*Insured name or contact information*/ #question183795 input[type=checkbox],
.page-quickquotequestions/*Mailing address*/ #question183794 input[type=checkbox],
.page-quickquotequestions/*Property Information*/ #question183793 input[type=checkbox],
.page-quickquotequestions/*Coverage or Deductible*/ #question183792 input[type=checkbox],
.page-quickquotequestions/*Future Billing*/ #question203128 input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  margin-left: 0px;
}
/* :L1531 */
.page-quickquotequestions .wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media (max-width: 465px) {
  /* :L1537 */
  .page-quickquotequestions .wrapper {
    display: block;
  }
}
/* :L1544 */
/* :L1545 */
.page-prequotequestions #question209333,
.page-prequotequestions/*Underwriter Syndicate Quote Return Selection, Please leave boxes checked for the syndicates that you would like to quote the risk.*/ #question208284,
.page-prequotequestions/*Argo*/ #question209588,
.page-prequotequestions/*Chaucer*/ #question208285,
.page-prequotequestions/*FlowPartner*/ #question208286,
.page-prequotequestions/*Hiscox*/ #question208287,
.page-prequotequestions/*Selective*/ #question208288,
.page-prequotequestions/*Vave*/ #question484870,
.page-prequotequestions/*Scor*/ #question301261 {
  /*Brit*/
  display: none;
}
/* :L1557 */
/* :L1558 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter #question209333 {
  /*Underwriter Syndicate Quote Return Selection, Please leave boxes checked for the syndicates that you would like to quote the risk.*/
  display: block;
}
/* :L1561 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter #question208284,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Argo*/ #question301261,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Brit*/ #question209588,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Chaucer*/ #question208285,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*FlowPartner*/ #question208286,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Hiscox*/ #question208287,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Selective*/ #question208288,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Vave*/ #question484870,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Scor*/ #question301261 {
  /*Brit*/
  flex-basis: 48%;
  display: block;
  background-color: #fad7a0;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 20px;
}
/* :L1576 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter #question208284 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Argo*/ #question301261 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Brit*/ #question209588 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Chaucer*/ #question208285 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*FlowPartner*/ #question208286 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Hiscox*/ #question208287 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Selective*/ #question208288 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Vave*/ #question484870 .confirmQuestionCheckbox,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Scor*/ #question301261 .confirmQuestionCheckbox {
  display: flex;
}
/* :L1579 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter #question208284 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Argo*/ #question301261 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Brit*/ #question209588 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Chaucer*/ #question208285 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*FlowPartner*/ #question208286 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Hiscox*/ #question208287 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Selective*/ #question208288 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Vave*/ #question484870 .confirmQuestionText,
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Scor*/ #question301261 .confirmQuestionText {
  margin-left: 40px;
}
/* :L1582 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter #question208284 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Argo*/ #question301261 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Brit*/ #question209588 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Chaucer*/ #question208285 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*FlowPartner*/ #question208286 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Hiscox*/ #question208287 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Selective*/ #question208288 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Vave*/ #question484870 input[type=checkbox],
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter/*Scor*/ #question301261 input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  margin-left: 0px;
}
/* :L1589 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter .wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media (max-width: 465px) {
  /* :L1595 */
  .page-prequotequestions.created-from-newbusiness.logged-in-underwriter .wrapper {
    display: block;
  }
}
/* :L1599 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter .checkbox {
  margin-bottom: 5px;
}
/*Confirm billing address page disabled name and address*/

/* :L1605 */
/* :L1606 */
.page-confirmbillingdetails .instanda-buttonlist-payment-online-billing-details {
  margin-top: 50px;
}
/* :L1609 */
/* :L1610 */
/* :L1611 */
.page-confirmbillingdetails .instanda-main-content form > div:nth-child(4),
.page-confirmbillingdetails .instanda-main-content form > div:nth-child(5) {
  display: none;
}
/* :L1617 */
/* :L1618 */
#question179885/*Prequotequestion Replacement Cost Information*/ > .instanda-text-question > .instanda-question-input {
  width: 47%;
  padding-right: 0;
}
/*-----------------------------------STYLING FOR QUESTION HELP TEXT-----*/

/* :L1624 */
#question209412 {
  width: 100%;
}
/* :L1627 */
/* :L1628 */
/* :L1629 */
#question178047 > .instanda-text-question .instanda-question-help-col,
#question178048 > .instanda-text-question .instanda-question-help-col {
  padding-left: 0;
}
/* :L1634 */
/* :L1636 */
#question179885 > .instanda-text-question,
/*Dwelling Full Replacement Value*/ #question209413 > .instanda-text-question,
#question178047 > .instanda-text-question,
#question178048 > .instanda-text-question {
  display: flex;
}
/* :L1638 */
#question179885 > .instanda-text-question .instanda-question-help-col,
/*Dwelling Full Replacement Value*/ #question209413 > .instanda-text-question .instanda-question-help-col,
#question178047 > .instanda-text-question .instanda-question-help-col,
#question178048 > .instanda-text-question .instanda-question-help-col {
  width: auto;
}
/* :L1641 */
#question179885 > .instanda-text-question .form-group,
/*Dwelling Full Replacement Value*/ #question209413 > .instanda-text-question .form-group,
#question178047 > .instanda-text-question .form-group,
#question178048 > .instanda-text-question .form-group {
  width: 100%;
}
/*-----------------------------------------------------END--------------*/

/*----------------------------------------ADDRESS and COVERAGE QUALIFIER RADIO BUTTON*/

/* :L1649 */
/* :L1650 */
.page-quickquotequestions.created-from-detailchange #question178021 .instanda-question-label label {
  /*address question*/
  position: relative;
}
/* :L1654 */
/* :L1655 */
#question178021/*Quick quote question address alignment*/ .instanda-question-label label {
  position: absolute;
}
/* :L1658 */
#question178021/*Quick quote question address alignment*/ .instanda-text-question > .instanda-question-input {
  display: flex;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 767.9px) {
  /* :L1663 */
  #question178021 .instanda-text-question > .instanda-question-input > div {
    width: 350px;
  }
  /* :L1666 */
  #question178021 .instanda-text-question > .instanda-question-input > div:first-child {
    width: 1000px;
  }
  /* :L1669 */
  #question178021 .instanda-text-question > .instanda-question-input > div:nth-child(2),
  #question178021 .instanda-text-question > .instanda-question-input #state-containerPropertyAddressState_TXT {
    margin-right: 10px;
  }
}
/* :L1673 */
/* :L1674 */
#question178021/*Quick quote question address alignment*/ .instanda-text-question > .instanda-question-input > div:first-child > div {
  display: flex;
  margin-top: 25px;
}
/* :L1677 */
#question178021/*Quick quote question address alignment*/ .instanda-text-question > .instanda-question-input > div:first-child > div > .instanda-question-input {
  margin-right: 10px;
  width: 100%;
}
/*----------------------------QUICK QUOTE QUESTION Coverage Qualifier HIDE & SHOW Questions*/

/* :L1687 */
/* :L1688 */
#question181943/*Do any of the following apply question*/ .form-group {
  margin-bottom: 10px;
}
/* :L1692 */
.show-children-yes-no {
  height: auto !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}
/* :L1696 */
.show-children-yes-no .label-danger {
  display: none;
}
/* :L1700 */
.show-children-label-yes-no {
  display: block !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}
/* :L1705 */
.show-children-label-yes-no .instanda-question-label {
  display: block !important;
}
/* :L1708 */
.show-children-label-yes-no .instanda-text-question {
  display: none;
}
/* :L1711 */
.show-children-label-yes-no .radio-inline,
.show-children-label-yes-no .label-danger {
  display: none;
}
/* :L1715 */
#QualifierQuestions_YNP_Children .yes-no-cls,
#question181943 > .instanda-question-parent-yes-no {
  display: flex;
  margin-bottom: 0;
}
/* :L1718 */
#QualifierQuestions_YNP_Children .yes-no-cls > .instanda-text-question,
#question181943 > .instanda-question-parent-yes-no > .instanda-text-question {
  margin-right: -15px;
}
/* :L1721 */
#QualifierQuestions_YNP_Children .yes-no-cls > .instanda-question-label,
#question181943 > .instanda-question-parent-yes-no > .instanda-question-label {
  width: 65%;
  margin-bottom: 10px;
}
/*----------------------------------------------------------------END*/

/* :L1728 */
/* :L1730 */
/* :L1731 */
/* :L1732 */
.page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem {
  display: flex;
}
/* :L1734 */
.page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem > div {
  width: 100%;
}
/* :L1737 */
.page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem > div:first-child {
  margin-right: 10px;
}
/*.page-quickquotequestions.page-number-2{*/

/*#question178010{
		width:100%;
	}*/

/* :L1748 */
#question179636 {
  width: 70%;
  padding-right: 10px;
}
/* :L1752 */
#question178049 {
  width: 100%;
  padding-right: 10px;
}
/* :L1756 */
#question178046 .instanda-question-input .form-group {
  width: 100%;
}
/* :L1759 */
#question179869 {
  padding-left: 0px;
}
/* :L1762 */
#question178047,
#question178048 {
  width: 100%;
}
/*#question210787{  /*Is this a Prior Policy Renewal?*/

/*#PriorPolicyRenewal_YN_Children{
          #question210427,#question210428,#question210429{
			.instanda-input-prepend{
            	width:100%;
              padding-right:15px;
			}
          }
          #question209937{
            padding-right:15px;
          }
  		}
	}*/

/*@media(max-width:767.9px){
      	#question209936{  /*Is this a Prior Policy Renewal?*/

/*#PriorPolicyRenewal_YN_Children{
          		#question210427,#question210428,#question210429{
					.instanda-input-prepend{
              			padding-right:0px;
					}
          		}
          		#question209937{
            		padding-right:0px;
          		}
  			}
		}
	}*/

/* :L1792 */
/* :L1793 */
/* :L1794 */
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList {
  display: flex;
  flex-wrap: wrap;
}
/* :L1797 */
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList .instanda-well,
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question212663 {
  flex-basis: 100%;
}
/* :L1800 */
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question178049,
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question178010 {
  flex-basis: 33%;
}
@media (max-width: 767.9px) {
  .page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question178049,
  .page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question178010 {
    flex-basis: 100%;
  }
}
/* :L1805 */
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question178049 > .instanda-text-question > .instanda-question-input,
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList #question178010 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1811 */
.page-quickquotequestions.page-number-2 #collapse_212663 {
  display: flex;
  flex-wrap: wrap;
}
/* :L1814 */
.page-quickquotequestions.page-number-2 #collapse_212663 .questionItem {
  flex-basis: 50%;
}
@media (max-width: 767.9px) {
  .page-quickquotequestions.page-number-2 #collapse_212663 .questionItem {
    flex-basis: 100%;
  }
}
/* :L1819 */
.page-quickquotequestions.page-number-2 #collapse_212663 .questionItem > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1823 */
.page-quickquotequestions.page-number-2 #collapse_212663 .questionItem.yes-no-cls {
  flex-basis: 100%;
}
/* :L1828 */
/* :L1829 */
.page-quickquotequestions.page-number-2.logged-in-agent #question210788,
.page-quickquotequestions.page-number-2.logged-in-agent #question210789,
.page-quickquotequestions.page-number-2.logged-in-agent #question210790,
.page-quickquotequestions.page-number-2.logged-in-agent #question210791 {
  display: none !important;
  height: 0 !important;
}
/* :L1834 */
/* :L1835 */
/* :L1836 */
.page-prequotequestions #question179872 input[type=radio],
.page-prequotequestions #question179883 input[type=radio],
.page-prequotequestions #question179877 input[type=radio],
.page-prequotequestions #question179884/*------------Foundation Image Question-------*/ input[type=radio] {
  display: none;
}
/* :L1840 */
/* :L1841 */
.page-prequotequestions #ElevationCert_YNP_Children .instanda-text-question > .instanda-question-input,
.page-prequotequestions #ElevationCert_YNP_Children .instanda-input-prepend,
.page-prequotequestions #ElevationCert_YNP_Children #question179660 > .instanda-text-question > .instanda-question-input > .form-group {
  width: 100%;
  padding-right: 0;
}
/* :L1846 */
/* :L1847 */
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 .instanda-text-question > .instanda-question-input,
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 .instanda-input-prepend {
  width: 100%;
}
/* :L1850 */
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 #question199028 .instanda-question-input .form-group {
  display: flex;
}
/* :L1852 */
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 #question199028 .instanda-question-input .form-group .radio {
  padding-right: 10px;
}
@media (max-width: 450px) {
  /* :L1858 */
  /* :L1859 */
  .page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 #question199028 .instanda-question-input .form-group {
    display: block;
    width: 100%;
  }
}
@media (min-width: 790px) and (max-width: 826px) {
  /* :L1866 */
  /* :L1867 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179657 {
    /*Base Flood Elevation*/
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 826px) {
  /* :L1873 */
  /* :L1874 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179660 {
    /*Elevation Datum*/
    margin-top: 20px;
  }
}
@media (min-width: 773px) and (max-width: 826px) {
  /* :L1880 */
  /* :L1881 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179659 {
    /*Elevation Difference*/
    margin-top: 20px;
  }
}
@media (min-width: 767.9px) {
  /* :L1887 */
  .page-prequotequestions #ElevationCert_YNP_Children {
    display: flex;
  }
  /* :L1889 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179657,
  .page-prequotequestions #ElevationCert_YNP_Children #question179658,
  .page-prequotequestions #ElevationCert_YNP_Children #question179659,
  .page-prequotequestions #ElevationCert_YNP_Children #question179660 {
    /*Base Flood Elevation, Lowest Floor Elevation, Elevation Datum, Elevation Difference*/
    width: 100%;
  }
  /* :L1891 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179657 .instanda-question-input,
  .page-prequotequestions #ElevationCert_YNP_Children #question179658 .instanda-question-input,
  .page-prequotequestions #ElevationCert_YNP_Children #question179659 .instanda-question-input,
  .page-prequotequestions #ElevationCert_YNP_Children #question179660 .instanda-question-input {
    display: block;
  }
  /* :L1895 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179657,
  .page-prequotequestions #ElevationCert_YNP_Children #question179658,
  .page-prequotequestions #ElevationCert_YNP_Children #question179659 {
    /*Base Flood Elevation, Lowest Floor Elevation, Elevation Datum*/
    margin-right: 15px;
  }
  /* :L1899 */
  .page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 {
    /*Year of Loss, Amount Paid, Was the property elevated after the loss?*/
    display: flex;
  }
}
/* :L1904 */
.page-prequotequestions #question179884 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1907 */
/* :L1908 */
.page-prequotequestions #question179872 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1912 */
.page-prequotequestions #question179877 {
  padding-left: 0;
}
/* :L1915 */
/* :L1916 */
.page-prequotequestions #question207397 .instanda-text-question {
  margin-bottom: 0px;
}
/* :L1920 */
.page-prequotequestions .radio {
  margin-top: 0;
}
/* :L1923 */
/* :L1924 */
/* :L1925 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1927 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question > .instanda-question-input > div {
  display: flex;
  flex-wrap: wrap;
}
/* :L1931 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question > .instanda-question-input .radio-inline {
  background-color: white;
}
/* :L1935 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question label:nth-child(1) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VWt0eldEQktkVzhzTURCSExIcElSekZLTXpOM2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxJRjh0Z3ZrRklDT0NlTVZ3LDEwMDAsekFQdXI0RGNGSUJZQ1N3QyxILzN3U1l2QmloTE8xMkhxeVRab3JLNWZydjUxZ09vNm5aWkxWT2RuTjdBN1d6Vm9WbnFQQ2RFS3FRSG4yL08zV3pMOGJUaTZ1OXVpNFBCd2U2ZkZFQT09") no-repeat;
  background-size: 100%;
  background-position-y: 25px;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179872 > div:first-child > .instanda-text-question label:nth-child(1) {
    background-position-y: 75px;
  }
}
/* :L1943 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question label:nth-child(2) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=T1dJeFJEUkZaa1JCUjNkemRscHdOVE5GYzAxVFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwzRGJQNThucDVJZEhQanlULDEwMDAsZjVUeWchUyFoYWxjdldjTywrMTF3OC9VWUJlWVFPRTgzK2d5YVpZdXkvY0srMnhBaXNMR05kcEdoUnR1czNodmlmcDdPaktHbCt1Ly9zL2NKTWU4TnlyeDVpUmRiYzd3Y21lMG12QT09") no-repeat;
  background-size: 100%;
  background-position-y: 60px;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179872 > div:first-child > .instanda-text-question label:nth-child(2) {
    background-position-y: 95px;
  }
}
/* :L1951 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question label:nth-child(3) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZERoalQxZGtPVXhHZWxjc2VVWnBSWE5FTEhSQlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxlRlFsQ203cHlsWFNJRTRVLDEwMDAsb2tHY1lpOTlmWXJrb2ZhTyxudkNGdWE3aDVFQnJ2azlFRzN1Q2l5S2cvZlJCWU1LeFRQa2VDZ3J1R0s2T1A0akVQZHd2YWNGcXhUQXRmUW9Ca2trYmNzcitqdVZ5WW52VXY0ZEt6Zz09") no-repeat;
  background-size: 100%;
  background-position-y: 68px;
}
/* :L1956 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question label {
  width: 300px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179872 > div:first-child > .instanda-text-question label {
    width: 215px;
    height: 235px;
  }
}
/* :L1969 */
/* :L1970 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1972 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group {
  display: flex;
  flex-wrap: wrap;
}
/* :L1975 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div label {
  width: 300px;
  height: 250px;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div label {
    width: 215px;
    height: 235px;
  }
}
/* :L1986 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(1) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=V2pCcExXOHphRmw1YkhvNGQzQllTME5MT0VST1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxxYTVjZUl0NDczbU5ARnQ2LDEwMDAsa1JrZ1ZZeDNiTTZDOUVrVix6ajdpQlN4Z2tONTlFbEIrR0dJU25nejhhRzlBR05xc0wrVFFTRGNUU1NZclFtcVR6VXNHQ0lDOUJFK25OSnViRk1yeHkraEFPWXdwTXBZTUhqeXp2UT09") no-repeat;
  background-size: 100%;
  background-position-y: 55px;
  background-color: white;
}
/* :L1993 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(2) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=V21SYVNqaGlaVTV6VG5JeVRTMXNlVlphUlZSWVFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx2VXZMRCF1YzNVSUVqUkFPLDEwMDAsdW5pNmVJTEFMTUdLU1FvNCxmRTBvZHBibXAwMFI4WEFNSjJrd1d4YmV0Q1RVRWdsL0lIV0YralpXSFRFaWgvK1N4bFV6SUszZ3R4RTJhbTBkUkQrek5veS9senpGS3VZbk55RzZzdz09") no-repeat;
  background-size: 100%;
  background-position-y: 55px;
  background-color: white;
}
/* :L1999 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(3) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VWt0eldEQktkVzhzTURCSExIcElSekZLTXpOM2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxJRjh0Z3ZrRklDT0NlTVZ3LDEwMDAsekFQdXI0RGNGSUJZQ1N3QyxILzN3U1l2QmloTE8xMkhxeVRab3JLNWZydjUxZ09vNm5aWkxWT2RuTjdBN1d6Vm9WbnFQQ2RFS3FRSG4yL08zV3pMOGJUaTZ1OXVpNFBCd2U2ZkZFQT09") no-repeat;
  background-size: 100%;
  background-position-y: 25px;
  background-color: white;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(3) label {
    background-position-y: 55px;
  }
}
/* :L2008 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(4) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WW1aQk9HdDVjalZzWW5KamFtWTVTSG90U1c5TGQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjOXkhWEBQZXpIZkB2OSF0LDEwMDAsMjRpIWxvN2lLZk0wWnBDSSx6R3NxY0FmWXZmMXBHWTgzK1F5emFuZnA2aDhBTWNiN2VDYm01cHlFV0dOeWc3RDNEZHNwcmpOd0JiSXJaWk14T292T09DTmoxTjY3M2xsZE5acDV4UT09") no-repeat;
  background-size: 100%;
  background-position-y: 25px;
  background-color: white;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(4) label {
    background-position-y: 55px;
  }
}
/* :L2017 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(5) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WTBKMVZFUmlRbFpwWjJrdE5qZEthQzFEZUdZMVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsSGNURm1PMEs2VWNzWXhPLDEwMDAsUjNkSDczUEM5a0FGWnd3ZyxIVyt1bW5TbnZMNzVMZXg0S0NZcHZ1ZE93MVVWaFJoM2ozeW9NeGliRzJmUXREL1A2Z0k5RE1XU2RweFlPN2szWDU2M2xVWHdRZDVRVllsYmcxbmQrZz09") no-repeat;
  background-size: 100%;
  background-position-y: 55px;
  background-color: white;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(5) label {
    background-position-y: 85px;
  }
}
/* :L2026 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(6) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZFdsUk5tMWlVMGRtYjJoM2FXcFpSbkZsY3psdWQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxoMkpHRnVoU2UhdWQxa05YLDEwMDAsV01zU254VmdnRU5XWXk4YSxrdzBmRVpjR25TNnJNTW5DRnNCWUMvWFhYRk80dDRUY0JuQlIxQys1czJpbFRQeVFrNHc2UHlIUmMyUDRZajM4eVZXZVhzL0poR2ExV0g5S1NUVzVaUT09") no-repeat;
  background-size: 100%;
  background-position-y: 55px;
  background-color: white;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(6) label {
    background-position-y: 85px;
  }
}
/* :L2039 */
/* :L2041 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input > div {
  display: flex;
  flex-wrap: wrap;
}
/* :L2044 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input > div label {
  width: 300px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input > div label {
    width: 215px;
    height: 235px;
  }
}
/* :L2056 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input label:nth-child(1) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UVdocGQydHJOMlpYYm5weFRsTTBiVGRCYlVWa2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx6WCFkUkxrZ1pETHJTYmhwLDEwMDAscVJsT1hTYVhEIUVROXQyVixFWlB5Z2ZUZ29ZUEIwZ3QrRmJaUXJPeDJpVDVrMEEvaFY5bE5ZbFNXUlNNZWJ3K3o3eTQwclBjMmVLc1dDcHdTUlBEZ3B2TXp3c1NNQ2drak94bnBLZz09") no-repeat;
  background-size: 100%;
  background-position-y: 90px;
  background-color: white;
}
/* :L2063 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input label:nth-child(2) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VWtGak1WcExWUzAzU3pkR2FuY3pRbVpJVFd0clFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxSSDhGc3RLbm5rcjchSnVoLDEwMDAsQU0hcDlXd21jeXpucldNaSxFeGpHOCtCSXVZN045TlVrMnphSnFXVitFVU9ZalZUKzdpOFpPc29Ld2c5WEZkQmc1aXMxYXAvM0VUc0NLNG85dFdmM0tyMWd5Y01HdDJnMDVUTXdyUT09") no-repeat;
  background-size: 100%;
  background-position-y: 70px;
  background-color: white;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input label:nth-child(2) {
    background-position-y: 55px;
  }
}
/* :L2072 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input label:nth-child(3) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkZKaFlrOWlTbVZ2WXpWemVVaG5aV3h5VVdaa2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxQSEo2S3l1N29uZTJXUklrLDEwMDAsY01QdzRZIUFXRk9lWEB0RixJYkVLTzh1S0Q2aUhPNXNhb2V0UDZKdjhRUVBvTkZKWHh6a1QrQWJld0d4bUZRNHlTQzNuMm83em9ic0lPQ1poM2J6RXpzZEJyVmhwdzBKREJPK095QT09") no-repeat;
  background-size: 100%;
  background-position-y: 70px;
  background-color: white;
}
@media (max-width: 360px) {
  .page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input label:nth-child(3) {
    background-position-y: 55px;
  }
}
/* :L2081 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input label:nth-child(4) {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=T1dJeFJEUkZaa1JCUjNkemRscHdOVE5GYzAxVFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwzRGJQNThucDVJZEhQanlULDEwMDAsZjVUeWchUyFoYWxjdldjTywrMTF3OC9VWUJlWVFPRTgzK2d5YVpZdXkvY0srMnhBaXNMR05kcEdoUnR1czNodmlmcDdPaktHbCt1Ly9zL2NKTWU4TnlyeDVpUmRiYzd3Y21lMG12QT09") no-repeat;
  background-size: 100%;
  background-position-y: 70px;
  background-color: white;
}
/* :L2089 */
/* :L2090 */
#question179884 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L2092 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* :L2096 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group > div label {
  width: 300px;
  height: 250px;
  margin-right: 10px;
}
@media (max-width: 360px) {
  #question179884 > .instanda-text-question > .instanda-question-input > .form-group > div label {
    width: 215px;
    height: 235px;
  }
}
/* :L2106 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group .radio label {
  background-color: white;
}
/* :L2109 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(1) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZERoalQxZGtPVXhHZWxjc2VVWnBSWE5FTEhSQlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxlRlFsQ203cHlsWFNJRTRVLDEwMDAsb2tHY1lpOTlmWXJrb2ZhTyxudkNGdWE3aDVFQnJ2azlFRzN1Q2l5S2cvZlJCWU1LeFRQa2VDZ3J1R0s2T1A0akVQZHd2YWNGcXhUQXRmUW9Ca2trYmNzcitqdVZ5WW52VXY0ZEt6Zz09") no-repeat;
  background-size: 100%;
  background-position-y: 70px;
  background-color: white;
}
/* :L2115 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group > div:nth-child(2) label {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TVhWRGRXWlVRMDlMU25SeWVuUTFkakI1V0ZwMVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxMb2R3UHN5U1ZUYUZCSkohLDEwMDAsYk03bjhhdXg5TmtKTHRiZywyRVd2TmVHdTdjSTB0RFNGUXRyMkU2am5EWmRHdGVVV1lkYXVMVFN1dWVYOTJXS0xGaHdiUUFPUG9UdzBWNnFFMThsRGxsNXU2NTE3U2tvbk8yOFNVZz09") no-repeat;
  background-size: 100%;
  background-position-y: 90px;
  background-color: white;
}
/* :L2124 */
/* :L2125 */
.page-postquotequestions .instanda-post-quote-questions button {
  margin-top: 5px;
}
/* :L2128 */
/* :L2129 */
.page-postquotequestions #insertMortgageeMultiItemsHere > .container .col-sm-6,
.page-postquotequestions #insertMortgageeMultiItemsHere > .container .col-md-6,
.page-postquotequestions #insertMortgageeMultiItemsHere > .container .col-lg-6 {
  width: 100%;
}
/* :L2133 */
.page-postquotequestions .instanda-multi-item-summary-header {
  border-top: 1.5px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L2137 */
.page-postquotequestions li {
  vertical-align: middle;
}
/* :L2140 */
.page-postquotequestions .instanda-multi-item-summary-and-questions {
  border-bottom: 1px solid #d7ddea;
}
/* :L2143 */
/* :L2144 */
.page-postquotequestions .radio .instanda-selected input,
.page-postquotequestions .radio .instanda-unselected input {
  display: none;
}
/* :L2147 */
.page-postquotequestions .radio .instanda-unselected {
  height: 45px;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
/* :L2157 */
.page-postquotequestions .radio .instanda-selected {
  height: 45px;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
/* :L2170 */
/* :L2171 */
.page-postquotequestions #question178085 .instanda-question-label label {
  position: absolute;
}
/* :L2174 */
.page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input {
  display: flex;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 767px) {
  /* :L2179 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div {
    width: 350px;
  }
  /* :L2182 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:first-child {
    width: 1000px;
  }
  /* :L2185 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:nth-child(2),
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input #state-containerMailingAddressState_TXT {
    margin-right: 10px;
  }
}
/* :L2189 */
/* :L2190 */
.page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:first-child > div {
  display: flex;
  margin-top: 30px;
}
/* :L2193 */
.page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:first-child > div > .instanda-question-input {
  margin-right: 10px;
  width: 100%;
}
/* :L2201 */
/* :L2202 */
.page-postquotequestions #question181547 .instanda-question-label label {
  position: absolute;
}
/* :L2205 */
.page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input {
  display: flex;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 767px) {
  /* :L2210 */
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div {
    width: 500px;
  }
  /* :L2213 */
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:first-child {
    width: 1000px;
  }
  /* :L2216 */
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:nth-child(2),
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input #state-containerMortgageeAddressState_TXT__14481__1,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input #state-containerMortgageeAddressState_TXT__14481__2,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input #state-containerMortgageeAddressState_TXT__14481__3 {
    margin-right: 10px;
  }
}
/* :L2221 */
/* :L2222 */
.page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:first-child > div {
  display: flex;
  margin-top: 25px;
}
/* :L2225 */
.page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:first-child > div > .instanda-question-input {
  margin-right: 10px;
  width: 100%;
}
/* :L2233 */
/* :L2234 */
.page-postquotequestions .name .instanda-question-name-title {
  padding-top: 25px !important;
}
/*Added space between question label and input variable*/

/* :L2240 */
/* :L2241 */
.page-postquotequestions.created-from-detailchange #question178085 .instanda-question-input {
  margin-top: 25px;
}
/* :L2245 */
/* :L2246 */
.page-prequotequestions .outer-wrapper,
.page-quickquotequestions .outer-wrapper,
.page-postquotequestions .outer-wrapper {
  display: flex;
  padding-left: 0px;
}
/* :L2249 */
.page-prequotequestions .outer-wrapper .instanda-question-input,
.page-quickquotequestions .outer-wrapper .instanda-question-input,
.page-postquotequestions .outer-wrapper .instanda-question-input {
  width: 100%;
  padding-right: 0px;
}
/* :L2256 */
/* :L2257 */
.page-quickquote #mapRisk img {
  width: 100%;
}
/* :L2260 */
.page-quickquote #question179637/*Quickquote display adjustment question header*/ {
  display: none;
}
/* :L2263 */
.page-quickquote .updated-header h3 {
  color: #565e71;
}
/* :L2266 */
.page-quickquote .instanda-well .form-group {
  /*-----all input questions-----*/
  margin-bottom: 5px;
}
/* :L2269 */
.page-quickquote #question181778 {
  /*---Matched Address Number question----*/
  width: 100%;
}
@media (min-width: 992px) {
  /* :L2273 */
  .page-quickquote #question179637 .instanda-questionHeader h3 {
    /*-----Please verify the following information header-----*/
    margin-top: 0 !important;
  }
  /* :L2276 */
  .page-quickquote .outer-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1145px) {
  /* :L2281 */
  /* :L2282 */
  .page-quickquote #question181778 .instanda-question-input {
    display: block;
  }
  /* :L2284 */
  .page-quickquote #question181778 .instanda-question-input > label:first-child {
    margin-bottom: 5px;
    margin-right: 0px;
  }
}
/* :L2293 */
/* :L2294 */
.page-confirmation2 .question_cls {
  padding-left: 0;
}
/* :L2297 */
.page-confirmation2 .main-heading {
  font: normal normal bold 64px/64px 'poppins-regular', sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-bottom: 20px;
}
/* :L2303 */
.page-confirmation2 .sub-heading {
  font: normal normal normal 24px/32px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-bottom: 20px;
}
/* :L2309 */
.page-confirmation2 .question_cls p {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
}
/* :L2315 */
.page-confirmation2 .details-cls {
  margin-bottom: 50px;
  padding-left: 0;
  width: 100%;
}
/* :L2319 */
/* :L2320 */
.page-confirmation2 .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L2325 */
.page-confirmation2 .details-cls .table th {
  padding: 8px 8px 8px 0px;
}
/* :L2328 */
.page-confirmation2 .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2333 */
.page-confirmation2 .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L2335 */
.page-confirmation2 .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2341 */
.page-confirmation2 .details-cls .table tbody > tr > td,
.page-confirmation2 .details-cls .table tbody > tr > th,
.page-confirmation2 .details-cls .table tfoot > tr > td,
.page-confirmation2 .details-cls .table tfoot > tr > th,
.page-confirmation2 .details-cls .table thead > tr > td,
.page-confirmation2 .details-cls .table thead > tr > th {
  border: none;
}
/* :L2344 */
.page-confirmation2 .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L2347 */
.page-confirmation2 .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L2352 */
.page-confirmation2 .doc-cls {
  margin-top: 60px;
  border: 2px solid #d7ddea;
  border-radius: 5px;
}
/* :L2356 */
.page-confirmation2 .doc-cls .doc-cls-header {
  color: black;
  border-bottom: 1px solid #d7ddea;
  padding: 15px;
}
/* :L2361 */
.page-confirmation2 .doc-cls .doc-cls-file {
  padding: 15px 35px;
  /*display:flex;*/
  background-image: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=V1RONFJrdHVRbmw2WlRoalFtbDJVVWRDTjFsdmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVelVDOWZtSlBAYmxDTWVVLDEwMDAsOTA3ZWpXRG1QUndrT2QwSyw4cGlMNURzRFRIdHRrczlQbXZBajJBck8zaVduT25aN0R0aTdqNFcxWjBVbnVFSWRlRVBieDJ2M0FxemJuOXVYeGcyNVdQQkw3cnhtZmhYcEZTSmpLZz09");
  background-repeat: no-repeat;
  background-position-y: 16px;
  background-position-x: 13px;
}
/* :L2368 */
.page-confirmation2 .doc-cls .doc-cls-file br {
  display: none;
}
/* :L2373 */
.page-confirmation2 .image_cls {
  padding-left: 0px;
}
/* :L2376 */
.page-confirmation2 #backToDb {
  padding: 12px;
  border: 5px;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 991.9px) {
  /* :L2383 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
    padding-left: 0;
  }
  /* :L2387 */
  .page-confirmation2 .instanda-confirmation-content > div:nth-child(2) {
    margin-bottom: 30px;
  }
}
/* :L2392 */
#question182335 {
  width: 100%;
}
/* :L2395 */
/* :L2396 */
.page-quickquote #question179631,
.page-quickquote #question179864,
.page-quickquote #question179865,
.page-quickquote #question181777,
.page-quickquote #question181779,
.page-quickquote #question181780,
.page-quickquote #question181781,
.page-quickquote #question181782,
.page-quickquote #question182332,
.page-quickquote #question182333,
.page-quickquote #question182334,
.page-quickquote #question182335,
.page-quickquote #question182336,
.page-quickquote #question182337,
.page-quickquote #question182338,
.page-quickquote #question182339,
.page-quickquote #question182340,
.page-quickquote #question182341,
.page-quickquote #question182342,
.page-quickquote #question182343,
.page-quickquote #question182344,
.page-quickquote #question182345,
.page-quickquote #question182346,
.page-quickquote #question182347,
.page-quickquote #question182348,
.page-quickquote #question182349,
.page-quickquote #question182350,
.page-quickquote #question182351,
.page-quickquote #question182352,
.page-quickquote #question182353,
.page-quickquote #question182354,
.page-quickquote #question182355,
.page-quickquote #question182356,
.page-quickquote #question182357,
.page-quickquote #question182358,
.page-quickquote #question182359,
.page-quickquote #question182361,
.page-quickquote #question182362,
.page-quickquote #question182363,
.page-quickquote #question182365,
.page-quickquote #question182366,
.page-quickquote #question182367,
.page-quickquote #question182368,
.page-quickquote #question182369,
.page-quickquote #question182370,
.page-quickquote #question182371,
.page-quickquote #question182372,
.page-quickquote #question182373,
.page-quickquote #question182374,
.page-quickquote #question182375,
.page-quickquote #question182376,
.page-quickquote #question182377,
.page-quickquote #question182378,
.page-quickquote #question182379,
.page-quickquote #question182380,
.page-quickquote #question182381,
.page-quickquote #question182382,
.page-quickquote #question182383,
.page-quickquote #question183781,
.page-quickquote #question183780 {
  width: 100%;
}
/* :L2400 */
/* :L2401 */
.page-prequotequestions #question179626,
.page-prequotequestions #question178061,
.page-prequotequestions #question179628,
.page-prequotequestions #question179630,
.page-prequotequestions #question179663,
.page-prequotequestions #question179664,
.page-prequotequestions #question179885,
.page-prequotequestions #question179686,
.page-prequotequestions #question179687,
.page-prequotequestions #question207397,
.page-prequotequestions #question192391,
.page-prequotequestions #question181785 {
  width: 100%;
}
/* :L2405 */
/* :L2406 */
.page-quote #question179706,
.page-quote #question192390,
.page-quote #question179707,
.page-quote #question179708,
.page-quote #question192392,
.page-quote #question182085 {
  width: 100%;
}
/* :L2410 */
/* :L2413 */
#backButton i,
#agentBackButton i,
.page-reviewreferrals .instanda-quote-back-button i,
.page-confirmbillingdetails .instanda-button.pull-left i,
.page-confirmation2 .doc-cls-file i,
.page-viewreferralsforquote .claim-referrals-wrapper i {
  padding-right: 5px;
}
/* :L2417 */
.page-salestagereason form > .container,
.page-pagenotfound .instanda-page-not-found-content,
.page-onlinetransactions #instanda-site-layout {
  margin-top: 30px;
}
/*error message in logclaims*/

/* :L2425 */
.page-agentclaims .validation-summary-errors {
  margin-left: 70px;
}
@media (max-width: 769px) {
  .page-agentclaims .validation-summary-errors {
    margin-left: 20px;
  }
}
/*header*/

/* :L2432 */
.page-agentdashboard .instanda-questionHeader h3,
.page-viewquoteorpolicy .header-cls-row .left-view h3,
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item .instanda-questionHeader h3,
.page-confirmation2 .main-heading,
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader h3,
.page-cancelpolicy .instanda-pre-quote-content h3,
.page-cancellationconfirmation .instanda-questionHeader h3,
.page-agentclaims .logged-claim-title h3,
.page-bulkuploadclaims #uploadClaimsContainer label,
.page-retrievequote .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-onlinetransactions .online-transactions-content h4,
.page-quickquote .instanda-questionHeader .pagetitle,
.page-quote .instanda-questionHeader .pagetitle,
.page-confirmbillingdetails .instanda-questionHeader h3,
.page-getagentsearchresults .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3 {
  font: normal normal bold 32px/32px 'poppins-regular', sans-serif;
  letter-spacing: -0.96px;
}
/* :L2443 */
.page-quickquote .instanda-questionHeader .pagetitle,
.page-quote .instanda-questionHeader .pagetitle,
.page-confirmbillingdetails .instanda-questionHeader h3 {
  color: #12243a;
}
/* :L2446 */
.page-onlinetransactions #transactionsTable {
  margin-top: 20px;
}
/* :L2449 */
.page-quickquotequestions .instanda-questionHeader h3,
.page-quickquote #question179637 .instanda-questionHeader h3,
.page-prequotequestions .instanda-questionHeader h3,
.page-quote .instanda-questionHeader h3,
.page-postquotequestions .instanda-questionHeader h3 {
  color: #565e71;
}
@media (max-width: 370px) {
  /* :L2457 */
  .page-confirmation2 .details-cls .table tbody > tr > td,
  .page-confirmation2 .question_cls p {
    line-break: anywhere;
  }
}
/* :L2462 */
/* :L2463 */
.page-failedautorenewals .instanda-main-content {
  margin-top: 30px;
}
/* :L2466 */
.page-failedautorenewals button {
  margin: 20px 0;
}
/* :L2470 */
.page-forgotsalespersonpassword .instanda-reset-agent-password {
  margin-top: 30px;
}
/* :L2472 */
.page-forgotsalespersonpassword .instanda-reset-agent-password .well {
  background-color: #d9d9d6;
}
/* :L2477 */
/* :L2478 */
/* :L2479 */
.page-confirmation2 .doc-cls > div:nth-child(3) {
  display: none;
}
/*MTA HIDE QUESTION QUICKQUOTE QUESTION PAGE1----*/

/* :L2487 */
#question203129 {
  display: none;
}
/* UPLOAD DOCUMENTS*/

/* :L2491 */
/* :L2492 */
.page-uploaddocuments .instanda-main-content {
  min-height: 800px;
}
/* :L2495 */
.page-uploaddocuments #documentListContainer {
  margin-top: 30px;
}
/* :L2498 */
.page-uploaddocuments #tableUploadedDocuments {
  width: 100%;
}
/* :L2500 */
.page-uploaddocuments #tableUploadedDocuments td {
  padding: 5px;
}
/* :L2503 */
.page-uploaddocuments #tableUploadedDocuments tr > th {
  border: 1px solid black;
  padding: 5px 10px 5px 10px;
  font: normal normal bold 20px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
  opacity: 1;
}
/* :L2512 */
.page-uploaddocuments .tableStyledDiv {
  width: 100%;
  display: flex;
}
/* :L2515 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv {
  width: 100%;
  font-size: 16px;
  padding-left: 3px;
  display: grid;
}
/* :L2520 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv > div {
  display: block;
  width: 100%;
}
/* :L2524 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv .uploadControlDiv {
  width: 100%;
}
/* :L2526 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv .uploadControlDiv #fileUploadControl {
  width: 100%;
  Border: 1px 0px 0px 1px ;
  Border-color: solid grey;
  margin: 20px 0px 20px 0px;
  font: normal normal normal 18px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
}
/* :L2540 */
.page-uploaddocuments #btnUpload {
  background-color: #093266;
  color: white;
  border-color: #093266;
  font-size: 18px;
  font-weight: bold;
}
/* :L2547 */
.page-uploaddocuments #backButton {
  width: auto;
  height: auto;
  font: normal normal bold 18px/21px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  padding: 6px 13px;
  color: white;
  border-radius: 5px;
  background-color: #093266;
}
/*-----------------Questions pages(quick quote to post)-----------------*/

/*Small devices (landscape phones, 576px and up)*/

@media (max-width: 767.9px) {
  /* :L2561 */
  /* :L2562 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem {
    /*Agent questions*/
    display: block;
  }
  /* :L2565 */
  .page-quickquotequestions.page-number-1 #QualifierQuestions_YNP_Children .yes-no-cls,
  .page-quickquotequestions.page-number-1 #question181943 > .instanda-question-parent-yes-no {
    /*Coverage qualifiers yes no questions*/
    display: block;
  }
  /* :L2568 */
  .page-quickquotequestions.page-number-1 #question178021 .instanda-text-question > .instanda-question-input {
    /*Covered Location address question*/
    display: block;
  }
  /* :L2570 */
  .page-quickquotequestions.page-number-1 #question178021 .instanda-text-question > .instanda-question-input > div:first-child > div {
    display: block;
  }
  /* :L2572 */
  .page-quickquotequestions.page-number-1 #question178021 .instanda-text-question > .instanda-question-input > div:first-child > div .instanda-question-input {
    margin-bottom: 10px;
  }
  /* :L2578 */
  /* :L2579 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L2580 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input div:first-child > div {
    display: block;
  }
  /* :L2582 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-address-line-1 {
    margin-bottom: 10px;
  }
  /* :L2585 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-question-input {
    margin-right: 0px;
  }
  /* :L2591 */
  .page-quickquotequestions.page-number-2 #question178047,
  .page-quickquotequestions.page-number-2 #question178048 {
    width: 100%;
  }
  /* :L2594 */
  .page-quickquotequestions.page-number-2 #question178047 {
    padding-right: 0px;
  }
  /* :L2597 */
  .page-quickquotequestions.page-number-2 .instanda-quick-quote-questions.questionList:nth-child(1) .instanda-well > .instanda-question-item .questionItem {
    display: block;
  }
  /* :L2600 */
  .page-quickquotequestions.page-number-2 #question181943 > .instanda-question-parent-yes-no,
  .page-quickquotequestions.page-number-2 #QualifierQuestions_YNP_Children .yes-no-cls {
    display: block;
    margin-bottom: 30px;
  }
  /* :L2603 */
  .page-quickquotequestions.page-number-2 #question181943 > .instanda-question-parent-yes-no > .instanda-question-label,
  .page-quickquotequestions.page-number-2 #QualifierQuestions_YNP_Children .yes-no-cls > .instanda-question-label {
    margin-bottom: 0px;
  }
  /* :L2608 */
  /* :L2609 */
  .page-quickquotequestions .outer-wrapper {
    display: block;
  }
  /* :L2612 */
  /* :L2613 */
  .page-quickquotequestions #question178047 .instanda-question-input {
    padding-right: 0px;
  }
  /* :L2617 */
  /* :L2618 */
  .page-quickquotequestions #question178046 .instanda-question-input .form-group {
    padding-right: 0px;
  }
  /* :L2622 */
  .page-quickquotequestions #question179636 {
    margin-left: 0px;
  }
  /* :L2627 */
  /* :L2628 */
  /* :L2629 */
  .page-prequotequestions #question179885 .instanda-question-input {
    width: 100%;
  }
  /* :L2633 */
  .page-prequotequestions .outer-wrapper {
    display: block;
  }
  /* :L2636 */
  /* :L2637 */
  .page-prequotequestions #question179626 .instanda-question-input,
  .page-prequotequestions #question179628 .instanda-question-input,
  .page-prequotequestions #question179663 .instanda-question-input,
  .page-prequotequestions #question179885 .instanda-question-input,
  .page-prequotequestions #question179687 .instanda-question-input,
  .page-prequotequestions #question192391 .instanda-question-input {
    padding-right: 0px;
  }
  /* :L2641 */
  /* :L2642 */
  .page-prequotequestions #question181785 .instanda-question-input {
    width: 100%;
  }
  /* :L2649 */
  /* :L2650 */
  /* :L2651 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L2652 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input div:first-child > div,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input div:first-child > div {
    display: block;
  }
  /* :L2654 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-address-line-1,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-address-line-1 {
    margin-bottom: 10px;
  }
  /* :L2657 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-question-input,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-question-input {
    margin-right: 0px;
  }
  /* :L2664 */
  /* :L2665 */
  .page-postquotequestions #question181107 .instanda-question-input,
  .page-postquotequestions #question181108 .instanda-question-input,
  .page-postquotequestions #question182086 .instanda-question-input {
    width: 100%;
    padding-right: 0px;
  }
}
/* :L2672 */
@media (max-width: 478px) {
  /* :L2674 */
  /* :L2675 */
  .page-quickquotequestions.page-number-2 #question178041 > div:first-child .instanda-question-input {
    display: block;
  }
  /* :L2677 */
  .page-quickquotequestions.page-number-2 #question178041 > div:first-child .instanda-question-input label:first-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 932px) {
  /* :L2684 */
  .page-quickquotequestions.page-number-2 .instanda-question-input {
    width: 100%;
  }
}
@media (max-width: 320px) {
  /* :L2690 */
  /* :L2691 */
  .page-postquotequestions .radio .instanda-selected,
  .page-postquotequestions .radio .instanda-unselected {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 766.9px) {
  /* :L2699 */
  /* :L2700 */
  .page-quickquotequestions.page-number-2 #question178046 .instanda-question-input .form-group {
    padding-right: 0;
  }
  /* :L2704 */
  .name .instanda-question-input {
    padding-right: 0;
  }
  /* :L2706 */
  .name .instanda-question-input > .form-group {
    width: 100%;
    display: block;
  }
  /* :L2709 */
  .name .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 0px;
  }
}
/* :L2715 */
@media (max-width: 630px) {
  /* :L2717 */
  .page-confirmbillingdetails .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  /* :L2723 */
  .page-confirmbillingdetails .btn {
    font-size: 13px;
  }
}
/*/
/ Medium devices (tablets, 768px and up)@media (max-width: 991px) {
}
// Large devices (desktops, 992px and up)@media (max-width: 1199px) {
}
// Extra large devices (large desktops, 1200px and up)@media (min-width: 1200px) {
	width: 100%;
}
// Extra small devices (portrait phones, less than 576px)@media (max-width: 575.98px) {
}
// Small devices (landscape phones, 576px and up)@media (min-width: 576px) and (max-width: 767.98px) {
}
*/

/* Medium devices (tablets, 768px and up)*/

/* :L2743 */
@media (min-width: 768px) and (max-width: 1320.98px) {
  /* :L2745 */
  /* :L2746 */
  .page-quickquotequestions.page-number-2.logged-in-agent #question210787 .instanda-question-label {
    padding-bottom: 20px;
  }
}
@media (min-width: 872px) and (max-width: 1320.98px) {
  /* :L2752 */
  /* :L2753 */
  .page-quickquotequestions.page-number-2.logged-in-agent #question178010 .instanda-question-label {
    padding-bottom: 20px;
  }
}
/* :L2759 */
@media (min-width: 768px) and (max-width: 1117.98px) {
  /* :L2761 */
  /* :L2762 */
  .page-quickquotequestions.page-number-2.logged-in-underwriter #question178010 .instanda-question-label {
    padding-bottom: 20px;
  }
}
/* :L2768 */
.arrow {
  padding-top: 8px;
  padding-right: 6px;
}
/*font and text coloring related styling*/

/* :L2773 */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  color: #565e71;
  height: 42px;
  font: normal normal normal 14px/20px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
}
/* :L2781 */
.breadcrumb a span {
  padding-right: 10px;
}
/* :L2785 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L2788 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: #d9d9d6;
  border-radius: 0px;
}
/* :L2795 */
.breadcrumb .container {
  display: flex;
}
/* :L2799 */
.breadcrumb .selected {
  color: #093266;
  font-weight: bold;
}
/* :L2803 */
.breadcrumb .completed {
  background-image: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UVc0dFZrTmxNbmMyVmpsc09HOWhXUzAwYW5aMmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxTQFppbUZjOXppWFJQQVBSLDEwMDAsZTFPelZncjdEQHBEcndqQCxlTW90bXN4LzVtMlRxR1pWOUxxUmsxSHNmTGUzNXI5aURjRTBVa3RoV3ZmdnJPc0RBRzZ2TDVadnBFMEFYSENPcGlCcWFUWWZ6WlZ1QnBFYWQwWlo3dz09");
  background-repeat: no-repeat;
  padding-left: 28px;
  background-position-y: 8px;
}
/* :L2808 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L2811 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L2815 */
.breadcrumb .completed .menu-no {
  padding-left: 0px;
}
/*--small devices responsive--*/

@media (max-width: 1197.9px) {
  /* :L2821 */
  .breadcrumb a {
    display: none;
  }
  /* :L2824 */
  .arrow {
    display: none;
  }
  /* :L2827 */
  .breadcrumb .selected {
    display: block;
  }
}
/*Hide all Copy Requote options for external users due to sporadic issue with missing reference ID*/

/* :L2832 */
/* :L2833 */
.logged-in-agent #copyQuoteButton,
.logged-in-agent .btnCopyReQuote,
.logged-in-agent a[href*="/Public/CopyQuote"] {
  display: none;
}
/*button height*/

/* :L2839 */
.btn,
.btn-primary,
.btn-default {
  height: 45px;
  border-radius: 5px;
}
/* :L2843 */
#backButton {
  padding-top: 8.2px;
}
/* :L2846 */
#copyQuoteButton {
  height: 17px;
  font: normal normal bold 14px/17px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  background: none;
  border: none;
  padding: 0px;
  margin-right: 10px;
}
/* :L2856 */
.instanda-notes-button {
  height: 17px;
  font: normal normal bold 14px/17px 'poppins-regular', sans-serif;
  color: #565e71;
  background: none;
  border: none;
  padding: 0px;
}
/*effects on buttons*/

/* :L2865 */
.instanda-notes-button:focus,
.instanda-notes-button:hover,
.instanda-notes-button:active {
  border: none;
  background: none;
  color: #565e71;
}
/* :L2870 */
#agentSearchButton {
  margin-top: 25px;
  margin-left: 15px;
}
/* :L2874 */
button[name="saveButton"] {
  color: #1a1a1a;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  margin-left: 10px;
  margin-right: 10px;
}
/* :L2881 */
button[name="updateButton"] {
  margin-left: 10px;
  margin-right: 10px;
}
/* :L2887 */
button[name="btnSeeAll"],
button[name="btnNext"],
button[name="btnPrevious"] {
  color: #1a1a1a;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
}
/* :L2892 */
button[name="saveButton"]:focus,
button[name="saveButton"]:hover,
button[name="saveButton"]:active,
button[name="btnPrevious"]:focus,
button[name="btnPrevious"]:hover,
button[name="btnPrevious"]:active,
button[name="btnSeeAll"]:focus,
button[name="btnSeeAll"]:hover,
button[name="btnSeeAll"]:active,
button[name="btnNext"]:focus,
button[name="btnNext"]:hover,
button[name="btnNext"]:active,
.page-referralreviewmultiplelines .instanda-button:focus,
.page-referralreviewmultiplelines .instanda-button:hover,
.page-referralreviewmultiplelines .instanda-button:active {
  background-color: lightgrey;
  color: black;
  border: none;
}
/* :L2897 */
/* :L2898 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .modal.fade.in .btn {
  color: #1a1a1a !important;
  background: white 0% 0% no-repeat padding-box !important;
  border: 1px solid #d6d6d6 !important;
  padding: 10px;
  width: auto;
}
/* :L2906 */
.page-referralreviewmultiplelines .instanda-button {
  color: #1a1a1a;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 4px;
}
/* :L2914 */
.page-agentalldocs .btn-default,
.page-customeraccountoptions .button-cls #backButton {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Y0ZwUmMzUXphbkZLUVdWMGMzVk1UMmN3VlcwMloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVZEAxVlVVSE9PTVQ2dVowLDEwMDAsZ1BuTWJwMHpYTXpBVm4hSSxVZTk2WTkvbVBFNGszRU9nakNNTStVKzVXdWFQbWdlcy9sQjZxM3ZNRU9vakEvRXg1bmt6MkpCQnpiSWZ4U2lHckpRbElML3dUY2l6ajdldGdTOHBCdz09');
  background-repeat: no-repeat;
  background-position-y: 3px;
  padding-left: 25px;
}
/* :L2920 */
/* :L2921 */
.page-agentalldocs .btn-default:active:focus,
.page-agentalldocs .btn-default:active:hover,
.page-agentalldocs .btn-default:hover {
  color: white;
  background-color: #286090;
  border-color: #286090;
}
/*icon added behind the content*/

/* :L2928 */
.page-uploaddocuments #backButton {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Y0ZwUmMzUXphbkZLUVdWMGMzVk1UMmN3VlcwMloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVZEAxVlVVSE9PTVQ2dVowLDEwMDAsZ1BuTWJwMHpYTXpBVm4hSSxVZTk2WTkvbVBFNGszRU9nakNNTStVKzVXdWFQbWdlcy9sQjZxM3ZNRU9vakEvRXg1bmt6MkpCQnpiSWZ4U2lHckpRbElML3dUY2l6ajdldGdTOHBCdz09');
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding-left: 25px;
}
/* :L2934 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a:first-child {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TmtZdGVsUlRPWGhUUW5KM2VtOHRjRWRNUnl3MmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVQjRUNVVVOTJrem5CbXZELDEwMDAsRVFMcmtqYTNhdEl1MmVMeiwrWEZHc3cyc0hzT3N3QjZQUlBBNEtsTlI2T1haR0VadXVlYndEZUNqQ2kxZlUyeEh6YmZnTyt4Y08wWUhUVDhrY29JWHNCbERZTkNVOEhkRnIvKzF5UT09');
  background-repeat: no-repeat;
  background-position-y: 2px;
  padding-left: 20px;
}
/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
  /* :L2943 */
  .pull-left {
    float: none !important;
  }
  /* :L2945 */
  .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2950 */
  .pull-right {
    float: none !important;
    width: 100%;
    display: block;
  }
  /* :L2954 */
  .pull-right input[name="notes"],
  .pull-right button[name="saveButton"],
  .pull-right button[name="continueButton"],
  .pull-right button[name="updateButton"],
  .pull-right input[name="copyQuoteButton"],
  .pull-right button[name="notes"] {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  /* :L2960 */
  #DocumentReGenerateSubmit {
    width: 100%;
  }
  /* :L2963 */
  /* :L2964 */
  .page-postquotequestions .instanda-single-multi-item-edit {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2968 */
  .page-postquotequestions .instanda-multi-item-add-remove > div {
    width: 100%;
    padding: 0px;
  }
  /* :L2972 */
  .page-postquotequestions #MortgageeaddButton {
    width: 100%;
  }
}
/* :L2977 */
/* :L2978 */
.page-postquotequestions .instanda-multi-item-add-remove {
  margin-bottom: 10px;
}
/* :L2981 */
.page-postquotequestions .instanda-multi-item-summary-action .instanda-single-multi-item-edit {
  padding: 9px;
}
/* :L2984 */
.page-postquotequestions #insertMortgageeMultiItemsHere > div:first-child > div > div {
  width: 100%;
}
@media (min-width: 575px) and (max-width: 767.9px) {
  /* :L2989 */
  /* :L2990 */
  .page-postquotequestions .instanda-multi-item-add-remove > div {
    width: 100%;
  }
}
@media (max-width: 350px) {
  /* :L2996 */
  /* :L2997 */
  .page-postquotequestions .instanda-multi-item-remove {
    padding: 0;
    font-size: 16px;
  }
}
/* REFORMATING OF BUTTON STRUCTURE IN SMALLER DEVICES */

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
  /* :L3009 */
  /* :L3010 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L3014 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right button[name="continueButton"] {
    order: 1;
  }
  /* :L3017 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right button[name="saveButton"] {
    order: 2;
    border: none;
    width: 50%;
    margin-right: 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
    background: transparent 0% 0% no-repeat padding-box;
  }
  /* :L3027 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right input[name="notes"] {
    order: 2;
    width: 50%;
    text-align: left;
    height: auto;
  }
  /* :L3036 */
  /* :L3037 */
  /* :L3038 */
  .page-quickquotequestions.page-number-2 form > .container .pull-left #backButton,
  .page-prequotequestions form > .container .pull-left #backButton,
  .page-postquotequestions form > .container .pull-left #backButton {
    width: auto;
    text-align: left;
    position: relative;
    top: 110px;
  }
  /* :L3044 */
  .page-quickquotequestions.page-number-2 form > .container .pull-right,
  .page-prequotequestions form > .container .pull-right,
  .page-postquotequestions form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    order: 1;
  }
  /* :L3049 */
  .page-quickquotequestions.page-number-2 form > .container .pull-right button[name="continueButton"],
  .page-prequotequestions form > .container .pull-right button[name="continueButton"],
  .page-postquotequestions form > .container .pull-right button[name="continueButton"] {
    order: 1;
  }
  /* :L3052 */
  .page-quickquotequestions.page-number-2 form > .container .pull-right button[name="saveButton"],
  .page-prequotequestions form > .container .pull-right button[name="saveButton"],
  .page-postquotequestions form > .container .pull-right button[name="saveButton"] {
    order: 2;
    border: none;
    width: 43%;
    margin-right: 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
    background: transparent 0% 0% no-repeat padding-box;
  }
  /* :L3062 */
  .page-quickquotequestions.page-number-2 form > .container .pull-right input[name="notes"],
  .page-prequotequestions form > .container .pull-right input[name="notes"],
  .page-postquotequestions form > .container .pull-right input[name="notes"],
  .page-quickquotequestions.page-number-2 form > .container .pull-right button[name="notes"],
  .page-prequotequestions form > .container .pull-right button[name="notes"],
  .page-postquotequestions form > .container .pull-right button[name="notes"] {
    order: 2;
    width: 55%;
    text-align: right;
    height: auto;
  }
  /* :L3071 */
  /* :L3072 */
  /* :L3073 */
  .page-quickquote form > .container .pull-left #backButton,
  .page-quote form > .container .pull-left #backButton {
    width: auto;
    text-align: left;
    position: relative;
    top: 159px;
  }
  /* :L3079 */
  .page-quickquote form > .container .pull-right,
  .page-quote form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    order: 1;
  }
  /* :L3084 */
  .page-quickquote form > .container .pull-right button[name="continueButton"],
  .page-quote form > .container .pull-right button[name="continueButton"] {
    order: 1;
  }
  /* :L3087 */
  .page-quickquote form > .container .pull-right button[name="updateButton"],
  .page-quote form > .container .pull-right button[name="updateButton"] {
    order: 2;
    margin-right: 0;
  }
  /* :L3091 */
  .page-quickquote form > .container .pull-right #copyQuoteButton,
  .page-quote form > .container .pull-right #copyQuoteButton {
    order: 3;
    border: none;
    width: 60%;
    margin-right: 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
  }
  /* :L3100 */
  .page-quickquote form > .container .pull-right input[name="notes"],
  .page-quote form > .container .pull-right input[name="notes"] {
    order: 3;
    width: 40%;
    text-align: right;
  }
  /* :L3108 */
  /* :L3109 */
  .page-cancellationconfirmation #agentBackButton {
    position: relative;
    top: 92px;
  }
}
/* :L3115 */
/* :L3117 */
.page-reviewreferrals h3 {
  font: normal normal bold 36px/32px 'poppins-regular', sans-serif;
  color: #093266;
  letter-spacing: -0.6px;
}
/* :L3123 */
.page-reviewreferrals .sub-title {
  margin-top: 20px;
}
/* :L3125 */
.page-reviewreferrals .sub-title h4 {
  font: normal normal bold 24px/32px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
}
/* :L3130 */
.page-reviewreferrals .instanda-approval-action-content {
  margin-top: -40px;
}
/* :L3133 */
.page-reviewreferrals .instanda-main-content {
  margin-top: 50px;
}
/* :L3136 */
.page-reviewreferrals .instanda-review-referrals-buttons {
  margin-top: 15px;
}
/* :L3139 */
.page-reviewreferrals form {
  overflow-x: auto;
}
/* :L3142 */
.page-reviewreferrals table > tbody > tr {
  border-bottom: 1px solid #d7ddea !important;
}
/* :L3144 */
.page-reviewreferrals table > tbody > tr th {
  vertical-align: top;
  width: 200px !important;
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L3151 */
@media (max-width: 390px) {
  .page-reviewreferrals .pull-right {
    display: grid;
  }
  /* :L3154 */
  .page-reviewreferrals .pull-right #clearButton,
  .page-reviewreferrals .pull-right #rejectButton {
    margin-left: 0;
  }
  /* :L3157 */
  .page-reviewreferrals .pull-right #pendingButton,
  .page-reviewreferrals .pull-right #rejectButton {
    margin-bottom: 10px;
  }
}
/* :L3161 */
.page-reviewreferrals .pull-right input {
  width: 100px;
}
/* :L3165 */
.page-reviewreferrals .back-to-edit-quote-container {
  height: 45px;
}
/* :L3169 */
.page-reviewreferrals #pendingButton {
  color: #db751d;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  font-weight: bold;
}
/* :L3176 */
.page-reviewreferrals #rejectButton {
  color: #bc354f;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  margin-left: 10px;
  font-weight: bold;
}
/* :L3184 */
.page-reviewreferrals #clearButton {
  color: #01b297;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  margin-left: 10px;
  font-weight: bold;
}
/* :L3194 */
/* :L3195 */
.page-viewreferralsforquote .instanda-main-content {
  min-height: 800px;
}
/* :L3198 */
.page-viewreferralsforquote .instanda-review-referrals-buttons {
  margin-top: 15px;
}
/* :L3201 */
.page-viewreferralsforquote .mobile-quote-referral-heading,
.page-viewreferralsforquote .mobile-claim-heading {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
/* :L3206 */
.page-viewreferralsforquote .quote-referral-heading {
  margin-bottom: 0;
}
/* :L3209 */
/* :L3210 */
.page-viewreferralsforquote .view-referrals-content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font: normal normal bold 24px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L3217 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3220 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper .quote-referral-titles,
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper .quote-referral-row-data {
  width: 100%;
  margin-left: 0;
}
/* :L3224 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper p {
  font: normal normal normal 20px/32px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3231 */
.page-viewreferralsforquote .quote-referrals-wrapper .quote-referral-heading .quote-referral-titles div {
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L3237 */
.page-viewreferralsforquote .claim-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3240 */
.page-viewreferralsforquote .claim-referrals-wrapper p {
  font: normal normal normal 20px/32px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3246 */
.page-viewreferralsforquote .btn.btn-primary {
  border: none;
  font: normal normal bold 14px/17px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  margin-top: 100px;
  background: transparent;
}
/*transaction page heading styling*/

/* :L3256 */
/* :L3257 */
/* :L3258 */
.page-onlinetransactions .online-transactions-content h4 {
  font: normal normal bold 24px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
}
/* :L3264 */
/* :L3265 */
.page-index .title-header {
  background: #6ec9c4;
}
/* :L3268 */
.page-index h3 {
  margin-top: 0;
  padding-bottom: 20px;
  color: white;
  font: normal normal bold 36px/32px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
}
/* :L3276 */
.page-index .search-header {
  background: #6ec9c4;
  padding-bottom: 20px;
}
/* :L3279 */
.page-index .search-header h3 {
  margin-top: -1px;
}
/* :L3284 */
.page-index #searchTitle {
  margin-left: 80px ;
  margin-right: 80px ;
  color: white;
}
@media (max-width: 767.9px) {
  .page-index #searchTitle {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/* :L3293 */
.page-index .agent-search-parameter.form-group {
  padding-right: 35px;
  width: 100%;
}
/* :L3296 */
.page-index .agent-search-parameter.form-group .user-defined-search-parameter-name {
  color: white;
}
/* :L3300 */
.page-index #agentSearchParameters {
  display: flex;
}
@media (max-width: 667.9px) {
  .page-index #agentSearchParameters {
    display: block;
  }
  /* :L3304 */
  .page-index #agentSearchParameters .agent-search-parameter {
    padding-right: 0px;
  }
  /* :L3307 */
  .page-index #agentSearchParameters #agentSearchButton {
    width: 100%;
    margin-left: 0px;
  }
}
/* :L3315 */
.page-index .nav-resouces {
  background-color: white;
}
/* :L3316 */
.page-index .nav-resouces a {
  color: black !important;
}
/* :L3321 */
.page-index .navbar-default .navbar-nav > .active > a,
.page-index .navbar-default .navbar-nav > .active > a:focus,
.page-index .navbar-default .navbar-nav > .active > a:hover {
  color: white;
  background-color: transparent;
}
/* :L3325 */
.page-index nav {
  width: 100%;
}
/* :L3328 */
.page-index .navbar-default .navbar-nav > li > a:hover {
  color: #d9d9d6;
}
/* :L3331 */
.page-index body {
  margin-bottom: 0px !important;
}
/* :L3334 */
.page-index #innerBody {
  min-height: 100vh;
}
/* :L3337 */
.page-index h1 {
  font: normal normal bold 64px/64px 'poppins-regular', sans-serif;
  color: white;
}
/* :L3341 */
.page-index p {
  font: normal normal bold 32px/42px 'poppins-regular', sans-serif;
  color: white;
}
/* :L3345 */
.page-index .text-content,
.page-index h1 {
  margin-bottom: 50px;
}
/* :L3348 */
.page-index .getQuoteButton {
  background-color: #093266;
  border: 1px solid #093266;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  width: 102px;
  height: 21px;
  padding: 12px 21px;
  text-decoration: none;
  margin-right: 10px;
}
/* :L3361 */
.page-index .retrieveButton {
  background-color: white;
  border: 1px solid white;
  border-radius: 4px;
  width: 207px;
  height: 45px;
  padding: 12px 21px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
/* :L3373 */
.page-index #WaitingOpaqueBox {
  display: none;
}
@media (max-width: 767.9px) {
  /* :L3377 */
  .page-index .btn-content {
    display: grid;
  }
  /* :L3379 */
  .page-index .btn-content .getQuoteButton {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  /* :L3385 */
  .page-index .btn-content .retrieveButton {
    width: 100%;
    height: auto;
  }
}
/* :L3392 */
/* :L3393 */
.page-index .container .row .box-row1,
.page-index .container .row .box-row2,
.page-index .container .row .box-row2 {
  padding-bottom: 25px;
}
/* :L3396 */
.page-index .container .row .box {
  padding-bottom: 25px;
}
/* :L3399 */
.page-index .container .row .box > a > img {
  width: 100%;
}
/* :L3402 */
.page-index .container .row .box > a > img:hover {
  box-shadow: 0px 0px 5px 3px #6ec9c4;
}
/*MTA related questions adjusting and styling*/

/* :L3408 */
/* :L3410 */
.page-quote.created-from-mta.page-number-1 #question179704 {
  display: none;
}
/* :L3413 */
.page-quote.created-from-mta.page-number-1 .amount {
  margin-bottom: 20px;
  background-color: white;
  padding: 20px 5px;
  border-radius: 8px;
}
/* :L3418 */
.page-quote.created-from-mta.page-number-1 .amount > div {
  padding-bottom: 5px;
}
/* :L3421 */
.page-quote.created-from-mta.page-number-1 .amount .var-label {
  font-size: 16px;
  font-weight: bold;
  color: #6ec9c4;
}
/* :L3426 */
.page-quote.created-from-mta.page-number-1 .amount .variable {
  font-size: 16px;
}
/* :L3430 */
@media (max-width: 568px) {
  .page-quote.created-from-mta.page-number-1 h3 {
    font: normal normal bold 19px/24px 'poppins-regular', sans-serif;
  }
}
@media (max-width: 992px) {
  /* :L3436 */
  .page-quote.created-from-mta.page-number-1 .right-one {
    padding-top: 40px;
  }
}
/* :L3442 */
/* :L3444 */
.page-quickquotequestions.created-from-mta.page-number-3 #question178080 {
  display: none;
}
/* :L3449 */
/* :L3451 */
.page-prequotequestions.created-from-mta.page-number-1 #question199189 {
  display: none;
}
/* :L3456 */
/* :L3458 */
.page-postquotequestions.created-from-mta.page-number-1 #question182074 {
  display: none;
}
/*Display binding moratorium details only for flow users*/

/* :L3463 */
/* :L3464 */
.page-quote.created-from-newbusiness.logged-in-underwriter .hide-for-non-flowusers {
  display: block;
}
/* :L3468 */
/* :L3469 */
.page-quote.logged-in-underwriter .binding-moratorium {
  display: block;
}
/*Display update details only for flow users*/

/* :L3474 */
/* :L3475 */
/* :L3476 */
.page-quote.logged-in-underwriter .coverage-update #question179892,
.page-quote.logged-in-underwriter .coverage-update #question179706,
.page-quote.logged-in-underwriter .coverage-update #question192390,
.page-quote.logged-in-underwriter .coverage-update #question179707,
.page-quote.logged-in-underwriter .coverage-update #question179708,
.page-quote.logged-in-underwriter .coverage-update #question192392,
.page-quote.logged-in-underwriter .coverage-update #question182085 {
  display: block;
}
/*Hind and Display selected hiscox premium */

/* :L3483 */
/* :L3484 */
.page-quote.created-from-newbusiness .syndicate-premium.renewal {
  display: none;
}
/* :L3488 */
/* :L3489 */
.page-quote.created-from-renewal .syndicate-premium.nb {
  display: none;
}
/* :L3492 */
.page-quote.created-from-renewal .syndicate-premium.renewal {
  display: block;
}
/* :L3496 */
/* :L3498 */
.page-quote #question356915,
.page-quote #question344421 {
  width: 50%;
}
/* :L3502 */
.page-quote #continueButton {
  display: none;
}
/* :L3506 */
.page-quote .sub-header {
  margin-bottom: 30px;
  background-color: #6ec9c4;
  color: white;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
}
/* :L3515 */
/* :L3516 */
.page-quote .coverage-update #question179892,
.page-quote .coverage-update #question179706,
.page-quote .coverage-update #question192390,
.page-quote .coverage-update #question179707,
.page-quote .coverage-update #question179708,
.page-quote .coverage-update #question192392,
.page-quote .coverage-update #question182085 {
  display: none;
}
/* :L3521 */
.page-quote .hide-for-non-flowusers > div {
  padding-left: 0;
}
/* :L3524 */
.page-quote .binding-moratorium,
.page-quote .hide-for-non-flowusers {
  display: none;
}
/* :L3528 */
.page-quote .selected-prod-container {
  width: 100%;
  display: inline-block;
}
/* :L3531 */
.page-quote .selected-prod-container .selected-prod {
  background-color: #093266;
  padding: 25px 75px 25px 25px;
  width: 40%;
  border-radius: 8px;
  float: right;
}
@media (max-width: 599.9px) {
  .page-quote .selected-prod-container .selected-prod {
    width: 100%;
  }
}
/* :L3540 */
.page-quote .selected-prod-container .selected-prod h3,
.page-quote .selected-prod-container .selected-prod h4 {
  color: #6ec9c4;
  font-weight: bold;
}
/* :L3543 */
.page-quote .selected-prod-container .selected-prod h3 .amt-val,
.page-quote .selected-prod-container .selected-prod h4 .amt-val {
  color: white;
}
/* :L3547 */
.page-quote .selected-prod-container .selected-prod h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
/* :L3551 */
.page-quote .selected-prod-container .selected-prod h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}
/* :L3559 */
.page-quote .quote-doc {
  padding: 20px 0;
  display: flex;
  float: right;
}
/* :L3563 */
.page-quote .quote-doc #emailQuoteLinkLink,
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"] {
  font-size: 18px;
  visibility: hidden;
  display: flex;
}
/* :L3568 */
.page-quote .quote-doc #emailQuoteLinkLink,
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"] {
  margin-right: -18px;
}
/* :L3571 */
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"]:after {
  content: 'Print Quote';
}
/* :L3574 */
.page-quote .quote-doc #emailQuoteLinkLink:after {
  content: 'Email Quote';
}
/* :L3577 */
.page-quote .quote-doc #emailQuoteLinkLink:after,
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"]:after {
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #093266;
  border-color: #093266;
  font-weight: bold;
  font-size: 18px;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
}
/* :L3592 */
/* :L3593 */
.page-quote #syndicate-carrier .expand-selective-details .selective-text {
  margin: 10px;
}
/* :L3596 */
.page-quote #syndicate-carrier .expand-selective-details button[name="chosenProductIds"] {
  display: none;
}
/* :L3599 */
.page-quote #syndicate-carrier .inner-box {
  background-color: white;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
/* :L3605 */
.page-quote #syndicate-carrier .main {
  border-radius: 8px;
  color: white;
  padding: 10px 0;
  height: auto;
}
/* :L3610 */
.page-quote #syndicate-carrier .main p {
  font-size: 25px;
  font-weight: bold;
}
/* :L3614 */
.page-quote #syndicate-carrier .main .syndicate-premium {
  font-size: 40px;
}
/* :L3617 */
.page-quote #syndicate-carrier .main > div {
  text-align: center;
}
/* :L3620 */
.page-quote #syndicate-carrier .main > div:first-child {
  text-align: left;
}
/* :L3625 */
/* :L3626 */
.page-quote #syndicate-carrier .chubb .main img {
  width: 290px;
}
/* :L3629 */
.page-quote #syndicate-carrier .chubb .expand-fp-details img {
  width: 550px;
}
/* :L3633 */
/* :L3634 */
.page-quote #syndicate-carrier .hiscox .main img {
  width: 150px;
}
/* :L3638 */
/* :L3639 */
.page-quote #syndicate-carrier .chaucer .main img {
  width: 250px;
}
/* :L3642 */
.page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
  width: 400px;
}
/* :L3646 */
/* :L3647 */
.page-quote #syndicate-carrier .argo .main img {
  width: 195px;
}
/* :L3650 */
.page-quote #syndicate-carrier .argo .expand-argo-details img {
  width: 450px;
}
/* :L3654 */
/* :L3655 */
.page-quote #syndicate-carrier .scor .main img {
  width: 195px;
  position: relative;
  top: 18px;
}
/* :L3660 */
.page-quote #syndicate-carrier .scor .expand-scor-details img {
  width: 450px;
}
/* :L3664 */
/* :L3665 */
.page-quote #syndicate-carrier .vave .main img {
  width: 255px;
}
/* :L3668 */
.page-quote #syndicate-carrier .vave .expand-vave-details img {
  width: 450px;
}
/* :L3672 */
/* :L3673 */
.page-quote #syndicate-carrier .selective .main img {
  width: 300px;
}
/* :L3676 */
.page-quote #syndicate-carrier .selective .expand-selective-details img {
  width: 450px;
}
/* :L3680 */
.page-quote #syndicate-carrier .main .dropdwon-icon img {
  width: auto;
}
/* :L3684 */
/* :L3685 */
.page-quote #syndicate-carrier table th {
  font-weight: bold;
  font-size: 20px;
}
/* :L3689 */
.page-quote #syndicate-carrier table .premium {
  font-weight: bold;
  font-size: 20px;
}
/* :L3693 */
.page-quote #syndicate-carrier table .btn.active {
  background-color: white;
  color: black;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 0px 2px #01b297;
  border: 1px solid #01b297;
}
/* :L3700 */
.page-quote #syndicate-carrier table .btn {
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L3707 */
.page-quote #syndicate-carrier .inner-box.chubb .main {
  background-color: #c25052;
}
/* :L3710 */
.page-quote #syndicate-carrier .inner-box.hiscox .main {
  background-color: #38b6ff;
}
/* :L3713 */
.page-quote #syndicate-carrier .inner-box.chaucer .main {
  background-color: #edc22a;
}
/* :L3716 */
.page-quote #syndicate-carrier .inner-box.vave .main {
  background-color: #5ce1e6;
}
/* :L3719 */
.page-quote #syndicate-carrier .inner-box.argo .main {
  background-color: #b9df5b;
}
/* :L3722 */
.page-quote #syndicate-carrier .inner-box.scor .main {
  background-color: #00bf8f;
}
/* :L3725 */
.page-quote #syndicate-carrier .inner-box.selective .main {
  background-color: #cb6ce6;
}
/* :L3728 */
.page-quote #syndicate-carrier .expandBtn {
  background-color: white;
  color: black;
  font-weight: bold;
}
/* :L3733 */
.page-quote #syndicate-carrier .hiscox-productinsight,
.page-quote #syndicate-carrier .chaucer-productinsight {
  font-weight: bold;
  padding-left: 0;
}
/* :L3736 */
.page-quote #syndicate-carrier .hiscox-productinsight h4,
.page-quote #syndicate-carrier .chaucer-productinsight h4 {
  font-weight: bold;
  font-size: 20px;
}
/* :L3741 */
.page-quote #syndicate-carrier .selectBtn {
  background-color: #6ec9c4;
  color: white;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L3750 */
.page-quote #syndicate-carrier .policyFormBtn {
  background-color: #093266;
  color: white;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L3759 */
.page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
  background-color: #ee2a24;
  width: 100%;
}
/* :L3763 */
.page-quote #syndicate-carrier .expand-hiscox-details {
  display: none;
  padding: 30px 50px;
}
/* :L3766 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:first-child {
  border-right: none;
}
/* :L3769 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:nth-child(2) {
  text-align: center;
}
/* :L3773 */
.page-quote #syndicate-carrier .expand-fp-details,
.page-quote #syndicate-carrier .expand-chaucer-details,
.page-quote #syndicate-carrier .expand-argo-details,
.page-quote #syndicate-carrier .expand-scor-details,
.page-quote #syndicate-carrier .expand-vave-details,
.page-quote #syndicate-carrier .expand-selective-details {
  display: none;
  padding: 30px 50px;
}
/* :L3776 */
.page-quote #syndicate-carrier .expand-fp-details > div:first-child,
.page-quote #syndicate-carrier .expand-chaucer-details > div:first-child,
.page-quote #syndicate-carrier .expand-argo-details > div:first-child,
.page-quote #syndicate-carrier .expand-scor-details > div:first-child,
.page-quote #syndicate-carrier .expand-vave-details > div:first-child,
.page-quote #syndicate-carrier .expand-selective-details > div:first-child {
  border-right: 4px solid #6ec9c4;
}
/* :L3779 */
.page-quote #syndicate-carrier .expand-fp-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-chaucer-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-argo-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-scor-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-vave-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-selective-details > div:nth-child(2) {
  text-align: center;
}
/* :L3783 */
.page-quote #syndicate-carrier .verbiage {
  padding: 15px 25px;
  background-color: #d9d9d6;
  margin-bottom: 20px;
}
/* :L3787 */
.page-quote #syndicate-carrier .verbiage p {
  margin: 0;
}
@media (max-width: 991.9px) {
  /* :L3792 */
  .page-quote #syndicate-carrier .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  /* :L3796 */
  .page-quote #syndicate-carrier .policyFormBtn {
    width: auto;
  }
  /* :L3799 */
  .page-quote #syndicate-carrier .expand-hiscox-details {
    display: none;
    padding: 30px 10px;
  }
  /* :L3803 */
  .page-quote #syndicate-carrier .expand-fp-details,
  .page-quote #syndicate-carrier .expand-chaucer-details,
  .page-quote #syndicate-carrier .expand-argo-details,
  .page-quote #syndicate-carrier .expand-scor-details,
  .page-quote #syndicate-carrier .expand-vave-details,
  .page-quote #syndicate-carrier .expand-selective-details {
    display: none;
    padding: 30px 10px;
  }
  /* :L3806 */
  .page-quote #syndicate-carrier .expand-fp-details > div:first-child,
  .page-quote #syndicate-carrier .expand-chaucer-details > div:first-child,
  .page-quote #syndicate-carrier .expand-argo-details > div:first-child,
  .page-quote #syndicate-carrier .expand-scor-details > div:first-child,
  .page-quote #syndicate-carrier .expand-vave-details > div:first-child,
  .page-quote #syndicate-carrier .expand-selective-details > div:first-child {
    border-right: none;
  }
}
@media (max-width: 599.9px) {
  /* :L3812 */
  /* :L3813 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 290px;
  }
  /* :L3816 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 355px;
  }
  /* :L3820 */
  /* :L3821 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L3825 */
  /* :L3826 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 250px;
  }
  /* :L3829 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 300px;
  }
  /* :L3833 */
  /* :L3834 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L3837 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L3841 */
  /* :L3842 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L3845 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L3849 */
  /* :L3850 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 300px;
  }
  /* :L3853 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 300px;
  }
  /* :L3857 */
  /* :L3858 */
  .page-quote #syndicate-carrier .selective .main img {
    width: 300px;
  }
  /* :L3861 */
  .page-quote #syndicate-carrier .selective .expand-selective-details img {
    width: 2650px;
  }
  /* :L3865 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
@media (max-width: 280px) {
  /* :L3871 */
  /* :L3872 */
  .page-quote #syndicate-carrier table th,
  .page-quote #syndicate-carrier table td,
  .page-quote #syndicate-carrier table .btn,
  .page-quote #syndicate-carrier table .policyFormBtn,
  .page-quote #syndicate-carrier table .premium,
  .page-quote #syndicate-carrier table .hiscox-productinsight h4,
  .page-quote #syndicate-carrier table .chaucer-productinsight h4 {
    font-size: 12px;
  }
  /* :L3876 */
  .page-quote #syndicate-carrier .policyFormBtn {
    font-size: 12px;
  }
  /* :L3879 */
  .page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
    width: auto;
    font-size: 9px;
  }
  /* :L3883 */
  /* :L3884 */
  .page-quote #syndicate-carrier .chubb .expand-hiscox-details .hofferBtn {
    background-color: #ee2a24;
    width: auto;
    font-size: 9px;
  }
  /* :L3889 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 215px;
  }
  /* :L3892 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 200px;
  }
  /* :L3896 */
  /* :L3897 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L3901 */
  /* :L3902 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 190px;
  }
  /* :L3905 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 175px;
  }
  /* :L3909 */
  /* :L3910 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L3913 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L3917 */
  /* :L3918 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L3921 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L3925 */
  /* :L3926 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 180px;
  }
  /* :L3929 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 170px;
  }
  /* :L3933 */
  /* :L3934 */
  .page-quote #syndicate-carrier .selective .main img {
    width: 190px;
  }
  /* :L3937 */
  .page-quote #syndicate-carrier .selective .expand-selective-details img {
    width: 150px;
  }
  /* :L3941 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
/* :L3947 */
/* :L3948 */
/* :L3949 */
.page-quote.created-from-renewal #syndicate-carrier div[style="pointer-events: none;"] {
  display: none;
}
/*Dark-Blue line*/

/* :L3955 */
.page-agentdashboard .instanda-questionHeader h3,
.page-confirmation2 h3,
#header1,
.page-agentalldocs .instanda-questionHeader h3,
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader h3,
.page-cancelpolicy .instanda-pre-quote-content h3,
.page-cancellationconfirmation .instanda-questionHeader h3,
.page-agentclaims .logged-claim-title h3,
.page-bulkuploadclaims #uploadClaimsContainer label,
.page-viewquoteorpolicy .header-cls-row .left-view h3,
.page-retrievequote .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-onlinetransactions .online-transactions-content h4,
.page-quickquote .instanda-questionHeader .pagetitle,
.page-quote .instanda-questionHeader .pagetitle,
.page-confirmbillingdetails .instanda-questionHeader h3,
.page-getagentsearchresults .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3,
.page-reviewreferrals h3,
.page-index h3 {
  position: relative;
}
/* :L3965 */
.page-agentdashboard .instanda-questionHeader h3:after,
.page-confirmation2 h3:after,
#header1:after,
.page-agentalldocs .instanda-questionHeader h3:after,
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader h3:after,
.page-cancelpolicy .instanda-pre-quote-content h3:after,
.page-cancellationconfirmation .instanda-questionHeader h3:after,
.page-agentclaims .logged-claim-title h3:after,
.page-bulkuploadclaims #uploadClaimsContainer label:after,
.page-viewquoteorpolicy .header-cls-row .left-view h3:after,
.page-retrievequote .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3:after,
.page-onlinetransactions .online-transactions-content h4:after,
.page-quickquote .instanda-questionHeader .pagetitle:after,
.page-quote .instanda-questionHeader .pagetitle:after,
.page-confirmbillingdetails .instanda-questionHeader h3:after,
.page-getagentsearchresults .instanda-agent-retrieve-quote-content .instanda-container-fluid .instanda-questionHeader h3:after,
.page-reviewreferrals h3:after,
.page-index h3:after {
  display: block;
  margin-top: 15px;
  width: 36px;
  content: '';
  border-top: 6px solid #093266;
  border-right: 6px solid transparent;
}
/* :L3980 */
/* :L3982 */
.main-class.row .content-class {
  font: normal normal normal 24px/24px 'poppins-regular', sans-serif;
  margin-bottom: 30px;
}
/* :L3987 */
.main-class.row .img-class img {
  width: 100%;
}
/* Hidden questions used in the return of API data */

/* :L3992 */
#question498880,
/* BritReferenceID_TXT */ #question510112,
/* BritReferenceIDTxn_TXT */ #question508479,
/* BritQuoteReference_TXT */ #question510150,
/* BritTotalGrossPremium_NUM */ #question547739,
/* BritOverrideAddlOrReturnPremium_NUM */ #question508478,
/* BritApiCreateUpdate_CHOICE */ #question206767,
/* Carrier Quote/Reference ID’s */ #question200100,
/* ChaucerReferenceID_TXT */ #question200101,
/* ChubbReferenceID_TXT */ #question204541,
/* HiscoxReferenceID_TXT */ #question212392,
/* HiscoxOption_NUM */ #question200104,
/* VaveReferenceID_TXT */ #question206788,
/* VavePolicyId */ #question200099,
/* ArgoReferenceID_TXT */ #question200103,
/* SelectiveReferenceID_TXT */ #question208568,
/* OverrideFinalPremiumInclFeesTaxes_NUM */ #question209707,
/* PriorPolicyNumber_TXT */ #question209708,
/* PriorPolicyNumberMod_NUM */ #question209738,
/* PriorPolicyFinalPremium_NUM */ #question209709,
/* PriorPolicyFinalPremiumInclFeesTaxes_NUM */ #question212623,
/* TempPolicyChangeEffective_DATE */ #question219269,
/* RenewalOfferGeneratedPostgrid_TXT */ #question356762/* PriorSelectedSyndicateName_TXT */ {
  display: none;
}
/* :L4019 */
/* :L4020 */
.page-prequotequestions.created-from-detailchange #question498880,
.page-prequotequestions.created-from-detailchange/* BritReferenceID_TXT */ #question510112,
.page-prequotequestions.created-from-detailchange/* BritReferenceIDTxn_TXT */ #question508479,
.page-prequotequestions.created-from-detailchange/* BritQuoteReference_TXT */ #question510150,
.page-prequotequestions.created-from-detailchange/* BritTotalGrossPremium_NUM */ #question547739,
.page-prequotequestions.created-from-detailchange/* BritOverrideAddlOrReturnPremium_NUM */ #question508478,
.page-prequotequestions.created-from-detailchange/* BritApiCreateUpdate_CHOICE */ #question206767,
.page-prequotequestions.created-from-detailchange/* Carrier Quote/Reference ID’s */ #question200100,
.page-prequotequestions.created-from-detailchange/* ChaucerReferenceID_TXT */ #question200101,
.page-prequotequestions.created-from-detailchange/* ChubbReferenceID_TXT */ #question204541,
.page-prequotequestions.created-from-detailchange/* HiscoxReferenceID_TXT */ #question212392,
.page-prequotequestions.created-from-detailchange/* HiscoxOption_NUM */ #question200104,
.page-prequotequestions.created-from-detailchange/* VaveReferenceID_TXT */ #question206788,
.page-prequotequestions.created-from-detailchange/* VavePolicyId */ #question200099,
.page-prequotequestions.created-from-detailchange/* ArgoReferenceID_TXT */ #question200103,
.page-prequotequestions.created-from-detailchange/* SelectiveReferenceID_TXT */ #question208568,
.page-prequotequestions.created-from-detailchange/* OverrideFinalPremiumInclFeesTaxes_NUM */ #question219269/* RenewalOfferGeneratedPostgrid_TXT */ {
  display: block !important;
  width: 100%;
}
/*CSS to Wrap questions side by side */

/*----Responsiveness for larger devices-----*/

@media (min-width: 768px) {
  /* :L4045 */
  /* :L4046 */
  /* :L4047 */
  .page-quote .instanda-well #question179705/*Debit/Credit Override*/,
  .page-quote .instanda-well #question206764/*Updated Invoice URL*/,
  .page-quote .instanda-well #question179706/*Updated Dwelling Coverage*/,
  .page-quote .instanda-well #question192390/*Updated Personal Property Full Replacement Value*/,
  .page-quote .instanda-well #question179707/*Updated Personal Property Coverage*/,
  .page-quote .instanda-well #question179708/*Updated Loss of Use*/,
  .page-quote .instanda-well #question192392/*Updated Other Structures*/,
  .page-quote .instanda-well #question182085/*Updated Dwelling Deductible*/ {
    flex-basis: 50%;
  }
  /* :L4057 */
  .page-quote .instanda-well #question179704,
  .page-quote .instanda-well #question179892 {
    /*Headers*/
    flex-basis: 100%;
  }
  /* :L4062 */
  /* :L4063 */
  /* :L4064 */
  .page-quickquote .instanda-well #question179864/*Updated Latitude*/,
  .page-quickquote .instanda-well #question179865/*Updated Longitude*/,
  .page-quickquote .instanda-well #question181779/*Geocoding Accuracy*/,
  .page-quickquote .instanda-well #question181780/*Geocoding Accuracy Score*/,
  .page-quickquote .instanda-well #question291013/*BFE*/,
  .page-quickquote .instanda-well #question291014/*Property Elevation*/,
  .page-quickquote .instanda-well #question181781/*County Tier*/,
  .page-quickquote .instanda-well #question181782,
  .page-quickquote .instanda-well #question182332,
  .page-quickquote .instanda-well #question182333,
  .page-quickquote .instanda-well #question182334,
  .page-quickquote .instanda-well #question182335,
  .page-quickquote .instanda-well #question182336,
  .page-quickquote .instanda-well #question182337,
  .page-quickquote .instanda-well #question182338,
  .page-quickquote .instanda-well #question182339,
  .page-quickquote .instanda-well #question182340,
  .page-quickquote .instanda-well #question182341,
  .page-quickquote .instanda-well #question182342,
  .page-quickquote .instanda-well #question182343,
  .page-quickquote .instanda-well #question182344,
  .page-quickquote .instanda-well #question182345,
  .page-quickquote .instanda-well #question182346,
  .page-quickquote .instanda-well #question182347,
  .page-quickquote .instanda-well #question182348,
  .page-quickquote .instanda-well #question182349,
  .page-quickquote .instanda-well #question182350,
  .page-quickquote .instanda-well #question182351,
  .page-quickquote .instanda-well #question182352,
  .page-quickquote .instanda-well #question182353,
  .page-quickquote .instanda-well #question182354,
  .page-quickquote .instanda-well #question182355,
  .page-quickquote .instanda-well #question182356,
  .page-quickquote .instanda-well #question182357,
  .page-quickquote .instanda-well #question182358,
  .page-quickquote .instanda-well #question182359,
  .page-quickquote .instanda-well #question182361,
  .page-quickquote .instanda-well #question182362,
  .page-quickquote .instanda-well #question182363,
  .page-quickquote .instanda-well #question182365,
  .page-quickquote .instanda-well #question182366,
  .page-quickquote .instanda-well #question182367,
  .page-quickquote .instanda-well #question182368,
  .page-quickquote .instanda-well #question182369,
  .page-quickquote .instanda-well #question182370,
  .page-quickquote .instanda-well #question182371,
  .page-quickquote .instanda-well #question182372,
  .page-quickquote .instanda-well #question182373,
  .page-quickquote .instanda-well #question182374,
  .page-quickquote .instanda-well #question182375,
  .page-quickquote .instanda-well #question182376,
  .page-quickquote .instanda-well #question182377,
  .page-quickquote .instanda-well #question182378,
  .page-quickquote .instanda-well #question182379,
  .page-quickquote .instanda-well #question182380,
  .page-quickquote .instanda-well #question182381,
  .page-quickquote .instanda-well #question182382,
  .page-quickquote .instanda-well #question182383,
  .page-quickquote .instanda-well/*County*/ #question183781/*Chubb Score*/,
  .page-quickquote .instanda-well #question183780/*Chaucer Score*/,
  .page-quickquote .instanda-well #question297225/*BRIT Score*/ {
    flex-basis: 50%;
  }
  /* :L4085 */
  /* :L4086 */
  /* :L4087 */
  .page-prequotequestions .instanda-well #question179626,
  .page-prequotequestions .instanda-well/*Year Built*/ #question178061,
  .page-prequotequestions .instanda-well/*Construction Type*/ #question179628,
  .page-prequotequestions .instanda-well/*Total Square Footage*/ #question179630,
  .page-prequotequestions .instanda-well/*Number of Stories (Floors) not including basement*/ #question179663,
  .page-prequotequestions .instanda-well/*Occupancy of Building*/ #question179664,
  .page-prequotequestions .instanda-well/*Dwelling Type*/ #question179686,
  .page-prequotequestions .instanda-well/*Requested Dwelling Coverage*/ #question179687,
  .page-prequotequestions .instanda-well/*Requested Personal Property Coverage*/ #question207397,
  .page-prequotequestions .instanda-well/*Requested Loss of Use*/ #question192391,
  .page-prequotequestions .instanda-well/*Requested Other Structures*/ #question181785,
  .page-prequotequestions .instanda-well/*Dwelling Deductible*/ #question200100,
  .page-prequotequestions .instanda-well/* ChaucerReferenceID_TXT */ #question200101,
  .page-prequotequestions .instanda-well/* ChubbReferenceID_TXT */ #question204541,
  .page-prequotequestions .instanda-well/* HiscoxReferenceID_TXT */ #question212392,
  .page-prequotequestions .instanda-well/* HiscoxOption_NUM */ #question236157,
  .page-prequotequestions .instanda-well/* HiscoxRenewalReferenceID_TXT */ #question200099,
  .page-prequotequestions .instanda-well/* ArgoReferenceID_TXT */ #question200104,
  .page-prequotequestions .instanda-well/* VaveReferenceID_TXT */ #question206788,
  .page-prequotequestions .instanda-well/* VavePolicyId */ #question200103,
  .page-prequotequestions .instanda-well/* SelectiveReferenceID_TXT */ #question208568 {
    /* OverrideFinalPremiumInclFeesTaxes_NUM */
    flex-basis: 50%;
  }
  /* :L4113 */
  /* :L4114 */
  .page-quickquotequestions.page-number-2 #question178080,
  .page-quickquotequestions.page-number-2 #question212660,
  .page-quickquotequestions.page-number-2 #question178080 {
    margin-left: 80px;
  }
  /* :L4117 */
  .page-quickquotequestions.page-number-2 #question178049 {
    flex-basis: 43% !important;
  }
  /* :L4120 */
  .page-quickquotequestions.page-number-2 #question178010 {
    flex-basis: 29% !important;
  }
  /* :L4123 */
  /* :L4125 */
  .page-quickquotequestions.page-number-2 .instanda-well #question178049,
  .page-quickquotequestions.page-number-2 .instanda-well/*Is this insurance required to close a loan transaction?*/ #question178010,
  .page-quickquotequestions.page-number-2 .instanda-well/*Effective Date*/ #question178046,
  .page-quickquotequestions.page-number-2 .instanda-well/*Entity Type*/ #question178044,
  .page-quickquotequestions.page-number-2 .instanda-well/*Business Name or DBA*/ #question178047,
  .page-quickquotequestions.page-number-2 .instanda-well/*Primary Contact Email Address*/ #question178048,
  .page-quickquotequestions.page-number-2 .instanda-well/*Primary Contact Phone Number*/ #question210788,
  .page-quickquotequestions.page-number-2 .instanda-well/*Prior Policy Number*/ #question210789,
  .page-quickquotequestions.page-number-2 .instanda-well/*Prior Policy Number Mod*/ #question210790,
  .page-quickquotequestions.page-number-2 .instanda-well/*Prior Policy Pure Premium*/ #question210791 {
    /*Prior Policy Final Premium incl Fees & Taxes*/
    flex-basis: 40%;
  }
  /* :L4139 */
  .page-quickquotequestions.page-number-2 .instanda-questionList > div:nth-child(1) {
    margin-left: 0;
  }
  /* :L4144 */
  /* :L4145 */
  .page-quickquotequestions.page-number-2.logged-in-agent #question210787,
  .page-quickquotequestions.page-number-2.logged-in-agent/*Is this a Prior Policy Renewal?*/ #question178049,
  .page-quickquotequestions.page-number-2.logged-in-agent/*Is this insurance required to close a loan transaction?*/ #question178010 {
    /*Effective Date*/
    flex-basis: 40%;
  }
}
/*----End of Responsiveness for larger devices-----*/

/* :L4154 */
/* :L4155 */
.page-prequotequestions .instanda-well:nth-child(2),
.page-prequotequestions .instanda-well:nth-child(3),
.page-prequotequestions .instanda-well:nth-child(4),
.page-prequotequestions .instanda-well:nth-child(5),
.page-prequotequestions .instanda-well:nth-child(6),
.page-prequotequestions .instanda-well:nth-child(7) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* :L4159 */
.page-prequotequestions .instanda-well:nth-child(2) > .questionItem,
.page-prequotequestions .instanda-well:nth-child(3) > .questionItem,
.page-prequotequestions .instanda-well:nth-child(4) > .questionItem,
.page-prequotequestions .instanda-well:nth-child(5) > .questionItem,
.page-prequotequestions .instanda-well:nth-child(6) > .questionItem,
.page-prequotequestions .instanda-well:nth-child(7) > .questionItem {
  flex-basis: 100%;
  padding-right: 15px;
}
/* :L4163 */
.page-prequotequestions .instanda-well:nth-child(2) .instanda-question-input,
.page-prequotequestions .instanda-well:nth-child(3) .instanda-question-input,
.page-prequotequestions .instanda-well:nth-child(4) .instanda-question-input,
.page-prequotequestions .instanda-well:nth-child(5) .instanda-question-input,
.page-prequotequestions .instanda-well:nth-child(6) .instanda-question-input,
.page-prequotequestions .instanda-well:nth-child(7) .instanda-question-input {
  width: 100%;
  padding-right: 0px !important;
}
/* :L4170 */
/* :L4171 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
/* :L4175 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ #PrimaryInsuredType_CHOICEP_Children4005 {
  display: flex;
  flex-wrap: wrap;
}
/* :L4179 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ > .questionItem {
  flex-basis: 100%;
  /*padding-right: 15px;*/

}
/* :L4183 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ .instanda-question-input {
  width: 100%;
  /*padding-right:0px !important;*/

}
/* :L4190 */
/* :L4191 */
.page-quote .instanda-well,
.page-quickquote .instanda-well {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* :L4195 */
.page-quote .instanda-well > .questionItem,
.page-quickquote .instanda-well > .questionItem {
  padding-right: 15px;
}
/* :L4198 */
.page-quote .instanda-well .instanda-question-input,
.page-quickquote .instanda-well .instanda-question-input {
  width: 100%;
  padding-right: 0px !important;
}
@media (max-width: 767.9px) {
  /* :L4206 */
  .instanda-question-input {
    width: 100%;
    padding-right: 0px ;
  }
  /* :L4210 */
  /* :L4211 */
  #question178041 #PrimaryInsuredType_CHOICEP_Children4005 {
    /* quick quote page 2 Entity type, Business name or DBA*/
    display: block;
  }
}
@media (max-width: 767.9px) {
  /* :L4218 */
  #question179705,
  #question206764 {
    width: 100%;
  }
}
/*compare policy*/

/* :L4223 */
/* :L4224 */
.page-quoteandpolicycompare .agentTable {
  margin-top: 50px;
  width: 98%;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L4230 */
  .page-quoteandpolicycompare .agentTable {
    margin-top: 20px;
    width: 100%;
  }
  /* :L4234 */
  .page-quoteandpolicycompare .agentTable > tbody > tr > td,
  .page-quoteandpolicycompare .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L4239 */
.page-quoteandpolicycompare .agentTable > tbody > tr > th {
  border-top: 2px solid #12243a;
  border-bottom: 2px solid #12243a;
  font: normal normal bold 12px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  line-height: 55px;
}
@media (max-width: 317px) {
  .page-quoteandpolicycompare .agentTable > tbody > tr > th {
    line-height: 25px;
  }
}
/* :L4250 */
.page-quoteandpolicycompare .agentTable > tbody > tr > td {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding: 12px 0px;
}
/* :L4256 */
.page-quoteandpolicycompare .agentTable > tbody > tr > td,
.page-quoteandpolicycompare .agentTable > tbody > tr,
.page-quoteandpolicycompare .agentTable > tfoot > tr > td,
.page-quoteandpolicycompare .agentTable > tfoot > tr,
.page-quoteandpolicycompare .agentTable > tr > td,
.page-quoteandpolicycompare .agentTable > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L4260 */
/* :L4261 */
.page-quote #WaitingAnimationGraphic .spinner,
.page-agentalldocs #WaitingAnimationGraphic .spinner,
.page-confirmbillingdetails #WaitingAnimationGraphic .spinner,
.page-quickquotequestions.page-number-2 #WaitingAnimationGraphic .spinner {
  display: block;
  /*Showing spinner*/

}
/*background effect while loading*/

/* :L4266 */
.loader-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
/*loading image while clicking on continue button*/

/* :L4276 */
#WaitingAnimationGraphic {
  display: none;
  /*on page load it will show up on few pages*/
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 300px;
  /*position of image for mobile phones*/

  /*Hiding spinner for all pages*/

  /*seeing width as per the device size*/

}
@media (max-width: 375px) {
  #WaitingAnimationGraphic {
    top: 350px;
  }
}
@media (min-width: 376px) and (max-width: 900px) {
  #WaitingAnimationGraphic {
    top: 400px;
  }
}
@media (min-width: 900.9px) and (max-width: 991px) {
  #WaitingAnimationGraphic {
    top: 465px;
  }
}
@media (min-width: 991.9px) {
  #WaitingAnimationGraphic {
    top: 265px;
  }
}
/* :L4296 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L4300 */
#WaitingAnimationGraphic .outer-div {
  margin: auto;
}
/* :L4302 */
#WaitingAnimationGraphic .outer-div img {
  width: 100%;
}
@media (max-width: 375px) {
  #WaitingAnimationGraphic .outer-div {
    width: 60%;
  }
}
@media (min-width: 376px) and (max-width: 900px) {
  #WaitingAnimationGraphic .outer-div {
    width: 30%;
  }
}
@media (min-width: 900.9px) and (max-width: 990.9px) {
  #WaitingAnimationGraphic .outer-div {
    width: 25%;
  }
}
@media (min-width: 991px) {
  #WaitingAnimationGraphic .outer-div {
    width: 10%;
  }
}
/*Mta quote display and quick quote display table */

/*left side column*/

/* :L4321 */
.colleft,
.var-label {
  width: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #e67e22;
}
/*right side column*/

/* :L4334 */
.colright,
.variable {
  width: 50%;
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  color: black;
  font-weight: normal;
  margin-bottom: 0px;
  padding-right: 20px;
}
/*top main headers of table*/

/* :L4347 */
.mainheader {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #565e71;
  width: 100%;
  vertical-align: top;
}
/* :L4355 */
.mainheader .header1,
.mainheader .header2 {
  width: 100%;
}
/*top sub headers of table*/

/* :L4360 */
.subheader {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #e67e22;
  width: 100%;
  vertical-align: top;
}
/*line styling of table*/

/* :L4371 */
.ugbottom {
  border-top: 1px solid #12243a;
  border-bottom: 1px solid #12243a;
}
/* :L4375 */
.detailbottom {
  border-bottom: 1px solid #d7ddea;
}
/* :L4378 */
/* :L4380 */
.page-quickquote .propertylink,
.page-quickquote .pdflink {
  width: 150px;
  height: auto;
}
/* :L4382 */
.page-quickquote .propertylink a,
.page-quickquote .pdflink a {
  color: white;
  text-decoration: none;
  padding: 0px 5px;
}
/* :L4390 */
.page-quickquote .updated-header p,
.page-quickquote #question209412 .instanda-question-parent-yes-no label {
  font-size: 18px;
}
/*condition for underwriter*/

/* :L4395 */
.uw-view {
  display: none;
}
/* :L4398 */
.logged-in-underwriter .uw-view {
  display: block;
}
/* :L4401 */
/* :L4403 */
/* :L4404 */
.page-quote #syndicate-carrier .expand-selective-details button[name="chosenProductIds"] {
  display: none;
}
/* :L4407 */
.page-quote #syndicate-carrier .inner-box {
  background-color: white;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
/* :L4413 */
.page-quote #syndicate-carrier .main {
  border-radius: 8px;
  color: white;
  padding: 10px 0;
  height: auto;
}
/* :L4418 */
.page-quote #syndicate-carrier .main p {
  font-size: 25px;
  font-weight: bold;
}
/* :L4422 */
.page-quote #syndicate-carrier .main .syndicate-premium {
  font-size: 40px;
}
/* :L4425 */
.page-quote #syndicate-carrier .main > div {
  text-align: center;
}
/* :L4428 */
.page-quote #syndicate-carrier .main > div:first-child {
  text-align: left;
}
/* :L4433 */
/* :L4434 */
.page-quote #syndicate-carrier .chubb .main img {
  width: 290px;
}
/* :L4437 */
.page-quote #syndicate-carrier .chubb .expand-fp-details img {
  width: 550px;
}
/* :L4441 */
/* :L4442 */
.page-quote #syndicate-carrier .hiscox .main img {
  width: 150px;
}
/* :L4446 */
/* :L4447 */
.page-quote #syndicate-carrier .chaucer .main img {
  width: 250px;
}
/* :L4450 */
.page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
  width: 400px;
}
/* :L4454 */
/* :L4455 */
.page-quote #syndicate-carrier .argo .main img {
  width: 195px;
}
/* :L4458 */
.page-quote #syndicate-carrier .argo .expand-argo-details img {
  width: 450px;
}
/* :L4462 */
/* :L4463 */
.page-quote #syndicate-carrier .brit .main img {
  width: 195px;
  position: relative;
  top: 18px;
}
/* :L4468 */
.page-quote #syndicate-carrier .brit .expand-brit-details img {
  width: 450px;
}
/* :L4472 */
/* :L4473 */
.page-quote #syndicate-carrier .scor .main img {
  width: 195px;
  position: relative;
  top: 18px;
}
/* :L4478 */
.page-quote #syndicate-carrier .scor .expand-scor-details img {
  width: 450px;
}
/* :L4482 */
/* :L4483 */
.page-quote #syndicate-carrier .vave .main img {
  width: 255px;
}
/* :L4486 */
.page-quote #syndicate-carrier .vave .expand-vave-details img {
  width: 450px;
}
/* :L4490 */
/* :L4491 */
.page-quote #syndicate-carrier .selective .main img {
  width: 300px;
}
/* :L4494 */
.page-quote #syndicate-carrier .selective .expand-selective-details img {
  width: 450px;
}
/* :L4498 */
.page-quote #syndicate-carrier .main .dropdwon-icon img {
  width: auto;
  top: 0;
}
/* :L4503 */
/* :L4504 */
.page-quote #syndicate-carrier table th {
  font-weight: bold;
  font-size: 20px;
}
/* :L4508 */
.page-quote #syndicate-carrier table .premium {
  font-weight: bold;
  font-size: 20px;
}
/* :L4512 */
.page-quote #syndicate-carrier table .btn.active {
  background-color: white;
  color: black;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 0px 2px #01b297;
  border: 1px solid #01b297;
}
/* :L4519 */
.page-quote #syndicate-carrier table .btn {
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L4526 */
.page-quote #syndicate-carrier .inner-box.chubb .main {
  background-color: #c25052;
}
/* :L4529 */
.page-quote #syndicate-carrier .inner-box.hiscox .main {
  background-color: #38b6ff;
}
/* :L4532 */
.page-quote #syndicate-carrier .inner-box.chaucer .main {
  background-color: #edc22a;
}
/* :L4535 */
.page-quote #syndicate-carrier .inner-box.vave .main {
  background-color: #5ce1e6;
}
/* :L4538 */
.page-quote #syndicate-carrier .inner-box.argo .main {
  background-color: #efa375;
}
/* :L4541 */
.page-quote #syndicate-carrier .inner-box.brit .main {
  background-color: #13cf64;
}
/* :L4544 */
.page-quote #syndicate-carrier .inner-box.scor .main {
  background-color: #00bf8f;
}
/* :L4547 */
.page-quote #syndicate-carrier .inner-box.selective .main {
  background-color: #cb6ce6;
}
/* :L4550 */
.page-quote #syndicate-carrier .expandBtn {
  background-color: white;
  color: black;
  font-weight: bold;
}
/* :L4555 */
.page-quote #syndicate-carrier .hiscox-productinsight,
.page-quote #syndicate-carrier .chaucer-productinsight {
  font-weight: bold;
  padding-left: 0;
}
/* :L4558 */
.page-quote #syndicate-carrier .hiscox-productinsight h4,
.page-quote #syndicate-carrier .chaucer-productinsight h4 {
  font-weight: bold;
  font-size: 20px;
}
/* :L4563 */
.page-quote #syndicate-carrier .selectBtn {
  background-color: #6ec9c4;
  color: white;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L4572 */
.page-quote #syndicate-carrier .policyFormBtn {
  background-color: #093266;
  color: white;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L4584 */
.page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
  background-color: #ee2a24;
  width: 100%;
}
/* :L4588 */
.page-quote #syndicate-carrier .expand-hiscox-details {
  display: none;
  padding: 30px 50px;
}
/* :L4591 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:first-child {
  border-right: none;
}
/* :L4594 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:nth-child(2) {
  text-align: center;
}
/* :L4598 */
.page-quote #syndicate-carrier .expand-fp-details,
.page-quote #syndicate-carrier .expand-chaucer-details,
.page-quote #syndicate-carrier .expand-argo-details,
.page-quote #syndicate-carrier .expand-brit-details,
.page-quote #syndicate-carrier .expand-scor-details,
.page-quote #syndicate-carrier .expand-vave-details,
.page-quote #syndicate-carrier .expand-selective-details {
  display: none;
  padding: 30px 50px;
}
/* :L4602 */
.page-quote #syndicate-carrier .expand-fp-details > div:first-child,
.page-quote #syndicate-carrier .expand-chaucer-details > div:first-child,
.page-quote #syndicate-carrier .expand-argo-details > div:first-child,
.page-quote #syndicate-carrier .expand-brit-details > div:first-child,
.page-quote #syndicate-carrier .expand-scor-details > div:first-child,
.page-quote #syndicate-carrier .expand-vave-details > div:first-child,
.page-quote #syndicate-carrier .expand-selective-details > div:first-child {
  border-right: 4px solid #6ec9c4;
}
/* :L4605 */
.page-quote #syndicate-carrier .expand-fp-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-chaucer-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-argo-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-brit-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-scor-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-vave-details > div:nth-child(2),
.page-quote #syndicate-carrier .expand-selective-details > div:nth-child(2) {
  text-align: center;
}
/* :L4609 */
.page-quote #syndicate-carrier .verbiage {
  padding: 15px 25px;
  background-color: #d9d9d6;
  margin-bottom: 20px;
}
/* :L4613 */
.page-quote #syndicate-carrier .verbiage p {
  margin: 0;
}
@media (max-width: 991.9px) {
  /* :L4621 */
  .page-quote #syndicate-carrier .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  /* :L4625 */
  .page-quote #syndicate-carrier .policyFormBtn {
    width: auto;
  }
  /* :L4628 */
  .page-quote #syndicate-carrier .expand-hiscox-details {
    display: none;
    padding: 30px 10px;
  }
  /* :L4632 */
  .page-quote #syndicate-carrier .expand-fp-details,
  .page-quote #syndicate-carrier .expand-chaucer-details,
  .page-quote #syndicate-carrier .expand-argo-details,
  .page-quote #syndicate-carrier .expand-brit-details,
  .page-quote #syndicate-carrier .expand-scor-details,
  .page-quote #syndicate-carrier .expand-vave-details,
  .page-quote #syndicate-carrier .expand-selective-details {
    display: none;
    padding: 30px 10px;
  }
  /* :L4636 */
  .page-quote #syndicate-carrier .expand-fp-details > div:first-child,
  .page-quote #syndicate-carrier .expand-chaucer-details > div:first-child,
  .page-quote #syndicate-carrier .expand-argo-details > div:first-child,
  .page-quote #syndicate-carrier .expand-brit-details > div:first-child,
  .page-quote #syndicate-carrier .expand-scor-details > div:first-child,
  .page-quote #syndicate-carrier .expand-vave-details > div:first-child,
  .page-quote #syndicate-carrier .expand-selective-details > div:first-child {
    border-right: none;
  }
}
@media (max-width: 599.9px) {
  /* :L4642 */
  /* :L4643 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 290px;
  }
  /* :L4646 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 355px;
  }
  /* :L4650 */
  /* :L4651 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L4655 */
  /* :L4656 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 250px;
  }
  /* :L4659 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 300px;
  }
  /* :L4663 */
  /* :L4664 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L4667 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L4671 */
  /* :L4672 */
  .page-quote #syndicate-carrier .brit .main img {
    width: 195px;
  }
  /* :L4675 */
  .page-quote #syndicate-carrier .brit .expand-brit-details img {
    width: 300px;
  }
  /* :L4679 */
  /* :L4680 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L4683 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L4687 */
  /* :L4688 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 300px;
  }
  /* :L4691 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 300px;
  }
  /* :L4695 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
@media (max-width: 280px) {
  /* :L4701 */
  /* :L4702 */
  .page-quote #syndicate-carrier table th,
  .page-quote #syndicate-carrier table td,
  .page-quote #syndicate-carrier table .btn,
  .page-quote #syndicate-carrier table .policyFormBtn,
  .page-quote #syndicate-carrier table .premium,
  .page-quote #syndicate-carrier table .hiscox-productinsight h4,
  .page-quote #syndicate-carrier table .chaucer-productinsight h4 {
    font-size: 12px;
  }
  /* :L4706 */
  .page-quote #syndicate-carrier .policyFormBtn {
    font-size: 12px;
  }
  /* :L4709 */
  .page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
    width: auto;
    font-size: 9px;
  }
  /* :L4713 */
  /* :L4714 */
  .page-quote #syndicate-carrier .chubb .expand-hiscox-details .hofferBtn {
    background-color: #ee2a24;
    width: auto;
    font-size: 9px;
  }
  /* :L4719 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 215px;
  }
  /* :L4722 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 200px;
  }
  /* :L4726 */
  /* :L4727 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L4731 */
  /* :L4732 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 190px;
  }
  /* :L4735 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 175px;
  }
  /* :L4739 */
  /* :L4740 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L4743 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L4747 */
  /* :L4748 */
  .page-quote #syndicate-carrier .brit .main img {
    width: 195px;
  }
  /* :L4751 */
  .page-quote #syndicate-carrier .brit .expand-brit-details img {
    width: 300px;
  }
  /* :L4755 */
  /* :L4756 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L4759 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L4763 */
  /* :L4764 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 180px;
  }
  /* :L4767 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 170px;
  }
  /* :L4771 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
/* :L4777 */
/* :L4778 */
/* :L4779 */
.page-quote.created-from-renewal #syndicate-carrier div[style="pointer-events: none;"] {
  display: none;
}
/* :L4785 */
/* :L4786 */
.page-confirmbillingdetails .NOTMTA {
  font-size: 18px;
}
/* :L4789 */
.page-confirmbillingdetails .MTA {
  font-size: 18px;
}
/*FL-214-Lock down all fields for a renewal quote for external users (agents, etc.)*/

/* :L4794 */
/* :L4799 */
.page-quickquotequestions.created-from-renewal.logged-in-agent .radio-inline,
.page-quickquote.created-from-renewal.logged-in-agent .radio-inline,
.page-prequotequestions.created-from-renewal.logged-in-agent .radio-inline,
.page-quote.created-from-renewal.logged-in-agent .radio-inline,
.page-quickquotequestions.created-from-renewal.logged-in-agent input,
.page-quickquote.created-from-renewal.logged-in-agent input,
.page-prequotequestions.created-from-renewal.logged-in-agent input,
.page-quote.created-from-renewal.logged-in-agent input,
.page-quickquotequestions.created-from-renewal.logged-in-agent select,
.page-quickquote.created-from-renewal.logged-in-agent select,
.page-prequotequestions.created-from-renewal.logged-in-agent select,
.page-quote.created-from-renewal.logged-in-agent select,
.page-quickquotequestions.created-from-renewal.logged-in-agent .radio,
.page-quickquote.created-from-renewal.logged-in-agent .radio,
.page-prequotequestions.created-from-renewal.logged-in-agent .radio,
.page-quote.created-from-renewal.logged-in-agent .radio {
  background-color: #eeeeee;
  pointer-events: none;
}
/* :L4805 */
/* :L4806 */
.page-postquotequestions.created-from-renewal.logged-in-agent .instanda-payment-options .radio label {
  background-color: #eeeeee;
  pointer-events: none;
}
/* :L4810 */
:root {
  --darkBlue: #1e3565 !important;
  --electricBlue: #194fa2 !important;
  --aquaBlue: #00b0b0 !important;
  --lightBlue: #daecec !important;
  font-family: 'Segoe Pro', sans-serif !important;
  font-size: 16px !important;
}
@import url('https://fonts.cdnfonts.com/css/segoe-pro');
/* :L4821 */
.res_a {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
}
/* :L4828 */
.res_h1 {
  color: var(--Electric-Blue, #194fa2) !important;
  font-size: 64px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding-left: 64px !important;
  margin-bottom: 0 !important;
  font-family: 'Segoe Pro', sans-serif !important;
}
/* :L4838 */
.res_h2 {
  color: var(--Dark-Blue, #1e3565) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: 'Segoe Pro', sans-serif !important;
}
/* :L4846 */
.res_h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  height: 96px !important;
  font-family: 'Segoe Pro', sans-serif !important;
  display: inline !important;
  /* Override display if needed */
  margin: 0 !important;
  /* Remove all margins */

}
/* :L4855 */
.res_h3::after {
  all: unset !important;
}
/* :L4860 */
.lightBlue {
  background-color: var(--lightBlue) !important;
  color: var(--darkBlue) !important;
}
/* :L4864 */
.aquaBlue {
  background-color: var(--aquaBlue) !important;
  color: white !important;
}
/* :L4868 */
.electricBlue {
  background-color: var(--electricBlue) !important;
  color: white !important;
}
/* :L4872 */
.darkBlue {
  background-color: var(--darkBlue) !important;
  color: white !important;
}
/* :L4876 */
.white {
  background-color: white !important;
  color: var(--darkBlue) !important;
}
/* :L4881 */
.res_a_lightBlue {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: #1e3565 !important;
  padding: 10px !important;
}
/* :L4889 */
.res_a_white {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: #1e3565 !important;
  padding: 10px !important;
}
/* :L4898 */
.res_a_electricBlue {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: white !important;
  padding: 10px !important;
}
/* :L4907 */
.res_a_aquaBlue {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: white !important;
  padding: 10px !important;
}
/* :L4916 */
.res_set-section {
  padding: 64px !important;
}
/* :L4920 */
.res_set-section.res_doble-section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
}
/* :L4927 */
.res_doble_card-set {
  width: 50% !important;
}
/* :L4931 */
.res_card-set {
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: flex-start !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}
/* :L4940 */
.res_card {
  border-radius: 8px !important;
  padding: 40px 24px !important;
  display: block !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  gap: 24px !important;
  flex: 1 !important;
  cursor: pointer !important;
  width: 100% !important;
  height: 45vh !important;
}
/* :L4954 */
.res_card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease-in-out;
}
/* :L4959 */
.res_card::after {
  all: unset !important;
}
/* :L4963 */
.res_card::before {
  all: unset !important;
}
/* :L5014 */
/* :L5016 */
.page-quote #syndicate-carrier .main img {
  max-width: 100%;
  /* max-height: 5rem; */

}
/* :L5021 */
.page-quote #syndicate-carrier .inner-box .main {
  display: flex;
  align-items: center;
}
/* :L5026 */
.page-quote #syndicate-carrier .main p[class*="ErrorMsg"][style*="display: block"] {
  color: white;
  background: red;
  border-radius: .5rem;
  font-size: 1.125rem;
  width: auto;
  display: inline-block !important;
  padding: .25rem .5rem;
}
/* :L5038 */
[class^="expand-"]:last-child {
  display: grid;
  grid-template-columns: 5fr 1fr;
  align-items: center;
}
/* :L5045 */
[class^="expand-"]:last-child br {
  display: none;
}
/* :L5049 */
.page-quote #syndicate-carrier .main .syndicate-premium {
  font-size: 1.5rem;
  text-align: right;
}
/* :L5054 */
.page-quote #syndicate-carrier .expandBtn {
  height: unset;
  grid-column: span 2;
}
/* :L5058 */
.dropdwon-icon {
  cursor: pointer;
  transition: 0.3s ease all;
}
/* :L5063 */
.dropdwon-icon:hover {
  transform: translateY(-0.125rem) scale(1.1);
}
/* :L5067 */
.page-quote #syndicate-carrier .inner-box {
  background: transparent;
}
/* :L5070 */
.page-quote #syndicate-carrier .inner-box .main {
  min-height: 7rem;
}
/* :L5074 */
.page-quote #syndicate-carrier .inner-box[style*="pointer-events: none"] {
  cursor: not-allowed !important;
  opacity: 0.6;
}
/* :L5079 */
.page-quote #syndicate-carrier .inner-box .main + div img {
  width: auto;
  width: 100% !important;
  max-width: 20rem;
  display: block;
}
/* :L5085 */
.instanda-transaction-history-content {
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
}
