/* :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 */
/* :L720 */
.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;
}
/* :L725 */
/* :L726 */
.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;
}
/* :L732 */
/* :L733 */
/* :L734 */
.page-viewquoteorpolicy .invoiceUrl .renewal.btn {
  width: 180px;
  height: auto;
  font-size: 15px;
  background-color: #093266;
}
/* :L741 */
.page-viewquoteorpolicy .table {
  margin-bottom: 0px !important;
}
/* :L744 */
.page-viewquoteorpolicy .renewlink {
  padding-left: 0px;
}
/* :L749 */
/* :L750 */
.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;
}
/* :L756 */
/* :L757 */
.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;
}
/* :L763 */
/* :L764 */
.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;
}
/* :L772 */
/* :L773 */
.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;
}
/* :L778 */
/* :L779 */
.page-viewquoteorpolicy #Policy-View-Versions-Dialog .btn-primary {
  background-color: #093266;
}
/* :L784 */
.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;
}
/* :L789 */
.page-viewquoteorpolicy .policy-view-options-action-buttons {
  margin-top: 15px;
}
/* :L791 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
}
/* :L794 */
.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;
}
/* :L803 */
.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;
}
/* :L806 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L811 */
.page-viewquoteorpolicy .btn-primary {
  background-color: white;
}
/* :L815 */
.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;
		}*/

}
/* :L818 */
.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;
}
/* :L825 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/OnlineTransactions"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkRGQ1VVcG5NbG95UTFwMFZubzVPVlIzYkdFeVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxyU2daNmNlRlpCeFQySUJTLDEwMDAsdXBHOUl3dEoyMlU3VjJyWixPeisvbHVOT2tlVEd4MXRFeE5WOVJEMzBRcmZjcTIvQmdmZGJ5Sk9ZdGgzcXA0YVhiUWFYYUsrQ3J4SHF2MFlkQ0UxOVFrRFd0SUh3cHF5aDMvNW5DQT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L830 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/CancelPolicy"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TFV4c2NUVlFhVXBJTUdveE0xQXRTamxXT0VodFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxNViEyWUFyN1hwZVNtZEw4LDEwMDAsbHJyRjZDeGRMQjVMZTh5MSx2aW15U0VNak5kQ1VrVnN0RXluNTdJSThyZUpZNitKSnUyNTZ1OXIvNmI1Z2VQK2o1bXdleWtQcncwN0licDJvZzJ6TWIyVm4vemQ4K1NoR2xiN3p0QT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L835 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/StartRenewal"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Um14eVNXeENPWFZHYmxkcGRIazVaVmxxTTFaWVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwxd2FEQVV3MXZIRkxCWHphLDEwMDAsWkpmRDNZdnlOUzBHbWhDYixOTHRMOXRmdWxNT29JQnROTnMyMjQwalVOcW1aL0JSRnNkYmp5UkhNUnRWeHB1T0xOOUsxTm1ISmMvOExFc092c2JkSlBldjg1SW94U1VLS1VqYVRxUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L840 */
.page-viewquoteorpolicy .btn-group .btnComparePolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WjJGVlNIRjZSMFJXWTJkc1JEZEZRWHAxVjFVd1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsU21jZHhwalFqVlhyNENFLDEwMDAsVjlzdng1MGpNZTRqaW9DQyxuU3o5S1JHbmdRYmVuWU9mS2FnbnhNdkZvNysvLzRxUUlKU01LYmFzc0R4OWx3ZXFFV1FNL1UyL2VZa091SmFaei9XWTlIbnVxNUkxMzhLbHUvREdxUT09") no-repeat !important;
  background-position: 22px center !important;
  background-size: 22px !important;
}
/* :L845 */
.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;
}
/* :L851 */
.page-viewquoteorpolicy .btn-group .btnAdjustPolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WVhCQ09WRjVSR1kxV0haM1NXbExja1JaYTFOTFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBWlRsYjBSSWVRVzFaIWhoLDEwMDAsaUdHY3l0SFU5VlVLUUE4TixEenNNQS9pRndnS295WUtOQ0hNNkxHTDVibnR4NHBQMFdaeko3UmVYOGdHL0lSaGJOczlQaGFyR2xvM0h5K1dJTTI2M0g3b3pja0VQOFNzaUYzQXQ0Zz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L856 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/AgentClaims"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Vkc1M09UaFhWV1pYV0VOT01WQnZVeTEwVUVGWlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBR2R5UjVrUjZuZWNHYXN2LDEwMDAsV2RCdXhFT0hBVllpRE1MdyxFRjZmTVR1RHVIajh5b28vbXE0RFpOeG9oRnlQanJKTUVyelZYbkcrKzlCRmRaKzN2MnByVXBuanluS3dmTlpQalpqRTNtYTVHYkV4bEZtMWR3VjgxZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L861 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/AgentAllDocs"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTBJd1R6bDRlRGxEUVdRMWQyUjVWSFJqWld4alVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCw3WUJJWUVUdCFtRm45VHV3LDEwMDAsWDh3SDIxYmRhV081OFFCQixMNWFnOEhUY3h2NzdYT214QU1DRktXb2xySHF6N2t0QmNTa2V1dk9NSGZrN3RrSmpiU2dVTXZrbmNlQTNOd2hGTTF2azZZcHp5bFFqc3VSYWhyd2JRUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L866 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ViewReferralsForQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TldodU9ITnVUMEU0TTFGdE56VkNhamgzYmtrM1oxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBVW1PTFNHcjAzc2QwMUpNLDEwMDAscTZpaThZSE9hRGhFMmRpOSxxQXpEa2hBd0pIeEprTWNibndTMlRoUy96WVdPcXoyWi9zNFh5emVKTnlvNFM1VmlJbENrWU5EZU5EYzRaeTdpeVBKd2pxUDFoZXhWd3Bucm5obFRxZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L871 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ViewPremiumSummary"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UkRGQ1VVcG5NbG95UTFwMFZubzVPVlIzYkdFeVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxyU2daNmNlRlpCeFQySUJTLDEwMDAsdXBHOUl3dEoyMlU3VjJyWixPeisvbHVOT2tlVEd4MXRFeE5WOVJEMzBRcmZjcTIvQmdmZGJ5Sk9ZdGgzcXA0YVhiUWFYYUsrQ3J4SHF2MFlkQ0UxOVFrRFd0SUh3cHF5aDMvNW5DQT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L876 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/CustomerAccountOptions"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YzBwcFdDeERhVFpQVkhkTVRVZDJWV2xRWm1GTlVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVTSFNNG1qYWIyZnYhVXV4LDEwMDAsRHU0dG16QlhFeDhOejVxUyxKMEwwcmVMT1FoSDNLMHFUL3RDSGxYNHprbE0zOW1HMjBYY2QvNm5ZRjR1VWNTbGNvQldCdVNkN2xFdU04eUxhSE9rR3JPYkV6TkRIL2hndTQzbnVTQT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L881 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/CopyQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZUVsUVFVcGFSbk5tWVRKSVZVUjVlVVZYWVZFeVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxXMGhUNFRBRlJtT1J4Q1dRLDEwMDAsSDlrZVp5Wmh3NEFFdzJjcixKMXFUY2pBR3JvN3ZaN3dZUmNoVm40WGdKOGFpSkpzU0hQd3FrTHFRTEczWHNsenNyc29zVTVkQnI3Tk1aOWtDMFBmMkZrTWRVNVk5YnhYSGV5S2JGZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L891 */
.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;
}
/* :L898 */
.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;
}
/* :L903 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/SaleStageReason"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YjFSQk4xaHVlaXhYVW5CdllWb3dkbWRQWm1SMFVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxRWG1RbDdYUSFienhhQ3psLDEwMDAsSE1kT01RRFcxU1ZXYVlMaCwzaGdvck9MQU1rMlJ5V3ZkT1ZyNURsbXFtTml0d2xUNXpnTmk1dC9icW1vSER1TFBrczh3VG1OZXNSSzdTTCtGSFM4a21EcjBrZjNyR2plR1Q2OHg1Zz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L908 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/UploadDocuments"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UVRSSGVqTlhhRTV4UWxWWWVFMWhWM2M0VHpKUlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsSFlCc1d4RXNGN1lGS0poLDEwMDAsNkJXWnkhWlJHWXZCcUQzWCxMK3VtdGhoQlJlcEM4ckN5Qjd5OHJMWTc1TWRYZk1adEF6VEtTOVE1VVRndmtEQ1hPUkwyRk5od3B4Ynk5QWlreHNhaEkzOGRHNDg3SkVaM2lkOUpUZz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L913 */
.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;
}
/* :L918 */
.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;
}
/* :L923 */
.page-viewquoteorpolicy .btn-group a[href*="/Public/ReviewReferrals"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Ulc4NVlYcFVlRFpFU2xGeldWTlVTV0pQTUVzM1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxubk5KdVIwMTV4TVFAYzQ1LDEwMDAsUFlzZ3FPMVRua0p4SWVTTyxxZmlTU1RxR0dCQmhVUFpWYlc0WTN3M1hHMVozQ3NBLzJHd1NzUU1jcWZOV0s4b0h0bUFYVC9rWndXUWlhcDRtcmY2NjEycU9la1pFaXFxNStqRmx1Zz09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L928 */
.page-viewquoteorpolicy .btn-group a[onclick="OpenReinstateDialog()"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YjFJMlduUmlXSFp2V0d0V2FYVjBlV2d3Ym1OcVVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsNnpkOEZENmloIThlclJCLDEwMDAscHYyQW5UQkRtOU9MVHZIRix4dC9CUlNQSzlSKzFvL3AyQWdCWmd3Z3RVQVovaE8zL3ptN0tUWUZaSDIySW5va3dHYUJlZm5aQk9KVFJFV3hSY1BlM0dFYVNWcTVLcm5aVzE2UlNWUT09") no-repeat;
  background-position: 22px center;
  background-size: 22px;
}
/* :L935 */
.page-viewquoteorpolicy .header-cls-row,
.page-viewquoteorpolicy .header-details-row {
  background-color: #6ec9c4;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* :L940 */
.page-viewquoteorpolicy .header-cls-row .container,
.page-viewquoteorpolicy .header-details-row .container {
  margin-left: 80px;
  margin-right: 80px;
}
/* :L945 */
.page-viewquoteorpolicy .header-cls-row .left-view {
  padding-left: 0px;
}
/* :L947 */
.page-viewquoteorpolicy .header-cls-row .left-view h3 {
  color: white;
}
/* :L951 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  padding-right: 0px;
  text-align: end;
  margin-top: 20px;
}
/* :L953 */
.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;
}
/* :L958 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: '\2190';
  color: white;
  padding-right: 5px;
  font-size: 25px;
}
/* :L968 */
.page-viewquoteorpolicy .header-details-row .left-view {
  padding-left: 0px;
  display: flex;
}
/* :L971 */
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  padding-left: 10%;
}
/* :L974 */
.page-viewquoteorpolicy .header-details-row .left-view .view2 {
  line-break: anywhere;
}
/* :L977 */
.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%;
}
/* :L979 */
.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;
}
/* :L984 */
.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;
}
/* :L991 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: 80px ;
  margin-right: 80px ;
  /*Table structure styling*/

}
/* :L996 */
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls > div {
    padding-right: 0;
  }
}
/* :L1001 */
.page-viewquoteorpolicy .details-cls > div:nth-child(1) {
  padding-left: 0px;
}
/* :L1005 */
.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%;
  }
}
/* :L1011 */
.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;
}
/* :L1016 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1021 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L1023 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1029 */
.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;
}
/* :L1032 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L1035 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1041 */
.page-viewquoteorpolicy .block-renewals {
  padding: 15px 0px;
}
/* :L1043 */
.page-viewquoteorpolicy .block-renewals span {
  padding-left: 5px;
}
@media (max-width: 767.9px) {
  /* :L1050 */
  /* :L1051 */
  .page-viewquoteorpolicy .header-cls-row .container,
  .page-viewquoteorpolicy .header-details-row .container {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* :L1054 */
  .page-viewquoteorpolicy .header-cls-row .container .left-view,
  .page-viewquoteorpolicy .header-details-row .container .left-view {
    display: block;
  }
  /* :L1056 */
  .page-viewquoteorpolicy .header-cls-row .container .left-view .view3,
  .page-viewquoteorpolicy .header-details-row .container .left-view .view3 {
    padding-left: 0px;
  }
  /* :L1061 */
  .page-viewquoteorpolicy .header-cls-row .right-view,
  .page-viewquoteorpolicy .header-details-row .right-view {
    display: inline-table;
  }
  /* :L1065 */
  .page-viewquoteorpolicy .details-cls {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* :L1068 */
  .page-viewquoteorpolicy .details-cls .policy-view-options-action-buttons {
    padding-left: 0px;
  }
}
/*Renewal Quotes can only be abandoned by Underwriters*/

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

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

/* :L1096 */
/* :L1097 */
.page-viewquoteorpolicy.logged-in-agent .policy-view-options-action-buttons .block-renewals {
  display: none;
}
/* :L1100 */
/* :L1101 */
.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;
}
/* :L1107 */
/* :L1108 */
.page-agentalldocs .instanda-agent-all-docs-content {
  min-height: 800px;
  /*documents alignment */

}
/* :L1110 */
.page-agentalldocs .instanda-agent-all-docs-content .questionItem.instanda-question-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L1113 */
/* :L1114 */
.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) {
  /* :L1118 */
  .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;
  }
}
/* :L1125 */
/* :L1126 */
/* :L1127 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
}
/* :L1130 */
/* :L1131 */
/* :L1134 */
.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;
}
/* :L1140 */
.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;
}
/* :L1144 */
.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;
}
/* :L1157 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L1161 */
.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;
}
/* :L1171 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L1176 */
.page-agentalldocs .button-cls {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* :L1180 */
.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;
}
/* :L1190 */
/* :L1191 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L1194 */
.page-agentclaims .logged-claim-section {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L1198 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L1201 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px 'poppins-regular', sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L1208 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* :L1213 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
  /* Extra small and small devices */

}
/* :L1215 */
.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) {
  /* :L1231 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* :L1236 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 30%;
  }
}
/* :L1242 */
.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*/

/* :L1252 */
/* :L1253 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L1256 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
}
/* :L1258 */
.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;
}
/* :L1267 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 100%;
}
/* :L1273 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 100%;
}
/* :L1275 */
.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;
}
/* :L1286 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a {
  font: normal normal bold 14px/17px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-right: 10px;
}
/* :L1293 */
.page-bulkuploadclaims .btn,
.page-bulkuploadclaims .btn-primary {
  width: 100%;
}
@media (max-width: 767.9px) {
  /* :L1298 */
  .page-bulkuploadclaims .btn-claim-group {
    display: grid;
  }
  /* :L1300 */
  .page-bulkuploadclaims .btn-claim-group button,
  .page-bulkuploadclaims .btn-claim-group input {
    width: 100%;
  }
}
/* :L1306 */
/* :L1307 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
  /*table content*/

}
/* :L1309 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader {
  padding-left: 15px;
}
/* :L1311 */
.page-customeraccountoptions .instanda-main-content-container .instanda-questionHeader h3 {
  color: #12243a;
}
/* :L1315 */
/* :L1316 */
.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;
}
/* :L1322 */
.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) {
  /* :L1330 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L1334 */
.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) {
  /* :L1343 */
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    position: relative;
    top: 0px;
  }
}
/* :L1350 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 98%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L1357 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    margin-top: 20px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L1363 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L1367 */
.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;
}
/* :L1375 */
.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;
}
/* :L1383 */
.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;
}
/* :L1388 */
.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;
}
/* :L1391 */
.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;
}
/* :L1398 */
.page-customeraccountoptions #agentSearchResultsTable .linkcss {
  padding-left: 25px;
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=U0U1eFVtc3NNVFpOTjBWT1VIWkdNVlZxWWpocloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxFNjE2ITNwYWJVRmZVNFkyLDEwMDAsakpUSnJySUtEbmFaWGtKcixLR1FBcUdtOUM5eWp5NVRHbSs1dFA1clFKNnFReE44THZtZ1g4K3phMS9ubE11Zmdmb3UycjBmRy9qZU1acmliMTdIVHNObXhJSVRManBYcDVrbkpSQT09") no-repeat;
  background-position: 0px center;
  background-size: 20px;
}
/* :L1405 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 568px) {
  /* :L1411 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L1413 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/* :L1419 */
