/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .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) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.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;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/*-----LOADING ANIMATION*/

/* :L19 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L25 */
.custom-loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999999;
  display: block;
  width: 100vw;
  height: 100vh;
}
/* :L45 */
.animation {
  position: absolute;
  left: calc(50% - 1.5em);
  top: calc(50% - 1.5em);
  border: 3px solid #ff6600;
  border-top-color: #333333;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Fonts */

/* :L79 */
.tk-cooper-black-std {
  font-family: "cooper-black-std", serif;
}
/* :L80 */
.tk-futura-pt {
  font-family: "futura-pt", sans-serif;
}
/* :L81 */
.tk-futura-pt-bold {
  font-family: "futura-pt-bold", sans-serif;
}
/* :L82 */
.tk-futura-100 {
  font-family: "futura-100", sans-serif;
}
/* :L83 */
.tk-futura-100-book {
  font-family: "futura-100-book", sans-serif;
}
/* Colours */
/* :L93 */
body {
  font-family: "futura-100-book", sans-serif;
  background-color: #f1f1f1;
  margin-bottom: 0px;
  font-size: 16px;
}
/* :L99 */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "futura-pt-bold", sans-serif;
}
/* :L103 */
body a {
  color: #cc3366;
  box-shadow: none;
  text-decoration: none;
}
/* :L109 */
body a:active,
body a:focus,
body a:hover {
  color: #333366;
  text-decoration: none;
}
/* :L115 */
.instanda-innerbody {
  background-color: white;
}
/* Navigation */

/* :L121 */
/* :L122 */
.navbar .navbar-default {
  background-color: #ff6600;
  border: none;
  color: white;
  padding: 10px;
}
/* :L128 */
.navbar .navbar-default .container-fluid {
  padding-left: 0px;
}
/* :L131 */
/* :L132 */
/* :L133 */
.navbar .navbar-default .container-fluid .navbar-header .navbar-toggle .icon-bar {
  background-color: #333333;
}
/* :L138 */
.navbar .navbar-default .container-fluid .navbar-header .navbar-toggle:hover,
.navbar .navbar-default .container-fluid .navbar-header .navbar-toggle:focus {
  background-color: #bd4c05;
}
/* :L142 */
.navbar .navbar-default .container-fluid .navbar-header .navbar-brand {
  height: unset;
  padding: 0px;
}
/* :L146 */
.navbar .navbar-default .container-fluid .navbar-header .navbar-brand .visible-xs {
  width: 200px;
}
/* :L152 */
/* :L153 */
/* :L154 */
.navbar .navbar-default .container-fluid .navbar-nav .active > a {
  color: black;
  background-color: white;
  border-radius: 5px;
}
/* :L161 */
/* :L162 */
.navbar .navbar-default .container-fluid .navbar-nav > li > a {
  color: white;
  font-size: 20px;
  padding: 22px 20px;
  border-radius: 5px;
  transition: background-color 0.2s linear;
}
/* :L170 */
.navbar .navbar-default .container-fluid .navbar-nav > li > a:focus,
.navbar .navbar-default .container-fluid .navbar-nav > li > a:hover {
  color: black;
  background-color: white;
  transition: background-color 0.2s linear;
}
/* Buttons */

/* :L186 */
.btn.btn-primary:visited,
.btn.btn-primary {
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background-color: #ff6600;
  border-color: #ff6600;
  outline: none !important;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
}
/* :L200 */
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #bd4c05;
  border-color: #bd4c05;
  outline: none !important;
}
/* Validation Area */

/* :L211 */
/* :L212 */
.easyBreakdown-validation .container > .container {
  width: 100%;
}
/* Footer Area */

