@charset "UTF-8";
.popup.overlay .popup__inner .overlay-content, .button--four, .button--three, .button--two, .button--one {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}

.navigation__anchor--buynow, .navigation__megamenu-anchor--buynow {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
  transition: background-color 0.3s ease-in-out;
}
.navigation__anchor--buynow:hover, .navigation__megamenu-anchor--buynow:hover, .navigation__anchor--buynow:focus, .navigation__megamenu-anchor--buynow:focus, .navigation__anchor--buynow:active, .navigation__megamenu-anchor--buynow:active {
  background: -moz-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8300), color-stop(100%, #fbaf3f));
  background: -webkit-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -o-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -ms-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: linear-gradient(to right, #ff8300 0%, #fbaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF8300", endColorstr="#FBAF3F", GradientType=1 );
}

.photography .standard-button button, .popup.overlay .overlay-content .buttons .ok:hover, .popup.overlay .overlay-content .buttons .ok:focus, .popup.overlay .overlay-content .buttons .ok:active, .photography .navigation__anchor--buynow {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
  transition: background-color 0.3s ease-in-out;
}
.photography .standard-button button:hover, .popup.overlay .overlay-content .buttons .ok:hover, .photography .navigation__anchor--buynow:hover, .photography .standard-button button:focus, .popup.overlay .overlay-content .buttons .ok:focus, .photography .navigation__anchor--buynow:focus, .photography .standard-button button:active, .popup.overlay .overlay-content .buttons .ok:active, .photography .navigation__anchor--buynow:active {
  background: -moz-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8300), color-stop(100%, #fbaf3f));
  background: -webkit-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -o-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -ms-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: linear-gradient(to right, #ff8300 0%, #fbaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF8300", endColorstr="#FBAF3F", GradientType=1 );
}

.sliding-panel-content .accordion ul.submenu {
  background: rgb(232, 102, 66); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(232, 102, 66) 0%, rgb(255, 130, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(232, 102, 66) 0%, rgb(255, 130, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(232, 102, 66) 0%, rgb(255, 130, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e86642", endColorstr="#ff8200",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.smallbusiness .navigation__anchor--buynow {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
.smallbusiness .navigation__anchor--buynow:hover, .smallbusiness .navigation__anchor--buynow:focus, .smallbusiness .navigation__anchor--buynow:active {
  background: -moz-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8300), color-stop(100%, #fbaf3f));
  background: -webkit-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -o-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -ms-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: linear-gradient(to right, #ff8300 0%, #fbaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF8300", endColorstr="#FBAF3F", GradientType=1 );
}

.cycling .navigation__anchor--buynow {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
  transition: background-color 0.3s ease-in-out;
}
.cycling .navigation__anchor--buynow:hover, .cycling .navigation__anchor--buynow:focus, .cycling .navigation__anchor--buynow:active {
  background: -moz-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8300), color-stop(100%, #fbaf3f));
  background: -webkit-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -o-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -ms-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: linear-gradient(to right, #ff8300 0%, #fbaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF8300", endColorstr="#FBAF3F", GradientType=1 );
}

.golf .navigation__anchor--buynow {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
  transition: background-color 0.3s ease-in-out;
}
.golf .navigation__anchor--buynow:hover, .golf .navigation__anchor--buynow:focus, .golf .navigation__anchor--buynow:active {
  background: -moz-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8300), color-stop(100%, #fbaf3f));
  background: -webkit-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -o-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: -ms-linear-gradient(left, #ff8300 0%, #fbaf3f 100%);
  background: linear-gradient(to right, #ff8300 0%, #fbaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF8300", endColorstr="#FBAF3F", GradientType=1 );
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Breakpoints */
/* Grid breakpoints */
/*$primary-color              : #931D42;
$accent-color               : #B72043;
$primary-color-gradient     : #a14961;
$accent-color-gradient      : #be4a62;
$secondary-color            : #f1d2d9;
$primary-color-pale         : #fbf2f4;
$primary-color-dimmed-nav   : #EC9DB7;*/
html {
  font-size: 100%;
}

body {
  line-height: 1.6;
  font-size: 1em;
  font-family: "ProximaSoftLight", Arial, Helvetica, sans-serif;
}

input {
  font-family: "Ubuntu", sans-serif;
}

.quote-bar__footer-heading--period, .payments__direct-debit-instruction, h5, .footer__heading--question, h4, .quotemaster .footer0 .container .phone p a, .quotemaster .footer0 .container .phone p, .quote-bar__footer-heading, .payments__complete-details, .payments__box-heading-two, .payments__box-heading, h3, .quote-bar__footer-price, .payments__heading, h2, h1 {
  font-weight: normal;
  font-family: VAGRoundStdLight, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
  line-height: 1.1em;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-heading--period, .payments__direct-debit-instruction, h5, .footer__heading--question, h4, .quotemaster .footer0 .container .phone p a, .quotemaster .footer0 .container .phone p, .quote-bar__footer-heading, .payments__complete-details, .payments__box-heading-two, .payments__box-heading, h3, .quote-bar__footer-price, .payments__heading, h2, h1 {
    text-align: left;
  }
}
.quote-bar__footer-heading--period a, .payments__direct-debit-instruction a, h5 a, .footer__heading--question a, h4 a, .quotemaster .footer0 .container .phone p a, .quote-bar__footer-heading a, .payments__complete-details a, .payments__box-heading-two a, .payments__box-heading a, h3 a, .quote-bar__footer-price a, .payments__heading a, h2 a, h1 a {
  font-family: "VAGRoundStdLight", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 56px;
  /*text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);*/
  /*@include media($md) {
      text-shadow: none;
  }*/
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 76px;
  }
}

.quote-bar__footer-price, .payments__heading, h2 {
  font-size: 32px;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-price, .payments__heading, h2 {
    font-size: 46px;
  }
}

.quotemaster .footer0 .container .phone p a, .quotemaster .footer0 .container .phone p, .quote-bar__footer-heading, .payments__complete-details, .payments__box-heading-two, .payments__box-heading, h3 {
  font-size: 26px;
}
@media screen and (min-width: 640px) {
  .quotemaster .footer0 .container .phone p a, .quotemaster .footer0 .container .phone p, .quote-bar__footer-heading, .payments__complete-details, .payments__box-heading-two, .payments__box-heading, h3 {
    font-size: 30px;
  }
}

.footer__heading--question, h4 {
  font-size: 21px;
}

.quote-bar__footer-heading--period, .payments__direct-debit-instruction, h5 {
  font-size: 18px;
}

.footer__bottom-links-list-anchor, .footer__link {
  text-decoration: none;
}

a {
  font-family: "ProximaSoftSemibold", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a[href^="skype:"] {
  color: white;
}

p {
  margin: 0 0 1em;
  padding: 0;
  color: #7a7a7a;
  line-height: 1.4em;
  font-family: "ProximaSoftLight", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
p.intro {
  font-size: 19px;
  font-family: "ProximaSoftSemibold", Arial, Helvetica, sans-serif;
  line-height: 28px;
}
p.intro--customise-cover {
  color: black;
  margin: 2% 3%;
  text-align: center;
}
p.subhead {
  font-size: 1em;
  font-family: "ProximaSoftSemibold", Arial, Helvetica, sans-serif;
}
p.highlighted {
  font-size: 1em;
  font-family: "ProximaSoftSemibold", Arial, Helvetica, sans-serif;
}

a.valuables {
  color: #ff8200;
}

ol li {
  color: #7a7a7a;
}

article p a {
  color: #ff8200;
}

.golf article p a {
  color: #f7a822;
}

.photography article p a {
  color: #ff8200;
}

.cycling article p a {
  color: #ff8200;
}

span.button__text {
  color: white !important;
}

.caravans-custom-list {
  max-width: 375px;
  margin: 25px auto 40px;
  list-style: none;
}
.caravans-custom-list li {
  padding-left: 1.3em;
}
.caravans-custom-list li::before {
  content: "\f058"; /* FontAwesome Unicode */
  color: #ff8200;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.wysiwyg-cta {
  color: white !important;
  background-color: #ff8200;
  padding: 12px 33px;
  font-size: 18px;
  display: inline-block;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.wysiwyg-cta span, .wysiwyg-cta a {
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.navigation {
  display: none;
}
@media screen and (min-width: 800px) {
  .navigation {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .navigation {
    float: right;
    margin: 10px 0 0;
  }
}
.navigation--no-button {
  margin: 0;
}
.navigation__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.navigation__list--dropdown {
  display: none;
}
.navigation__list-item {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  /*@include media($xxl){
      @include pad(5px 25px);
  }*/
  display: block;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .navigation__list-item {
    padding: 5px 14px;
  }
}
@media screen and (min-width: 968px) {
  .navigation__list-item {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 640px) {
  .navigation__list-item {
    display: inline-block;
    text-align: left;
  }
}
.navigation__list-item.--list-divider {
  padding: 0;
  margin-left: 20px;
  position: relative;
}
.navigation__list-item.--list-divider:before {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
.navigation__search-button, .navigation__close-button {
  width: 49px;
  height: 49px;
  background: url("/images/search_sprite.png") top left no-repeat;
  display: block;
  padding: 0;
  margin: 0;
}
.navigation__search-button:hover, .navigation__search-button:focus, .navigation__search-button:active, .navigation__close-button:hover, .navigation__close-button:focus, .navigation__close-button:active {
  background-position: top right;
}
.navigation__close-button {
  background: url("/images/close_sprite.png") top left no-repeat;
  display: none;
}
.navigation__anchor, .navigation__megamenu-anchor {
  color: #2d2926;
  font-size: 13px;
  text-decoration: none;
  font-family: "VAGRoundStdLight";
  display: block;
}
.navigation__anchor--buynow, .navigation__megamenu-anchor--buynow {
  color: #FFF;
}
.navigation__anchor--buynow:hover, .navigation__anchor--buynow:focus, .navigation__anchor--buynow:active, .navigation__megamenu-anchor--buynow:hover, .navigation__megamenu-anchor--buynow:focus, .navigation__megamenu-anchor--buynow:active {
  color: #FFF !important;
}
@media screen and (max-width: 1024px) {
  .navigation__anchor--buynow, .navigation__megamenu-anchor--buynow {
    padding: 6px;
    font-size: 13px !important;
  }
}
@media screen and (min-width: 968px) {
  .navigation__anchor, .navigation__megamenu-anchor {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 5px;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
  }
}
.navigation__anchor:hover, .navigation__anchor:focus, .navigation__anchor:active, .navigation__megamenu-anchor:hover, .navigation__megamenu-anchor:focus, .navigation__megamenu-anchor:active {
  color: #ff8200;
}
.navigation__chevron {
  width: 12px;
  fill: #ff8200;
  position: relative;
  top: -2px;
}
.navigation__megamenu {
  display: none;
  border-radius: 6px;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  padding: 15px 23px 15px 0;
  position: absolute;
  z-index: 99999;
  background-color: #fff;
}
.navigation__megamenu::before {
  position: absolute;
  top: 0;
  right: 1.1em;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  content: url("../../images/megamenu__arrow.png");
  font-size: 1.4em;
  pointer-events: none;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
  top: -1.05em;
  left: calc(50% - 17.5px);
  color: #fff;
}
.navigation__megamenu.\--juice-menu::before {
  content: none !important;
}
.navigation__megamenu ul {
  list-style-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23FF8200!important;fill:%23FF8200!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}
.navigation__megamenu-sub-list {
  float: left;
  display: block;
  margin-right: 0;
}

.photography .navigation .navigation__anchor:hover, .photography .navigation .navigation__anchor:focus, .photography .navigation .navigation__anchor:active, .photography .navigation .navigation__megamenu-anchor:hover, .photography .navigation .navigation__megamenu-anchor:focus, .photography .navigation .navigation__megamenu-anchor:active {
  color: #ff8200;
}

.photography .navigation__megamenu-sub-list {
  width: 100%;
}

.navigation--ripe .navigation__anchor:hover, .navigation--ripe .navigation__anchor:focus, .navigation--ripe .navigation__anchor:active, .navigation--ripe .navigation__megamenu-anchor:hover, .navigation--ripe .navigation__megamenu-anchor:focus, .navigation--ripe .navigation__megamenu-anchor:active {
  color: #ff8200;
}

.navigation--ripe .navigation__megamenu ul {
  list-style-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23942E96!important;fill:%23FF8200!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}

.valuables .navigation__megamenu ul {
  list-style-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23942e96!important;fill:%23942e96!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}

.smallbusiness .navigation__megamenu ul {
  list-style-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23463f91!important;fill:%23463f91!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}

.photography .navigation__megamenu ul {
  list-style-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23057579!important;fill:%23057579!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation__megamenu ul {
    list-style-image: url("../../images/chevron_right_icon.png");
  }
}
.show-menu {
  display: block;
}

.burger-menu {
  display: block;
}
@media screen and (min-width: 800px) {
  .burger-menu {
    display: none;
  }
}

.top-navigation {
  display: none;
}
@media screen and (min-width: 800px) {
  .top-navigation {
    display: block;
  }
}
.top-navigation__list {
  padding: 0 10px 0 0;
  margin: 0 0 5px;
  text-align: right;
}
.top-navigation__list-item {
  padding: 0 14px 0 0;
  margin: 0 7px 0 0;
  list-style-type: none;
  display: inline-block;
  background: url("/images/menu-pipe.png") right 3px no-repeat;
}
.top-navigation__list-item--last {
  background: none;
  padding: 0;
  margin: 0;
}
.top-navigation__anchor {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #7a7a7a;
  text-decoration: none;
  font-family: "ProximaSoft";
  font-size: 16px;
}
.top-navigation__anchor--highlight {
  color: #ff8200;
}
.top-navigation__anchor:hover, .top-navigation__anchor:focus, .top-navigation__anchor:active {
  color: #ff8200;
}
.top-navigation__user {
  width: 15px;
  fill: #ff8200;
  position: relative;
  top: 2px;
}

.smallbusiness .navigation__anchor:hover, .smallbusiness .navigation__anchor:focus, .smallbusiness .navigation__anchor:active {
  color: #ff8200;
}
.smallbusiness .navigation__megamenu-anchor:hover, .smallbusiness .navigation__megamenu-anchor:focus, .smallbusiness .navigation__megamenu-anchor:active {
  color: #ff8200;
}

.photography .navigation__anchor:hover, .photography .navigation__anchor:focus, .photography .navigation__anchor:active {
  color: #ff8200;
}
.photography .navigation__megamenu-anchor:hover, .photography .navigation__megamenu-anchor:focus, .photography .navigation__megamenu-anchor:active {
  color: #ff8200;
}

.sliding-panel-content {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.25s linear;
  z-index: 999999;
}
.sliding-panel-content ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.sliding-panel-content ul:last-child {
  margin-right: 0;
}
.sliding-panel-content li {
  list-style: none;
  background-position: 95% 10px;
  background-repeat: no-repeat;
}
.sliding-panel-content li.clear-accordion {
  display: inline-block;
  width: 100%;
}
.sliding-panel-content li.clear-accordion--top-margin-removal {
  margin-top: -5px;
}
.sliding-panel-content li.chevron-selected {
  background-image: url("data:image/svg+xml;utf8,<svg id='Layer_1' class='chevron__down' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.12 31.58' height='7'><title>chevron_down_icon</title><style>.chevron-down{color:%23FF8200!important;fill:%23FF8200!important;}</style><path class='chevron-down' d='M35.9,30.45,63,9.89A5.51,5.51,0,0,0,64,2.18a5.5,5.5,0,0,0-7.72-1.05l-23.73,18L8.84,1.12A5.51,5.51,0,0,0,1.12,2.18,5.51,5.51,0,0,0,2.18,9.89L29.23,30.45a5.5,5.5,0,0,0,6.66,0Z'/></svg>");
  background-position: 94% 20px;
  background-repeat: no-repeat;
}
.sliding-panel-content li .no-arrow {
  background-image: none;
}
.sliding-panel-content li a {
  border-bottom: 1px solid #d8d8d8;
  color: #53565a;
  display: block;
  padding: 0.6em 0.6em 0.6em 3em;
  text-decoration: none;
}
.sliding-panel-content.is-visible {
  transform: translateX(0);
}
@media screen and (min-width: 800px) {
  .sliding-panel-content.is-visible {
    visibility: hidden;
  }
}
.sliding-panel-content .accordion > li > a {
  font-weight: normal;
}
.sliding-panel-content .accordion ul.submenu {
  display: none;
  padding: 5% 0;
}
.sliding-panel-content .accordion ul.submenu li a {
  font-size: 0.9em;
  color: #fff;
  border-bottom: 0;
  display: block;
  padding: 0.3em 0.6em 0.3em 10%;
  text-decoration: none;
  background-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='15px' height='15px'><title>chevron_right_icon</title><style>.chevron-right{color:%23ffffff!important;fill:%23ffffff!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
  background-position: 5% 8px;
  background-repeat: no-repeat;
}
.sliding-panel-content .accordion ul.submenu .no-arrow {
  background-image: none;
}
.sliding-panel-content .accordion .is-expanded {
  display: block;
}
ul.sliding-panel-content__unordered-list--sub {
  padding: 5% 0;
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
ul.sliding-panel-content__unordered-list--sub:last-child {
  margin-right: 0;
}
ul.sliding-panel-content__unordered-list--sub li {
  padding: 5px 0;
  list-style: none;
  background-image: none;
  clear: both;
}
ul.sliding-panel-content__unordered-list--sub li a {
  font-family: "ProximaSoft";
  border-bottom: none;
  color: #85898e;
  display: block;
  padding: 0 0 0 3em;
  text-decoration: none;
}
ul.sliding-panel-content__unordered-list--sub li a:hover {
  color: #000;
}

.sliding-panel-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 999998;
}
.sliding-panel-fade-screen.is-visible {
  opacity: 0.7;
  visibility: visible;
}
@media screen and (min-width: 800px) {
  .sliding-panel-fade-screen.is-visible {
    visibility: hidden;
  }
}

.sliding-panel-fade-screen-close {
  font-size: 3em;
  color: #fff;
  float: right;
  margin: 3%;
  cursor: pointer;
}

.sliding-panel-button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 16px;
  position: relative;
  float: right;
  font-size: 2.5em !important;
  color: #ff8200;
}
.sliding-panel-button img {
  height: 1.3em;
}

@media screen and (min-width: 800px) {
  .navigation--ripe {
    margin-top: 1em;
  }
}
.navigation--ripe .navigation__chevron {
  fill: #ff8200;
}

.sliding-panel-content--valuables li {
  background-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23942E96!important;fill:%23942E96!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}
.sliding-panel-content--valuables li.chevron-selected {
  background-image: url("data:image/svg+xml;utf8,<svg id='Layer_1' class='chevron__down' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.12 31.58' height='7'><title>chevron_down_icon</title><style>.chevron-down{color:%23942E96!important;fill:%23942E96!important;}</style><path class='chevron-down' d='M35.9,30.45,63,9.89A5.51,5.51,0,0,0,64,2.18a5.5,5.5,0,0,0-7.72-1.05l-23.73,18L8.84,1.12A5.51,5.51,0,0,0,1.12,2.18,5.51,5.51,0,0,0,2.18,9.89L29.23,30.45a5.5,5.5,0,0,0,6.66,0Z'/></svg>");
  background-position: 94% 20px;
  background-repeat: no-repeat;
}

.valuables .navigation__megamenu ul li {
  /*background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23942E96!important;fill:%23942E96!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");*/
}

.sliding-panel-content--ripe li {
  background-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23FF8200!important;fill:%23FF8200!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}

.sliding-panel-content--photography li {
  background-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23057579!important;fill:%23057579!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}
.sliding-panel-content--photography li.chevron-selected {
  background-image: url("data:image/svg+xml;utf8,<svg id='Layer_1' class='chevron__down' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.12 31.58' height='7'><title>chevron_down_icon</title><style>.chevron-down{color:%23057579!important;fill:%23057579!important;}</style><path class='chevron-down' d='M35.9,30.45,63,9.89A5.51,5.51,0,0,0,64,2.18a5.5,5.5,0,0,0-7.72-1.05l-23.73,18L8.84,1.12A5.51,5.51,0,0,0,1.12,2.18,5.51,5.51,0,0,0,2.18,9.89L29.23,30.45a5.5,5.5,0,0,0,6.66,0Z'/></svg>");
  background-position: 94% 20px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {
  .valuables .header__logo,
.shooting .header__logo,
.photography .header__logo,
.cycling .header__logo,
.golf .header__logo,
.music .header__logo {
    margin-right: 0;
    width: 22%;
  }
}
@media screen and (min-width: 968px) {
  .valuables .header__logo,
.shooting .header__logo,
.photography .header__logo,
.cycling .header__logo,
.golf .header__logo,
.music .header__logo {
    width: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .valuables .header__logo svg,
.shooting .header__logo svg,
.photography .header__logo svg,
.cycling .header__logo svg,
.golf .header__logo svg,
.music .header__logo svg {
    height: 105px !important;
  }
}

@media screen and (min-width: 800px) {
  .valuables .navigation__list-item {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .valuables .navigation__list-item {
    padding: 5px 8px;
  }
}
@media screen and (min-width: 1400px) {
  .valuables .navigation__list-item {
    padding: 5px 12px;
  }
}

.smallbusiness .navigation .navigation__chevron {
  fill: #ff8200;
}

.photography .navigation .navigation__chevron {
  fill: #ff8200;
}

@media screen and (min-width: 800px) {
  .photography .navigation__list-item {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .photography .navigation__list-item {
    padding: 5px 8px;
  }
}
@media screen and (min-width: 1400px) {
  .photography .navigation__list-item {
    padding: 5px 12px;
  }
}

/*.shooting .navigation__anchor--buynow {
    @extend %shooting-gradient-dtl;
}

.the-juice .navigation {

    &__megamenu {
        top: 115px !important;

        &:before {
            top: -0.8em !important;
        }
    }

}
}

.music .navigation__anchor--buynow {
    @extend %music-gradient-dtl;
}
.boats .navigation__anchor--buynow {
    @extend %boats-gradient-dtl;
}*/
.members-area .sliding-panel-content .clear-accordion__socials {
  display: flex;
  padding: 0.6em 0.6em 0.6em 3em;
  border-bottom: 1px solid #d8d8d8;
  gap: 8px;
}
.members-area .sliding-panel-content .clear-accordion__socials-link {
  border-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.members-area .sliding-panel-content .clear-accordion__socials-link img, .members-area .sliding-panel-content .clear-accordion__socials-link svg {
  height: 34px;
}
.members-area .sliding-panel-content .clear-accordion__chat-btn {
  padding: 1em 0.6em 0 3em;
}
.members-area .sliding-panel-content .header__logo--mobile svg {
  width: 100%;
}

.header {
  overflow: auto;
  padding: 15px 15px 0 15px;
}
@media screen and (min-width: 800px) {
  .header {
    padding: 15px 0 0 0;
  }
}
.header__logo {
  font-family: "VAGRoundedLight";
  color: #000;
  text-decoration: none;
  font-size: 1.375em;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%;
}
.header__logo:last-child {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .header__logo {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
  }
  .header__logo:last-child {
    margin-right: 0;
  }
}
.header__logo svg {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .header__logo {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin: 0;
    padding: 0 0 0 15px;
  }
  .header__logo:last-child {
    margin-right: 0;
  }
}
.header__logo--mobile {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin: 0;
}
.header__logo--mobile:last-child {
  margin-right: 0;
}
.header__logo--mobile svg {
  padding: 5px;
  border: 1px soild red;
}
@media screen and (min-width: 420px) {
  .header__logo--mobile svg {
    padding: 5px 10px;
  }
}
.header__logo--login {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  padding: 3%;
  align-content: center;
  text-align: center;
}
.header__logo--login:last-child {
  margin-right: 0;
}
.header--mobile {
  display: block;
}
@media screen and (min-width: 800px) {
  .header--mobile {
    display: none;
  }
}

.header-mobile {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
}
.header-mobile:last-child {
  margin-right: 0;
}

.breadcrumb {
  display: none;
  background-color: #f7f7f7;
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.breadcrumb__list-item--active-anchor {
  pointer-events: none;
  cursor: default;
  color: #7a7a7a !important;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb__container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb__container::after {
  clear: both;
  content: "";
  display: block;
}
.breadcrumb a {
  font-size: 1em;
  color: #333333;
}
.breadcrumb__list {
  padding: 0;
  margin: 0;
}
.breadcrumb__list-item {
  font-size: 1em;
  display: inline-block;
}
.breadcrumb__list-item:first-child a {
  color: #ff8200;
}
.breadcrumb__list-item--active {
  /*color: $valuables-primary;*/
  font-family: "ProximaSoftSemibold";
}
.breadcrumb__list-item--archive:last-of-type a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb__list-item--archive:last-of-type .divider {
  display: none;
}

.breadcrumb--valuables .breadcrumb__list-item--active {
  color: #ff8200;
}

.ripeinsurance .header__logo--mobile svg, .smallbusiness .header__logo--mobile svg, .the-juice .header__logo--mobile svg {
  padding: 16px 5px;
}
@media screen and (min-width: 420px) {
  .ripeinsurance .header__logo--mobile svg, .smallbusiness .header__logo--mobile svg, .the-juice .header__logo--mobile svg {
    padding: 10px;
  }
}
@media screen and (min-width: 800px) {
  .ripeinsurance .header__logo, .smallbusiness .header__logo, .the-juice .header__logo {
    width: 22%;
  }
}

.smallbusiness #input-0 {
  padding: 0 65px;
  font-size: 22px;
  color: #86888b;
}

.smallbusiness .breadcrumb__list-item--active {
  color: #ff8200;
}

.smallbusiness .breadcrumb a {
  color: #ff8200;
}

.smallbusiness .breadcrumb__list-item:first-child a {
  color: #ff8200;
}

.breadcrumb--photography a {
  color: #ff8200;
}

.golf .header__logo svg,
.music .header__logo svg {
  max-width: 140px;
}
@media screen and (min-width: 460px) {
  .golf .header__logo svg,
.music .header__logo svg {
    max-width: 170px;
  }
}
@media screen and (min-width: 544px) {
  .golf .header__logo svg,
.music .header__logo svg {
    max-width: 200px;
  }
}
@media screen and (min-width: 800px) {
  .golf .header__logo svg,
.music .header__logo svg {
    max-width: 100%;
  }
}

.juice-press .breadcrumb a,
.the-juice .breadcrumb a {
  color: #333333;
}
.juice-press .breadcrumb li:first-of-type a,
.the-juice .breadcrumb li:first-of-type a {
  color: #ff8200;
}

.business-insurance .breadcrumb {
  background-color: #55565a;
  border-color: #55565a;
}
.business-insurance .breadcrumb a {
  color: #fff;
}
.business-insurance .breadcrumb .divider {
  color: #ffffff;
}

.business-insurance .breadcrumb__list-item--active-anchor {
  color: #fff !important;
}

.footer {
  clear: left;
  /*overflow: auto;*/
  /*@include pad(30px 15px 20px 15px);*/
  /*    &__copyright {
          clear: left;
          @include pad(15px);
          @include outer-container();
      }

      &__copyright-para {
          font-family: "ProximaSoftLight";
          font-size: 12px;
          color: $warm-black;
      }*/
}
.footer__col {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.footer__col:last-child {
  margin-right: 0;
}
.footer__col--one {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .footer__col--one {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-right: 0;
    text-align: left;
    padding-right: 30px;
  }
  .footer__col--one:last-child {
    margin-right: 0;
  }
}
.footer__col--inner.ripeinsurance {
  display: none;
}
.footer__col--two, .footer__col--three, .footer__col--four {
  display: none;
}
@media screen and (min-width: 640px) {
  .footer__col--two, .footer__col--three, .footer__col--four {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
    margin-right: 0;
  }
  .footer__col--two:last-child, .footer__col--three:last-child, .footer__col--four:last-child {
    margin-right: 0;
  }
}
.footer__col--five {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .footer__col--five {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-right: 0;
    border-left: 1px solid #d8d8d8;
    padding: 0 0 15px 40px;
    text-align: left;
  }
  .footer__col--five:last-child {
    margin-right: 0;
  }
}
.footer__heading {
  padding: 0;
  margin: 0 0 8px;
}
.footer__heading--question {
  font-family: "VAGRoundStdLight";
}
.footer__heading--insurancetype {
  color: #ff8200;
  font-family: "VAGRoundStdLight";
  font-size: 16px;
}
.footer__phonenumber {
  color: #ff8200;
  font-family: "VAGRoundStdLight";
  font-size: 37px;
  margin: 0;
  padding: 0;
}
.footer__phonenumber a {
  color: #ff8200;
  font-family: "VAGRoundStdLight";
  font-size: 37px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .footer__phonenumber a {
    pointer-events: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 730px) {
  .footer__phonenumber a {
    font-size: 25px;
  }
}
@media screen and (min-width: 731px) and (max-width: 870px) {
  .footer__phonenumber a {
    font-size: 30px;
  }
}
.footer__call {
  margin: -5px 0 25px;
  color: #2d2926;
}
.footer__call--large {
  text-transform: uppercase;
  font-weight: bold;
}
.footer__list {
  padding: 0;
  margin: 0 0 20px;
}
.footer__list--social {
  display: block;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .footer__list--social {
    text-align: left;
    margin: 40px 0 0;
    overflow: auto;
  }
}
.footer__list-item {
  padding: 0 0 5px 0;
  margin: 0;
  list-style-type: none;
  line-height: 0.9em;
}
@media screen and (min-width: 640px) {
  .footer__list-item {
    padding: 0 15px 8px 0;
  }
}
.footer__list-item--social {
  padding: 0;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .footer__list-item--social {
    display: block;
  }
}
.footer__list-item--social a.footer__social-link {
  display: block;
  width: 50px;
}
@media screen and (min-width: 640px) {
  .footer__list-item--social a.footer__social-link {
    width: auto;
  }
}
.footer__link {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.3em;
  font-family: "ProximaSoftLight";
  font-size: 14px;
  color: #2d2926;
}
.footer__link:hover, .footer__link:focus, .footer__link:active {
  color: #ff8200;
}
.footer__social-logo {
  padding: 0;
  max-width: 50px;
  max-height: 50px;
  float: left;
  margin: 0 10px 10px 0;
}
.footer__logo {
  max-width: 260px;
}
.footer__bottom-links {
  /*        @include span-columns(12);
          @include margin(0);
          border-top: 1px solid $grey;
          border-bottom: 1px solid $grey;*/
}
.footer__bottom-links-list {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0 0 3%;
}
.footer__bottom-links-list::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 640px) {
  .footer__bottom-links-list {
    text-align: right;
  }
}
.footer__bottom-links-list-item {
  list-style: none;
  display: inline-block;
}
.footer__bottom-links-list-item.\--tob {
  display: none;
}
.valuables .footer__bottom-links-list-item.\--tob, .smallbusiness .footer__bottom-links-list-item.\--tob, .photography .footer__bottom-links-list-item.\--tob, .caravans .footer__bottom-links-list-item.\--tob {
  display: inline-block;
}
.footer__bottom-links-list-anchor {
  padding: 0 15px 0 0;
  margin: 0 10px 0 0;
  line-height: 1.3em;
  font-family: "ProximaSoftLight";
  font-size: 14px;
  color: #2d2926;
  background: url("/images/orange-bullet.png") right 6px no-repeat;
}
.footer__bottom-links-list-anchor:hover, .footer__bottom-links-list-anchor:focus, .footer__bottom-links-list-anchor:active {
  color: #ff8200;
}
.footer__bottom-links-list-anchor--last {
  background: none;
  padding: 0;
  margin: 0;
}
.footer__show-me--ripeinsurance {
  display: none;
}
.footer-accreditations {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /*margin-top: 30px;*/
}
.footer-accreditations .footer__heading {
  margin-bottom: 20px;
}
.footer-accreditations__img {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  flex: 1 0 auto;
  vertical-align: bottom;
}
.footer-accreditations__img.\--ins-choice {
  width: 35.4%;
}
.footer-accreditations__img.\--ins-techTrack {
  width: 11.5%;
  margin-left: 4px;
}
.footer-accreditations__img.\--fmfta {
  width: 43.25%;
  margin-left: 11px;
}
.footer-awards__img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-awards__img {
    width: 80%;
    margin: 0;
  }
}

.shooting .footer #brand-blog-icon {
  display: none !important;
}

.photography .footer__copyright-para .split-test {
  display: none;
}

.photography.home .footer__copyright-para .split-test {
  display: block;
}

.footer__outer-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
}
.footer__row--one {
  background-color: #f7f7f7;
  border-bottom: 3px solid #ff8200;
}
.footer__row--one .footer__outer-container {
  padding: 20px;
}
.footer__row--two .footer__outer-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 800px) {
  .footer__row--two .footer__outer-container {
    gap: 4%;
  }
}
.footer__row--two .footer-logo {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .footer__row--two .footer-logo {
    display: none;
  }
}
.footer__row--two .footer-logo-desktop {
  width: auto;
  align-items: center;
  display: none;
}
@media screen and (min-width: 800px) {
  .footer__row--two .footer-logo-desktop {
    display: flex;
  }
}
.footer__row--two .footer-logo img {
  width: 80px;
}
.footer__row--three {
  background-color: #f7f7f7;
}
.footer__row--three .footer__outer-container {
  padding: 10px 20px;
  text-align: center;
}
.footer__row--four {
  background-color: #2d2926;
}
.footer__row--four .footer__outer-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (min-width: 800px) {
  .footer__row--four .footer__outer-container {
    flex-wrap: initial;
    padding: 10px 20px;
  }
}
.footer__row--five .footer__outer-container {
  padding: 15px 20px;
}
.footer__row .footer-contact {
  color: #333333;
  font-family: VAGRoundStdLight, Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.footer__row .footer-contact a {
  color: #ff8200;
  font-weight: bold;
  font-family: VAGRoundStdLight, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.footer__row .footer-accreditations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.footer__row .footer-accreditations img {
  max-width: 360px;
}
@media screen and (min-width: 640px) {
  .footer__row .footer-accreditations img {
    max-height: 85px;
    max-width: 100%;
    flex-basis: auto;
  }
}
.footer__row .footer-menu {
  flex: 1;
}
.footer__row .footer-menu ul {
  list-style: none;
  padding-left: 0;
  columns: 1;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .footer__row .footer-menu ul {
    columns: 3;
    text-align: left;
  }
}
.footer__row .footer-menu ul li {
  line-height: 15px;
}
.footer__row .footer-menu ul li a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.footer__row .footer-menu h3 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #ff8200;
  padding-bottom: 10px;
}
.footer__row .footer-menu h3:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 7px;
}
.footer__bottom-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .footer__bottom-links {
    text-align: left;
  }
}
.footer__bottom-links ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .footer__bottom-links ul {
    flex-direction: initial;
  }
}
.footer__bottom-links ul li {
  line-height: 1em;
  position: relative;
}
.footer__bottom-links ul li:after {
  display: none;
  content: "";
  height: 12px;
  width: 1px;
  background-color: #ff8200;
  position: absolute;
  top: 58%;
  transform: translatey(-50%);
  right: -12px;
}
@media screen and (min-width: 800px) {
  .footer__bottom-links ul li:after {
    display: block;
  }
}
.footer__bottom-links ul li:last-child:after {
  display: none;
}
.footer__bottom-links ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
.footer__socials {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .footer__socials {
    width: auto;
    justify-content: normal;
    display: none;
  }
}
.footer__socials-desktop {
  display: none;
}
@media screen and (min-width: 800px) {
  .footer__socials-desktop {
    display: flex;
  }
}
.footer__socials svg, .footer__socials img {
  width: 33px;
}
.footer__socials-link {
  display: flex;
  align-items: center;
}
.footer__copyright-para {
  font-family: "ProximaSoftLight";
  font-size: 12px;
  color: #2d2926;
  text-align: center;
}
.footer__copyright-para:last-child {
  margin-bottom: 0;
}

.form__label {
  font-size: 18px;
  color: #000;
  font-family: "ProximaSoftSemibold";
  display: block;
  margin: 0 0 0.5em;
  line-height: 1.2em;
}

.md-datepicker-input-container, .form__text {
  background-color: #f7f7f7;
  font-size: 0.875em;
  border: 1px solid #d8d8d8;
  font-family: "ProximaSoftLight";
  padding: 15px 20px;
  border-radius: 6px;
  color: #2d2926;
  width: 86%;
  max-width: 240px;
}
@media screen and (min-width: 800px) {
  .md-datepicker-input-container, .form__text {
    width: 240px;
  }
}

/*%default-text-input-fluid {
    @extend %default-text-input;
}*/
.form__text--small {
  width: 90px;
}

.form__text--monetary, .form__text--monetary-white {
  background: url("/images/pound_sign.png") 10px 18px no-repeat #f7f7f7;
  background-size: 10px 13px;
  font-size: 16px;
  border: 1px solid #d8d8d8;
  font-family: "ProximaSoftLight";
  padding: 12px 20px 12px 30px;
  border-radius: 6px;
  color: #2d2926;
  width: 86%;
  max-width: 240px;
}
@media screen and (min-width: 800px) {
  .form__text--monetary, .form__text--monetary-white {
    width: 240px;
  }
}

.form__text--monetary-white {
  background-color: #FFF;
}

.form__textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  min-height: 200px;
}

.form__tick {
  fill: green;
  /*.tick_rec {
      fill: #FFF;
  }

  .tick_circle {
      fill: #95c11f;
  }

  .tick_path {
      fill: #95c11f;
  }*/
}
.form__text--full {
  width: 100%;
  max-width: none;
}
.form__text--half {
  width: 88%;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .form__text--half {
    width: 50%;
  }
}
.form__text--payments {
  background-color: #FFF;
}
.form__text--large {
  font-size: 1.1875em;
}
.form__dropdown {
  background-color: #FFF;
}
.form__haserror {
  background-color: #fbe7e6;
  padding: 15px;
  display: block;
  clear: left;
  float: left;
  width: 100%;
}
.form__haserror-text {
  color: #ff0000;
  display: block;
  padding: 15px 0 8px 0;
}
.form__haserror-text--clear {
  clear: left;
  margin-top: 15px;
}
.form__haserror-text--clear-reset {
  margin-top: 0;
}
.form__success {
  padding: 15px;
  display: block;
  clear: left;
  float: left;
  width: 100%;
}
.form__success-text {
  color: #95c11f;
  display: block;
  padding: 0 15px;
}

.fa-question-circle-o {
  color: #ff8200;
}

.fa-check-circle {
  color: #95c11f;
  padding: 0 0 0 10px;
  font-size: 22px;
}

.asterix {
  color: #ff0000;
}

.payments__button, .button {
  display: inline-block;
  padding: 12px 40px;
  font-family: "VAGRoundStdLight";
  text-decoration: none;
  color: #FFF;
  border-radius: 40px;
}
.payments__button .chevron-right, .button .chevron-right {
  fill: #FFF;
}

.button--one {
  font-size: 28px;
}
.button--one svg {
  height: 20px;
  padding-left: 10px;
}

.button--two {
  font-size: 21px;
}
.button--two svg {
  height: 14px;
  padding-left: 6px;
}

.payments__button, .button--three {
  font-size: 18px;
}
.payments__button svg, .button--three svg {
  height: 12px;
  padding-left: 5px;
}

.auto-renew__btn, .button--four, .navigation__anchor--buynow, .navigation__megamenu-anchor--buynow {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "VAGRoundedStdBold";
  padding: 6px 12px;
  border-radius: 40px;
}

.button__search {
  display: inline-block;
  padding: 24px;
  margin: 0;
  text-decoration: none;
  color: #FFF;
  background: url(/images/search_icon.svg) 12px 12px no-repeat #FF8200;
  border-radius: 40px;
  height: 30px;
  width: 30px;
  border: none;
  cursor: pointer;
  background-size: 25px 25px;
  position: relative;
}
.button__search .svg {
  fill: #FFF;
}
.button__search:hover, .button__search:focus, .button__search:active {
  background-color: #f99c34;
}

.button__close {
  display: inline-block;
  color: #FFF;
}
.button__close svg {
  fill: #c2c3c4;
  height: 42px;
}
.button__close svg:hover, .button__close svg:focus, .button__close svg:active {
  fill: #9d9d9c;
}

.button__carousel svg {
  fill: #c2c3c4;
  height: 50px;
}
.button__carousel svg:hover, .button__carousel svg:focus, .button__carousel svg:active {
  fill: #d8d8d8;
}

.payments__wrapper {
  background-color: #f7f7f7;
  padding: 20px 0 0 0;
  border-radius: 6px;
}
@media screen and (min-width: 640px) {
  .payments__wrapper {
    width: 80%;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 1024px) {
  .payments__wrapper {
    width: 75%;
    max-width: 840px;
  }
}

.payments__wrapper {
  overflow: auto;
  padding: 15px;
  background-color: transparent;
}
.payments__heading {
  text-align: center;
  padding: 40px 0 20px 0;
}
.payments__anchor {
  color: #ff8200;
}
.payments__box {
  background-color: #f7f7f7;
  padding: 0;
  margin: 0 0 2em;
  overflow: auto;
  border-radius: 6px;
  position: relative;
}
.payments__wrap {
  padding: 15px;
}
@media screen and (min-width: 800px) {
  .payments__wrap {
    padding: 15px 25px;
    overflow: auto;
  }
}
.payments__box-heading {
  margin: 0 0 15px;
  padding: 0;
  color: #ff8200;
}
.payments__box-heading-two {
  color: #2d2926;
}
.payments__box-text-payments {
  margin: 0;
  font-size: 1.1em;
}
.payments__box-text-payments--single {
  padding-top: 21px;
}
.payments__box-col {
  margin-right: 0;
}
.payments__box-col--left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.payments__box-col--left:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .payments__box-col--left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    padding-top: 13px;
  }
  .payments__box-col--left:last-child {
    margin-right: 0;
  }
}
.payments__box-col--right {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.payments__box-col--right:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .payments__box-col--right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
  }
  .payments__box-col--right:last-child {
    margin-right: 0;
  }
}
.payments__button {
  border: none;
  margin: 5px 0 0;
  display: block;
  padding: 12px 35px 12px 25px;
  font-size: 22px;
  background: url("/images/trans-chevron-small.png") 150px 20px no-repeat #ff8200;
}
.payments__button:hover, .payments__button:focus, .payments__button:active {
  background-color: #ff9526;
}
.payments__button--paynow {
  padding: 5px 50px 5px 45px;
  background-position: 145px 13px;
  margin: 10px 0 0;
}
.payments__button--paynow.\--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.payments__button--makesecurepayment {
  background-image: none;
}
.payments__button:disabled {
  opacity: 0.2;
}
.payments__button.\--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.payments__button.\--continuepaying {
  font-size: 18px;
  background-position: right 18px top 16px;
}
@media screen and (min-width: 1024px) {
  .payments__button.\--continuepaying {
    padding: 12px 40px 12px 17px;
  }
}
.payments__continue-monthly {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .payments__continue-monthly {
    width: 500px;
    position: relative;
    left: -91px;
  }
}
@media screen and (min-width: 1024px) {
  .payments__continue-monthly {
    width: 286px;
    position: relative;
    left: -82px;
  }
}
.payments__continue-monthly .spinner {
  position: relative;
  left: 10px;
}
.payments__box-amount {
  font-family: "VAGRoundStdLight";
  color: #2d2926;
}
.payments__box-amount span {
  font-size: 45px !important;
  position: relative;
  top: 15px;
}
.payments__inner-box {
  background-color: #FFF;
  padding: 15px;
  overflow: auto;
  margin: 0 0 15px;
}
.payments__inner-box:last-child {
  margin: 0;
}
.payments__inner-box-title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.1em;
  font-family: "ProximaSoftSemibold";
  line-height: 1.2em;
  color: #2d2926;
}
.payments__inner-box-text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7em;
  max-width: 300px;
}
.payments__inner-box-text--fullwidth {
  max-width: unset;
}
.payments__inner-box-smallprint {
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  .payments__inner-box-smallprint {
    padding-left: 50px;
  }
}
.payments__inner-box-col {
  margin-right: 0;
}
.payments__inner-box-col--left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.payments__inner-box-col--left:last-child {
  margin-right: 0;
}
@media screen and (min-width: 460px) {
  .payments__inner-box-col--left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .payments__inner-box-col--left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .payments__inner-box-col--left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 61.6158804912%;
  }
  .payments__inner-box-col--left:last-child {
    margin-right: 0;
  }
}
.payments__inner-box-col--right {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.payments__inner-box-col--right:last-child {
  margin-right: 0;
}
@media screen and (min-width: 460px) {
  .payments__inner-box-col--right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .payments__inner-box-col--right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .payments__inner-box-col--right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 36.0264674854%;
  }
  .payments__inner-box-col--right:last-child {
    margin-right: 0;
  }
}
.payments__para {
  color: #7a7a7a;
}
.payments__para--top {
  text-align: center;
  /*font-family: "ProximaSoftSemibold";*/
  margin: 0 0 30px;
}
.payments__repayment-summary {
  font-family: "ProximaSoftSemibold";
  padding-left: 30px;
}
.payments__buttons {
  padding: 0 15px;
  display: block;
  clear: left;
}
.payments__buttons::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 800px) {
  .payments__buttons {
    padding: 0 25px 25px 25px;
  }
}
.payments__buttons .vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.payments__buttons .payment-button-container {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 420px) {
  .payments__buttons .payment-button-container {
    flex-direction: row;
  }
}
.payments__buttons .payment-button-container .spinner {
  vertical-align: middle;
}
.payments__buttons .payment-button-container .spinner-container {
  text-align: center;
  padding-top: 1em;
}
@media screen and (min-width: 420px) {
  .payments__buttons .payment-button-container .spinner-container {
    padding-top: unset;
  }
}
.payments__buttons .payment-button-container .payments__button--makesecurepayment {
  outline: none;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 420px) {
  .payments__buttons .payment-button-container .payments__button--makesecurepayment {
    margin: unset;
  }
}
.payments__box-col-preferred {
  font-weight: bold;
  margin: 0 0 1em;
  color: #2d2926;
  font-size: 16px;
}
.payments__apr {
  font-family: "ProximaSoftSemibold";
  font-size: 1.375em;
}
@media screen and (min-width: 800px) {
  .payments__apr {
    position: absolute;
    top: 15px;
    right: 30px;
  }
}
.payments__return {
  color: #ff8200;
}
.payments__complete-details {
  clear: left;
  color: #ff8200;
}
.payments__section {
  margin: 2em 0;
  clear: left;
  display: block;
}
.payments__section::after {
  clear: both;
  content: "";
  display: block;
}
.payments__section--nomargin {
  margin: 2em 0 0;
}
.payments__section--nomargin.form__haserror {
  padding: 0;
}
.payments__section.form__haserror .form__haserror-text {
  padding-left: 25px;
}
.payments__section-heading {
  margin: 1em 0 0;
  padding: 0;
}
.payments__section-heading.\--center {
  text-align: center;
}
.payments__table {
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  margin: 2em 0 0;
}
.payments__table--bottom {
  border: none;
}
.payments__table-row {
  display: block;
  margin: 0 0 5px;
}
.payments__table-row::after {
  clear: both;
  content: "";
  display: block;
}
.payments__table-col {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-right: 0;
}
.payments__table-col:last-child {
  margin-right: 0;
}
.payments__table-col label {
  font-size: 16px;
  font-family: "ProximaSoftLight";
}
.payments__table-col span {
  font-size: 16px;
  font-family: "ProximaSoftLight";
}
.payments__table-col .policysummary__table-head {
  font-size: 16px;
  font-family: "ProximaSoftSemibold";
}
.payments__question-number {
  display: inline-block;
  background-color: #ff8200;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 3px solid #ff8200;
  color: #FFF;
  margin: 0 5px 0 0;
  padding: 3px 0 4px 0px;
}
@media screen and (min-width: 420px) {
  .payments__question-number {
    padding: 2px 0 4px 11px;
  }
}
@media screen and (min-width: 640px) {
  .payments__question-number {
    margin: 0 15px 0 0;
  }
}
.payments__direct-debit-instruction {
  margin: 20px 0 10px;
  padding: 0;
}
.payments__form-para {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-right: 0;
  margin: 0 0 1em;
}
.payments__form-para:last-child {
  margin-right: 0;
}
.payments__form-para--half {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.payments__form-para--half:last-child {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .payments__form-para--half {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0;
  }
  .payments__form-para--half:last-child {
    margin-right: 0;
  }
}
.payments__form-para--clear {
  clear: left;
}
.payments__form-row {
  padding: 0 15px;
  display: block;
}
.payments__form-row input {
  background-color: #FFF;
}
.payments__form-row::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 800px) {
  .payments__form-row {
    padding: 0 30px;
  }
}
.payments__form-row.form__haserror {
  padding: 15px 15px 5px 15px;
  margin: 0 0 15px;
}
@media screen and (min-width: 800px) {
  .payments__form-row.form__haserror {
    padding: 15px 25px 5px 25px;
  }
}
.payments__form-row.form__haserror .yourdetails__form-para {
  margin: 0;
}
.payments__form-row.form__haserror .yourdetails__form-para--half {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.payments__form-row.form__haserror .yourdetails__form-para--half:last-child {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .payments__form-row.form__haserror .yourdetails__form-para--half {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .payments__form-row.form__haserror .yourdetails__form-para--half:last-child {
    margin-right: 0;
  }
}
.payments__inline-bold {
  font-weight: bold;
}
.payments__checkbox-holder input {
  display: none;
}
.payments__checkbox {
  height: 26px;
  width: 27px;
  margin: 0 10px 0 0;
  display: block;
  background: url("/images/checkbox_label.png") top left no-repeat;
  float: left;
}
.payments__checkbox:hover, .payments__checkbox:focus, .payments__checkbox:active {
  cursor: pointer;
}
.payments__checkbox .\--hide {
  display: none;
}
.payments__challenge-approve-tick {
  height: 40px;
  width: 40px;
}
.payments__challenge-approve > p {
  font-size: 22px;
}

/* end payments */
input[type=checkbox]:checked + label {
  background: url("/images/checkbox_label.png") top right no-repeat;
  border: none;
}

.payments__container.valuables p {
  color: #000;
}
.payments__container.valuables .payments__inner-box-title {
  font-size: 1.2em;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__wrapper {
    max-width: 982px;
    width: 80%;
  }
}
.payments__container.valuables .payments__box {
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__box {
    padding: 0;
  }
}
.payments__container.valuables .payments__box p, .payments__container.valuables .payments__box .payments__para {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.payments__container.valuables .payments__box .payments__checkbox-holder {
  font-size: 14px;
  margin-bottom: 25px;
}
.payments__container.valuables .payments__table-row {
  margin-bottom: 10px;
}
.payments__container.valuables .payments__table-row label {
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .payments__container.valuables .payments__box .payments__wrap {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 800px) {
  .payments__container.valuables .payments__box .payments__wrap.\--terms {
    padding: 0 30px;
  }
}
.payments__container.valuables .payments__steps {
  margin-top: -25px;
}
.payments__container.valuables .form__text {
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  width: 288px;
  height: 44px;
  padding: 0 10px;
}
.payments__container.valuables .form__text--small {
  width: 42px;
}
.payments__container.valuables .form__haserror.\--postcode {
  padding: 0 15px;
}
.payments__container.valuables .form__haserror.\--postcode p {
  font-weight: normal;
}
.payments__container.valuables .payments__table {
  border-bottom: none;
}
.payments__container.valuables .payments__heading {
  padding: 60px 0 20px 0;
  color: #000;
}
.payments__container.valuables .payments__para--top {
  font-size: 14px;
  color: #000;
}
.payments__container.valuables .payments__button {
  background-image: url("/images/valuables/lock_ico.png");
  background-position: 20px center;
  padding: 11px 30px 11px 48px;
  text-align: left;
  background-size: 14px;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__button {
    width: 100%;
    background-position: 27px center;
    padding: 11px 30px 11px 56px;
  }
}
.payments__container.valuables .payments__button.\--disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__button--paynow {
    float: right;
    width: 204px;
    margin-top: 0;
  }
}
.payments__container.valuables .payments__inner-box-smallprint {
  padding-left: 0;
  color: #000;
}
.payments__container.valuables .payments__inner-box-col--left {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__inner-box-col--left {
    width: 65%;
  }
}
.payments__container.valuables .payments__inner-box-col--right {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__inner-box-col--right {
    width: 35%;
  }
}
.payments__container.valuables .payments__return-link {
  color: #932E96;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.payments__container.valuables .payments__inner-box {
  padding: 20px 15px;
}
.payments__container.valuables .payments__box-col-preferred {
  font-size: 15px;
}
.payments__container.valuables .payments__inner-bottom {
  margin: 0;
  width: 100%;
  display: flex;
  position: relative;
  top: 20px;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__inner-bottom {
    margin: 0 0 0 auto;
  }
}
.payments__container.valuables .payments__inner-bottom p {
  font-size: 14px;
}
.payments__container.valuables .payments__box.\--dd .payments__wrap {
  max-width: 530px;
  margin: 0 auto;
  padding: 30px 15px 20px 15px;
  overflow: unset;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__box.\--dd .payments__wrap {
    padding: 30px 0 20px 0;
  }
}
.payments__container.valuables .payments__box.\--dd .payments__dd-address {
  padding: 0;
}
.payments__container.valuables .payments__box.\--dd .payments__form-row {
  padding: 0;
}
.payments__container.valuables .payments__box.\--dd .payments__section {
  margin-top: 1em;
  margin-bottom: 0;
}
.payments__container.valuables .payments__box.\--dd .payments__form-para {
  margin-bottom: 20px !important;
}
.payments__container.valuables .payments__box.\--dd .form__text.\--full {
  width: 100% !important;
  max-width: none;
}
.payments__container.valuables .payments__box.\--dd h3.payments__section-heading {
  font-size: 28px;
  margin-top: 1.3em;
  margin-bottom: 30px;
}
.payments__container.valuables .payments__box.\--dd .payments__buttons .payment-button-container {
  justify-content: center;
}
.payments__container.valuables .payments__box.\--dd #monthly_payment_directdebit_bankName, .payments__container.valuables .payments__box.\--dd #monthly_payment_directdebit_accountName, .payments__container.valuables .payments__box.\--dd #monthly_payment_directdebit_accountName, .payments__container.valuables .payments__box.\--dd #monthly_payment_directdebit_sortCode, .payments__container.valuables .payments__box.\--dd #monthly_payment_directdebit_accountNumber {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  float: none;
}
.payments__container.valuables .form__label, .payments__container.valuables .account-login label {
  font-size: 16px;
  margin-bottom: 12px;
}
.payments__container.valuables .payments__dd-address {
  margin: 15px 0 10px 0;
  clear: left;
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__dd-address {
    padding: 0 30px;
  }
}
.payments__container.valuables .payments__dd-address p {
  font-size: 14px !important;
}
.payments__container.valuables .payments__button--makesecurepayment.\--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.payments__container.valuables .payments__address-returned {
  margin: 20px 0;
  background-color: #FFF;
  padding: 15px;
  border: 1px solid #D8D8D8;
  max-width: 300px;
}
.payments__container.valuables .payments__address-returned p {
  margin-bottom: 3px;
  font-size: 16px;
  color: #6D6E71;
}
.payments__container.valuables .payments__address {
  background-color: #F6EFF6;
  padding: 20px 15px;
  margin: -15px 0 20px 0;
  clear: left;
}
@media screen and (min-width: 1024px) {
  .payments__container.valuables .payments__address {
    padding: 30px 35px;
  }
}
.payments__container.valuables .payments__address h3 {
  font-size: 25px;
  color: #932E96;
  margin: 0 0 20px 0;
  padding: 0;
}
.payments__container.valuables .payments__address p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.payments__container.valuables .payments__address p label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
.payments__container.valuables .payments__address p input[type=text] {
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  width: 288px;
  height: 44px;
  padding: 0 10px;
}
.payments__container.valuables .payments__address p .btn-lookup {
  background-color: #932E96;
  color: #FFF;
  padding: 10px 20px;
  font-family: "VAGRoundStdLight";
  text-decoration: none;
  color: #FFF;
  border-radius: 40px;
  font-size: 18px;
  border: none;
  margin: 10px 0 0 0;
}
.payments__container.valuables .payments__address p [disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.payments__container.valuables .payments__address .edit-address a {
  font-size: 15px;
  color: #932E96;
}

.quotemaster--valuables .quotemaster__header-list {
  /*max-width: 1150px;*/
}

.auto-renew__modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  width: 100%;
  padding: 15px;
}
.auto-renew__modal .button-one {
  color: white !important;
}
.auto-renew__modal > div {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  border: 5px solid #ff8200;
  background: white;
  text-align: center;
}
.auto-renew__modal > div h2 {
  text-align: center;
}
.auto-renew__modal > div a {
  display: inline-block;
  color: #5a5a5a;
}
.auto-renew__btn {
  background: #ff8200;
  color: white !important;
  text-decoration: none;
  padding: 6px 24px;
}

.license-agreement-content li {
  color: #7a7a7a;
  font-weight: lighter;
  font-size: 18px;
  font-family: "ProximaSoftLight", Arial, Helvetica, sans-serif;
  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;
}
.declaration-text__valuables p:last-child, .declaration-text__valuables span {
  font-family: "ProximaSoftSemibold";
}

.quotefooter {
  background-color: #2d2926;
  border-top: 1px solid #85888b;
}
.quotefooter__container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.quotefooter__container--col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 15px 15px 15px 20px;
}
.quotefooter__container--col.\--1 {
  border-right: 1px solid #85888b;
  text-align: right;
}
.quotefooter__container--col.\--1 h4 {
  text-align: right;
}
.quotefooter__container--col.\--2 h4 {
  text-align: left !important;
}
.quotefooter__container--col h4 {
  text-transform: uppercase;
  margin: 0 0 12px;
  color: white;
  font-size: 14px;
  padding: 0;
}
.quotefooter__container--col a {
  color: #ff8200;
  display: block;
  font-size: 14px;
  font-family: "ProximaSoft";
  margin: 0 0 10px;
  text-decoration: none;
}
.quotefooter__container--col a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 968px) {
  .quotefooter__container--col a {
    padding: 0 10px;
    line-height: 0.8 !important;
    margin: 0;
  }
  .quotefooter__container--col a.pr-0 {
    padding-right: 0;
  }
  .quotefooter__container--col a.pl-0 {
    padding-left: 0;
  }
}
@media screen and (min-width: 968px) {
  .quotefooter__anchors {
    display: flex;
  }
}
.quotefooter__anchors.\--1 {
  justify-content: end;
}
.quotefooter__copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}
.quotefooter__copyright p {
  font-size: 12px;
  color: black;
  margin: 0;
}

.progress-bar .list {
  display: block;
  padding: 0;
  margin: 0;
}
.progress-bar .list::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 800px) {
  .progress-bar .list {
    display: flex;
  }
}
.progress-bar .list-item {
  width: 100%;
  list-style-type: none;
  padding: 15px;
  margin: 0;
  float: left;
  opacity: 0.5;
}
@media screen and (min-width: 800px) {
  .progress-bar .list-item {
    flex: 1;
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  .progress-bar .list-item {
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .progress-bar .list-item {
    height: 91px;
  }
}
@media screen and (min-width: 800px) {
  .progress-bar .list-item {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .progress-bar .list-item {
    padding: 3px;
    width: 20%;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }
}
.progress-bar .list-item .st0 {
  fill: #ff8200;
}
.progress-bar .list-item .st1 {
  fill: #fff;
}
.progress-bar .list-item.current {
  background-color: #ff8200;
  opacity: 1;
}
.progress-bar .list-item.current .list-item-text {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .progress-bar .list-item.current .list-item-text {
    position: absolute;
    display: block;
    top: 108px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #ff8200;
  }
}
.progress-bar .list-item.current .st0 {
  fill: #fff;
}
.progress-bar .list-item.current .st1 {
  fill: #ff8200;
}
.progress-bar .list-item.completed {
  background-color: #efefef;
  opacity: 1;
}
.progress-bar .list-item.completed .st0 {
  fill: #ff8200;
}
.progress-bar .list-item.completed .st1 {
  fill: #fff;
}
.progress-bar .list-item.completed .list-item-text {
  color: #9b9b9b;
}
.progress-bar .list-item-content {
  margin-left: 17.0596086706%;
}
@media screen and (min-width: 360px) {
  .progress-bar .list-item-content {
    margin-left: 17.0596086706%;
  }
}
@media screen and (min-width: 460px) {
  .progress-bar .list-item-content {
    margin-left: 29.8543151735%;
  }
}
@media screen and (min-width: 640px) {
  .progress-bar .list-item-content {
    margin-left: 34.1192173411%;
  }
}
@media screen and (min-width: 800px) {
  .progress-bar .list-item-content {
    margin-left: 0%;
  }
}
@media screen and (max-width: 800px) {
  .progress-bar .list-item-content {
    display: block;
    margin-left: 0;
  }
}
.progress-bar .list-item-icon {
  width: 40px;
  height: 40px;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 800px) {
  .progress-bar .list-item-icon {
    width: 31px;
    height: 31px;
    top: 0;
    margin: 2px auto;
    display: block;
  }
}
.progress-bar .list-item-text {
  position: relative;
  top: -7px;
  color: #9b9b9b;
  font-family: "VAGRoundStdLight";
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .progress-bar .list-item-text {
    display: block;
    top: 7px;
  }
}
@media screen and (max-width: 800px) {
  .progress-bar .list-item-text {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .progress-bar .list-item-text {
    display: inline-block;
    top: -7px;
    padding-left: 5px;
  }
}
.progress-bar .list-item.no-margin {
  margin: 0;
}

.quote-header {
  display: flex;
  align-items: center;
  padding-top: 15px;
  max-width: 1000px !important;
}
@media screen and (max-width: 800px) {
  .quote-header {
    display: block;
    padding: 0 15px;
  }
}
.quote-header .logo {
  width: 15%;
}
@media screen and (max-width: 800px) {
  .quote-header .logo {
    margin: 0 auto 15px;
  }
}

.quote-progress-bar {
  width: 85%;
}
@media screen and (max-width: 800px) {
  .quote-progress-bar {
    width: 100%;
  }
}
.quote-progress-bar .st0 {
  fill: #FF8200 !important;
}
.quote-progress-bar .st1 {
  fill: white !important;
}
.quote-progress-bar__wrapper {
  grid-auto-columns: auto !important;
  display: grid;
  grid-auto-flow: column;
  border: 1px solid #d8d8d8;
  border-radius: 1.5rem;
  overflow: hidden;
}
.quote-progress-bar__item {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  font-family: VAGRoundStdLight !important;
  line-height: 1;
  opacity: 0.4;
  color: #FF8200;
}
@media screen and (max-width: 800px) {
  .quote-progress-bar__item {
    justify-content: center;
  }
}
.quote-progress-bar__item span {
  display: inline;
}
@media screen and (max-width: 800px) {
  .quote-progress-bar__item span {
    display: none;
  }
}
.quote-progress-bar__item.current {
  background: linear-gradient(to right, #ffa03d, #FF8200);
  color: white;
  opacity: 1;
}
.quote-progress-bar__item.current .st0 {
  fill: white !important;
}
.quote-progress-bar__item.current .st1 {
  fill: #FF8200 !important;
}
.quote-progress-bar__item.completed {
  background: #f6f6f6;
  opacity: 1;
}
.quote-progress-bar__item span {
  margin-left: 12px;
}
.quote-progress-bar__item:first-of-type {
  /*border-left: 1px solid #d8d8d8;*/
  /*            border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;*/
}
.quote-progress-bar__item:last-of-type {
  /*border-right: 1px solid #d8d8d8;*/
  /*border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;*/
}
.quote-progress-bar__item svg, .quote-progress-bar__item img {
  max-width: 30px;
}

.popup.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 150;
  color: white;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  max-width: initial;
}
.popup.overlay a {
  color: white;
  text-decoration: none;
}
.popup.overlay .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.popup.overlay .overlay-content .header {
  font-size: 28px;
}
.popup.overlay .overlay-content .content {
  font-size: 21px;
  font-weight: bold;
  margin: 0 20px;
}
.popup.overlay .overlay-content .content a {
  display: inline;
}
.popup.overlay .overlay-content .buttons {
  margin-top: 30px;
}
.popup.overlay .overlay-content .buttons a {
  padding: 8px;
  font-size: 36px;
  display: block;
  transition: 0.3s;
}
.popup.overlay .overlay-content .buttons .ok {
  height: 120px;
  width: 120px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.popup.overlay .overlay-content .buttons .ok span {
  font-size: 22px;
  left: auto;
  right: auto;
  position: relative;
  top: 20px;
  color: black;
}
.popup.overlay .overlay-content .buttons .cancel {
  font-family: "ProximaSoftLight";
  font-size: 16px;
  padding: 20px 0 25px 0;
  color: #ff8200;
  text-decoration: underline;
}
.popup.overlay .overlay-content .buttons .cancel .fa {
  font-size: 20px;
}
.popup.overlay .closebtn {
  text-align: right;
  padding: 0px 10px 0px 0px;
  font-size: 40px;
}
.popup .centered {
  text-align: center;
}

.popup.overlay .overlay-content .buttons .ok {
  margin: 0;
  border: 1px solid #ff8200;
}
.popup.overlay .overlay-content .buttons .ok:hover span, .popup.overlay .overlay-content .buttons .ok:focus span, .popup.overlay .overlay-content .buttons .ok:active span {
  color: #FFF;
}
.popup.overlay .overlay-content .buttons .ok span {
  color: #ff8200;
}
.popup.overlay .overlay-content .content {
  font-weight: normal;
  font-size: 18px;
  padding: 10px 0 0 0;
}
.popup.overlay .overlay-content .buttons {
  margin: 20px 0 0;
}
.popup.overlay .overlay-content .header {
  color: #2d2926;
}
.popup.overlay .overlay-content .header {
  font-size: 35px;
}
.popup.overlay .popup__inner {
  max-width: 520px;
  margin: 0 auto;
}
.popup.overlay .popup__inner .closebtn {
  font-size: 30px;
}
.popup.overlay .popup__inner .closebtn a {
  font-weight: normal;
  position: relative;
  top: 25px;
  right: -50px;
}
.popup.overlay .popup__inner .overlay-content {
  border-radius: 10px;
  padding: 8px;
}
.popup.overlay .popup__surround {
  background-color: #FFF;
  color: #86888b;
  border-radius: 3px;
}
.popup.overlay .popup__surround a {
  color: #000;
}

popup-white .popup.overlay {
  opacity: 0.95;
  background: -moz-linear-gradient(top, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(top, bottom, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(top, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(top, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(top, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to bottom, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
popup-white .popup.overlay a {
  color: #ff8200;
}
popup-white .popup.overlay .overlay-content {
  text-align: left;
  top: 0px;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
popup-white .popup.overlay .overlay-content .header {
  font-size: 40px;
  text-align: center;
}
popup-white .popup.overlay .overlay-content .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
}
popup-white .popup.overlay .overlay-content .closebtn a {
  color: #fff;
  font-size: 24px;
}
popup-white .popup.overlay .overlay-content .content {
  color: #000;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: normal;
}
popup-white .popup.overlay .overlay-content .content .inner-content {
  padding: 20px;
}
popup-white .popup.overlay .overlay-content .content .inner-content .inner-header {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
popup-white .popup.overlay .overlay-content .buttons {
  text-align: center;
}

.popup {
  position: fixed;
  padding: 0;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 520px;
  height: auto;
  background: none;
  z-index: 102;
}
.popup__scroll-container {
  border: 8px solid #FF8200;
  font-size: 18px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 10px;
  height: auto;
  max-width: 500px;
  max-height: 91vh;
  background: #fff;
  border-radius: 10px;
}
.popup__scroll-container--no_border {
  border-style: none;
}
.popup__underlay {
  opacity: 0.95;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.popup__message {
  color: red;
  margin-bottom: 10px;
  font-size: 16px;
}
.popup__container {
  padding: 15px 30px 15px 30px;
}
@media screen and (min-width: 900px) {
  .popup__container {
    padding: 15px 9px 15px 9px;
  }
}
@media screen and (min-width: 1200px) {
  .popup__container {
    padding: 15px 20px 15px 20px;
  }
}
.popup__close-container {
  display: none;
  position: absolute;
  max-width: 400px;
  margin: 0 auto;
  z-index: 200;
  right: -6%;
  top: -5%;
}
@media screen and (min-width: 590px) {
  .popup__close-container {
    display: block;
  }
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #d8d8d8;
  font-size: 0.9em;
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
  /*@include media($sm) {
      right: -40px;
  }*/
}
.popup__close:hover {
  color: #bfbfbf;
}
.popup__cancel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup__close-icon {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 900;
}
.popup__close-icon:hover {
  color: #bfbfbf;
}
.popup__form {
  max-width: 410px;
  margin: 0 auto;
}
.popup__form--text_centered {
  text-align: center;
}
.popup__submit-container {
  text-align: center;
}
.popup__submit-container .quote__submit {
  margin-top: 18px;
}
.popup__submitted {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 10%;
}
.popup__heading {
  color: #2d2926;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  max-width: 300px;
  margin-top: 15px;
  margin-bottom: 15px !important;
  margin-left: auto;
  margin-right: auto;
  font-family: "VAGRoundStdLight";
}
@media screen and (min-width: 640px) {
  .popup__heading {
    font-size: 34px;
  }
}
.popup__copy {
  color: #53565a;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.popup__success {
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #d8d8d8;
  width: 105px;
  height: 105px;
  margin: 0 auto;
}
.popup__success svg {
  fill: #d8d8d8;
}
.popup .scroll-y {
  transition: 1s all;
}
.popup .scroll-y:hover {
  opacity: 1;
}
.popup .scrollbar-dynamic > .scroll-element .scroll-element_outer {
  max-width: 7px;
}

logo .logo {
  float: left;
  padding: 4px 10px 3px 10px;
}
@media screen and (max-width: 800px) {
  logo .logo {
    float: none;
    width: 100%;
    text-align: center;
    padding: 3px;
  }
}
logo .logo .svg, logo .logo svg {
  height: 70px;
}
@media screen and (max-width: 800px) {
  logo .logo .svg, logo .logo svg {
    height: 47px;
  }
}

navigation-buttons .nav-button-container {
  margin-bottom: 10px;
}
navigation-buttons .nav-button {
  color: #ff8200;
  font-family: "ProximaSoftSemibold";
  font-size: 16px;
  text-decoration-line: none;
  text-decoration-style: solid;
}
navigation-buttons .nav-button[disabled] {
  color: #EC9DB7;
  pointer-events: none;
}
navigation-buttons .nav-button[disabled] .svg {
  fill: #EC9DB7;
}
navigation-buttons .nav-button[disabled] .svg .chevron-right {
  fill: #EC9DB7;
}
navigation-buttons .nav-button .svg {
  height: 12px;
  padding-right: 5px;
  fill: #ff8200;
}
navigation-buttons .nav-button .svg .chevron-right {
  fill: #ff8200;
}
navigation-buttons .nav-button--right {
  float: right;
}
navigation-buttons .nav-button .svg-turned-180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

radio input, radio-parkhome input {
  display: none;
}
radio input:hover + label, radio input:checked + label, radio-parkhome input:hover + label, radio-parkhome input:checked + label {
  background-color: #fdefe1;
}
radio input:hover + label .inner, radio input:checked + label .inner, radio-parkhome input:hover + label .inner, radio-parkhome input:checked + label .inner {
  opacity: 1;
}
radio label, radio-parkhome label {
  position: relative;
  background-color: #ededed;
  transition: background-color, ease, 0.3s;
  cursor: pointer;
  font-size: 20px;
  padding: 20px 10px 20px 45px;
  display: block;
  border-radius: 5px;
  margin: 7% 0 7% 0;
}
@media screen and (min-width: 800px) {
  radio label, radio-parkhome label {
    padding-left: 85px;
    padding-right: 20px;
    margin: 2% 0 2% 0;
  }
}
radio label .label, radio-parkhome label .label {
  font-size: 24px;
  color: #2d2926;
  font-family: "VAGRoundStdLight";
}
radio label .description, radio-parkhome label .description {
  display: block;
}
radio label .icon, radio-parkhome label .icon {
  position: absolute;
  left: 11px;
  top: 40%;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  radio label .icon, radio-parkhome label .icon {
    left: 22px;
    top: 18%;
    width: 40px;
    height: 40px;
  }
}
radio label .icon .inner, radio-parkhome label .icon .inner {
  position: absolute;
  opacity: 0;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #ff8200;
  border-radius: 100px;
  transition: opacity, ease, 0.3s;
}
@media screen and (min-width: 800px) {
  radio label .icon .inner, radio-parkhome label .icon .inner {
    left: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .typeOfHome label {
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  radio, radio-parkhome label .icon {
    top: 35%;
  }
}

standard-button:focus, .standard-button:focus {
  outline: none;
}
standard-button.button1 button, .standard-button.button1 button {
  font-size: 28px;
}
standard-button.button1 button svg.chevron, .standard-button.button1 button svg.chevron {
  height: 20px;
  padding-left: 8px;
}
standard-button.button2 button, .standard-button.button2 button {
  font-size: 21px;
}
standard-button.button2 button svg.chevron, .standard-button.button2 button svg.chevron {
  height: 14px;
  padding-left: 6px;
}
standard-button.button3 button, .standard-button.button3 button {
  padding: 8px 25px;
}
standard-button.button3 button svg.chevron, .standard-button.button3 button svg.chevron {
  height: 14px;
  padding-left: 5px;
}
standard-button.bordered button, .standard-button.bordered button {
  border: 1.3px solid #fff;
  margin-bottom: 2em;
}
standard-button button, .standard-button button {
  cursor: pointer;
  font-family: "VAGRoundStdLight";
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
  border: none;
  display: inline-block;
  padding: 12px 40px;
  outline: none;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
standard-button button:hover, standard-button button:focus, .standard-button button:hover, .standard-button button:focus {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
standard-button button.greyed, .standard-button button.greyed {
  border: 1px solid #d8d8d8;
  background: none;
  color: #d8d8d8;
}
standard-button button.greyed svg.chevron, .standard-button button.greyed svg.chevron {
  fill: #d8d8d8;
}
standard-button button svg.chevron, .standard-button button svg.chevron {
  fill: #fff;
  height: 14px;
  padding-left: 5px;
}
standard-button.dark button, .standard-button.dark button {
  background: none;
  background-color: #53565a;
  border-color: transparent;
  color: #fff;
}
standard-button.dark button:hover, standard-button.dark button:active, standard-button.dark button:focus, .standard-button.dark button:hover, .standard-button.dark button:active, .standard-button.dark button:focus {
  background: #53565a !important;
}

.rounded-button-container {
  padding: 10px 0px;
  text-align: center;
  display: inline-table;
  border-spacing: 4px 0px;
  line-height: 19px;
}
@media screen and (min-width: 544px) {
  .rounded-button-container {
    border-spacing: 15px 0px;
  }
}
.rounded-button-container .rounded-button {
  height: 120px;
  width: 120px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  margin: 0 auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.rounded-button-container .rounded-button:active, .rounded-button-container .rounded-button:focus {
  outline: none;
}
.rounded-button-container .rounded-button .text {
  font-family: "VAGRoundStdLight";
  font-size: 24px;
  color: #2d2926;
}
.rounded-button-container .rounded-button .text .price {
  font-size: 16px;
}
.rounded-button-container .rounded-button.checked {
  background-color: #ff8200;
  border-color: transparent;
  display: inline-block;
}
.rounded-button-container .rounded-button.checked-text {
  display: table-cell;
}
.rounded-button-container .rounded-button.checked-text .text {
  cursor: default;
}
.rounded-button-container .rounded-button.checked svg {
  fill: #fff;
  display: block;
}
.rounded-button-container .rounded-button.checked:active, .rounded-button-container .rounded-button.checked:focus {
  outline: none;
}
.rounded-button-container input {
  display: none;
}
.rounded-button-container input[type=radio]:checked + .rounded-button {
  background-color: #ff8200;
  border-color: transparent;
}
.rounded-button-container input[type=radio]:checked + .rounded-button:active, .rounded-button-container input[type=radio]:checked + .rounded-button:focus {
  outline: none;
}
.rounded-button-container input[type=radio]:checked + .rounded-button .text {
  color: #fff;
}
.rounded-button-container input[type=radio]:disabled + .rounded-button {
  background-color: #fff;
  border-color: transparent;
  cursor: default;
}
.rounded-button-container input[type=radio]:checked:disabled + .rounded-button {
  background-color: #d8d8d8;
  border-color: transparent;
  cursor: default;
}

@media screen and (max-width: 544px) {
  .rounded-button-group {
    display: flex;
    justify-content: center;
  }
}

body.hasHover .rounded-button-container .rounded-button:hover {
  background-color: #ff8200;
  border-color: transparent;
  cursor: pointer;
  outline: none;
}
body.hasHover .rounded-button-container .rounded-button:hover.text {
  color: #fff;
}
body.hasHover .rounded-button-container .rounded-button:hover .text {
  color: #fff;
}
body.hasHover .rounded-button-container .rounded-button .text:hover {
  color: #fff;
}
body.hasHover .rounded-button-container .rounded-button.checked:hover {
  background-color: #ff8200;
  cursor: pointer;
  outline: none;
}
body.hasHover .rounded-button-container .rounded-button.checked:hover.no-hover {
  background-color: #ff8200;
  cursor: unset;
}
body.hasHover .rounded-button-container input[type=radio]:checked + .rounded-button:hover {
  background-color: #ff8200;
  cursor: pointer;
  outline: none;
}
body.hasHover .rounded-button-container input[type=radio]:disabled + .rounded-button:hover {
  background-color: #fff;
  cursor: default;
  border-color: transparent;
}
body.hasHover .rounded-button-container input[type=radio]:disabled + .rounded-button:hover.text {
  color: #000;
}
body.hasHover .rounded-button-container input[type=radio]:disabled + .rounded-button:hover .text {
  color: #000;
}
body.hasHover .rounded-button-container input[type=radio]:checked:disabled + .rounded-button:hover {
  background-color: #d8d8d8;
  cursor: default;
  border-color: transparent;
}
body.hasHover .rounded-button-container input[type=radio]:checked:disabled + .rounded-button.text {
  color: #fff;
}
body.hasHover .rounded-button-container input[type=radio]:checked:disabled + .rounded-button .text {
  color: #fff;
}

radio-checkbox .checkbox-container {
  position: relative;
}
radio-checkbox .checkbox-container input {
  display: none;
}
radio-checkbox .checkbox-container label {
  outline: none;
  position: absolute;
  left: 0;
  top: 16px;
  margin: 0;
  height: 30px;
  width: 30px;
  border-radius: 7px;
  border: 1px solid #c4c4c4;
  z-index: 10;
}
radio-checkbox .checkbox-container .label-text {
  padding: 20px 0 10px 37px;
}
radio-checkbox .checkbox-container input[type=radio]:checked + label, radio-checkbox .checkbox-container input[type=checkbox]:checked + label {
  background-color: #ff8200;
  border: 1px solid #ff8200;
  background-image: url(/images/white-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  color: transparent;
}

.collapse-container {
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .collapse-container {
    padding: 0;
    position: relative;
  }
}
.collapse-text-container {
  overflow: hidden;
  position: relative;
  text-align: justify;
  padding-right: 0.7em;
}
.collapse-link-container {
  float: right;
}
@media screen and (min-width: 800px) {
  .collapse-link-container {
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
  }
}
.collapse-ellipsis {
  position: absolute;
  right: 0;
  bottom: 0;
}

.quote-bar__footer {
  clear: left;
  overflow: auto;
  padding: 0;
  /*position: fixed;*/
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.quote-bar__footer-description, .quote-bar__footer-description-mobile {
  display: none;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
  font-family: "ProximaSoftLight";
  width: auto;
  white-space: nowrap;
}
@media screen and (min-width: 544px) {
  .quote-bar__footer-description {
    display: block;
  }
}
@media screen and (max-width: 544px) {
  .quote-bar__footer-description-mobile {
    display: block;
  }
}
.quote-bar__footer-chevron {
  width: 10px;
  height: 10px;
  fill: #FFF;
}
.quote-bar__footer-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.quote-bar__footer-container:last-child {
  margin-right: 0;
}
.quote-bar__footer-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 1%;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-col {
    display: inline-block;
  }
}
@media screen and (min-width: 544px) {
  .quote-bar__footer-col {
    padding: 0 2%;
  }
}
@media screen and (min-width: 800px) {
  .quote-bar__footer-col {
    padding: 0 15px;
  }
}
.quote-bar__footer-col--one h2 {
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-col--one h2 {
    text-align: right;
  }
}
@media screen and (min-width: 544px) {
  .quote-bar__footer-col--one h2 {
    width: auto;
    font-size: 26px;
  }
}
.quote-bar__footer-col--two {
  position: relative;
  top: 5px;
}
.quote-bar__footer-col--four {
  position: relative;
}
.quote-bar__footer-heading {
  padding: 0;
  color: #FFF;
}
.quote-bar__footer-subheading {
  color: white;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-subheading {
    text-align: right;
  }
}
.quote-bar__footer-or {
  border-radius: 25px;
  border: 3px solid #FFF;
  color: #FFF;
  padding: 0 1px 0px 5px;
  height: 35px;
  width: 35px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin: 10px auto;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-or {
    margin: 0;
  }
}
.quote-bar__footer-price {
  font-family: "ProximaSoftSemibold";
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .quote-bar__footer-price {
    font-size: 24px;
  }
}
.quote-bar__footer-price--smaller {
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-price--smaller {
    font-size: 39px;
    padding-top: 5px;
  }
}
.quote-bar__footer-central {
  padding: 2% 0;
}
@media screen and (min-width: 640px) {
  .quote-bar__footer-central {
    display: flex;
    padding: 1% 0;
    justify-content: center;
    align-items: flex-start;
  }
}
.quote-bar__footnote {
  text-align: center;
  padding: 15px 0;
  background-color: #fff3e6;
  border-bottom: 1px solid #d8d8d8;
}
.quote-bar__footnote p {
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 544px) {
  .quote-bar__footnote p {
    font-size: 10px;
    padding: 0 5px;
  }
}
.quote-bar__wrapper {
  background-color: #ff8200;
  width: 100%;
  float: left;
}

body, html {
  font-size: 14px;
  line-height: 1.428571429;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #fff !important;
}

body {
  /*border-top: 3px solid $ripe-primary;*/
}

a {
  color: #ff8200;
}

.quotemaster .header__logo {
  width: auto;
}
.quotemaster .header__logo svg {
  height: 80px;
}
@media screen and (min-width: 1200px) {
  .quotemaster .header__logo svg {
    height: 105px;
  }
}
.quotemaster .header0 header {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .quotemaster .header0 header {
    padding-bottom: 0;
  }
}
.quotemaster .header0 header::after {
  clear: both;
  content: "";
  display: block;
}
.quotemaster .header0 header__logo {
  width: auto;
}
.quotemaster .header0 header__logo svg {
  height: 80px;
}
@media screen and (min-width: 1200px) {
  .quotemaster .header0 header__logo svg {
    height: 105px;
  }
}
.quotemaster .outer-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
}
.quotemaster .outer-container--maincontent {
  padding: 0;
}
.quotemaster .outer-container--header {
  position: relative;
}
.quotemaster .breadcrumb--caravans li:last-of-type {
  color: #ff8200;
}
.quotemaster .footer {
  border-top: 1px solid #ff8200;
}
.quotemaster .footer0 {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.quotemaster .footer0 .container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.quotemaster .footer0 .container::after {
  clear: both;
  content: "";
  display: block;
}
.quotemaster .footer0 .container .phone {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  padding: 15px;
}
.quotemaster .footer0 .container .phone:last-child {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .quotemaster .footer0 .container .phone {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .quotemaster .footer0 .container .phone:last-child {
    margin-right: 0;
  }
}
.quotemaster .footer0 .container .phone p {
  color: #ff8200;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 40px;
}
@media screen and (min-width: 800px) {
  .quotemaster .footer0 .container .phone p {
    padding: 0;
    text-align: left;
  }
}
.quotemaster .footer0 .container .phone p a {
  color: #ff8200;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
}
@media screen and (min-width: 640px) {
  .quotemaster .footer0 .container .phone p a {
    pointer-events: none;
  }
}
.quotemaster .footer0 .container .secure-logos {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.quotemaster .footer0 .container .secure-logos:last-child {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .quotemaster .footer0 .container .secure-logos {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .quotemaster .footer0 .container .secure-logos:last-child {
    margin-right: 0;
  }
}
.quotemaster .footer0 .container .secure-logos-col {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-right: 0;
}
.quotemaster .footer0 .container .secure-logos-col:last-child {
  margin-right: 0;
}
.quotemaster .footer0 .container .secure-logos-col--left {
  padding: 6px 20px 0 0;
  border-right: 1px solid #d8d8d8;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .quotemaster .footer0 .container .secure-logos-col--left {
    text-align: right;
    padding: 20px 20px 0 0;
  }
}
.quotemaster .footer0 .container .secure-logos-col--right {
  padding: 9px 0 0 20px;
}
@media screen and (min-width: 800px) {
  .quotemaster .footer0 .container .secure-logos-col--right {
    padding: 33px 0 0 20px;
  }
}
.quotemaster .footer0 .container .secure-logos-col img {
  max-width: 100%;
}
.quotemaster .smallprint {
  padding: 15px;
}
@media screen and (min-width: 800px) {
  .quotemaster .smallprint {
    padding: 15px 0;
  }
}
.quotemaster .smallprint .container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.quotemaster .smallprint .container::after {
  clear: both;
  content: "";
  display: block;
}
.quotemaster .smallprint .container .para {
  font-size: 14px;
  margin: 0 0 0.3em;
}
.quotemaster .search__container {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.2);
  display: none;
}
.quotemaster .search__container--slide {
  display: block;
  bottom: -72px;
  z-index: 10;
}
.quotemaster .search__text {
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  font-family: "ProximaSoftLight";
  font-size: 16px;
  padding: 12px 15px;
  border-radius: 30px;
  width: 240px;
  position: relative;
  top: 5px;
  color: #2d2926;
}
.quotemaster .search-results__title a {
  color: #ff8200;
}
.quotemaster .search-results__row {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 1.5em;
  padding: 0;
}
.quotemaster .caravans .search-results__title a {
  color: #ff8200;
}
.quotemaster .top-navigation ul li {
  font-size: 18px;
}
.quotemaster .outer-container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.quotemaster .outer-container::after {
  clear: both;
  content: "";
  display: block;
}
.quotemaster .standalone-container {
  margin-top: 0;
}
@media screen and (min-width: 800px) {
  .quotemaster .standalone-container {
    width: 74%;
    margin-left: 13%;
    margin-right: 13%;
  }
}
.quotemaster .selectboxit-container {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .quotemaster .selectboxit-container .selectboxit-options {
    width: inherit;
  }
}
.quotemaster .selectboxit-container .selectboxit-options a {
  font-family: "ProximaSoftSemibold";
  font-size: 18px;
}
.quotemaster .selectboxit-container .selectboxit-option .selectboxit-option-anchor {
  padding: 0px 10px 0px 0px;
}
.quotemaster .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ff8200;
}
.quotemaster .selectboxit-container .selectboxit {
  border: 1px solid #c4c4c4;
  width: 100%;
  font-family: "ProximaSoftLight";
  font-size: 18px;
}
.quotemaster .selectboxit-container .selectboxit .selectboxit-text {
  text-align: left;
}
@media screen and (min-width: 320px) {
  .quotemaster .selectboxit-container .selectboxit .selectboxit-text {
    width: 200px;
  }
}
@media screen and (min-width: 544px) {
  .quotemaster .selectboxit-container .selectboxit .selectboxit-text {
    width: auto;
  }
}
@media screen and (min-width: 800px) {
  .quotemaster .selectboxit-container .selectboxit .selectboxit-text {
    width: 287px;
  }
}
.quotemaster .selectboxit-container select {
  width: 100% !important;
}
.quotemaster .dropdown {
  max-width: 300px;
}
.quotemaster .dropdown.centered {
  margin-left: auto;
  margin-right: auto;
}
.quotemaster .inner-description {
  font-family: "ProximaSoft";
  font-size: 14px;
  text-align: left;
  color: rgb(0, 0, 0);
}
.quotemaster .collapse-text-toggle {
  text-align: right;
  outline: none;
  color: #ff8200;
  font-family: "ProximaSoftSemibold";
  text-decoration: underline;
  cursor: pointer;
}
.quotemaster .quote-page {
  background: none;
  padding: 8px 10px 8px 8px;
}
@media screen and (max-width: 800px) {
  .quotemaster .quote-page {
    padding: 15px;
  }
}
.quotemaster .quote-page h2, .quotemaster .quote-page h3 {
  text-align: center;
}
.quotemaster .quote-page h3 {
  font-size: 24px;
}
.quotemaster .quote-page .heading {
  padding: 10px 15px 15px;
  margin: 20px 0;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-page .heading {
    line-height: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .quotemaster .quote-page .heading {
    margin: 0;
  }
}
.quotemaster .quote-page .heading.\--customise-cover {
  padding-bottom: 0;
}
.quotemaster .quote-page h2.heading {
  width: 100%;
}
.quotemaster .quote-page h2.heading span {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .quotemaster .quote-page h2.heading span {
    float: left;
    width: 100%;
  }
}
.quotemaster .quote-page-frame {
  margin: 0 0 15px 0;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 1px 3px 0 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 3px;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-page-frame {
    padding: 15px;
  }
}
.quotemaster .quote-page-frame.primary-color-pale-background {
  background-color: #ededed;
}
.quotemaster .quote-page-frame.light-grey-background {
  background-color: #f7f7f7;
}
.quotemaster .quote-page-frame.no-border {
  border: none;
}
.quotemaster .quote-page-frame.no-shadow {
  box-shadow: none;
}
.quotemaster .quote-page-frame .inner-heading.left {
  text-align: left;
}
.quotemaster .quote-page-frame .inner-heading-filled {
  background-color: #ff8200;
  color: #FFF;
  padding: 8px 8px;
  border-radius: 5.5px 5.5px 0 0;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-page-frame .inner-heading-filled {
    padding: 8px 70px;
  }
}
.quotemaster .quote-page-frame .inner-heading-filled-ripe {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
.quotemaster .quote-page-frame-content {
  padding: 8% 5%;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-page-frame-content {
    padding: 4% 6%;
  }
}
.quotemaster .quote-page-frame-content.no-border {
  border: none;
}
.quotemaster .quote-page-frame-content.no-shadow {
  box-shadow: none;
}
.quotemaster .quote-page .submit-wrapper {
  margin: 30px 10px 30px auto;
  text-align: right;
  position: relative;
}
.quotemaster .quote-page .submit-wrapper .ripeSpinnerGif {
  position: absolute;
  transform: translatey(-50%);
  top: 50%;
  margin-left: 14px;
}
.quotemaster .quote-page-highlight {
  color: #ff8200;
}
.quotemaster .w-400 {
  max-width: 400px;
  width: 100%;
}
.quotemaster .w-300 {
  max-width: 300px;
  width: 100%;
}
.quotemaster .w-200 {
  max-width: 200px;
  width: 100%;
}
.quotemaster .new-form .w-300:not(:last-child) {
  margin-right: 10px;
}
.quotemaster .new-form input {
  width: 100%;
}
.quotemaster .new-form input.m-b-15 {
  margin-bottom: 15px;
}
@media screen and (min-width: 544px) {
  .quotemaster .new-form input.width65 {
    width: 65%;
  }
}
.quotemaster input[type=text],
.quotemaster input[type=number],
.quotemaster input[type=email],
.quotemaster input[type=tel],
.quotemaster textarea,
.quotemaster .textbox-styled {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 18px;
  font-family: "VAGRoundStdLight";
}
.quotemaster input[type=text]:focus,
.quotemaster input[type=number]:focus,
.quotemaster input[type=email]:focus,
.quotemaster input[type=tel]:focus,
.quotemaster textarea:focus,
.quotemaster .textbox-styled:focus {
  outline-width: 0;
}
.quotemaster textarea {
  width: 100%;
  height: 200px;
}
.quotemaster input.rounded-text-box {
  padding: 3px 0 1px 21px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ff8200;
  border-radius: 30px;
  font-size: 16px;
}
.quotemaster input.rounded-text-box::placeholder {
  color: #d8d8d8;
  opacity: 1;
}
.quotemaster input.rounded-text-box:-ms-input-placeholder {
  color: #d8d8d8;
}
.quotemaster input.rounded-text-box::-ms-input-placeholder {
  color: #d8d8d8;
}
.quotemaster input.rounded-text-box.error {
  background-color: #fbe7e6;
}
.quotemaster .birthday-date {
  display: flex;
}
.quotemaster .birthday-date input {
  width: 30%;
}
.quotemaster .birthday-date input:not(:last-child) {
  margin-right: 10px;
}
.quotemaster input[type=number] {
  width: 219px;
  -moz-appearance: textfield;
}
.quotemaster input[type=number]::-webkit-inner-spin-button, .quotemaster input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.quotemaster label.block {
  display: block;
}
.quotemaster .quote-label {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  color: #2d2926;
  font-family: "ProximaSoftSemibold";
  display: inline-block;
}
.quotemaster .background-highlighted {
  background-color: #ededed;
  padding: 6px 12px;
}
.quotemaster .navigation__anchor--buynow {
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
.quotemaster .navigation__anchor--buynow:hover, .quotemaster .navigation__anchor--buynow:focus {
  background: -moz-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8200), color-stop(100%, #e86642));
  background: -webkit-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -o-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: -ms-linear-gradient(left, #ff8200 0%, #e86642 100%);
  background: linear-gradient(to right, #ff8200 0%, #e86642 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8200", endColorstr="#e86642", GradientType=1 );
}
.quotemaster .required-label {
  color: #f00;
  font-family: "ProximaSoftLight";
  font-size: 13px;
  font-weight: bold;
}
.quotemaster .row {
  display: block;
  margin-bottom: 25px;
}
.quotemaster .row.flex {
  display: flex;
}
.quotemaster .contact-details-page .send-offers-section, .quotemaster .tourer-contact-details-page .send-offers-section {
  margin-top: 25px;
  margin-bottom: 20px;
}
.quotemaster .contact-details-page .send-offers-section .send-offers-question, .quotemaster .tourer-contact-details-page .send-offers-section .send-offers-question {
  margin-right: 2em;
  margin-left: 2em;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 800px) {
  .quotemaster .contact-details-page .send-offers-section .send-offers-question, .quotemaster .tourer-contact-details-page .send-offers-section .send-offers-question {
    margin-right: 8em;
    margin-left: 8em;
  }
}
.quotemaster .contact-details-page .send-offers-section .send-offers-question .checkbox-simple, .quotemaster .tourer-contact-details-page .send-offers-section .send-offers-question .checkbox-simple {
  flex: 1 0 40px;
}
.quotemaster .contact-details-page .send-offers-section .send-offers-question label, .quotemaster .tourer-contact-details-page .send-offers-section .send-offers-question label {
  color: #7a7a7a;
  font-family: "ProximaSoftLight";
  font-size: 16px;
  line-height: 1.2em;
}
.quotemaster .contact-details-page .send-offers-section .send-offers-question label .bold, .quotemaster .tourer-contact-details-page .send-offers-section .send-offers-question label .bold {
  font-family: "ProximaSoftSemibold";
  font-weight: unset;
}
.quotemaster .tourer-contact-details-page .send-offers-section .send-offers-question {
  margin: 0;
}
.quotemaster .quote-summary-page .inner-heading {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page .inner-heading {
    font-size: 30px;
  }
}
.quotemaster .quote-summary-page .submit-wrapper {
  margin-top: 25px;
  margin-bottom: 15px;
}
.quotemaster .quote-summary-page .quote-page-frame.add-top-margin {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-summary-page .quote-page-frame.add-top-margin {
    margin-top: 30px;
  }
}
.quotemaster .quote-summary-page_information-box {
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-family: "ProximaSoftLight";
  padding: 5px 8px;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-summary-page_information-box {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box {
    font-size: 18px;
  }
}
.quotemaster .quote-summary-page_information-box .horizontal-line {
  margin: 3px 0px;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box .horizontal-line {
    margin: 5px 0px;
  }
}
.quotemaster .quote-summary-page_information-box .discounts-tick-svg {
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box .discounts-tick-svg {
    height: 16px;
    width: 16px;
  }
}
.quotemaster .quote-summary-page_information-box .policy-excess p {
  margin-bottom: 0.5em;
}
.quotemaster .quote-summary-page_information-box-container {
  padding: 8px 8px 0;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-summary-page_information-box-container {
    padding: 12px 12px 0;
  }
}
.quotemaster .quote-summary-page_information-box-container:first-child {
  padding-top: 0;
}
.quotemaster .quote-summary-page_information-box-container:last-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-summary-page_information-box-container:last-child {
    margin-bottom: 12px;
  }
}
.quotemaster .quote-summary-page_information-box-container.add-top-margin {
  margin-top: 12px;
}
@media screen and (min-width: 800px) {
  .quotemaster .quote-summary-page_information-box-container.add-top-margin {
    margin-top: 16px;
  }
}
.quotemaster .quote-summary-page_information-box_row {
  display: flex;
}
.quotemaster .quote-summary-page_information-box_cell_1_2 {
  flex: 1;
}
.quotemaster .quote-summary-page_information-box_cell_1_2:not(:first-child) {
  padding-left: 10px;
}
.quotemaster .quote-summary-page_information-box_label {
  font-size: 16px;
  font-family: "ProximaSoftSemibold";
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_label {
    font-size: 18px;
  }
}
.quotemaster .quote-summary-page_information-box_total_cost_label {
  font-size: 18px;
  font-family: "ProximaSoftSemibold";
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_total_cost_label {
    font-size: 21px;
  }
}
.quotemaster .quote-summary-page_information-box_change {
  font-size: 16px;
  font-family: "ProximaSoftSemibold";
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_change {
    font-size: 18px;
  }
}
.quotemaster .quote-summary-page_information-box_remove {
  font-size: 16px;
  padding-left: 18px;
  font-family: "ProximaSoft";
  background-image: url("/images/remove_cross.svg");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  text-decoration-line: none;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_remove {
    font-size: 18px;
    padding-left: 22px;
  }
}
.quotemaster .quote-summary-page_information-box_horizontal-space {
  display: inline-block;
  width: 6px;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_horizontal-space {
    width: 12px;
  }
}
.quotemaster .quote-summary-page_information-box_discounts-label-box {
  margin-top: 1em;
  margin-bottom: 0.3em;
}
.quotemaster .quote-summary-page_information-box_discounts-box {
  border-radius: 6px;
  max-width: 380px;
  margin: 0 auto;
  padding-left: 25px;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_discounts-box {
    padding-left: 35px;
  }
}
@media screen and (max-width: 320px) {
  .quotemaster .quote-summary-page_information-box_discounts-box {
    padding-left: 0px;
  }
}
.quotemaster .quote-summary-page_information-box_discounts-box ul.discounts {
  margin: 0;
  font-family: "ProximaSoftSemibold";
}
.quotemaster .quote-summary-page_information-box_breakdown-box {
  margin-top: 1em;
}
.quotemaster .quote-summary-page_information-box_minimum-premium-notification-box {
  font-family: "ProximaSoft";
  font-size: 14px;
  border: 1px solid #ff8200;
  margin-top: 1em;
  margin-bottom: 0.6em;
  padding: 0.3em;
}
.quotemaster .quote-summary-page_information-box_edit-details-box {
  margin-bottom: 1em;
}
.quotemaster .quote-summary-page_information-box_edit-details-box ul.edit-details {
  font-family: "ProximaSoftSemibold";
  font-size: 19px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_edit-details-box ul.edit-details {
    font-size: 22px;
  }
}
.quotemaster .quote-summary-page_information-box_edit-details-box ul.edit-details > li {
  display: inline;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page_information-box_edit-details-box ul.edit-details > li {
    margin-right: 1.5em;
    margin-left: 1.5em;
  }
}
.quotemaster .quote-summary-page_information-box_edit-details-box ul.edit-details > li:first-child {
  margin-left: 0;
}
.quotemaster .quote-summary-page_information-box_edit-details-box ul.edit-details > li:last-child {
  margin-right: 0;
}
.quotemaster .quote-summary-page .send-quote-popup {
  font-family: "ProximaSoftLight";
  font-size: 16px;
  text-align: left;
}
.quotemaster .quote-summary-page .send-quote-popup .bold {
  font-family: "ProximaSoftSemibold";
  font-weight: unset;
}
.quotemaster .quote-summary-page .send-quote-popup .row {
  margin-bottom: 12px;
}
.quotemaster .quote-summary-page .send-quote-popup .rounded-text-box {
  width: 100%;
}
.quotemaster .quote-summary-page .send-quote-popup label, .quotemaster .quote-summary-page .send-quote-popup p {
  line-height: 1.35em;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page .send-quote-popup label, .quotemaster .quote-summary-page .send-quote-popup p {
    line-height: 1.2em;
  }
}
.quotemaster .quote-summary-page .send-quote-popup__header {
  color: #2d2926;
  font-size: 32px;
  font-family: "VAGRoundStdLight";
  margin: 15px auto;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  max-width: 300px;
}
@media screen and (min-width: 640px) {
  .quotemaster .quote-summary-page .send-quote-popup__header {
    font-size: 34px;
  }
}
.quotemaster .quote-summary-page .send-quote-popup__error_message {
  color: red;
  font-family: "VAGRoundStdLight";
}
.quotemaster .quote-summary-page .quote-sent-popup__content {
  font-size: 20px;
  font-family: "VAGRoundStdLight";
  line-height: 1.2em;
  color: #53565a;
  margin-bottom: 10px;
}
.quotemaster .quote-summary-page .price-adjusted-popup p {
  font-size: 18px;
}
.quotemaster .remove-option-popup .rounded-button-container .rounded-button {
  border-color: #ff8200;
}
.quotemaster .remove-option-popup .rounded-button-container .rounded-button:hover {
  background-color: #ff8200;
}
.quotemaster .remove-option-popup .rounded-button-container .rounded-button .text {
  color: #ff8200;
}
.quotemaster .tourer-additional-security-page ul.security-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.quotemaster .tourer-additional-security-page .security-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.quotemaster .tourer-additional-security-page .security-item .checkbox-simple {
  flex: 1 0 40px;
  max-width: 40px;
}
.quotemaster .tourer-additional-security-page .security-item > label {
  padding-top: 0.1em;
}
.quotemaster .tourer-security-page ul.security-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.quotemaster .tourer-security-page .security-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.quotemaster .tourer-security-page .security-item .checkbox-simple {
  flex: 1 0 40px;
  max-width: 40px;
}
.quotemaster .tourer-security-page .security-item > label {
  padding-top: 0.1em;
}
.quotemaster .tourer-security-page .quote-page-frame-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.quotemaster .tourer-security-page .popup__form .content {
  font-size: 18px;
}
.quotemaster .tourer-security-page .popup__form p.security-option {
  padding: 0.5em;
  border: 2px solid #ff8200;
  border-radius: 0.5em;
}
.quotemaster .policyholder-details .popup__form .content {
  font-size: 18px;
}
.quotemaster .previous-claim-page .quote-page-frame-content {
  padding-top: 4%;
}
@media screen and (min-width: 800px) {
  .quotemaster .previous-claim-page .quote-page-frame-content {
    padding-top: 2%;
  }
}
.quotemaster .previous-claim-page .remove-btn {
  font-size: 16px;
  padding-left: 18px;
  font-family: "ProximaSoft";
  background-image: url("/images/remove_cross.svg");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  text-decoration-line: none;
}
@media screen and (min-width: 640px) {
  .quotemaster .previous-claim-page .remove-btn {
    font-size: 18px;
    padding-left: 22px;
  }
}

.block-ui-active > .block-ui-container {
  cursor: default;
}

.block-ui-message-container {
  display: none;
}

.block-ui-visible > .block-ui-container {
  opacity: 0;
}

.centered-vertically {
  vertical-align: middle;
}

.left-alligned {
  text-align: left !important;
}

.centered {
  text-align: center !important;
}

.error-message {
  font-family: "ProximaSoftLight";
  font-weight: bold;
  font-size: 16px;
  color: #ff0000;
  text-align: left;
  display: flex !important;
}
.error-message .fa-exclamation-triangle {
  line-height: 1.6;
  padding-right: 8px;
}

.error-form {
  background-color: #fbe7e6 !important;
}
.error-form radio label {
  background-color: #fbe7e6;
}

.bold {
  font-family: "ProximaSoftSemibold";
}

@media screen and (min-width: 800px) {
  .width-md-80 {
    width: 80%;
  }
}

.summarybox {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-right: 0;
  padding: 15px 25px;
  background-color: #f7f7f7;
  border-radius: 6px;
  clear: left;
  float: left;
  width: 100%;
  margin: 0 0 1.5em;
  float: none;
  margin: 0 0 20px;
  padding: 15px 10px;
}
.summarybox:last-child {
  margin-right: 0;
}
.summarybox-flex {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .summarybox-flex {
    display: flex;
  }
}
.summarybox-left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.summarybox-left:last-child {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .summarybox-left {
    flex: 1 auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 59.4834294074%;
  }
  .summarybox-left:last-child {
    margin-right: 0;
  }
}
.summarybox-right {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px;
}
.summarybox-right:last-child {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .summarybox-right {
    flex: 1 auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 38.1589185692%;
    padding: 10px 20px;
  }
  .summarybox-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .summarybox {
    padding: 15px 25px;
    display: block;
  }
}
.summarybox-flex-auto {
  flex: 1 auto;
}
.summarybox-flex-auto.right {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .summarybox-flex-auto.right {
    margin-top: 0;
  }
}
.summarybox-under {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  padding: 9px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 420px) {
  .summarybox-under {
    flex-direction: row;
    align-content: unset;
  }
}
.summarybox-txt {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 31px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 420px) {
  .summarybox-txt {
    margin-right: 17px;
    margin-bottom: 0;
  }
}
.summarybox-cell {
  background-color: #fff;
  padding: 0 25px;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summarybox-cell p {
  text-align: center;
  margin: 0;
  font-family: "VAGRoundStdLight";
  font-size: 38px;
  color: #000;
  line-height: 60px;
}
@media screen and (min-width: 800px) {
  .summarybox-cell.left p {
    font-size: 52px;
  }
}
.summarybox-cell.two-lines {
  padding: 15px;
}
.summarybox-cell-monthly {
  background-color: #ff8200;
  text-align: center;
  padding: 6px;
}
.summarybox-cell-monthly p {
  color: white;
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .summarybox-cell-monthly p {
    font-size: 16px;
  }
}
.summarybox-cell-title {
  text-align: center;
  color: #ff8200;
  font-family: "VAGRoundStdLight";
  margin-bottom: 0px;
  line-height: 24px;
}
.summarybox-cell-details {
  text-align: center;
  color: #ff8200;
  font-family: "ProximaSoftLight";
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.slider {
  margin: 40px 0 0;
  padding: 30px 48px 40px;
}
@media screen and (min-width: 800px) {
  .slider {
    padding: 70px;
  }
}
.slider ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.slider ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  outline: none;
}
@media screen and (min-width: 420px) {
  .slider ul li {
    font-size: 18px;
  }
}
@media screen and (min-width: 460px) {
  .slider ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  .slider ul li {
    font-size: 26px;
  }
}
.slider ul li.cost {
  color: #7a7a7a;
  font-size: 14px;
  padding: 3px 6px;
}
@media screen and (min-width: 420px) {
  .slider ul li.cost {
    font-size: 18px;
  }
}
.slider ul li.cost.selected {
  border-radius: 3px;
  background-color: #ff8200;
  color: #fff;
}
.slider ul li.firstoftwocolumne, .slider ul li.secondoftwocolumne {
  transform: translateX(-50%);
  cursor: pointer;
}
.slider ul li.firstoftwocolumne {
  left: 0;
}
.slider ul li.secondoftwocolumne {
  left: 100%;
}
.slider ul li.firstpipeoftwocolumne {
  top: 47px;
  left: 0;
}
.slider ul li.secondpipeoftwocolumne {
  top: 47px;
  left: 100%;
}
.slider ul li.firstofthreecolumne, .slider ul li.secondofthreecolumne, .slider ul li.thirdofthreecolumne {
  transform: translateX(-50%);
  cursor: pointer;
}
.slider ul li.firstofthreecolumne {
  left: 0;
}
.slider ul li.secondofthreecolumne {
  left: 50%;
}
.slider ul li.thirdofthreecolumne {
  left: 100%;
}
.slider ul li.firstpipeofthreecolumne {
  top: 47px;
  left: 0;
}
.slider ul li.secondpipeofthreecolumne {
  top: 47px;
  left: 50%;
}
.slider ul li.thirdpipeofthreecolumne {
  top: 47px;
  left: 100%;
}
.slider ul li.firstoffourcolumne, .slider ul li.secondoffourcolumne, .slider ul li.thirdoffourcolumne, .slider ul li.fourthoffourcolumne {
  transform: translateX(-50%);
  cursor: pointer;
}
.slider ul li.firstoffourcolumne {
  left: 0;
}
.slider ul li.secondoffourcolumne {
  left: 33.333333%;
}
.slider ul li.thirdoffourcolumne {
  left: 66.666666%;
}
.slider ul li.fourthoffourcolumne {
  left: 100%;
}
.slider ul li.firstpipeoffourcolumne {
  top: 47px;
  left: 0;
}
.slider ul li.secondpipeoffourcolumne {
  top: 47px;
  left: 33.333333%;
}
.slider ul li.thirdpipeoffourcolumne {
  top: 47px;
  left: 66.666666%;
}
.slider ul li.fourthpipeoffourcolumne {
  top: 47px;
  left: 100%;
}
.slider ul li.firstforfivecolumne, .slider ul li.secondforfivecolumne, .slider ul li.thirdforfivecolumne, .slider ul li.fourthforfivecolumne {
  transform: translateX(-50%);
  cursor: pointer;
}
.slider ul li.firstforfivecolumne {
  left: 0;
}
.slider ul li.secondforfivecolumne {
  left: 33.333333%;
}
.slider ul li.thirdforfivecolumne {
  left: 66.666666%;
}
.slider ul li.fourthforfivecolumne {
  left: 100%;
}
.slider ul li.firstpipeforfivecolumne {
  top: 47px;
  left: 0;
}
.slider ul li.secondpipeforfivecolumne {
  top: 47px;
  left: 33.333333%;
}
.slider ul li.thirdpipeforfivecolumne {
  top: 47px;
  left: 66.666666%;
}
.slider ul li.fourthpipeforfivecolumne {
  top: 47px;
  left: 100%;
}
.slider ul.pipes {
  top: 6px;
}
.slider .cover-value ul li {
  color: #2d2926;
}
.slider .low-slider {
  margin: 40px 0 0 0;
  font-size: 16px;
}
@media screen and (min-width: 460px) {
  .slider .low-slider {
    margin: 47px 0 0 0;
  }
}
.slider .low-slider md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin: 35px 0;
  padding: 0;
  display: block;
}
.slider .low-slider md-slider .md-thumb {
  background: url("/Content/images/ripe/cvn_slider_handle.svg") top left no-repeat;
  width: 49px !important;
  height: 49px !important;
  top: 0 !important;
  left: -18px !important;
  opacity: 1;
}
.slider .low-slider md-slider .md-thumb:after {
  display: none;
}
.slider .low-slider md-slider .md-focus-thumb {
  display: none;
}
.slider .low-slider md-slider .md-focus-ring {
  display: none;
}
.slider .low-slider md-slider.md-default-theme.md-warn .md-track.md-track-fill, .slider .low-slider md-slider.md-warn .md-track.md-track-fill {
  background-color: transparent !important;
}

.monetary {
  background: url("/images/pound_sign.png") 10px 16px no-repeat #fff;
  background-size: 10px 13px;
  padding-left: 30px !important;
}

.monetary:disabled {
  background: url("/images/pound_sign.png") 10px 16px no-repeat #f7f7f7;
  background-size: 10px 13px;
  padding-left: 30px !important;
}

.silver-box {
  background-color: #f7f7f7;
}

.white-box {
  background-color: unset;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}

.grey-box {
  background-color: #efefef;
}

.success-tick {
  position: absolute;
  display: inline;
}
.success-tick .success-tick-svg {
  height: 20px;
  width: 20px;
  margin: 13px 0 13px 8px;
}
@media screen and (min-width: 360px) {
  .success-tick .success-tick-svg {
    margin: 13px;
  }
}

.textbox-styled {
  line-height: normal;
  width: 219px;
  text-align: left;
  margin: 0 auto;
  border: none;
  background-color: #efefef;
  height: 46px;
  display: inline-block;
}

.secondary-font {
  font-family: "ProximaSoft";
}

.secondary-font-bold {
  font-family: "ProximaSoftSemibold";
}

.quotemaster__footnote {
  text-align: center;
  padding: 15px 0;
  background-color: #fff3e6;
  border-bottom: 1px solid #D8D8D8;
}

.quotemaster__footnote__monthlyPaymentsMessage {
  clear: both;
}

.quotemaster__footnote p {
  font-size: 12px;
  margin: 0;
}

.sliding-panel-content--caravans li {
  background-image: url("data:image/svg+xml;utf8,<svg class='chevron__right' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 -35 30.58 100.12' width='20px' height='20px'><title>chevron_right_icon</title><style>.chevron-right{color:%23931D42!important;fill:%23931D42!important;}</style><path class='chevron-right' d='M30.45,29.23,9.89,2.17A5.51,5.51,0,0,0,2.18,1.12,5.5,5.5,0,0,0,1.12,8.83l18,23.73-18,23.72a5.5,5.5,0,0,0,5.13,8.79,5.5,5.5,0,0,0,3.64-2.13L30.45,35.89a5.5,5.5,0,0,0,0-6.66Z'/></svg>");
}
.sliding-panel-content--caravans li.chevron-selected {
  background-image: url("data:image/svg+xml;utf8,<svg id='Layer_1' class='chevron__down' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.12 31.58' height='7'><title>chevron_down_icon</title><style>.chevron-down{color:%23931D42!important;fill:%23931D42!important;}</style><path class='chevron-down' d='M35.9,30.45,63,9.89A5.51,5.51,0,0,0,64,2.18a5.5,5.5,0,0,0-7.72-1.05l-23.73,18L8.84,1.12A5.51,5.51,0,0,0,1.12,2.18,5.51,5.51,0,0,0,2.18,9.89L29.23,30.45a5.5,5.5,0,0,0,6.66,0Z'/></svg>");
  background-position: 94% 20px;
  background-repeat: no-repeat;
}
.sliding-panel-content--caravans li .no-arrow {
  background-image: none;
}

.navigation__megamenu ul {
  list-style-image: url("/images/caravans/chevron_right_icon.svg");
}
.navigation__megamenu-sub-list {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .md-icon-button + .md-datepicker-input-container {
    margin-left: 5px;
  }
}

.md-datepicker-input-container.md-datepicker-invalid md-datepicker {
  position: relative;
}

.md-datepicker-input {
  font-size: 16px;
}

.md-datepicker-input-container {
  background-color: #FFF;
}
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom: 1px solid #d8d8d8;
}
.md-datepicker-input-container.md-datepicker-invalid {
  border-color: #c4c4c4 !important;
}

.error-input-container .md-datepicker-input-container.md-datepicker-invalid {
  border-color: #ff0000 !important;
}

.md-datepicker-triangle-button.md-button.md-icon-button, .md-datepicker-input-mask {
  display: none !important;
}

md-datepicker md-icon {
  color: rgba(0, 0, 0, 0) !important;
}

.md-datepicker-open .md-datepicker-calendar-icon {
  fill: rgba(0, 0, 0, 0) !important;
}

.md-datepicker-button.md-icon-button {
  position: absolute;
  left: 0;
  top: 1px;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #ff8200 !important;
}

.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #ff8200 !important;
}

.rounded-button.checked .text {
  color: #fff;
}

.inline {
  display: inline;
}

.right {
  text-align: right;
}

.pl-descr-box {
  padding: 3% 5%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .pl-descr-box {
    padding: 2% 6%;
  }
}
@media screen and (min-width: 544px) {
  .pl-descr-box {
    flex-direction: row;
  }
}
.pl-descr-box-hint {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 544px) {
  .pl-descr-box-hint {
    position: absolute;
    float: left;
  }
}
.pl-descr-box-prices {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  width: 250px;
}
@media screen and (min-width: 544px) {
  .pl-descr-box-prices {
    display: block;
    width: 420px;
  }
}
.pl-descr-box-price {
  margin: 0 10px;
  padding: 7px 6px;
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 544px) {
  .pl-descr-box-price {
    margin: 0 30px;
  }
}
.pl-descr-box .selected {
  border-radius: 3px;
  background-color: #ff8200;
  color: #fff;
}

.skip-bottom-container {
  text-align: center;
}
.skip-bottom-container a {
  color: #ff8200;
  font-family: "ProximaSoftSemibold";
  font-size: 16px;
  text-decoration-line: none;
  text-decoration-style: solid;
}

.horizontal-line {
  height: 1px;
  border-top: 1px solid #EFEFEF;
}

.slider-remove-button {
  width: 100px;
  padding-left: 20px;
  margin: auto;
  background: url("/images/remove_cross.svg") 5px 5px #fff no-repeat;
  background-size: 16px 16px;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  line-height: 24px;
}
.slider-remove-button:hover {
  background-color: #d8d8d8;
}

.license-agreement {
  font-family: "ProximaSoft";
  font-size: 21px;
  line-height: 25px !important;
}
.license-agreement-header {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: "ProximaSoftSemibold";
}
.license-agreement-content {
  font-size: 16px;
  height: 300px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .license-agreement-content {
    height: 100%;
    overflow-y: hidden;
    border: none;
  }
}
.license-agreement-checkbox {
  min-height: 60px;
  padding-left: 6%;
  background: #ededed;
  margin-top: -40px;
}
.license-agreement .checkbox-container {
  padding: 0 6% 0 12%;
}
@media screen and (min-width: 640px) {
  .license-agreement .checkbox-container {
    padding: 0 6%;
  }
}

.quote-page radio-checkbox .checkbox-container .label-text {
  padding: 15px 40px 20px 0;
}

.table-group {
  padding: 15px;
  margin: -12px 0 20px 0;
  background-color: #fff;
  font-size: 16px;
  word-wrap: break-word;
}
@media screen and (min-width: 800px) {
  .table-group {
    margin: 20px 0 40px;
    padding: 20px;
    background-color: #fff;
    font-size: 20px;
    line-height: 34px;
    border-radius: 10px;
  }
}
.table-group-edit-button {
  font-family: "ProximaSoftSemibold";
  font-size: 20px;
}
.table-group-row {
  display: flex;
  margin: 0 0 24px;
}
.table-group-col {
  width: 40%;
}
@media screen and (min-width: 800px) {
  .table-group-col {
    text-align: left;
    width: 48.82117%;
  }
}
.table-group-col:first-of-type {
  width: 50%;
  text-align: left;
  font-family: "ProximaSoftLight";
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  .table-group-col:first-of-type {
    width: 48.82117%;
  }
}
.table-group-col:last-of-type {
  font-family: "ProximaSoftLight";
  font-weight: normal;
  font-size: 20px;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li::before {
  content: "–";
  position: absolute;
  margin-left: -1.1em;
}

.left-tick {
  display: flex;
}
.left-tick img {
  margin-top: 5px;
  height: 16px;
  width: 16px;
}
.left-tick span {
  padding-left: 10px;
}

.quote-discount {
  font-family: "ProximaSoftSemibold";
  font-size: 18px;
}
.quote-discount-block {
  max-width: 350px;
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
}
.quote-discount-block--para {
  font-size: 14px;
  text-align: center;
}
.quote-discount-detailed {
  background-color: #fff;
}
.quote-discount-detailed .detailed-item {
  padding-left: 25px;
}
.quote-discount .show-link {
  float: right;
  text-decoration: underline;
}

.checkbox-simple input {
  display: none;
}
.checkbox-simple input[type=radio] + label, .checkbox-simple input[type=checkbox] + label {
  background: url("/images/checkbox_label.png") top left no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
}
.checkbox-simple input[type=radio]:checked + label, .checkbox-simple input[type=checkbox]:checked + label {
  background: url("/images/checkbox_label.png") top right no-repeat;
}
.checkbox-simple input[type=radio]:hover + label, .checkbox-simple input[type=radio]:focus + label, .checkbox-simple input[type=checkbox]:hover + label, .checkbox-simple input[type=checkbox]:focus + label {
  cursor: pointer;
}
.checkbox-simple.small input[type=radio] + label, .checkbox-simple.small input[type=checkbox] + label {
  transform: scale(0.75);
}
.checkbox-simple.invalid input[type=radio] + label, .checkbox-simple.invalid input[type=checkbox] + label {
  background: url("/images/checkbox_label_error.png") top left no-repeat;
}

.gdpr_section {
  font-size: 16px;
}
.gdpr_section .quote-page-frame-content.send-offer-block {
  padding-top: 5px;
}
.gdpr_section .quote-page-frame-content.inner-heading {
  padding-bottom: 5px;
}
.gdpr_section .error-form {
  padding: 20px 10px;
}

.checkbox-main input {
  display: none;
}
.checkbox-main input[type=radio] + label, .checkbox-main input[type=checkbox] + label {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 7px;
  border: 1px solid #c4c4c4;
}
.checkbox-main input[type=radio]:checked + label, .checkbox-main input[type=checkbox]:checked + label {
  background: url("/images/white-check.png") center center no-repeat;
  background-color: #ff8200;
  border: 1px solid #ff8200;
}
.checkbox-main input[type=radio]:hover + label, .checkbox-main input[type=radio]:focus + label, .checkbox-main input[type=checkbox]:hover + label, .checkbox-main input[type=checkbox]:focus + label {
  cursor: pointer;
}
.checkbox-main.small input[type=radio] + label, .checkbox-main.small input[type=checkbox] + label {
  transform: scale(0.75);
}

.send-offer-block p {
  line-height: 1.35em;
}
@media screen and (min-width: 640px) {
  .send-offer-block p {
    line-height: 1.2em;
  }
}

.send-offer-block label {
  line-height: 1.7em !important;
}

.send-offers-raw {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.send-offers-raw .checkbox-simple {
  flex: 1 0 40px;
  max-width: 40px;
}

.quote-for-your-cover .quote-page h3, .policy-summary .quote-page h3 {
  font-size: 26px;
}
@media screen and (min-width: 640px) {
  .quote-for-your-cover .quote-page h3, .policy-summary .quote-page h3 {
    font-size: 30px;
  }
}
.quote-for-your-cover .quote-page-frame, .policy-summary .quote-page-frame {
  padding: 15px;
}
.quote-for-your-cover .quote-page-frame .inner-heading-filled, .policy-summary .quote-page-frame .inner-heading-filled {
  padding: 20px 8px;
}
.quote-for-your-cover .policy-excess .quote-page-frame-content, .policy-summary .policy-excess .quote-page-frame-content {
  padding: 0 6%;
}
.quote-for-your-cover .slider, .policy-summary .slider {
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0 auto;
}
.quote-for-your-cover .table-group-row, .policy-summary .table-group-row {
  margin: 0 0 10px;
}
.quote-for-your-cover .table-group-col, .policy-summary .table-group-col {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .quote-for-your-cover .table-group-col, .policy-summary .table-group-col {
    font-size: 18px;
  }
}
.quote-for-your-cover .table-group-col:first-of-type, .policy-summary .table-group-col:first-of-type {
  font-family: "ProximaSoftSemibold";
}
.quote-for-your-cover .table-group-col:last-of-type, .policy-summary .table-group-col:last-of-type {
  padding-left: 10px;
}
.quote-for-your-cover .table-group .table-group-edit-button, .policy-summary .table-group .table-group-edit-button {
  font-family: "ProximaSoftSemibold";
  font-size: 18px;
}

.policy-summary .inner-heading {
  padding: 15px 0px 10px 0px;
}
.policy-summary .table-group {
  margin: 0;
}

.padding-unset {
  padding: unset !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-21 {
  font-size: 21px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20-5 {
  font-size: 20.5px;
}

.error-input-container {
  background-color: #fbe7e6 !important;
  padding: 20px;
}
.error-input-container input[type=text],
.error-input-container input[type=number],
.error-input-container input[type=email],
.error-input-container input[type=tel],
.error-input-container textarea {
  border-color: #ff0000;
}
.error-input-container sbi-item .selectboxit, .error-input-container .select2-container.ng-invalid .select2-choice {
  border-color: #ff0000 !important;
}

.type-of-home {
  line-height: 1.428571429;
}
.type-of-home .quote-page-frame-content {
  padding-top: unset;
}
.type-of-home .inner-heading {
  padding: 10px 0 10px 0;
}
.type-of-home radio label:first-of-type {
  margin-top: 2%;
}

.select2-container {
  display: block;
}
.select2-container-active .select2-choice {
  box-shadow: unset;
}
.select2-container.select2-drop-above .select2-choice, .select2-container .select2-choice {
  height: 51px;
  border-radius: 6px;
  background-image: none;
  background-color: #fff;
  border-color: #c4c4c4;
}
.select2-container.select2-drop-above .select2-choice span, .select2-container .select2-choice span {
  height: 51px;
  line-height: 51px;
  font-family: "ProximaSoftLight";
  font-size: 18px;
  color: initial;
}
.select2-container.select2-drop-above .select2-choice .select2-arrow, .select2-container .select2-choice .select2-arrow {
  width: 47px;
  border-left: none;
}
.select2-container.select2-drop-above .select2-choice .select2-arrow b, .select2-container .select2-choice .select2-arrow b {
  background: none;
  background-image: url(/images/button_gradient.png) !important;
  background-size: 47px 49px !important;
}
.select2-drop, .select2-drop.select2-drop-above {
  border-radius: 6px;
}
.select2-drop-active {
  border: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.select2-search {
  padding-top: 5px;
}
.select2-results {
  font-family: "ProximaSoftSemibold";
  font-size: 18px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}
.select2-results li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.select2-results .select2-highlighted {
  color: #ff8200;
  background: #f7f7f7;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.what-does-this-cover {
  padding: 30px 15px !important;
}

@media screen and (max-width: 800px) {
  .nowrap-mobile {
    white-space: nowrap;
  }
}

@media screen and (max-width: 800px) {
  .hide-mob {
    display: none;
  }
}

.payments__para {
  font-size: 18px;
}
.payments__container h2, .payments__container .confirmation__anchor, .payments__container .payments__anchor, .payments__container .payments__return {
  color: #ff8200;
}
.payments__container .payments__question-number {
  border: 3px solid #ff8200;
}
.payments__container .selectboxit-container .selectboxit {
  width: 260px;
}
.payments__container .payments__button,
.payments__container .confirmation__button,
.payments__container .payments__question-number {
  outline: none;
  background-color: #ff8200;
}
.payments__container .payments__button:hover,
.payments__container .confirmation__button:hover,
.payments__container .payments__question-number:hover {
  background-color: #ff8200;
}
.payments__container .form__haserror {
  background-color: #fbe7e6;
}
.payments__container .form__haserror input,
.payments__container .form__haserror textarea,
.payments__container .form__haserror .selectboxit-container .selectboxit {
  border-color: #ff0000;
}
.payments__container .form__haserror-text {
  font-family: "ProximaSoftLight";
  font-weight: normal;
  font-size: 16px;
  color: #ff0000;
}
.payments__container input::-webkit-input-placeholder {
  font-family: "ProximaSoftLight";
  font-size: 0.875em;
}
.payments__container input:-ms-input-placeholder {
  font-family: "ProximaSoftLight";
  font-size: 0.875em;
}
.payments__container input:-moz-placeholder {
  font-family: "ProximaSoftLight";
  font-size: 0.875em;
}
.payments__container input::-moz-placeholder {
  font-family: "ProximaSoftLight";
  font-size: 0.875em;
}

.policy-holder-details input:disabled {
  background-color: #EBEBE4;
}
.policy-holder-details .same-address-checkbox {
  display: flex;
  flex-direction: row;
}
.policy-holder-details .same-address-checkbox .checkbox-simple {
  flex: 1 0 40px;
  max-width: 40px;
}
.policy-holder-details .same-address-checkbox label {
  padding-top: 0.2em;
}

#policyStartDate-container .md-button.md-icon-button {
  padding-right: 270px !important;
  z-index: 1 !important;
  background: none;
  height: 53px;
}

.md-datepicker {
  position: relative;
}

.quote-policy-start {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.input-disable-parkhome {
  background-color: #F7F7F7 !important;
}

.question-desc, .quote-list {
  color: rgb(0, 0, 0);
  font-family: "ProximaSoft";
  font-size: 14px;
}

#quotedeclaration p {
  color: black;
}