/* :L1420 */
.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;
  }
}
/* :L1429 */
.page-cancelpolicy .instanda-main-content-container,
.page-cancellationquestionsforagentsite .instanda-main-content-container {
  margin-top: 20px;
}
/* :L1432 */
.page-cancelpolicy #question198866,
.page-cancellationquestionsforagentsite #question198866 {
  display: none;
}
/* :L1436 */
/* :L1437 */
.page-cancelpolicy.logged-in-underwriter #question198866,
.page-cancellationquestionsforagentsite.logged-in-underwriter #question198866 {
  display: block;
}
/*Table content styling*/

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

/* :L1476 */
#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*/

/* :L1482 */
#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;
  }
}
/* :L1493 */
#question178010/*Effective date*/ {
  width: auto;
}
/* :L1496 */
/* :L1497 */
.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;
}
/* :L1511 */
.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;
}
/* :L1514 */
.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;
}
/* :L1517 */
.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;
}
/* :L1524 */
.page-quickquotequestions .wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media (max-width: 465px) {
  /* :L1530 */
  .page-quickquotequestions .wrapper {
    display: block;
  }
}
/* :L1537 */
/* :L1538 */
.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;
}
/* :L1550 */
/* :L1551 */
.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;
}
/* :L1554 */
.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;
}
/* :L1569 */
.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;
}
/* :L1572 */
.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;
}
/* :L1575 */
.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;
}
/* :L1582 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter .wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media (max-width: 465px) {
  /* :L1588 */
  .page-prequotequestions.created-from-newbusiness.logged-in-underwriter .wrapper {
    display: block;
  }
}
/* :L1592 */
.page-prequotequestions.created-from-newbusiness.logged-in-underwriter .checkbox {
  margin-bottom: 5px;
}
/*Confirm billing address page disabled name and address*/

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

/* :L1617 */
#question209412 {
  width: 100%;
}
/* :L1620 */
/* :L1621 */
/* :L1622 */
#question178047 > .instanda-text-question .instanda-question-help-col,
#question178048 > .instanda-text-question .instanda-question-help-col {
  padding-left: 0;
}
/* :L1627 */
/* :L1629 */
#question179885 > .instanda-text-question,
/*Dwelling Full Replacement Value*/ #question209413 > .instanda-text-question,
#question178047 > .instanda-text-question,
#question178048 > .instanda-text-question {
  display: flex;
}
/* :L1631 */
#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;
}
/* :L1634 */
#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*/

/* :L1642 */
/* :L1643 */
.page-quickquotequestions.created-from-detailchange #question178021 .instanda-question-label label {
  /*address question*/
  position: relative;
}
/* :L1647 */
/* :L1648 */
#question178021/*Quick quote question address alignment*/ .instanda-question-label label {
  position: absolute;
}
/* :L1651 */
#question178021/*Quick quote question address alignment*/ .instanda-text-question > .instanda-question-input {
  display: flex;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 767.9px) {
  /* :L1656 */
  #question178021 .instanda-text-question > .instanda-question-input > div {
    width: 350px;
  }
  /* :L1659 */
  #question178021 .instanda-text-question > .instanda-question-input > div:first-child {
    width: 1000px;
  }
  /* :L1662 */
  #question178021 .instanda-text-question > .instanda-question-input > div:nth-child(2),
  #question178021 .instanda-text-question > .instanda-question-input #state-containerPropertyAddressState_TXT {
    margin-right: 10px;
  }
}
/* :L1666 */
/* :L1667 */
#question178021/*Quick quote question address alignment*/ .instanda-text-question > .instanda-question-input > div:first-child > div {
  display: flex;
  margin-top: 25px;
}
/* :L1670 */
#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*/

/* :L1680 */
/* :L1681 */
#question181943/*Do any of the following apply question*/ .form-group {
  margin-bottom: 10px;
}
/* :L1685 */
.show-children-yes-no {
  height: auto !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}
/* :L1689 */
.show-children-yes-no .label-danger {
  display: none;
}
/* :L1693 */
.show-children-label-yes-no {
  display: block !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}
