@charset "UTF-8";
/* Park Homes overrides */
#showFooter, #showHeader {
  display: none;
}

.select2-container.select2-drop-above .select2-choice .select2-arrow b, .select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
  background: linear-gradient(#ff8200, #e86642) !important;
}
.select2-container.select2-drop-above .select2-choice .select2-arrow b:after, .select2-container .select2-choice .select2-arrow b:after {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  font-size: 12px;
}

.inner-heading-filled.\--decs {
  text-align: center;
}

navigation-buttons .nav-button {
  color: #ff8200;
}

navigation-buttons .nav-button .svg {
  fill: #ff8200;
}

navigation-buttons .nav-button .svg .chevron-right {
  fill: #ff8200;
}

.table-group-row.\--indent {
  margin-bottom: 0;
  padding-bottom: 0;
}
.table-group-row.\--indent .table-group-col:first-of-type {
  padding-left: 30px;
}
.table-group-row .table-group-col {
  font-size: 16px !important;
  font-weight: bold !important;
}
.table-group-row .table-group-col:first-of-type {
  font-family: "ProximaSoft" !important;
  font-weight: bold !important;
}
.table-group-row .table-group-col-parkhome {
  font-size: 16px !important;
  font-weight: bold !important;
}
.table-group-row .table-group-col-parkhome:first-of-type {
  width: 38% !important;
  padding-right: 15px !important;
  min-width: 148px !important;
}

.table-group-title {
  border-bottom: 1px solid #979797;
  text-align: left !important;
  font-size: 21px !important;
  margin: 25px 0 15px 0 !important;
  padding: 0 0 15px 0 !important;
  font-family: "ProximaSoft" !important;
  font-weight: bold !important;
}

.quote-page-frame-content {
  margin-bottom: 10px;
}
.quote-page-frame-content__desc {
  text-align: center;
  font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.quote-page-frame.\--accidental p, .quote-page-frame.\--overall p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
}
.quote-page-frame.\--accidental p span, .quote-page-frame.\--overall p span {
  font-weight: bold;
}
.quote-page-frame.pink-box {
  background-color: #ededed;
  padding: 15px 25px;
}
.quote-page-frame.pink-box .inner-heading {
  padding-left: 0 !important;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 21px;
}
.quote-page-frame.pink-box .right {
  float: right;
  position: relative;
  top: -40px;
}
.quote-page-frame.pink-box .right .table-group-edit-button {
  font-size: 16px;
}

.inner-heading {
  position: relative;
  padding: 8px 40px !important;
}
.inner-heading__info {
  float: right;
  position: absolute;
  right: 10px;
  font-size: 26px;
  cursor: pointer;
  top: 8px;
}