/* :L222 */
.easy-family {
  background-color: #ff6600;
  margin-top: 20px;
}
/* :L226 */
.easy-family .container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L233 */
.easy-family .easy-family-img {
  width: 100%;
  max-width: 600px;
}
/* :L239 */
.easy-links {
  background-color: #f3f7f8;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L244 */
.easy-links .row {
  padding: 10px;
}
/* :L247 */
.easy-links .row .link-block {
  padding: 10px;
  text-align: center;
}
/* :L253 */
.easy-links img {
  height: 59px;
  margin-bottom: 20px;
}
/* :L260 */
.easy-footer-links {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L264 */
.easy-footer-links .row {
  padding: 10px;
}
/* :L267 */
.easy-footer-links .row .link-block {
  padding: 10px;
  text-align: center;
}
/* :L271 */
.easy-footer-links .row .link-block ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
/* :L275 */
/* :L276 */
.easy-footer-links .row .link-block ul li a {
  width: 100%;
  display: block;
}
/* :L289 */
.easy-footer {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L294 */
.easy-footer p {
  text-align: center;
}
/* :L299 */
.instanda-built-by-footer {
  display: none;
}
/* :L303 */
.footer {
  height: 0px;
}
/* Fonts */
/* Colours */
/* Customer Retrieve Styles */

/* :L319 */
/* :L321 */
.page-retrievequote .toast-bottom-full-width {
  bottom: auto;
  top: 0;
}
/* :L326 */
.page-retrievequote #toast-container > div {
  opacity: 1;
}
/* :L330 */
/* :L331 */
/* :L332 */
/* :L333 */
.page-retrievequote .instanda-retrieve-quote .container .row .form-group {
  padding-left: 0px;
  padding-right: 0px;
}
/* Customer Homepage Styles */

/* :L345 */
/* :L347 */
/* :L349 */
/* :L351 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs {
  border: 0px;
  margin-bottom: 32px;
}
/* :L355 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li {
  margin-right: 5px;
  margin-top: 10px;
}
/* :L359 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li:last-of-type {
  margin-right: 0px;
}
/* :L363 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li > a {
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 25px;
  border: 1px solid #bd4c05;
  background: #bd4c05;
}
/* :L375 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li.active > a {
  color: white;
  background-color: #ff6600;
  border-color: #ff6600;
  outline: none !important;
}
/* :L383 */
.page-customerhomepage .general-container .instanda-home-content .quote-identifier {
  display: none;
}
/* :L387 */
.page-customerhomepage .general-container .instanda-home-content .pol-outer {
  display: flex;
  flex-wrap: wrap;
}
/* :L391 */
.page-customerhomepage .general-container .instanda-home-content .pol-outer .pol-inner:first-of-type {
  padding-right: 10px;
}
/* :L396 */
/* :L397 */
.page-customerhomepage .general-container .instanda-home-content .policy-break hr {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 3px solid #ff6600;
}
/* :L404 */
/* :L406 */
/* :L407 */
.page-customerhomepage .general-container .instanda-home-content #policies .polquote:last-of-type .policy-break,
.page-customerhomepage .general-container .instanda-home-content #quotes .polquote:last-of-type .policy-break {
  display: none;
}
/* :L413 */
/* :L417 */
/* :L418 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder .policylink span,
.page-customerhomepage .general-container .instanda-home-content .actions-placeholder .policylink span,
.page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .policylink span {
  display: none;
}
/* :L423 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder .container,
.page-customerhomepage .general-container .instanda-home-content .actions-placeholder .container,
.page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .container {
  width: 100%;
  padding: 0px;
}
/* :L428 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder a,
.page-customerhomepage .general-container .instanda-home-content .actions-placeholder a,
.page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder a {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  white-space: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder a,
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder a,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder a {
    padding-left: 1px;
    padding-right: 1px;
  }
}
/* :L440 */
@media screen and (min-width: 768px) {
  /* :L443 */
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder .policylink,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .policylink {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L447 */
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder .policylink:last-of-type,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .policylink:last-of-type {
    margin-right: 0px;
  }
  /* :L452 */
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder .abandonlink,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .abandonlink {
    margin-right: 2% !important;
  }
}
/* :L458 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder {
    margin-top: 15px;
  }
}
/* :L465 */
/* :L466 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder .agent-all-docs-responsive h3 {
  display: none;
}
/* :L471 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList {
  list-style-type: none;
  padding-inline-start: 0px;
}
@media screen and (min-width: 768px) {
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList {
    margin-top: -10px;
  }
  /* :L477 */
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L481 */
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li:last-of-type {
    margin-right: 0px;
  }
}
/* :L487 */
/* :L488 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a {
  font-size: 0px;
  line-height: 0px;
}
/* :L491 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a::after {
  font-size: 18px;
  line-height: 24px;
  content: 'Schedule';
}
/* Customer Details Styles */

/* :L509 */
/* :L510 */
.page-customerdetails .questionList > .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* Transaction Styles */

/* :L519 */
/* :L520 */
.page-customertransactions .instanda-main-content > .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L526 */
.page-customertransactions .panel-group.transactions-group {
  margin-bottom: 0px;
}
/* :L529 */
/* :L532 */
/* :L536 */
.page-customertransactions .panel-group.transactions-group .panel .customer-transactions-update-payment-details {
  white-space: normal;
  margin: 5px;
}
/* :L541 */
.page-customertransactions .panel-group.transactions-group .panel .instanda-table-responsive {
  overflow: auto;
}
/* :L542 */
@media only screen and (max-width: 800px) {
  /* :L549 */
  .page-customertransactions .panel-group.transactions-group .panel .instanda-table-responsive td {
    padding-left: 6px !important;
    padding-top: 3rem !important;
  }
}
/* Fonts */

/* :L561 */
.tk-cooper-black-std {
  font-family: "cooper-black-std", serif;
}
/* :L562 */
.tk-futura-pt {
  font-family: "futura-pt", sans-serif;
}
/* :L563 */
.tk-futura-pt-bold {
  font-family: "futura-pt-bold", sans-serif;
}
/* :L564 */
.tk-futura-100 {
  font-family: "futura-100", sans-serif;
}
/* :L565 */
.tk-futura-100-book {
  font-family: "futura-100-book", sans-serif;
}
/* Colours */
/* :L575 */
.easyBreakdown {
  font-family: "futura-100-book", sans-serif;
  font-size: 16px;
  /* Progress Bar */

  /* Qualification */

  /* Quote */

  /* Post Quote */

  /* Billing Address */

  /* Sale Complete */

  /* Cancellation */

}
/* :L580 */
.easyBreakdown h1,
.easyBreakdown h2,
.easyBreakdown h3,
.easyBreakdown h4,
.easyBreakdown h5,
.easyBreakdown h6 {
  font-family: "futura-pt-bold", sans-serif;
}
/* :L584 */
.easyBreakdown a {
  color: #cc3366;
  box-shadow: none;
  text-decoration: none;
}
/* :L590 */
.easyBreakdown a:active,
.easyBreakdown a:focus,
.easyBreakdown a:hover {
  color: #333366;
  text-decoration: none;
}
/* :L595 */
.easyBreakdown .instanda-container-fluid {
  background-color: transparent;
}
/* :L599 */
.easyBreakdown .btn.btn-primary:visited,
.easyBreakdown .btn.btn-primary {
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background-color: #ff6600;
  border-color: #ff6600;
  outline: none !important;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
}
/* :L613 */
.easyBreakdown .btn.btn-primary:active,
.easyBreakdown .btn.btn-primary:hover,
.easyBreakdown .btn.btn-primary:focus {
  background-color: #bd4c05;
  border-color: #bd4c05;
  outline: none !important;
}
/* :L623 */
.easyBreakdown .pkg-progress-bar {
  text-align: center;
  margin-bottom: 32px;
  background-color: #ff6600;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .easyBreakdown .pkg-progress-bar {
    border-radius: 100px;
  }
}
@media screen and (max-width: 575px) {
  .easyBreakdown .pkg-progress-bar {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* :L638 */
.easyBreakdown .pkg-progressbar {
  overflow: hidden;
  color: white;
  padding-inline-start: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .easyBreakdown .pkg-progressbar {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* :L655 */
.easyBreakdown .pkg-progressbar {
  counter-reset: progress-count;
}
/* :L659 */
.easyBreakdown .pkg-progressbar .active-state {
  color: white;
}
/* :L663 */
.easyBreakdown .pkg-progressbar li {
  list-style-type: none;
  font-size: 14px;
  float: left;
  position: relative;
  font-weight: 600;
  -webkit-box-flex: 1 1 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 1 0;
  /* Chrome */
  -ms-flex: 1 1 0;
  /* IE 10 */
  flex: 1 1 0;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
/* :L676 */
.easyBreakdown .pkg-progressbar .step {
  counter-increment: progress-count;
}
/* :L680 */
.easyBreakdown .pkg-progressbar .step:before {
  content: counter(progress-count);
  color: black;
}
/* :L685 */
.easyBreakdown .pkg-progressbar .complete-state:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
/* :L690 */
.easyBreakdown .pkg-progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  font-size: 20px;
  color: white;
  background: white;
  box-shadow: 0px 0px 2px 0px #333333 inset;
  border-radius: 50%;
  margin: 0 auto 0px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .easyBreakdown .pkg-progressbar li:before {
    width: 33px;
    height: 33px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .easyBreakdown .pkg-progressbar li:before {
    margin: 0 auto 0px auto;
  }
}
/* :L714 */
.easyBreakdown .pkg-progressbar li:after {
  content: '';
  width: 100%;
  height: 0px;
  background: #ff6600;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 575px) {
  .easyBreakdown .pkg-progressbar li:after {
    top: 20px;
  }
}
/* :L727 */
.easyBreakdown .pkg-progressbar .step-desc {
  display: none;
}
/* :L731 */
.easyBreakdown .pkg-progressbar li.complete-state:before {
  line-height: 45px;
}
@media screen and (max-width: 575px) {
  .easyBreakdown .pkg-progressbar li.complete-state:before {
    line-height: 30px;
  }
}
/* :L738 */
.easyBreakdown .pkg-progressbar li.active-state:before,
.easyBreakdown .pkg-progressbar li.active-state:after,
.easyBreakdown .pkg-progressbar li.complete-state:before,
.easyBreakdown .pkg-progressbar li.complete-state:after {
  background: #333333;
  box-shadow: 0px 0px 2px 0px white inset;
  color: white;
}
/* :L748 */
/* :L749 */
.easyBreakdown .wording-links a {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .easyBreakdown .wording-links a {
    width: 100%;
  }
}
/* :L758 */
/* :L760 */
.easyBreakdown .confirm_proceed_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L765 */
/* :L767 */
.easyBreakdown .confirm_statement_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L774 */
.easyBreakdown .currentcover {
  box-shadow: 0 4px 8px 0 #ff6600, 0 6px 20px 0px #ff6600;
}
@media screen and (min-width: 992px) {
  .easyBreakdown .currentcover {
    box-shadow: 0 4px 8px 0 #ff6600, 0 6px 20px 5px #ff6600;
  }
}
/* :L781 */
.easyBreakdown .cover-container {
  border: 2px solid #333333;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .easyBreakdown .cover-container {
    margin-bottom: 20px;
  }
}
/* :L793 */
.easyBreakdown .cover-container h2,
.easyBreakdown .cover-container h3 {
  text-align: center;
}
/* :L798 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .easyBreakdown .cover-container h2 {
    word-spacing: 100vw;
  }
}
/* :L805 */
/* :L806 */
.easyBreakdown .holdercontent small {
  color: black;
}
/* :L810 */
.easyBreakdown .holdercontent .collapselink {
  text-align: center;
  padding-bottom: 20px;
}
/* :L814 */
.easyBreakdown .holdercontent .collapselink a:active,
.easyBreakdown .holdercontent .collapselink a:focus,
.easyBreakdown .holdercontent .collapselink a:hover {
  color: #cc3366;
}
/* :L820 */
@media screen and (min-width: 992px) {
  .easyBreakdown .prod-title {
    min-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .easyBreakdown .prod-title {
    min-height: 70px;
  }
}
/* :L830 */
.easyBreakdown .discount-banner {
  background: #ff6600;
  color: white;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 5px;
}
/* :L840 */
.easyBreakdown .discount-banner h3 {
  margin-top: 10px;
}
/* :L844 */
.easyBreakdown .discount-banner small {
  color: white;
}
/* :L849 */
@media screen and (min-width: 992px) {
  .easyBreakdown .product-list {
    min-height: 450px;
  }
}
/* :L854 */
.easyBreakdown .product-list .product-hl {
  color: #ff6600;
  font-weight: 600;
}
/* :L859 */
.easyBreakdown .product-list .product-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* :L865 */
.easyBreakdown .product-list .product-list-item .glyphicon-ok:before {
  content: "";
}
/* :L869 */
.easyBreakdown .product-list .product-list-item .glyphicon-ok:after {
  content: "\e013";
  color: #ff6600;
}
/* :L879 */
.easyBreakdown .list-width-80 {
  width: 80%;
}
/* :L883 */
.easyBreakdown .list-width-20 {
  width: 20%;
}
/* :L887 */
.easyBreakdown .quote-email {
  text-align: center;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L894 */
.easyBreakdown .radio-group {
  display: flex;
  margin: 0px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #ff6600;
}
/* :L901 */
.easyBreakdown .radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
/* :L907 */
.easyBreakdown .radio-group label {
  color: white;
  flex-grow: 1;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 24px;
  text-align: center;
  margin-bottom: 0px;
}
/* :L918 */
.easyBreakdown .radio-group label .lower_text {
  font-size: 13px;
}
/* :L923 */
.easyBreakdown .radio-group input[type=radio]:checked + label {
  color: white;
  background-color: #bd4c05;
}
/* :L928 */
.easyBreakdown .radio-group input[type=radio]:checked + label:after {
  content: 'ed';
}
/* :L936 */
/* :L938 */
.easyBreakdown .sale_complete_confirm_fix .confirmQuestionCheckbox {
  display: flex;
  flex-direction: column-reverse;
}
/* :L941 */
.easyBreakdown .sale_complete_confirm_fix .confirmQuestionCheckbox label {
  padding: 0;
  margin: 0;
  width: auto;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}
/* :L948 */
.easyBreakdown .sale_complete_confirm_fix .confirmQuestionCheckbox label input {
  appearance: none;
  position: relative;
  margin-left: unset;
  margin: unset;
  min-height: unset;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
/* :L957 */
.easyBreakdown .sale_complete_confirm_fix .confirmQuestionCheckbox label input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #ff6600;
  border-radius: 0.5rem;
}
/* :L962 */
.easyBreakdown .sale_complete_confirm_fix .confirmQuestionCheckbox label input::before {
  font-family: "Material Icons Round";
  content: "\e835";
  font-size: 4rem;
  color: #333333;
  line-height: 1;
}
/* :L969 */
.easyBreakdown .sale_complete_confirm_fix .confirmQuestionCheckbox label input:checked::before {
  content: "\e834";
  color: #ff6600;
}
/* :L980 */
/* :L981 */
@media screen and (max-width: 767px) {
  /* :L983 */
  .page-confirmbillingdetails .easyBreakdown .payment-buttons a {
    font-size: 0px;
    line-height: 0px;
  }
  /* :L986 */
  .page-confirmbillingdetails .easyBreakdown .payment-buttons a::after {
    font-size: 20px;
    line-height: 24px;
    content: 'Back';
  }
}
/* :L998 */
/* :L999 */
.easyBreakdown #policy-sale-documents .instanda-documents {
  display: flex;
  flex-flow: column;
}
/* :L1003 */
.easyBreakdown #policy-sale-documents .instanda-documents a {
  white-space: normal;
  margin-bottom: 5px;
  width: 100%;
}
/* :L1013 */
/* :L1015 */
.easyBreakdown .cancel_questions_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1020 */
/* :L1021 */
.easyBreakdown .instanda-cancellation-questions-content .instanda-main-content {
  margin-top: 20px;
}
/* :L1024 */
.easyBreakdown .instanda-cancellation-questions-content .instanda-main-content .container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