/* :L1698 */
.show-children-label-yes-no .instanda-question-label {
  display: block !important;
}
/* :L1701 */
.show-children-label-yes-no .instanda-text-question {
  display: none;
}
/* :L1704 */
.show-children-label-yes-no .radio-inline,
.show-children-label-yes-no .label-danger {
  display: none;
}
/* :L1708 */
#QualifierQuestions_YNP_Children .yes-no-cls,
#question181943 > .instanda-question-parent-yes-no {
  display: flex;
  margin-bottom: 0;
}
/* :L1711 */
#QualifierQuestions_YNP_Children .yes-no-cls > .instanda-text-question,
#question181943 > .instanda-question-parent-yes-no > .instanda-text-question {
  margin-right: -15px;
}
/* :L1714 */
#QualifierQuestions_YNP_Children .yes-no-cls > .instanda-question-label,
#question181943 > .instanda-question-parent-yes-no > .instanda-question-label {
  width: 65%;
  margin-bottom: 10px;
}
/*----------------------------------------------------------------END*/

/* :L1721 */
/* :L1723 */
/* :L1724 */
/* :L1725 */
.page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem {
  display: flex;
}
/* :L1727 */
.page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem > div {
  width: 100%;
}
/* :L1730 */
.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%;
	}*/

/* :L1741 */
#question179636 {
  width: 70%;
  padding-right: 10px;
}
/* :L1745 */
#question178049 {
  width: 100%;
  padding-right: 10px;
}
/* :L1749 */
#question178046 .instanda-question-input .form-group {
  width: 100%;
}
/* :L1752 */
#question179869 {
  padding-left: 0px;
}
/* :L1755 */
#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;
          		}
  			}
		}
	}*/

/* :L1785 */
/* :L1786 */
/* :L1787 */
.page-quickquotequestions.page-number-2 .instanda-quick-quote-questions > .questionList {
  display: flex;
  flex-wrap: wrap;
}
/* :L1790 */
.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%;
}
/* :L1793 */
.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%;
  }
}
/* :L1798 */
.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%;
}
/* :L1804 */
.page-quickquotequestions.page-number-2 #collapse_212663 {
  display: flex;
  flex-wrap: wrap;
}
/* :L1807 */
.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%;
  }
}
/* :L1812 */
.page-quickquotequestions.page-number-2 #collapse_212663 .questionItem > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1816 */
.page-quickquotequestions.page-number-2 #collapse_212663 .questionItem.yes-no-cls {
  flex-basis: 100%;
}
/* :L1821 */
/* :L1822 */
.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;
}
/* :L1827 */
/* :L1828 */
/* :L1829 */
.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;
}
/* :L1833 */
/* :L1834 */
.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;
}
/* :L1839 */
/* :L1840 */
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 .instanda-text-question > .instanda-question-input,
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 .instanda-input-prepend {
  width: 100%;
}
/* :L1843 */
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 #question199028 .instanda-question-input .form-group {
  display: flex;
}
/* :L1845 */
.page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 #question199028 .instanda-question-input .form-group .radio {
  padding-right: 10px;
}
@media (max-width: 450px) {
  /* :L1851 */
  /* :L1852 */
  .page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 #question199028 .instanda-question-input .form-group {
    display: block;
    width: 100%;
  }
}
@media (min-width: 790px) and (max-width: 826px) {
  /* :L1859 */
  /* :L1860 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179657 {
    /*Base Flood Elevation*/
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 826px) {
  /* :L1866 */
  /* :L1867 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179660 {
    /*Elevation Datum*/
    margin-top: 20px;
  }
}
@media (min-width: 773px) and (max-width: 826px) {
  /* :L1873 */
  /* :L1874 */
  .page-prequotequestions #ElevationCert_YNP_Children #question179659 {
    /*Elevation Difference*/
    margin-top: 20px;
  }
}
@media (min-width: 767.9px) {
  /* :L1880 */
  .page-prequotequestions #ElevationCert_YNP_Children {
    display: flex;
  }
  /* :L1882 */
  .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%;
  }
  /* :L1884 */
  .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;
  }
  /* :L1888 */
  .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;
  }
  /* :L1892 */
  .page-prequotequestions #PropertyFloodClaims_CHOICEP_Children4746 {
    /*Year of Loss, Amount Paid, Was the property elevated after the loss?*/
    display: flex;
  }
}
/* :L1897 */
.page-prequotequestions #question179884 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1900 */
/* :L1901 */
.page-prequotequestions #question179872 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1905 */
.page-prequotequestions #question179877 {
  padding-left: 0;
}
/* :L1908 */
/* :L1909 */
.page-prequotequestions #question207397 .instanda-text-question {
  margin-bottom: 0px;
}
/* :L1913 */
.page-prequotequestions .radio {
  margin-top: 0;
}
/* :L1916 */
/* :L1917 */
/* :L1918 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1920 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question > .instanda-question-input > div {
  display: flex;
  flex-wrap: wrap;
}
/* :L1924 */
.page-prequotequestions #question179872 > div:first-child > .instanda-text-question > .instanda-question-input .radio-inline {
  background-color: white;
}
/* :L1928 */
.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;
  }
}
/* :L1936 */
.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;
  }
}
/* :L1944 */
.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;
}
/* :L1949 */
.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;
  }
}
/* :L1962 */
/* :L1963 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L1965 */
.page-prequotequestions #question179883 > .instanda-text-question > .instanda-question-input > .form-group {
  display: flex;
  flex-wrap: wrap;
}
/* :L1968 */
.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;
  }
}
/* :L1979 */
.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;
}
/* :L1986 */
.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;
}
/* :L1992 */
.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;
  }
}
/* :L2001 */
.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;
  }
}
/* :L2010 */
.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;
  }
}
/* :L2019 */
.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;
  }
}
/* :L2032 */
/* :L2034 */
.page-prequotequestions #question179877 > .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input > div {
  display: flex;
  flex-wrap: wrap;
}
/* :L2037 */
.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;
  }
}
/* :L2049 */
.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;
}
/* :L2056 */
.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;
  }
}
/* :L2065 */
.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;
  }
}
/* :L2074 */
.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;
}
/* :L2082 */
/* :L2083 */
#question179884 > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
/* :L2085 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* :L2089 */
#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;
  }
}
/* :L2099 */
#question179884 > .instanda-text-question > .instanda-question-input > .form-group .radio label {
  background-color: white;
}
/* :L2102 */
#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;
}
/* :L2108 */
#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;
}
/* :L2117 */
/* :L2118 */
.page-postquotequestions .instanda-post-quote-questions button {
  margin-top: 5px;
}
/* :L2121 */
/* :L2122 */
.page-postquotequestions #insertMortgageeMultiItemsHere > .container .col-sm-6,
.page-postquotequestions #insertMortgageeMultiItemsHere > .container .col-md-6,
.page-postquotequestions #insertMortgageeMultiItemsHere > .container .col-lg-6 {
  width: 100%;
}
/* :L2126 */
.page-postquotequestions .instanda-multi-item-summary-header {
  border-top: 1.5px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L2130 */
.page-postquotequestions li {
  vertical-align: middle;
}
/* :L2133 */
.page-postquotequestions .instanda-multi-item-summary-and-questions {
  border-bottom: 1px solid #d7ddea;
}
/* :L2136 */
/* :L2137 */
.page-postquotequestions .radio .instanda-selected input,
.page-postquotequestions .radio .instanda-unselected input {
  display: none;
}
/* :L2140 */
.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;
}
/* :L2150 */
.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;
}
/* :L2163 */
/* :L2164 */
.page-postquotequestions #question178085 .instanda-question-label label {
  position: absolute;
}
/* :L2167 */
.page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input {
  display: flex;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 767px) {
  /* :L2172 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div {
    width: 350px;
  }
  /* :L2175 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:first-child {
    width: 1000px;
  }
  /* :L2178 */
  .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;
  }
}
/* :L2182 */
/* :L2183 */
.page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:first-child > div {
  display: flex;
  margin-top: 30px;
}
/* :L2186 */
.page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input > div:first-child > div > .instanda-question-input {
  margin-right: 10px;
  width: 100%;
}
/* :L2194 */
/* :L2195 */
.page-postquotequestions #question181547 .instanda-question-label label {
  position: absolute;
}
/* :L2198 */
.page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input {
  display: flex;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 767px) {
  /* :L2203 */
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div {
    width: 500px;
  }
  /* :L2206 */
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:first-child {
    width: 1000px;
  }
  /* :L2209 */
  .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;
  }
}
/* :L2214 */
/* :L2215 */
.page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:first-child > div {
  display: flex;
  margin-top: 25px;
}
/* :L2218 */
.page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input > div:first-child > div > .instanda-question-input {
  margin-right: 10px;
  width: 100%;
}
/* :L2226 */
/* :L2227 */
.page-postquotequestions .name .instanda-question-name-title {
  padding-top: 25px !important;
}
/*Added space between question label and input variable*/