.add-item-tool {
  background: #d8d8d8;
  margin-bottom: 20px;
  /*&--save {
      text-align: center;

      p{
          text-align: center;
      }
  }*/
}
.add-item-tool input[type=number] {
  width: 100% !important;
}
@media screen and (min-width: 800px) {
  .add-item-tool {
    display: flex;
  }
}
.add-item-tool .error-input-container-ph {
  background: #fbe7e6;
}
.add-item-tool .error-input-container-ph input[type=text] {
  border: 1px solid red;
}
.add-item-tool__wrapper {
  padding-bottom: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.add-item-tool__wrapper.\--additional .items-added__row {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .add-item-tool__wrapper.\--additional .items-added__row {
    display: flex;
  }
}
.add-item-tool__wrapper.\--additional .add-item-tool {
  padding: 25px;
}
.add-item-tool__wrapper.\--additional .add-item-tool--save {
  margin-left: auto;
}
.add-item-tool__wrapper.\--additional .add-item-tool-heading {
  margin-bottom: 0;
  height: 35px;
  color: #000 !important;
  font-weight: bold !important;
}
.add-item-tool__wrapper.\--additional .items-added__row > div.remove-this {
  text-align: right;
  flex: 0 0 5em;
}
.add-item-tool__wrapper.\--additional .items-added__row > div.additional-name {
  flex: 0 0 15em;
}
.add-item-tool__wrapper.error-input-container-ph {
  padding: 20px 0;
  border: 1px solid #e30613;
  background: #fbe7e6;
}
.add-item-tool__wrapper.error-input-container-ph .field-error input[type=text], .add-item-tool__wrapper.error-input-container-ph .field-error input[type=number], .add-item-tool__wrapper.error-input-container-ph .field-error .selectBoxit {
  border: 1px solid #e30613;
}
.add-item-tool__wrapper.error-input-container-ph .add-item-tool {
  background-color: #fbe7e6;
}
.add-item-tool__wrapper.error-input-container-ph p.error-message {
  color: #e30613 !important;
  font-size: 14px !important;
  margin: 10px 0;
  font-weight: bold;
  padding: 0 15px;
}
.add-item-tool input, .add-item-tool sbi-item {
  width: 100%;
}
.add-item-tool > div {
  padding: 10px;
}
.add-item-tool > div p {
  font-size: 16px !important;
  color: #5a5a5a !important;
  text-align: left !important;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .add-item-tool > div p.add-item-tool-heading {
    height: 45px;
    margin-bottom: 15px;
  }
}
.add-item-tool__save {
  font-size: 25px;
}
.add-item-tool__save .fa-plus {
  color: white;
  position: relative;
  top: 1px;
}
.add-item-tool__save:hover, .add-item-tool__save:focus, .add-item-tool__save:active {
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .add-item-tool--desc {
    width: 350px;
  }
  .add-item-tool--val {
    width: 250px;
  }
  .add-item-tool--save {
    text-align: left;
  }
}

.items-added__wrapper {
  padding: 0 15px;
  margin-bottom: 40px;
}
.items-added__table {
  background-color: white;
  border: 1px solid #ff8200;
}
.items-added__row {
  display: flex;
}
.items-added__row > div {
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}
.items-added__row > div a:hover, .items-added__row > div a:focus, .items-added__row > div a:active {
  cursor: pointer;
}
.items-added__row P {
  margin: 0;
}
.items-added__total {
  display: flex;
  justify-content: center;
}
.items-added__total > div {
  background: #ff8200;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 15px 30px;
}
.items-added__total p {
  font-size: 16px !important;
  color: white !important;
  margin: 0;
  font-weight: 600;
}
.items-added__total p span {
  font-size: 24px;
  margin-left: 20px;
}

.selectboxit-arrow-container {
  background: linear-gradient(#ff8200, #e86642);
}
.selectboxit-arrow-container:after {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  font-size: 12px;
}

.quotemaster .selectboxit-container .selectboxit-options a {
  font-size: 16px !important;
}
@media screen and (min-width: 800px) and (max-width: 1300px) {
  .quotemaster .standalone-container {
    margin: 0 !important;
    width: 100% !important;
  }
}

.quotemaster .checkbox-simple input.disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.quotemaster .dropdown.\--small {
  max-width: 190px;
}
.quotemaster .background-highlighted {
  background-color: #FFF;
  border: solid 1px #d8d8d8;
  padding: 15px;
  width: 300px;
}
.quotemaster .background-highlighted p {
  color: #333;
  font-size: 16px;
  margin: 0 0 2px 0;
  font-weight: 600;
}
.quotemaster .send-offers-question {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.quotemaster .summary-optional-extra, .quotemaster .summary-email-quote {
  background-color: #f8f8f8;
  padding: 30px 15px;
}
.quotemaster .summary-optional-extra--checked {
  background-color: #ff8200;
}
.quotemaster .summary-optional-extra__inner {
  max-width: 750px;
  margin: 0 auto;
}
.quotemaster .summary-optional-extra__option {
  margin-bottom: 5px;
}
.quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__heading, .quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__accordion--check {
  background-color: #ff8200 !important;
}
.quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__heading h4, .quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__heading span, .quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__heading i, .quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__accordion--check h4, .quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__accordion--check span, .quotemaster .summary-optional-extra__option.selectedOption .summary-optional-extra__accordion--check i {
  color: white !important;
}
.quotemaster .summary-optional-extra__heading {
  background-color: #FFF;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}
.quotemaster .summary-optional-extra__heading .checkbox-simple.small input[type=checkbox] + label {
  width: 21px;
  height: 20px;
  background-size: cover !important;
}
.quotemaster .summary-optional-extra__heading h4 {
  margin: 0;
  padding: 0;
  text-align: left;
  flex-grow: 1;
  line-height: 1;
  font-family: "ProximaSoftSemibold";
  font-size: 16px;
}
.quotemaster .summary-optional-extra__heading--info {
  color: #ef8018;
  margin-right: 15px;
  font-size: 26px;
}
.quotemaster .summary-optional-extra__heading--chevron {
  font-size: 12px;
  text-align: center;
  width: 21px;
}
.quotemaster .summary-optional-extra__heading span {
  font-size: 16px;
  font-family: "ProximaSoft";
  margin: 0 15px;
}
.quotemaster .summary-optional-extra h3, .quotemaster .summary-optional-extra p {
  color: #000;
  text-align: center;
}
.quotemaster .summary-optional-extra .inner-heading__info {
  position: relative;
  top: 0;
  right: 0;
  float: none;
}
.quotemaster .summary-optional-extra__accordion--value, .quotemaster .summary-optional-extra__accordion--charge, .quotemaster .summary-optional-extra__accordion--select {
  background: #ebebeb;
  border-radius: 4px;
}
.quotemaster .summary-optional-extra__accordion--value {
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 5px;
}
.quotemaster .summary-optional-extra__accordion--value h4 {
  line-height: 1;
  font-family: "ProximaSoftSemibold";
  font-size: 16px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.quotemaster .summary-optional-extra__accordion--value p {
  font-size: 16px;
  font-family: "ProximaSoft";
}
.quotemaster .summary-optional-extra__accordion--value input {
  margin: 15px auto;
}
.quotemaster .summary-optional-extra__accordion--value .error-message {
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.quotemaster .summary-optional-extra__accordion--charge, .quotemaster .summary-optional-extra__accordion--select {
  text-align: center;
  display: flex;
  padding: 0;
  align-items: stretch;
}
.quotemaster .summary-optional-extra__accordion--charge > div, .quotemaster .summary-optional-extra__accordion--select > div {
  flex-basis: 0;
  flex-grow: 1;
  border: 1px solid white;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotemaster .summary-optional-extra__accordion--charge > div p, .quotemaster .summary-optional-extra__accordion--select > div p {
  font-family: "ProximaSoftSemibold";
  font-size: 16px;
}
.quotemaster .summary-optional-extra__accordion--charge-value {
  height: 27px;
}
.quotemaster .summary-optional-extra__accordion--select {
  background: #f7edf0;
}
.quotemaster .summary-optional-extra__accordion--select > div {
  border: 1px solid white;
}
.quotemaster .summary-optional-extra__accordion p {
  margin: 0;
}
.quotemaster .summary-email-quote {
  text-align: center;
}
.quotemaster .summary-email-quote h2 {
  font-size: 30px;
}
.quotemaster .summary-email-quote__button {
  font-size: 18px;
  background: black;
  border: none;
  border-image: none;
}
.quotemaster .summary-email-quote__btn {
  color: #fff;
  padding: 10px 23px;
  font-size: 20px;
  border-radius: 40px;
  font-family: "VAGRoundStdLight";
  background-color: #000;
}
.quotemaster .summary-email-quote__btn:hover {
  opacity: 0.8;
}

/* Overrides */
input[type=checkbox] + label {
  transform: none !important;
}

.row.pink {
  background-color: #fdefe1;
  margin-bottom: 0;
  padding: 3% 6% 2% 6%;
}
.row.pink p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.silver-box .inner-heading {
  padding-left: 0 !important;
}

.checkbox-simple.privacy label {
  flex: 1 0 27px;
}
@media screen and (min-width: 521px) {
  .checkbox-simple.privacy label {
    flex: unset;
  }
}

.quote-page-frame__quest {
  text-align: center;
}

.add-item-tool__error {
  margin-left: 32.6rem;
  padding-top: unset;
  margin-top: -2rem;
}

.box-content-policyholder-details {
  padding: 0 !important;
}
.box-content-policyholder-details #email-container {
  padding: 4% 6% 0 6%;
}
.box-content-policyholder-details .send-offers-question {
  background-color: #f9f3f5;
  padding: 23px 6% 23px 6%;
}
.box-content-policyholder-details .margin-bottom {
  padding-bottom: 0 !important;
}
.box-content-policyholder-details .send-offers-section {
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

.address-background-pink {
  background-color: #f9f3f5 !important;
  padding: 10px 100% 10px 3% !important;
  border: unset !important;
}

[class*=your-park-home-question-flex] div {
  width: 100% !important;
}
[class*=your-park-home-question-flex] .box-check-item {
  margin-right: 30px !important;
}
[class*=your-park-home-question-flex] label {
  display: inline !important;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .your-park-home-question-flex div {
    width: 50% !important;
  }
}
.your-park-home-question-flex {
  display: inline-block;
}
.your-park-home-question-flex div {
  float: left;
  padding: 10px 0px;
  display: flex;
}
.your-park-home-question-flex div label {
  line-height: 2.2em;
  padding-left: 15px;
  font-size: 16px;
  cursor: pointer;
  font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
  display: inline-flex !important;
  align-items: center;
}
.your-park-home-question-flex input[type=checkbox]:checked + label {
  background: unset !important;
}
.your-park-home-question-flex input[type=checkbox] {
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
}
.your-park-home-question-flex .checkbox-custom label .box-check-item {
  margin-right: 30px !important;
}

.text-center {
  text-align: center !important;
}

.btn-gray-parkhome {
  color: #808080 !important;
}

.checkbox-round-parkhome {
  border-radius: 50%;
  border: solid #c5c5c5 1px !important;
}

.box-your-park-home {
  margin-bottom: 0 !important;
}

.box-your-park-home-bottom {
  margin-top: 25px;
}

.gdpr_section .white-box {
  padding-top: 4%;
}

.items-added__row-title_parkhome {
  font-size: 15px !important;
  text-shadow: 0px 0 #7A7A7A !important;
  color: #7A7A7A !important;
}

.checkbox-custom label input {
  display: none;
  /* Hide the default checkbox */
}

/* Style the artificial checkbox */
.checkbox-custom label .box-check-item {
  margin-right: 5px;
  min-height: 30px;
  min-width: 30px;
  border: 1px solid #979797;
  display: inline;
  background-color: #ffffff;
  position: relative;
  border-radius: 3px;
  float: left;
}

/* Style its checked state...with a ticked icon */
.checkbox-custom [type=checkbox]:checked + .box-check-item > i {
  position: absolute;
  display: inline-block;
  left: 1px;
}

.checkbox-custom i {
  display: none;
  font-size: 27px;
  color: #FF8200;
  -webkit-text-stroke: 3px #ffffff;
}

.content-box-check-item {
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
}

div#select2-drop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search {
  padding: 0;
  font-size: 14px;
  position: relative;
}

.select2-search:before {
  content: "";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: "FontAwesome";
  position: absolute;
  top: 7px;
  right: 10px;
}

.select2-search input {
  padding: 10px 20px 10px 10px;
  border: unset;
  box-shadow: none !important;
  background: none;
  border-bottom: 1px solid #aaa !important;
  font-family: "ProximaSoftSemibold";
  position: relative;
}

.select2-search input::placeholder {
  font-family: "ProximaSoftSemibold";
  color: black;
}

.license-agreement-content li {
  color: #7a7a7a;
  font-size: 16px;
  font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
  color: black;
  margin-bottom: 10px;
}

.license-agreement-content p,
.declaration-docs-text p {
  font-size: 18px;
}

.declaration-text__valuables p {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
  color: black;
}
.declaration-text__valuables p:last-child, .declaration-text__valuables span {
  font-family: "ProximaSoftSemibold";
}

.question-desc, .quote-list {
  font-size: 16px;
  color: black;
}