/* :L2233 */
/* :L2234 */
.page-postquotequestions.created-from-detailchange #question178085 .instanda-question-input {
  margin-top: 25px;
}
/* :L2238 */
/* :L2239 */
.page-prequotequestions .outer-wrapper,
.page-quickquotequestions .outer-wrapper,
.page-postquotequestions .outer-wrapper {
  display: flex;
  padding-left: 0px;
}
/* :L2242 */
.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;
}
/* :L2249 */
/* :L2250 */
.page-quickquote #mapRisk img {
  width: 100%;
}
/* :L2253 */
.page-quickquote #question179637/*Quickquote display adjustment question header*/ {
  display: none;
}
/* :L2256 */
.page-quickquote .updated-header h3 {
  color: #565e71;
}
/* :L2259 */
.page-quickquote .instanda-well .form-group {
  /*-----all input questions-----*/
  margin-bottom: 5px;
}
/* :L2262 */
.page-quickquote #question181778 {
  /*---Matched Address Number question----*/
  width: 100%;
}
@media (min-width: 992px) {
  /* :L2266 */
  .page-quickquote #question179637 .instanda-questionHeader h3 {
    /*-----Please verify the following information header-----*/
    margin-top: 0 !important;
  }
  /* :L2269 */
  .page-quickquote .outer-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1145px) {
  /* :L2274 */
  /* :L2275 */
  .page-quickquote #question181778 .instanda-question-input {
    display: block;
  }
  /* :L2277 */
  .page-quickquote #question181778 .instanda-question-input > label:first-child {
    margin-bottom: 5px;
    margin-right: 0px;
  }
}
/* :L2286 */
/* :L2287 */
.page-confirmation2 .question_cls {
  padding-left: 0;
}
/* :L2290 */
.page-confirmation2 .main-heading {
  font: normal normal bold 64px/64px 'poppins-regular', sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-bottom: 20px;
}
/* :L2296 */
.page-confirmation2 .sub-heading {
  font: normal normal normal 24px/32px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-bottom: 20px;
}
/* :L2302 */
.page-confirmation2 .question_cls p {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
}
/* :L2308 */
.page-confirmation2 .details-cls {
  margin-bottom: 50px;
  padding-left: 0;
  width: 100%;
}
/* :L2312 */
/* :L2313 */
.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;
}
/* :L2318 */
.page-confirmation2 .details-cls .table th {
  padding: 8px 8px 8px 0px;
}
/* :L2321 */
.page-confirmation2 .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2326 */
.page-confirmation2 .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L2328 */
.page-confirmation2 .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2334 */
.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;
}
/* :L2337 */
.page-confirmation2 .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L2340 */
.page-confirmation2 .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L2345 */
.page-confirmation2 .doc-cls {
  margin-top: 60px;
  border: 2px solid #d7ddea;
  border-radius: 5px;
}
/* :L2349 */
.page-confirmation2 .doc-cls .doc-cls-header {
  color: black;
  border-bottom: 1px solid #d7ddea;
  padding: 15px;
}
/* :L2354 */
.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;
}
/* :L2361 */
.page-confirmation2 .doc-cls .doc-cls-file br {
  display: none;
}
/* :L2366 */
.page-confirmation2 .image_cls {
  padding-left: 0px;
}
/* :L2369 */
.page-confirmation2 #backToDb {
  padding: 12px;
  border: 5px;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 991.9px) {
  /* :L2376 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
    padding-left: 0;
  }
  /* :L2380 */
  .page-confirmation2 .instanda-confirmation-content > div:nth-child(2) {
    margin-bottom: 30px;
  }
}
/* :L2385 */
#question182335 {
  width: 100%;
}
/* :L2388 */
/* :L2389 */
.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%;
}
/* :L2393 */
/* :L2394 */
.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%;
}
/* :L2398 */
/* :L2399 */
.page-quote #question179706,
.page-quote #question192390,
.page-quote #question179707,
.page-quote #question179708,
.page-quote #question192392,
.page-quote #question182085 {
  width: 100%;
}
/* :L2403 */
/* :L2406 */
#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;
}
/* :L2410 */
.page-salestagereason form > .container,
.page-pagenotfound .instanda-page-not-found-content,
.page-onlinetransactions #instanda-site-layout {
  margin-top: 30px;
}
/*error message in logclaims*/

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

/* :L2425 */
.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;
}
/* :L2436 */
.page-quickquote .instanda-questionHeader .pagetitle,
.page-quote .instanda-questionHeader .pagetitle,
.page-confirmbillingdetails .instanda-questionHeader h3 {
  color: #12243a;
}
/* :L2439 */
.page-onlinetransactions #transactionsTable {
  margin-top: 20px;
}
/* :L2442 */
.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) {
  /* :L2450 */
  .page-confirmation2 .details-cls .table tbody > tr > td,
  .page-confirmation2 .question_cls p {
    line-break: anywhere;
  }
}
/* :L2455 */
/* :L2456 */
.page-failedautorenewals .instanda-main-content {
  margin-top: 30px;
}
/* :L2459 */
.page-failedautorenewals button {
  margin: 20px 0;
}
/* :L2463 */
.page-forgotsalespersonpassword .instanda-reset-agent-password {
  margin-top: 30px;
}
/* :L2465 */
.page-forgotsalespersonpassword .instanda-reset-agent-password .well {
  background-color: #d9d9d6;
}
/* :L2470 */
/* :L2471 */
/* :L2472 */
.page-confirmation2 .doc-cls > div:nth-child(3) {
  display: none;
}
/*MTA HIDE QUESTION QUICKQUOTE QUESTION PAGE1----*/

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

/* :L2484 */
/* :L2485 */
.page-uploaddocuments .instanda-main-content {
  min-height: 800px;
}
/* :L2488 */
.page-uploaddocuments #documentListContainer {
  margin-top: 30px;
}
/* :L2491 */
.page-uploaddocuments #tableUploadedDocuments {
  width: 100%;
}
/* :L2493 */
.page-uploaddocuments #tableUploadedDocuments td {
  padding: 5px;
}
/* :L2496 */
.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;
}
/* :L2505 */
.page-uploaddocuments .tableStyledDiv {
  width: 100%;
  display: flex;
}
/* :L2508 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv {
  width: 100%;
  font-size: 16px;
  padding-left: 3px;
  display: grid;
}
/* :L2513 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv > div {
  display: block;
  width: 100%;
}
/* :L2517 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv .uploadControlDiv {
  width: 100%;
}
/* :L2519 */
.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;
}
/* :L2533 */
.page-uploaddocuments #btnUpload {
  background-color: #093266;
  color: white;
  border-color: #093266;
  font-size: 18px;
  font-weight: bold;
}
/* :L2540 */
.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) {
  /* :L2554 */
  /* :L2555 */
  .page-quickquotequestions.page-number-1 .instanda-quick-quote-questions .section-questions > .instanda-well > .instanda-question-item .questionItem {
    /*Agent questions*/
    display: block;
  }
  /* :L2558 */
  .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;
  }
  /* :L2561 */
  .page-quickquotequestions.page-number-1 #question178021 .instanda-text-question > .instanda-question-input {
    /*Covered Location address question*/
    display: block;
  }
  /* :L2563 */
  .page-quickquotequestions.page-number-1 #question178021 .instanda-text-question > .instanda-question-input > div:first-child > div {
    display: block;
  }
  /* :L2565 */
  .page-quickquotequestions.page-number-1 #question178021 .instanda-text-question > .instanda-question-input > div:first-child > div .instanda-question-input {
    margin-bottom: 10px;
  }
  /* :L2571 */
  /* :L2572 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L2573 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input div:first-child > div {
    display: block;
  }
  /* :L2575 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-address-line-1 {
    margin-bottom: 10px;
  }
  /* :L2578 */
  .page-quickquotequestions.page-number-2 #question178021 .instanda-text-question > .instanda-question-input div:first-child > div .instanda-question-input {
    margin-right: 0px;
  }
  /* :L2584 */
  .page-quickquotequestions.page-number-2 #question178047,
  .page-quickquotequestions.page-number-2 #question178048 {
    width: 100%;
  }
  /* :L2587 */
  .page-quickquotequestions.page-number-2 #question178047 {
    padding-right: 0px;
  }
  /* :L2590 */
  .page-quickquotequestions.page-number-2 .instanda-quick-quote-questions.questionList:nth-child(1) .instanda-well > .instanda-question-item .questionItem {
    display: block;
  }
  /* :L2593 */
  .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;
  }
  /* :L2596 */
  .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;
  }
  /* :L2601 */
  /* :L2602 */
  .page-quickquotequestions .outer-wrapper {
    display: block;
  }
  /* :L2605 */
  /* :L2606 */
  .page-quickquotequestions #question178047 .instanda-question-input {
    padding-right: 0px;
  }
  /* :L2610 */
  /* :L2611 */
  .page-quickquotequestions #question178046 .instanda-question-input .form-group {
    padding-right: 0px;
  }
  /* :L2615 */
  .page-quickquotequestions #question179636 {
    margin-left: 0px;
  }
  /* :L2620 */
  /* :L2621 */
  /* :L2622 */
  .page-prequotequestions #question179885 .instanda-question-input {
    width: 100%;
  }
  /* :L2626 */
  .page-prequotequestions .outer-wrapper {
    display: block;
  }
  /* :L2629 */
  /* :L2630 */
  .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;
  }
  /* :L2634 */
  /* :L2635 */
  .page-prequotequestions #question181785 .instanda-question-input {
    width: 100%;
  }
  /* :L2642 */
  /* :L2643 */
  /* :L2644 */
  .page-postquotequestions #question178085 .instanda-text-question > .instanda-question-input,
  .page-postquotequestions #question181547 .instanda-text-question > .instanda-question-input {
    display: block;
  }
  /* :L2645 */
  .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;
  }
  /* :L2647 */
  .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;
  }
  /* :L2650 */
  .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;
  }
  /* :L2657 */
  /* :L2658 */
  .page-postquotequestions #question181107 .instanda-question-input,
  .page-postquotequestions #question181108 .instanda-question-input,
  .page-postquotequestions #question182086 .instanda-question-input {
    width: 100%;
    padding-right: 0px;
  }
}
/* :L2665 */
@media (max-width: 478px) {
  /* :L2667 */
  /* :L2668 */
  .page-quickquotequestions.page-number-2 #question178041 > div:first-child .instanda-question-input {
    display: block;
  }
  /* :L2670 */
  .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) {
  /* :L2677 */
  .page-quickquotequestions.page-number-2 .instanda-question-input {
    width: 100%;
  }
}
@media (max-width: 320px) {
  /* :L2683 */
  /* :L2684 */
  .page-postquotequestions .radio .instanda-selected,
  .page-postquotequestions .radio .instanda-unselected {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 766.9px) {
  /* :L2692 */
  /* :L2693 */
  .page-quickquotequestions.page-number-2 #question178046 .instanda-question-input .form-group {
    padding-right: 0;
  }
  /* :L2697 */
  .name .instanda-question-input {
    padding-right: 0;
  }
  /* :L2699 */
  .name .instanda-question-input > .form-group {
    width: 100%;
    display: block;
  }
  /* :L2702 */
  .name .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 0px;
  }
}
/* :L2708 */
@media (max-width: 630px) {
  /* :L2710 */
  .page-confirmbillingdetails .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  /* :L2716 */
  .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)*/

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

/* :L2766 */
.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;
}
/* :L2774 */
.breadcrumb a span {
  padding-right: 10px;
}
/* :L2778 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L2781 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: #d9d9d6;
  border-radius: 0px;
}
/* :L2788 */
.breadcrumb .container {
  display: flex;
}
/* :L2792 */
.breadcrumb .selected {
  color: #093266;
  font-weight: bold;
}
/* :L2796 */
.breadcrumb .completed {
  background-image: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UVc0dFZrTmxNbmMyVmpsc09HOWhXUzAwYW5aMmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxTQFppbUZjOXppWFJQQVBSLDEwMDAsZTFPelZncjdEQHBEcndqQCxlTW90bXN4LzVtMlRxR1pWOUxxUmsxSHNmTGUzNXI5aURjRTBVa3RoV3ZmdnJPc0RBRzZ2TDVadnBFMEFYSENPcGlCcWFUWWZ6WlZ1QnBFYWQwWlo3dz09");
  background-repeat: no-repeat;
  padding-left: 28px;
  background-position-y: 8px;
}
/* :L2801 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L2804 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L2808 */
.breadcrumb .completed .menu-no {
  padding-left: 0px;
}
/*--small devices responsive--*/

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

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

/* :L2832 */
.btn,
.btn-primary,
.btn-default {
  height: 45px;
  border-radius: 5px;
}
/* :L2836 */
#backButton {
  padding-top: 8.2px;
}
/* :L2839 */
#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;
}
/* :L2849 */
.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*/

/* :L2858 */
.instanda-notes-button:focus,
.instanda-notes-button:hover,
.instanda-notes-button:active {
  border: none;
  background: none;
  color: #565e71;
}
/* :L2863 */
#agentSearchButton {
  margin-top: 25px;
  margin-left: 15px;
}
/* :L2867 */
button[name="saveButton"] {
  color: #1a1a1a;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  margin-left: 10px;
  margin-right: 10px;
}
/* :L2874 */
button[name="updateButton"] {
  margin-left: 10px;
  margin-right: 10px;
}
/* :L2880 */
button[name="btnSeeAll"],
button[name="btnNext"],
button[name="btnPrevious"] {
  color: #1a1a1a;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
}
/* :L2885 */
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;
}
/* :L2890 */
/* :L2891 */
.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;
}
/* :L2899 */
.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;
}
/* :L2907 */
.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;
}
/* :L2913 */
/* :L2914 */
.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*/

/* :L2921 */
.page-uploaddocuments #backButton {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Y0ZwUmMzUXphbkZLUVdWMGMzVk1UMmN3VlcwMloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVZEAxVlVVSE9PTVQ2dVowLDEwMDAsZ1BuTWJwMHpYTXpBVm4hSSxVZTk2WTkvbVBFNGszRU9nakNNTStVKzVXdWFQbWdlcy9sQjZxM3ZNRU9vakEvRXg1bmt6MkpCQnpiSWZ4U2lHckpRbElML3dUY2l6ajdldGdTOHBCdz09');
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding-left: 25px;
}
/* :L2927 */
.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) {
  /* :L2936 */
  .pull-left {
    float: none !important;
  }
  /* :L2938 */
  .pull-left #backButton {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2943 */
  .pull-right {
    float: none !important;
    width: 100%;
    display: block;
  }
  /* :L2947 */
  .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;
  }
  /* :L2953 */
  #DocumentReGenerateSubmit {
    width: 100%;
  }
  /* :L2956 */
  /* :L2957 */
  .page-postquotequestions .instanda-single-multi-item-edit {
    width: 100%;
    margin-bottom: 10px;
  }
  /* :L2961 */
  .page-postquotequestions .instanda-multi-item-add-remove > div {
    width: 100%;
    padding: 0px;
  }
  /* :L2965 */
  .page-postquotequestions #MortgageeaddButton {
    width: 100%;
  }
}
/* :L2970 */
/* :L2971 */
.page-postquotequestions .instanda-multi-item-add-remove {
  margin-bottom: 10px;
}
/* :L2974 */
.page-postquotequestions .instanda-multi-item-summary-action .instanda-single-multi-item-edit {
  padding: 9px;
}
/* :L2977 */
.page-postquotequestions #insertMortgageeMultiItemsHere > div:first-child > div > div {
  width: 100%;
}
@media (min-width: 575px) and (max-width: 767.9px) {
  /* :L2982 */
  /* :L2983 */
  .page-postquotequestions .instanda-multi-item-add-remove > div {
    width: 100%;
  }
}
@media (max-width: 350px) {
  /* :L2989 */
  /* :L2990 */
  .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) {
  /* :L3002 */
  /* :L3003 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L3007 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right button[name="continueButton"] {
    order: 1;
  }
  /* :L3010 */
  .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;
  }
  /* :L3020 */
  .page-quickquotequestions.page-number-1 form > .container .pull-right input[name="notes"] {
    order: 2;
    width: 50%;
    text-align: left;
    height: auto;
  }
  /* :L3029 */
  /* :L3030 */
  /* :L3031 */
  .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;
  }
  /* :L3037 */
  .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;
  }
  /* :L3042 */
  .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;
  }
  /* :L3045 */
  .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;
  }
  /* :L3055 */
  .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;
  }
  /* :L3064 */
  /* :L3065 */
  /* :L3066 */
  .page-quickquote form > .container .pull-left #backButton,
  .page-quote form > .container .pull-left #backButton {
    width: auto;
    text-align: left;
    position: relative;
    top: 159px;
  }
  /* :L3072 */
  .page-quickquote form > .container .pull-right,
  .page-quote form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    order: 1;
  }
  /* :L3077 */
  .page-quickquote form > .container .pull-right button[name="continueButton"],
  .page-quote form > .container .pull-right button[name="continueButton"] {
    order: 1;
  }
  /* :L3080 */
  .page-quickquote form > .container .pull-right button[name="updateButton"],
  .page-quote form > .container .pull-right button[name="updateButton"] {
    order: 2;
    margin-right: 0;
  }
  /* :L3084 */
  .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;
  }
  /* :L3093 */
  .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;
  }
  /* :L3101 */
  /* :L3102 */
  .page-cancellationconfirmation #agentBackButton {
    position: relative;
    top: 92px;
  }
}
/* :L3108 */
/* :L3110 */
.page-reviewreferrals h3 {
  font: normal normal bold 36px/32px 'poppins-regular', sans-serif;
  color: #093266;
  letter-spacing: -0.6px;
}
/* :L3116 */
.page-reviewreferrals .sub-title {
  margin-top: 20px;
}
/* :L3118 */
.page-reviewreferrals .sub-title h4 {
  font: normal normal bold 24px/32px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
}
/* :L3123 */
.page-reviewreferrals .instanda-approval-action-content {
  margin-top: -40px;
}
/* :L3126 */
.page-reviewreferrals .instanda-main-content {
  margin-top: 50px;
}
/* :L3129 */
.page-reviewreferrals .instanda-review-referrals-buttons {
  margin-top: 15px;
}
/* :L3132 */
.page-reviewreferrals form {
  overflow-x: auto;
}
/* :L3135 */
.page-reviewreferrals table > tbody > tr {
  border-bottom: 1px solid #d7ddea !important;
}
/* :L3137 */
.page-reviewreferrals table > tbody > tr th {
  vertical-align: top;
  width: 200px !important;
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L3144 */
@media (max-width: 390px) {
  .page-reviewreferrals .pull-right {
    display: grid;
  }
  /* :L3147 */
  .page-reviewreferrals .pull-right #clearButton,
  .page-reviewreferrals .pull-right #rejectButton {
    margin-left: 0;
  }
  /* :L3150 */
  .page-reviewreferrals .pull-right #pendingButton,
  .page-reviewreferrals .pull-right #rejectButton {
    margin-bottom: 10px;
  }
}
/* :L3154 */
.page-reviewreferrals .pull-right input {
  width: 100px;
}
/* :L3158 */
.page-reviewreferrals .back-to-edit-quote-container {
  height: 45px;
}
/* :L3162 */
.page-reviewreferrals #pendingButton {
  color: #db751d;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  font-weight: bold;
}
/* :L3169 */
.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;
}
/* :L3177 */
.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;
}
/* :L3187 */
/* :L3188 */
.page-viewreferralsforquote .instanda-main-content {
  min-height: 800px;
}
/* :L3191 */
.page-viewreferralsforquote .instanda-review-referrals-buttons {
  margin-top: 15px;
}
/* :L3194 */
.page-viewreferralsforquote .mobile-quote-referral-heading,
.page-viewreferralsforquote .mobile-claim-heading {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
/* :L3199 */
.page-viewreferralsforquote .quote-referral-heading {
  margin-bottom: 0;
}
/* :L3202 */
/* :L3203 */
.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;
}
/* :L3210 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3213 */
.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;
}
/* :L3217 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper p {
  font: normal normal normal 20px/32px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3224 */
.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;
}
/* :L3230 */
.page-viewreferralsforquote .claim-referrals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L3233 */
.page-viewreferralsforquote .claim-referrals-wrapper p {
  font: normal normal normal 20px/32px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3239 */
.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*/

/* :L3249 */
/* :L3250 */
/* :L3251 */
.page-onlinetransactions .online-transactions-content h4 {
  font: normal normal bold 24px/24px 'poppins-regular', sans-serif;
  letter-spacing: -0.6px;
}
/* :L3257 */
/* :L3258 */
.page-index .title-header {
  background: #6ec9c4;
}
/* :L3261 */
.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;
}
/* :L3269 */
.page-index .search-header {
  background: #6ec9c4;
  padding-bottom: 20px;
}
/* :L3272 */
.page-index .search-header h3 {
  margin-top: -1px;
}
/* :L3277 */
.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;
  }
}
/* :L3286 */
.page-index .agent-search-parameter.form-group {
  padding-right: 35px;
  width: 100%;
}
/* :L3289 */
.page-index .agent-search-parameter.form-group .user-defined-search-parameter-name {
  color: white;
}
/* :L3293 */
.page-index #agentSearchParameters {
  display: flex;
}
@media (max-width: 667.9px) {
  .page-index #agentSearchParameters {
    display: block;
  }
  /* :L3297 */
  .page-index #agentSearchParameters .agent-search-parameter {
    padding-right: 0px;
  }
  /* :L3300 */
  .page-index #agentSearchParameters #agentSearchButton {
    width: 100%;
    margin-left: 0px;
  }
}
/* :L3308 */
.page-index .nav-resouces {
  background-color: white;
}
/* :L3309 */
.page-index .nav-resouces a {
  color: black !important;
}
/* :L3314 */
.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;
}
/* :L3318 */
.page-index nav {
  width: 100%;
}
/* :L3321 */
.page-index .navbar-default .navbar-nav > li > a:hover {
  color: #d9d9d6;
}
/* :L3324 */
.page-index body {
  margin-bottom: 0px !important;
}
/* :L3327 */
.page-index #innerBody {
  min-height: 100vh;
}
/* :L3330 */
.page-index h1 {
  font: normal normal bold 64px/64px 'poppins-regular', sans-serif;
  color: white;
}
/* :L3334 */
.page-index p {
  font: normal normal bold 32px/42px 'poppins-regular', sans-serif;
  color: white;
}
/* :L3338 */
.page-index .text-content,
.page-index h1 {
  margin-bottom: 50px;
}
/* :L3341 */
.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;
}
/* :L3354 */
.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;
}
/* :L3366 */
.page-index #WaitingOpaqueBox {
  display: none;
}
@media (max-width: 767.9px) {
  /* :L3370 */
  .page-index .btn-content {
    display: grid;
  }
  /* :L3372 */
  .page-index .btn-content .getQuoteButton {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  /* :L3378 */
  .page-index .btn-content .retrieveButton {
    width: 100%;
    height: auto;
  }
}
/* :L3385 */
/* :L3386 */
.page-index .container .row .box-row1,
.page-index .container .row .box-row2,
.page-index .container .row .box-row2 {
  padding-bottom: 25px;
}
/* :L3389 */
.page-index .container .row .box {
  padding-bottom: 25px;
}
/* :L3392 */
.page-index .container .row .box > a > img {
  width: 100%;
}
/* :L3395 */
.page-index .container .row .box > a > img:hover {
  box-shadow: 0px 0px 5px 3px #6ec9c4;
}
/*MTA related questions adjusting and styling*/

/* :L3401 */
/* :L3403 */
.page-quote.created-from-mta.page-number-1 #question179704 {
  display: none;
}
/* :L3406 */
.page-quote.created-from-mta.page-number-1 .amount {
  margin-bottom: 20px;
  background-color: white;
  padding: 20px 5px;
  border-radius: 8px;
}
/* :L3411 */
.page-quote.created-from-mta.page-number-1 .amount > div {
  padding-bottom: 5px;
}
/* :L3414 */
.page-quote.created-from-mta.page-number-1 .amount .var-label {
  font-size: 16px;
  font-weight: bold;
  color: #6ec9c4;
}
/* :L3419 */
.page-quote.created-from-mta.page-number-1 .amount .variable {
  font-size: 16px;
}
/* :L3423 */
@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) {
  /* :L3429 */
  .page-quote.created-from-mta.page-number-1 .right-one {
    padding-top: 40px;
  }
}
/* :L3435 */
/* :L3437 */
.page-quickquotequestions.created-from-mta.page-number-3 #question178080 {
  display: none;
}
/* :L3442 */
/* :L3444 */
.page-prequotequestions.created-from-mta.page-number-1 #question199189 {
  display: none;
}
/* :L3449 */
/* :L3451 */
.page-postquotequestions.created-from-mta.page-number-1 #question182074 {
  display: none;
}
/*Display binding moratorium details only for flow users*/

/* :L3456 */
/* :L3457 */
.page-quote.created-from-newbusiness.logged-in-underwriter .hide-for-non-flowusers {
  display: block;
}
/* :L3461 */
/* :L3462 */
.page-quote.logged-in-underwriter .binding-moratorium {
  display: block;
}
/*Display update details only for flow users*/

/* :L3467 */
/* :L3468 */
/* :L3469 */
.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 */

/* :L3476 */
/* :L3477 */
.page-quote.created-from-newbusiness .syndicate-premium.renewal {
  display: none;
}
/* :L3481 */
/* :L3482 */
.page-quote.created-from-renewal .syndicate-premium.nb {
  display: none;
}
/* :L3485 */
.page-quote.created-from-renewal .syndicate-premium.renewal {
  display: block;
}
/* :L3489 */
/* :L3491 */
.page-quote #question356915,
.page-quote #question344421 {
  width: 50%;
}
/* :L3495 */
.page-quote #continueButton {
  display: none;
}
/* :L3499 */
.page-quote .sub-header {
  margin-bottom: 30px;
  background-color: #6ec9c4;
  color: white;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
}
/* :L3508 */
/* :L3509 */
.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;
}
/* :L3514 */
.page-quote .hide-for-non-flowusers > div {
  padding-left: 0;
}
/* :L3517 */
.page-quote .binding-moratorium,
.page-quote .hide-for-non-flowusers {
  display: none;
}
/* :L3521 */
.page-quote .selected-prod-container {
  width: 100%;
  display: inline-block;
}
/* :L3524 */
.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%;
  }
}
/* :L3533 */
.page-quote .selected-prod-container .selected-prod h3,
.page-quote .selected-prod-container .selected-prod h4 {
  color: #6ec9c4;
  font-weight: bold;
}
/* :L3536 */
.page-quote .selected-prod-container .selected-prod h3 .amt-val,
.page-quote .selected-prod-container .selected-prod h4 .amt-val {
  color: white;
}
/* :L3540 */
.page-quote .selected-prod-container .selected-prod h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
/* :L3544 */
.page-quote .selected-prod-container .selected-prod h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}
/* :L3552 */
.page-quote .quote-doc {
  padding: 20px 0;
  display: flex;
  float: right;
}
/* :L3556 */
.page-quote .quote-doc #emailQuoteLinkLink,
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"] {
  font-size: 18px;
  visibility: hidden;
  display: flex;
}
/* :L3561 */
.page-quote .quote-doc #emailQuoteLinkLink,
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"] {
  margin-right: -18px;
}
/* :L3564 */
.page-quote .quote-doc a[href*="/Public/DownloadStoredPdfBuilder"]:after {
  content: 'Print Quote';
}
/* :L3567 */
.page-quote .quote-doc #emailQuoteLinkLink:after {
  content: 'Email Quote';
}
/* :L3570 */
.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;
}
/* :L3585 */
/* :L3586 */
.page-quote #syndicate-carrier .expand-selective-details .selective-text {
  margin: 10px;
}
/* :L3589 */
.page-quote #syndicate-carrier .expand-selective-details button[name="chosenProductIds"] {
  display: none;
}
/* :L3592 */
.page-quote #syndicate-carrier .inner-box {
  background-color: white;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
/* :L3598 */
.page-quote #syndicate-carrier .main {
  border-radius: 8px;
  color: white;
  padding: 10px 0;
  height: auto;
}
/* :L3603 */
.page-quote #syndicate-carrier .main p {
  font-size: 25px;
  font-weight: bold;
}
/* :L3607 */
.page-quote #syndicate-carrier .main .syndicate-premium {
  font-size: 40px;
}
/* :L3610 */
.page-quote #syndicate-carrier .main > div {
  text-align: center;
}
/* :L3613 */
.page-quote #syndicate-carrier .main > div:first-child {
  text-align: left;
}
/* :L3618 */
/* :L3619 */
.page-quote #syndicate-carrier .chubb .main img {
  width: 290px;
}
/* :L3622 */
.page-quote #syndicate-carrier .chubb .expand-fp-details img {
  width: 550px;
}
/* :L3626 */
/* :L3627 */
.page-quote #syndicate-carrier .hiscox .main img {
  width: 150px;
}
/* :L3631 */
/* :L3632 */
.page-quote #syndicate-carrier .chaucer .main img {
  width: 250px;
}
/* :L3635 */
.page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
  width: 400px;
}
/* :L3639 */
/* :L3640 */
.page-quote #syndicate-carrier .argo .main img {
  width: 195px;
}
/* :L3643 */
.page-quote #syndicate-carrier .argo .expand-argo-details img {
  width: 450px;
}
/* :L3647 */
/* :L3648 */
.page-quote #syndicate-carrier .scor .main img {
  width: 195px;
  position: relative;
  top: 18px;
}
/* :L3653 */
.page-quote #syndicate-carrier .scor .expand-scor-details img {
  width: 450px;
}
/* :L3657 */
/* :L3658 */
.page-quote #syndicate-carrier .vave .main img {
  width: 255px;
}
/* :L3661 */
.page-quote #syndicate-carrier .vave .expand-vave-details img {
  width: 450px;
}
/* :L3665 */
/* :L3666 */
.page-quote #syndicate-carrier .selective .main img {
  width: 300px;
}
/* :L3669 */
.page-quote #syndicate-carrier .selective .expand-selective-details img {
  width: 450px;
}
/* :L3673 */
.page-quote #syndicate-carrier .main .dropdwon-icon img {
  width: auto;
}
/* :L3677 */
/* :L3678 */
.page-quote #syndicate-carrier table th {
  font-weight: bold;
  font-size: 20px;
}
/* :L3682 */
.page-quote #syndicate-carrier table .premium {
  font-weight: bold;
  font-size: 20px;
}
/* :L3686 */
.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;
}
/* :L3693 */
.page-quote #syndicate-carrier table .btn {
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L3700 */
.page-quote #syndicate-carrier .inner-box.chubb .main {
  background-color: #c25052;
}
/* :L3703 */
.page-quote #syndicate-carrier .inner-box.hiscox .main {
  background-color: #38b6ff;
}
/* :L3706 */
.page-quote #syndicate-carrier .inner-box.chaucer .main {
  background-color: #edc22a;
}
/* :L3709 */
.page-quote #syndicate-carrier .inner-box.vave .main {
  background-color: #5ce1e6;
}
/* :L3712 */
.page-quote #syndicate-carrier .inner-box.argo .main {
  background-color: #b9df5b;
}
/* :L3715 */
.page-quote #syndicate-carrier .inner-box.scor .main {
  background-color: #00bf8f;
}
/* :L3718 */
.page-quote #syndicate-carrier .inner-box.selective .main {
  background-color: #cb6ce6;
}
/* :L3721 */
.page-quote #syndicate-carrier .expandBtn {
  background-color: white;
  color: black;
  font-weight: bold;
}
/* :L3726 */
.page-quote #syndicate-carrier .hiscox-productinsight,
.page-quote #syndicate-carrier .chaucer-productinsight {
  font-weight: bold;
  padding-left: 0;
}
/* :L3729 */
.page-quote #syndicate-carrier .hiscox-productinsight h4,
.page-quote #syndicate-carrier .chaucer-productinsight h4 {
  font-weight: bold;
  font-size: 20px;
}
/* :L3734 */
.page-quote #syndicate-carrier .selectBtn {
  background-color: #6ec9c4;
  color: white;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L3743 */
.page-quote #syndicate-carrier .policyFormBtn {
  background-color: #093266;
  color: white;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L3752 */
.page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
  background-color: #ee2a24;
  width: 100%;
}
/* :L3756 */
.page-quote #syndicate-carrier .expand-hiscox-details {
  display: none;
  padding: 30px 50px;
}
/* :L3759 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:first-child {
  border-right: none;
}
/* :L3762 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:nth-child(2) {
  text-align: center;
}
/* :L3766 */
.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;
}
/* :L3769 */
.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;
}
/* :L3772 */
.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;
}
/* :L3776 */
.page-quote #syndicate-carrier .verbiage {
  padding: 15px 25px;
  background-color: #d9d9d6;
  margin-bottom: 20px;
}
/* :L3780 */
.page-quote #syndicate-carrier .verbiage p {
  margin: 0;
}
@media (max-width: 991.9px) {
  /* :L3785 */
  .page-quote #syndicate-carrier .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  /* :L3789 */
  .page-quote #syndicate-carrier .policyFormBtn {
    width: auto;
  }
  /* :L3792 */
  .page-quote #syndicate-carrier .expand-hiscox-details {
    display: none;
    padding: 30px 10px;
  }
  /* :L3796 */
  .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;
  }
  /* :L3799 */
  .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) {
  /* :L3805 */
  /* :L3806 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 290px;
  }
  /* :L3809 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 355px;
  }
  /* :L3813 */
  /* :L3814 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L3818 */
  /* :L3819 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 250px;
  }
  /* :L3822 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 300px;
  }
  /* :L3826 */
  /* :L3827 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L3830 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L3834 */
  /* :L3835 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L3838 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L3842 */
  /* :L3843 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 300px;
  }
  /* :L3846 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 300px;
  }
  /* :L3850 */
  /* :L3851 */
  .page-quote #syndicate-carrier .selective .main img {
    width: 300px;
  }
  /* :L3854 */
  .page-quote #syndicate-carrier .selective .expand-selective-details img {
    width: 2650px;
  }
  /* :L3858 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
@media (max-width: 280px) {
  /* :L3864 */
  /* :L3865 */
  .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;
  }
  /* :L3869 */
  .page-quote #syndicate-carrier .policyFormBtn {
    font-size: 12px;
  }
  /* :L3872 */
  .page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
    width: auto;
    font-size: 9px;
  }
  /* :L3876 */
  /* :L3877 */
  .page-quote #syndicate-carrier .chubb .expand-hiscox-details .hofferBtn {
    background-color: #ee2a24;
    width: auto;
    font-size: 9px;
  }
  /* :L3882 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 215px;
  }
  /* :L3885 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 200px;
  }
  /* :L3889 */
  /* :L3890 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L3894 */
  /* :L3895 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 190px;
  }
  /* :L3898 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 175px;
  }
  /* :L3902 */
  /* :L3903 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L3906 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L3910 */
  /* :L3911 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L3914 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L3918 */
  /* :L3919 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 180px;
  }
  /* :L3922 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 170px;
  }
  /* :L3926 */
  /* :L3927 */
  .page-quote #syndicate-carrier .selective .main img {
    width: 190px;
  }
  /* :L3930 */
  .page-quote #syndicate-carrier .selective .expand-selective-details img {
    width: 150px;
  }
  /* :L3934 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
/* :L3940 */
/* :L3941 */
/* :L3942 */
.page-quote.created-from-renewal #syndicate-carrier div[style="pointer-events: none;"] {
  display: none;
}
/*Dark-Blue line*/

/* :L3948 */
.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;
}
/* :L3958 */
.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;
}
/* :L3973 */
/* :L3975 */
.main-class.row .content-class {
  font: normal normal normal 24px/24px 'poppins-regular', sans-serif;
  margin-bottom: 30px;
}
/* :L3980 */
.main-class.row .img-class img {
  width: 100%;
}
/* Hidden questions used in the return of API data */

/* :L3985 */
#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;
}
/* :L4006 */
/* :L4007 */
.page-prequotequestions.created-from-detailchange #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) {
  /* :L4026 */
  /* :L4027 */
  /* :L4028 */
  .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%;
  }
  /* :L4038 */
  .page-quote .instanda-well #question179704,
  .page-quote .instanda-well #question179892 {
    /*Headers*/
    flex-basis: 100%;
  }
  /* :L4043 */
  /* :L4044 */
  /* :L4045 */
  .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%;
  }
  /* :L4066 */
  /* :L4067 */
  /* :L4068 */
  .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%;
  }
  /* :L4094 */
  /* :L4095 */
  .page-quickquotequestions.page-number-2 #question178080,
  .page-quickquotequestions.page-number-2 #question212660,
  .page-quickquotequestions.page-number-2 #question178080 {
    margin-left: 80px;
  }
  /* :L4098 */
  .page-quickquotequestions.page-number-2 #question178049 {
    flex-basis: 43% !important;
  }
  /* :L4101 */
  .page-quickquotequestions.page-number-2 #question178010 {
    flex-basis: 29% !important;
  }
  /* :L4104 */
  /* :L4106 */
  .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%;
  }
  /* :L4120 */
  .page-quickquotequestions.page-number-2 .instanda-questionList > div:nth-child(1) {
    margin-left: 0;
  }
  /* :L4125 */
  /* :L4126 */
  .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-----*/

/* :L4135 */
/* :L4136 */
.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;
}
/* :L4140 */
.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;
}
/* :L4144 */
.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;
}
/* :L4151 */
/* :L4152 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
/* :L4156 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ #PrimaryInsuredType_CHOICEP_Children4005 {
  display: flex;
  flex-wrap: wrap;
}
/* :L4160 */
.page-quickquotequestions.page-number-2 .instanda-well/*:nth-child(1)*/ > .questionItem {
  flex-basis: 100%;
  /*padding-right: 15px;*/

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

}
/* :L4171 */
/* :L4172 */
.page-quote .instanda-well,
.page-quickquote .instanda-well {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* :L4176 */
.page-quote .instanda-well > .questionItem,
.page-quickquote .instanda-well > .questionItem {
  padding-right: 15px;
}
/* :L4179 */
.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) {
  /* :L4187 */
  .instanda-question-input {
    width: 100%;
    padding-right: 0px ;
  }
  /* :L4191 */
  /* :L4192 */
  #question178041 #PrimaryInsuredType_CHOICEP_Children4005 {
    /* quick quote page 2 Entity type, Business name or DBA*/
    display: block;
  }
}
@media (max-width: 767.9px) {
  /* :L4199 */
  #question179705,
  #question206764 {
    width: 100%;
  }
}
/*compare policy*/

/* :L4204 */
/* :L4205 */
.page-quoteandpolicycompare .agentTable {
  margin-top: 50px;
  width: 98%;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L4211 */
  .page-quoteandpolicycompare .agentTable {
    margin-top: 20px;
    width: 100%;
  }
  /* :L4215 */
  .page-quoteandpolicycompare .agentTable > tbody > tr > td,
  .page-quoteandpolicycompare .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L4220 */
.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;
  }
}
/* :L4231 */
.page-quoteandpolicycompare .agentTable > tbody > tr > td {
  font: normal normal normal 16px/24px 'poppins-regular', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding: 12px 0px;
}
/* :L4237 */
.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;
}
/* :L4241 */
/* :L4242 */
.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*/

/* :L4247 */
.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*/

/* :L4257 */
#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;
  }
}
/* :L4277 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L4281 */
#WaitingAnimationGraphic .outer-div {
  margin: auto;
}
/* :L4283 */
#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*/

/* :L4302 */
.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*/

/* :L4315 */
.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*/

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

/* :L4341 */
.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*/

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

/* :L4376 */
.uw-view {
  display: none;
}
/* :L4379 */
.logged-in-underwriter .uw-view {
  display: block;
}
/* :L4382 */
/* :L4384 */
/* :L4385 */
.page-quote #syndicate-carrier .expand-selective-details button[name="chosenProductIds"] {
  display: none;
}
/* :L4388 */
.page-quote #syndicate-carrier .inner-box {
  background-color: white;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
/* :L4394 */
.page-quote #syndicate-carrier .main {
  border-radius: 8px;
  color: white;
  padding: 10px 0;
  height: auto;
}
/* :L4399 */
.page-quote #syndicate-carrier .main p {
  font-size: 25px;
  font-weight: bold;
}
/* :L4403 */
.page-quote #syndicate-carrier .main .syndicate-premium {
  font-size: 40px;
}
/* :L4406 */
.page-quote #syndicate-carrier .main > div {
  text-align: center;
}
/* :L4409 */
.page-quote #syndicate-carrier .main > div:first-child {
  text-align: left;
}
/* :L4414 */
/* :L4415 */
.page-quote #syndicate-carrier .chubb .main img {
  width: 290px;
}
/* :L4418 */
.page-quote #syndicate-carrier .chubb .expand-fp-details img {
  width: 550px;
}
/* :L4422 */
/* :L4423 */
.page-quote #syndicate-carrier .hiscox .main img {
  width: 150px;
}
/* :L4427 */
/* :L4428 */
.page-quote #syndicate-carrier .chaucer .main img {
  width: 250px;
}
/* :L4431 */
.page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
  width: 400px;
}
/* :L4435 */
/* :L4436 */
.page-quote #syndicate-carrier .argo .main img {
  width: 195px;
}
/* :L4439 */
.page-quote #syndicate-carrier .argo .expand-argo-details img {
  width: 450px;
}
/* :L4443 */
/* :L4444 */
.page-quote #syndicate-carrier .brit .main img {
  width: 195px;
  position: relative;
  top: 18px;
}
/* :L4449 */
.page-quote #syndicate-carrier .brit .expand-brit-details img {
  width: 450px;
}
/* :L4453 */
/* :L4454 */
.page-quote #syndicate-carrier .scor .main img {
  width: 195px;
  position: relative;
  top: 18px;
}
/* :L4459 */
.page-quote #syndicate-carrier .scor .expand-scor-details img {
  width: 450px;
}
/* :L4463 */
/* :L4464 */
.page-quote #syndicate-carrier .vave .main img {
  width: 255px;
}
/* :L4467 */
.page-quote #syndicate-carrier .vave .expand-vave-details img {
  width: 450px;
}
/* :L4471 */
/* :L4472 */
.page-quote #syndicate-carrier .selective .main img {
  width: 300px;
}
/* :L4475 */
.page-quote #syndicate-carrier .selective .expand-selective-details img {
  width: 450px;
}
/* :L4479 */
.page-quote #syndicate-carrier .main .dropdwon-icon img {
  width: auto;
  top: 0;
}
/* :L4484 */
/* :L4485 */
.page-quote #syndicate-carrier table th {
  font-weight: bold;
  font-size: 20px;
}
/* :L4489 */
.page-quote #syndicate-carrier table .premium {
  font-weight: bold;
  font-size: 20px;
}
/* :L4493 */
.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;
}
/* :L4500 */
.page-quote #syndicate-carrier table .btn {
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L4507 */
.page-quote #syndicate-carrier .inner-box.chubb .main {
  background-color: #c25052;
}
/* :L4510 */
.page-quote #syndicate-carrier .inner-box.hiscox .main {
  background-color: #38b6ff;
}
/* :L4513 */
.page-quote #syndicate-carrier .inner-box.chaucer .main {
  background-color: #edc22a;
}
/* :L4516 */
.page-quote #syndicate-carrier .inner-box.vave .main {
  background-color: #5ce1e6;
}
/* :L4519 */
.page-quote #syndicate-carrier .inner-box.argo .main {
  background-color: #efa375;
}
/* :L4522 */
.page-quote #syndicate-carrier .inner-box.brit .main {
  background-color: #13cf64;
}
/* :L4525 */
.page-quote #syndicate-carrier .inner-box.scor .main {
  background-color: #00bf8f;
}
/* :L4528 */
.page-quote #syndicate-carrier .inner-box.selective .main {
  background-color: #cb6ce6;
}
/* :L4531 */
.page-quote #syndicate-carrier .expandBtn {
  background-color: white;
  color: black;
  font-weight: bold;
}
/* :L4536 */
.page-quote #syndicate-carrier .hiscox-productinsight,
.page-quote #syndicate-carrier .chaucer-productinsight {
  font-weight: bold;
  padding-left: 0;
}
/* :L4539 */
.page-quote #syndicate-carrier .hiscox-productinsight h4,
.page-quote #syndicate-carrier .chaucer-productinsight h4 {
  font-weight: bold;
  font-size: 20px;
}
/* :L4544 */
.page-quote #syndicate-carrier .selectBtn {
  background-color: #6ec9c4;
  color: white;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L4553 */
.page-quote #syndicate-carrier .policyFormBtn {
  background-color: #093266;
  color: white;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}
/* :L4565 */
.page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
  background-color: #ee2a24;
  width: 100%;
}
/* :L4569 */
.page-quote #syndicate-carrier .expand-hiscox-details {
  display: none;
  padding: 30px 50px;
}
/* :L4572 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:first-child {
  border-right: none;
}
/* :L4575 */
.page-quote #syndicate-carrier .expand-hiscox-details > div:nth-child(2) {
  text-align: center;
}
/* :L4579 */
.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;
}
/* :L4583 */
.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;
}
/* :L4586 */
.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;
}
/* :L4590 */
.page-quote #syndicate-carrier .verbiage {
  padding: 15px 25px;
  background-color: #d9d9d6;
  margin-bottom: 20px;
}
/* :L4594 */
.page-quote #syndicate-carrier .verbiage p {
  margin: 0;
}
@media (max-width: 991.9px) {
  /* :L4602 */
  .page-quote #syndicate-carrier .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  /* :L4606 */
  .page-quote #syndicate-carrier .policyFormBtn {
    width: auto;
  }
  /* :L4609 */
  .page-quote #syndicate-carrier .expand-hiscox-details {
    display: none;
    padding: 30px 10px;
  }
  /* :L4613 */
  .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;
  }
  /* :L4617 */
  .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) {
  /* :L4623 */
  /* :L4624 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 290px;
  }
  /* :L4627 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 355px;
  }
  /* :L4631 */
  /* :L4632 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L4636 */
  /* :L4637 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 250px;
  }
  /* :L4640 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 300px;
  }
  /* :L4644 */
  /* :L4645 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L4648 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L4652 */
  /* :L4653 */
  .page-quote #syndicate-carrier .brit .main img {
    width: 195px;
  }
  /* :L4656 */
  .page-quote #syndicate-carrier .brit .expand-brit-details img {
    width: 300px;
  }
  /* :L4660 */
  /* :L4661 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L4664 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L4668 */
  /* :L4669 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 300px;
  }
  /* :L4672 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 300px;
  }
  /* :L4676 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
@media (max-width: 280px) {
  /* :L4682 */
  /* :L4683 */
  .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;
  }
  /* :L4687 */
  .page-quote #syndicate-carrier .policyFormBtn {
    font-size: 12px;
  }
  /* :L4690 */
  .page-quote #syndicate-carrier .expand-hiscox-details .hofferBtn {
    width: auto;
    font-size: 9px;
  }
  /* :L4694 */
  /* :L4695 */
  .page-quote #syndicate-carrier .chubb .expand-hiscox-details .hofferBtn {
    background-color: #ee2a24;
    width: auto;
    font-size: 9px;
  }
  /* :L4700 */
  .page-quote #syndicate-carrier .chubb .main img {
    width: 215px;
  }
  /* :L4703 */
  .page-quote #syndicate-carrier .chubb .expand-fp-details img {
    width: 200px;
  }
  /* :L4707 */
  /* :L4708 */
  .page-quote #syndicate-carrier .hiscox .main img {
    width: 150px;
  }
  /* :L4712 */
  /* :L4713 */
  .page-quote #syndicate-carrier .chaucer .main img {
    width: 190px;
  }
  /* :L4716 */
  .page-quote #syndicate-carrier .chaucer .expand-chaucer-details img {
    width: 175px;
  }
  /* :L4720 */
  /* :L4721 */
  .page-quote #syndicate-carrier .argo .main img {
    width: 195px;
  }
  /* :L4724 */
  .page-quote #syndicate-carrier .argo .expand-argo-details img {
    width: 300px;
  }
  /* :L4728 */
  /* :L4729 */
  .page-quote #syndicate-carrier .brit .main img {
    width: 195px;
  }
  /* :L4732 */
  .page-quote #syndicate-carrier .brit .expand-brit-details img {
    width: 300px;
  }
  /* :L4736 */
  /* :L4737 */
  .page-quote #syndicate-carrier .scor .main img {
    width: 195px;
  }
  /* :L4740 */
  .page-quote #syndicate-carrier .scor .expand-scor-details img {
    width: 300px;
  }
  /* :L4744 */
  /* :L4745 */
  .page-quote #syndicate-carrier .vave .main img {
    width: 180px;
  }
  /* :L4748 */
  .page-quote #syndicate-carrier .vave .expand-vave-details img {
    width: 170px;
  }
  /* :L4752 */
  .page-quote #syndicate-carrier .main .dropdwon-icon img {
    width: auto;
  }
}
/* :L4758 */
/* :L4759 */
/* :L4760 */
.page-quote.created-from-renewal #syndicate-carrier div[style="pointer-events: none;"] {
  display: none;
}
/* :L4766 */
/* :L4767 */
.page-confirmbillingdetails .NOTMTA {
  font-size: 18px;
}
/* :L4770 */
.page-confirmbillingdetails .MTA {
  font-size: 18px;
}
/*FL-214-Lock down all fields for a renewal quote for external users (agents, etc.)*/

/* :L4775 */
/* :L4780 */
.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;
}
/* :L4786 */
/* :L4787 */
.page-postquotequestions.created-from-renewal.logged-in-agent .instanda-payment-options .radio label {
  background-color: #eeeeee;
  pointer-events: none;
}
/* :L4791 */
: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');
/* :L4802 */
.res_a {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
}
/* :L4809 */
.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;
}
/* :L4819 */
.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;
}
/* :L4827 */
.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 */

}
/* :L4836 */
.res_h3::after {
  all: unset !important;
}
/* :L4841 */
.lightBlue {
  background-color: var(--lightBlue) !important;
  color: var(--darkBlue) !important;
}
/* :L4845 */
.aquaBlue {
  background-color: var(--aquaBlue) !important;
  color: white !important;
}
/* :L4849 */
.electricBlue {
  background-color: var(--electricBlue) !important;
  color: white !important;
}
/* :L4853 */
.darkBlue {
  background-color: var(--darkBlue) !important;
  color: white !important;
}
/* :L4857 */
.white {
  background-color: white !important;
  color: var(--darkBlue) !important;
}
/* :L4862 */
.res_a_lightBlue {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: #1e3565 !important;
  padding: 10px !important;
}
/* :L4870 */
.res_a_white {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: #1e3565 !important;
  padding: 10px !important;
}
/* :L4879 */
.res_a_electricBlue {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: white !important;
  padding: 10px !important;
}
/* :L4888 */
.res_a_aquaBlue {
  text-decoration: none !important;
  flex: 1 !important;
  display: block !important;
  cursor: pointer !important;
  color: white !important;
  padding: 10px !important;
}
/* :L4897 */
.res_set-section {
  padding: 64px !important;
}
/* :L4901 */
.res_set-section.res_doble-section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
}
/* :L4908 */
.res_doble_card-set {
  width: 50% !important;
}
/* :L4912 */
.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;
}
/* :L4921 */
.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;
}
/* :L4935 */
.res_card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease-in-out;
}
/* :L4940 */
.res_card::after {
  all: unset !important;
}
/* :L4944 */
.res_card::before {
  all: unset !important;
}
/* :L4995 */
/* :L4997 */
.page-quote #syndicate-carrier .main img {
  max-width: 100%;
  /* max-height: 5rem; */

}
/* :L5002 */
.page-quote #syndicate-carrier .inner-box .main {
  display: flex;
  align-items: center;
}
/* :L5007 */
.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;
}
/* :L5019 */
[class^="expand-"]:last-child {
  display: grid;
  grid-template-columns: 5fr 1fr;
  align-items: center;
}
/* :L5026 */
[class^="expand-"]:last-child br {
  display: none;
}
/* :L5030 */
.page-quote #syndicate-carrier .main .syndicate-premium {
  font-size: 1.5rem;
  text-align: right;
}
/* :L5035 */
.page-quote #syndicate-carrier .expandBtn {
  height: unset;
  grid-column: span 2;
}
/* :L5039 */
.dropdwon-icon {
  cursor: pointer;
  transition: 0.3s ease all;
}
/* :L5044 */
.dropdwon-icon:hover {
  transform: translateY(-0.125rem) scale(1.1);
}
/* :L5048 */
.page-quote #syndicate-carrier .inner-box {
  background: transparent;
}
/* :L5051 */
.page-quote #syndicate-carrier .inner-box .main {
  min-height: 7rem;
}
/* :L5055 */
.page-quote #syndicate-carrier .inner-box[style*="pointer-events: none"] {
  cursor: not-allowed !important;
  opacity: 0.6;
}
/* :L5060 */
.page-quote #syndicate-carrier .inner-box .main + div img {
  width: auto;
  width: 100% !important;
  max-width: 20rem;
  display: block;
}
