@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.pull-right-xs {
  float: right !important;
}
@media (max-width: 480px) {
  .pull-right-xs {
    float: none !important;
  }
}
.pull-right-sm {
  float: right !important;
}
@media (max-width: 768px) {
  .pull-right-sm {
    float: none !important;
  }
}
.pull-right-md {
  float: right !important;
}
@media (max-width: 992px) {
  .pull-right-md {
    float: none !important;
  }
}
.pull-right-lg {
  float: right !important;
}
@media (max-width: 1200px) {
  .pull-right-lg {
    float: none !important;
  }
}
.header-wrapper .ancillary-header {
  background-color: #FFF;
  max-height: 46px;
}
.ancillary-navbar {
  float: right;
}
@media (max-width: 767px) {
  .ancillary-navbar {
    float: none;
  }
}
.page-template-temp-campaign-landing .ancillary-navbar-text {
  display: none;
}
.ancillary-navbar-text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .ancillary-navbar-text {
    float: left;
  }
}
.ancillary-navbar-text a {
  color: #7EB04C;
}
.page-template-temp-campaign-landing .ancillary-header .search-form {
  display: none;
}
.ancillary-header .search-form {
  float: right;
}
.ancillary-header .search-form .form-control,
.ancillary-header .search-form .btn--search {
  display: block;
}
@media (max-width: 991px) {
  .ancillary-header .search-form .form-control,
  .ancillary-header .search-form .btn--search {
    display: none;
  }
}
.ancillary-header .search-form.open .form-control,
.ancillary-header .search-form.open .btn--search {
  display: block;
}
.ancillary-header .search-form.open .toggle-search.btn--search {
  display: none;
}
.ancillary-header .form-control-search {
  box-shadow: none;
  background-color: #F5F3F0;
  border: none;
  color: #4A4A4A;
  height: 46px;
  margin-top: 0;
  padding: 10px;
}
.ancillary-header .btn--search {
  background-color: #F3EFE9;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
}
.ancillary-header .btn--search:hover,
.ancillary-header .btn--search:active,
.ancillary-header .btn--search:focus {
  background-color: #e1d7c8;
}
.ancillary-header .glyphicon-search {
  position: absolute;
  right: 14px;
  top: 14px;
}
.ancillary-header .btn--search.toggle-search {
  display: block;
  float: right;
  position: relative;
}
@media (min-width: 992px) {
  .ancillary-header .search-form .toggle-search {
    display: none;
  }
}
.hentry {
  margin-bottom: 40px;
}
.collection .hentry {
  border-bottom: 3px solid #ECE7E1;
  padding-bottom: 30px;
  margin-left: 0;
  float: none;
}
.search-result .entry-title {
  margin-bottom: 5px;
}
.search-result .entry-url {
  font-size: 16px;
  margin-bottom: 5px;
}
.search-result .entry-excerpt {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}
.error-404 .form-search {
  margin-bottom: 30px;
}
.error-404 .form-search .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
@media (max-width: 767px) {
  .error-404 .form-search .form-control {
    width: 180px;
  }
}
.header-wrapper {
  background-color: #FFF;
}
.header-wrapper:before,
.header-wrapper:after {
  content: " ";
  display: table;
}
.header-wrapper:after {
  clear: both;
}
.header-wrapper:before,
.header-wrapper:after {
  content: " ";
  display: table;
}
.header-wrapper:after {
  clear: both;
}
.header-wrapper__brand {
  float: left;
  margin-bottom: -18px;
}
.header-wrapper__brand:before,
.header-wrapper__brand:after {
  content: " ";
  display: table;
}
.header-wrapper__brand:after {
  clear: both;
}
.header-wrapper__brand:before,
.header-wrapper__brand:after {
  content: " ";
  display: table;
}
.header-wrapper__brand:after {
  clear: both;
}
@media (max-width: 991px) {
  .header-wrapper__brand {
    margin-bottom: -12px;
  }
}
@media (max-width: 767px) {
  .header-wrapper__brand {
    float: none;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
  }
}
.header-wrapper__graphic {
  display: block;
  float: left;
  margin: 0 0 20px;
  max-width: 132px;
  padding-left: 10px;
  width: 100%;
}
.header-wrapper__graphic img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .header-wrapper__graphic {
    margin: 22px 0 0;
    max-width: 105px;
    padding-left: 5px;
  }
}
.brand-logo {
  background-image: url("../../images/brand-logo-v2.png");
  width: 90px;
  height: 90px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  display: block;
  float: left;
  margin-top: -24px;
  position: relative;
  z-index: 10;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brand-logo {
    background-image: url("../../images/brand-logo-v2@2x.png");
    background-size: 90px 90px;
  }
}
@media (max-width: 991px) {
  .brand-logo {
    background-size: 80px 80px;
    margin-top: -4px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .brand-logo {
    background-size: 70px 70px;
    margin-top: 0;
    width: 70px;
    height: 70px;
  }
}
.burger-menu {
  height: 20px;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 24px;
}
.burger-menu:focus,
.burger-menu:hover {
  outline: none;
  cursor: pointer;
}
.burger-menu .line {
  background: none repeat scroll 0 0 #7EB04C;
  display: block;
  height: 3px;
  left: 0;
  top: 0;
  outline: 0;
  position: absolute;
  width: 24px;
}
.burger-menu .line:nth-child(2) {
  top: 7px;
}
.burger-menu .line:nth-child(3) {
  top: 14px;
}
.footer-wrapper {
  background-color: #FFF;
}
.footer-wrapper:before,
.footer-wrapper:after {
  content: " ";
  display: table;
}
.footer-wrapper:after {
  clear: both;
}
.footer-wrapper:before,
.footer-wrapper:after {
  content: " ";
  display: table;
}
.footer-wrapper:after {
  clear: both;
}
.site-footer {
  padding: 50px 10px;
}
.footer-column {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .footer-column {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-column {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .footer-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer-column {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-column-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-column.products {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
}
.footer-navigation {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-navigation li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Adelle", "Times New Roman", Times, serif;
}
.footer-navigation li a {
  color: #706947;
}
.footer-column:first-child .footer-nav-item-green,
.footer-column:first-child .footer-nav-item-contact {
  display: none;
}
@media (max-width: 991px) {
  .footer-column:first-child .footer-nav-item-green,
  .footer-column:first-child .footer-nav-item-contact {
    display: block;
  }
}
.footer-column-2 .footer-nav-item-laws,
.footer-column-2 .footer-nav-item-policies,
.footer-column-2 .footer-nav-item-terms {
  display: none;
}
@media (max-width: 991px) {
  .footer-column-2 .footer-nav-item-laws,
  .footer-column-2 .footer-nav-item-policies,
  .footer-column-2 .footer-nav-item-terms {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-column-2 .footer-nav-item-contact,
  .footer-column-2 .footer-nav-item-green {
    display: none;
  }
}
.footer-navigation.products li a {
  background-color: transparent;
  color: #328CAE;
  text-align: left;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-navigation.products li a {
    background-color: #706b62;
    border-radius: 6px;
    color: #FFF;
    display: block;
    padding: 20px 0;
    text-align: center;
  }
}
.site-footer .social-navigation {
  display: none;
  margin: 0 auto;
  max-width: 264px;
}
@media (max-width: 767px) {
  .site-footer .social-navigation {
    display: block;
  }
}
.ancillary-footer {
  background-color: #FDFCFA;
  color: #AFA387;
  font-size: 12px;
  font-family: "Adelle", "Times New Roman", Times, serif;
  padding: 30px 30px;
  text-align: center;
}
.ancillary-footer:before,
.ancillary-footer:after {
  content: " ";
  display: table;
}
.ancillary-footer:after {
  clear: both;
}
.ancillary-footer:before,
.ancillary-footer:after {
  content: " ";
  display: table;
}
.ancillary-footer:after {
  clear: both;
}
.carbon-neutral-logo {
  margin-bottom: 15px;
  display: inline-block;
}
label {
  font-weight: normal;
}
.form-fields {
  background: #F1F2F5;
  padding: 25px;
}
@media (max-width: 991px) {
  .form-fields {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .form-fields {
    padding: 20px;
  }
}
.form-fields + .form-fields {
  margin-top: 15px;
}
.form-subtitle {
  color: #328CAE;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: none;
}
@media (max-width: 991px) {
  .form-subtitle {
    font-size: 20px;
  }
}
.product-purchase-form .form-group {
  margin-bottom: 25px;
}
.form-toggle-link {
  font-family: "Adelle", "Times New Roman", Times, serif;
  color: #7EB04C;
  font-size: 18px;
  text-decoration: underline;
}
.form-control.date-picker {
  background-color: #fff;
}
@media (max-width: 767px) {
  .form-control.date-picker {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .picker__input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  select {
    display: block;
    margin-bottom: 5px;
  }
}
label.label-block {
  display: block;
}
.form-control--postcode {
  text-transform: uppercase;
}
.product-purchase-form label.radio,
.product-purchase-form label.checkbox {
  margin: 0 0 10px 0;
}
.product-purchase-form label.checkbox + label.checkbox {
  margin-top: 5px;
}
input[type="submit"].disabled,
button[type="submit"].disabled {
  pointer-events: none;
}
.cycle-wrap .remove-cycle {
  background-color: transparent;
  color: #d9534f;
  display: none;
  padding: 10px;
  position: absolute;
  right: 135px;
}
@media (max-width: 991px) {
  .cycle-wrap .remove-cycle {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .cycle-wrap .remove-cycle {
    right: 35px;
  }
}
.cycle-wrap .remove-cycle:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cycle-wrap:hover .remove-cycle {
  display: block;
}
@media (max-width: 991px) {
  .cycle-wrap .remove-cycle {
    display: inline-block;
  }
}
.cycle-details-table:before,
.cycle-details-table:after {
  content: " ";
  display: table;
}
.cycle-details-table:after {
  clear: both;
}
.cycle-details-table:before,
.cycle-details-table:after {
  content: " ";
  display: table;
}
.cycle-details-table:after {
  clear: both;
}
@media (max-width: 767px) {
  .cycle-wrap.cycle-wrap-header {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cycle-wrap.cycle-wrap-header {
    display: none !important;
  }
}
.cycle-details-table .cycle-wrap {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cycle-details-table .cycle-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .cycle-details-table .control-group-cycle-value {
    margin-bottom: 10px;
  }
}
.cycle-details-table .control-group-cycle-frame-number {
  width: 150px;
}
.cycle-details-table .control-group-cycle-manufacturer,
.cycle-details-table .control-group-cycle-model {
  width: 111px;
}
.cycle-details-table .control-group-cycle-frame-number,
.cycle-details-table .control-group-cycle-manufacturer,
.cycle-details-table .control-group-cycle-model {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .cycle-details-table .control-group-cycle-frame-number,
  .cycle-details-table .control-group-cycle-manufacturer,
  .cycle-details-table .control-group-cycle-model {
    width: 100%;
  }
}
.cycle-wrap .form-control-is-folding {
  font-weight: 500;
  line-height: 20px;
  margin-right: 0;
  padding-right: 15px;
  width: 180px;
}
@media (max-width: 767px) {
  .cycle-wrap .form-control-is-folding {
    line-height: 1.2em;
    margin-top: 0;
  }
}
.cycle-wrap .form-control-is-folding .checkbox-replacement {
  margin-right: -5px;
  top: 0;
}
@media (max-width: 767px) {
  .cycle-wrap .form-control-is-folding .checkbox-replacement {
    top: 0;
  }
}
@media (max-width: 767px) {
  .cycle-wrap .action {
    margin-left: 18px;
  }
}
.traveller-control {
  position: relative;
}
.traveller-control .btn {
  border-width: 1px;
  padding: 14px 12px;
  position: absolute;
  margin-top: -15px;
  top: 50%;
}
.traveller-control .btn.left {
  left: 0;
}
.traveller-control .btn.right {
  right: 0;
}
.btn.btn--circle span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  width: 37px !important;
  height: 36px !important;
}
.traveller-count {
  background: #FFF;
  color: #328CAE;
  font-family: "Adelle", "Times New Roman", Times, serif;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  line-height: 85px;
}
.traveller-description {
  text-align: center;
}
.traveller-description .title,
.traveller-description .description {
  font-size: 15px;
  font-family: "Adelle", "Times New Roman", Times, serif;
  margin-bottom: 0;
}
.traveller-description .title {
  color: #328CAE;
  margin-top: 5px;
}
.traveller-wrapper {
  margin-bottom: 25px;
}
.cover-options .cover-option {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 767px) {
  .breakdown-policy-holder {
    margin-bottom: 20px;
  }
}
.vehicle-registration {
  text-transform: uppercase;
}
.vehicle-details {
  margin-bottom: 35px;
}
.cover-options {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.cover-options .cover-option {
  background: no-repeat scroll 0 0 #fff;
  background-image: url("../../images/icon/sprite-breakdown-icons.png");
  border: 1px solid #D9D9D9;
  padding: 15px 50px 15px 80px;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cover-options .cover-option {
    background-image: url("../../images/icon/sprite-breakdown-icons@2x.png");
    background-size: 62px 1031px;
  }
}
.cover-options .cover-option:hover,
.cover-options .cover-option:focus {
  background-color: #FDFBF8;
}
.cover-options .cover-option-title {
  margin-bottom: 5px;
}
.cover-options .cover-option-description {
  margin-bottom: 0;
}
.cover-options .checkbox-wrap {
  position: absolute;
  right: 15px;
  top: 30px;
}
.cover-options .cover-option-RoadsideAssistance {
  background-position: 5px 25px;
}
.cover-options .cover-option-AutoRepair {
  background-position: 5px -170px;
}
.cover-options .cover-option-NationalRecovery {
  background-position: 5px -370px;
}
.cover-options .cover-option-HomeStart {
  background-position: 5px -575px;
}
.cover-options .cover-option-HotelAndCarRental {
  background-position: 5px -765px;
}
.cover-options .cover-option-EuropeanCover {
  background-position: 5px -965px;
}
@media (max-width: 979px) {
  .breakdown-quote-form .form-fields {
    padding: 24px;
  }
  .breakdown-quote-form .floating-dock,
  .breakdown-quote-form .form-fields {
    float: none;
    position: static;
    width: auto;
  }
  .breakdown-quote-form .floating-dock {
    margin-right: 0;
  }
  .breakdown-quote-form .floating-dock .order-total-price {
    display: inline;
  }
}
@media (max-width: 768px) {
  .cover-options .cover-option {
    background-image: none;
    padding-left: 15px;
  }
}
.order-price-per-vehicle {
  font-size: 16px;
  margin-bottom: 0;
}
.vehicle-cover-count-controls {
  margin-top: -5px;
}
.vehicle-cover-count {
  text-align: center;
  width: 40px;
}
.fleet-breakdown-details-form .wizard {
  margin-bottom: 35px;
}
.fleet-input-table {
  margin-bottom: 40px;
}
.fleet-input-row {
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-right: 40px;
  position: relative;
}
.fleet-input-row:before,
.fleet-input-row:after {
  content: " ";
  display: table;
}
.fleet-input-row:after {
  clear: both;
}
.fleet-input-row:before,
.fleet-input-row:after {
  content: " ";
  display: table;
}
.fleet-input-row:after {
  clear: both;
}
.fleet-input-row input,
.fleet-input-row select {
  margin-bottom: 0;
}
.fleet-vehicle-manufacturer-col,
.fleet-vehicle-model-col,
.fleet-vehicle-registration-col,
.fleet-vehicle-registration-date-col,
.fleet-vehicle-actions {
  border-left: 1px solid #E0E0E0;
  box-sizing: border-box;
  float: left;
  padding: 5px;
  margin-bottom: 0;
}
.fleet-vehicle-actions {
  bottom: 0;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.fleet-vehicle-actions .action {
  border: none;
  bottom: 0;
  line-height: 35px;
  left: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.fleet-vehicle-manufacturer-col {
  width: 137px;
}
.fleet-vehicle-model-col {
  width: 137px;
}
.fleet-vehicle-registration-col {
  width: 137px;
}
.fleet-vehicle-registration-col .form-control {
  margin-bottom: 54px;
}
.fleet-vehicle-registration-date-col {
  width: 210px;
}
.fleet-vehicle-registration-month {
  width: 120px;
}
.fleet-vehicle-registration-year {
  width: auto;
}
.fleet-input-header {
  border-right: none;
  padding-right: 0;
}
.fleet-input-header .fleet-vehicle-manufacturer-col,
.fleet-input-header .fleet-vehicle-model-col,
.fleet-input-header .fleet-vehicle-registration-col,
.fleet-input-header .fleet-vehicle-registration-date-col,
.fleet-input-header .fleet-vehicle-actions {
  background: #F1F2F5;
  border-top: 1px solid #E0E0E0;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: bottom;
}
.fleet-input-header .fleet-vehicle-registration-date-col {
  border-right: 1px solid #E0E0E0;
  width: 218px;
}
@media (max-width: 979px) {
  .fleet-input-table {
    border-top: 1px solid #E0E0E0;
  }
  .fleet-vehicle-manufacturer-col {
    width: 50%;
  }
  .fleet-vehicle-model-col {
    width: 50%;
  }
  .fleet-vehicle-registration-col {
    width: 50%;
    clear: left;
  }
  .fleet-vehicle-registration-date-col {
    width: 50%;
  }
}
.fleet-breakdown-details-form .fleet-uploaded-file {
  padding: 10px 20px;
}
.fleet-breakdown-details-form .fleet-uploaded-file .close {
  color: #CB0000;
  font-size: 26px;
  margin-top: -4px;
  opacity: 1;
}
.vehicle-details-upload-control {
  overflow: hidden;
}
.vehicle-details-upload-control:before,
.vehicle-details-upload-control:after {
  content: " ";
  display: table;
}
.vehicle-details-upload-control:after {
  clear: both;
}
.vehicle-details-upload-control:before,
.vehicle-details-upload-control:after {
  content: " ";
  display: table;
}
.vehicle-details-upload-control:after {
  clear: both;
}
.vehicle-details-upload-control > .btn {
  float: left;
}
.fleet-file-list {
  float: right;
  padding: 5px;
  width: 70%;
}
.fleet-file-list .filename {
  font-weight: bold;
  margin-right: 120px;
  text-align: right;
}
.fleet-file-list .progress {
  float: right;
  margin-bottom: 0;
  width: 100px;
}
.entry-content .gform_wrapper .gf_progressbar_percentage span {
  display: none;
}
.disable-resize {
  resize: none;
}
.gform_wrapper .gfield .gfield_time_hour,
.gform_wrapper .gfield .gfield_time_minute {
  max-width: none !important;
  width: auto !important;
}
.gform_wrapper .gfield .gfield_time_hour input[type=number],
.gform_wrapper .gfield .gfield_time_minute input[type=number] {
  width: 60px !important;
}
.fleet-breakdown-quote-form .form-control.date-picker {
  max-width: 200px;
}
.vehicle-cover-count {
  display: inline-block;
  max-width: 50px;
}
.fleet-input-table {
  border-top: 1px solid #e0e0e0;
}
.fleet-vehicle-manufacturer-col {
  width: 50%;
}
.fleet-vehicle-model-col {
  width: 50%;
}
.fleet-vehicle-registration-col {
  width: 50%;
  clear: left;
}
.fleet-vehicle-registration-date-col {
  width: 50%;
}
@media (max-width: 767px) {
  .fleet-vehicle-registration-date-col {
    min-height: 158px;
  }
}
.fleet-input-row .form-control-select {
  margin-bottom: 10px;
}
.fleet-vehicle-registration-month {
  width: 100%;
}
.fleet-vehicle-registration-year {
  width: 100%;
}
@media (max-width: 767px) {
  .fleet-input-row .vehicle-registration {
    margin-bottom: 82px;
  }
}
.fleet-input-table .btn--success {
  margin-top: 5px;
}
.donation-amount-controls {
  margin-bottom: 20px;
}
.donation-amount-controls .meta-link {
  display: block;
  padding-right: 115px;
  text-align: right;
}
@media (max-width: 991px) {
  .donation-amount-controls .meta-link {
    padding: 0;
    text-align: left;
  }
}
.donation-controls {
  margin-top: 20px;
}
.donation-amount {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .donation-amount {
    margin: 10px 0 5px;
  }
}
.referral-source-row .bootstrap-select {
  display: inline-block;
  margin-bottom: 5px !important;
}
.referral-source-row label {
  display: block;
}
.nav-quote-tools {
  margin: 0;
  padding: 0;
}
.nav-quote-tools:before,
.nav-quote-tools:after {
  content: " ";
  display: table;
}
.nav-quote-tools:after {
  clear: both;
}
.nav-quote-tools:before,
.nav-quote-tools:after {
  content: " ";
  display: table;
}
.nav-quote-tools:after {
  clear: both;
}
.nav-quote-tools li {
  float: left;
  list-style-type: none;
}
.nav-quote-tools a {
  background: #f1f2f5;
  border-color: #f1f2f5;
  color: #4A4A4A;
  cursor: default;
  display: block;
  padding: 8px 15px;
  outline: none;
  text-decoration: none;
}
.email-quote-form .form-control,
.policy-details .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}
@media (max-width: 767px) {
  .email-quote-form .form-control,
  .policy-details .form-control {
    width: 180px;
  }
}
.email-quote-form .btn {
  padding: 6px 12px;
}
.col-sm-3.salutation-column {
  width: 20%;
}
@media (max-width: 991px) {
  .col-sm-3.salutation-column {
    width: 100%;
  }
}
.col-sm-6.name-column {
  width: 40%;
}
@media (max-width: 991px) {
  .col-sm-6.name-column {
    width: 100%;
  }
}
.payment-form .control-label-member-id {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.payment-form .form-control-member-id {
  margin-bottom: 0;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
.form-control-postcode {
  width: auto;
}
@media (max-width: 767px) {
  .form-control-postcode {
    width: 100%;
  }
}
.video-container {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  right: 0;
  position: relative;
  transition: right 0.5s ease;
}
body.is-open {
  position: relative;
  right: 300px;
}
@media (min-width: 768px) {
  body,
  body.is-open {
    position: static;
  }
}
.sidebar {
  float: left;
  width: 300px;
}
.body-copy {
  color: #535353;
  font-size: 15px;
  line-height: 23px;
}
body,
.page-template-landing-page main,
.home main {
  background: #fff;
  color: #535353;
  font-size: 15px;
  line-height: 23px;
}
main {
  background: #F9F6F2;
  color: #535353;
  font-size: 15px;
  line-height: 23px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 0;
  }
}
img {
  height: auto;
  max-width: 100%;
}
blockquote {
  margin-bottom: 15px;
  font-style: italic;
}
blockquote p {
  font-size: 16px;
  line-height: 1.5em;
}
blockquote cite {
  display: block;
  text-align: right;
  font-size: 0.85em;
}
.page-container {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .page-container {
    padding: 0;
  }
}
.content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #E0DEDA;
  box-shadow: none;
  float: right;
  margin-top: -10px;
  min-height: 400px;
  padding: 35px;
  position: relative;
  width: 740px;
}
.content:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6RkI3RjExNzQwNzIwNjgxMTgwODNFQjgzQzYyQkQ3QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDYyRTBCNjA5MURDMTFFMThCMDlEQzM0NjM5NkZBNTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDYyRTBCNUY5MURDMTFFMThCMDlEQzM0NjM5NkZBNTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENURGQzVERTQ1MjA2ODExODhDNjlEQ0VFMUQ4QUQ4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiceslYAAABPSURBVCjPY9i9YxMDARwFxP8JKTID4p+EFEoD8SuQInwKOYH4EkwRPoUbkRXhUtiCrgibwihsitAVgnz4jZBCkA+f41IEUwjy4Xl8ikAYAC6JCVdFQ1VkAAAAAElFTkSuQmCC) scroll no-repeat 0 0 transparent;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}
@media (max-width: 991px) {
  .content {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .content {
    border: none;
    margin-top: 0;
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content:after {
    display: none;
  }
}
@media (min-width: 767px) {
  .content.full-width + .sidebar {
    display: none;
  }
}
.content.full-width {
  clear: both;
  float: none;
  margin: 0;
  padding: 40px;
  width: auto;
}
@media (max-width: 991px) {
  .content.full-width {
    padding: 30px;
  }
}
.content.full-width:after {
  display: none;
}
.paragraph-small {
  font-size: 12px!important;
}
.hero + .container .content.full-width-hero {
  margin-top: -110px;
}
.content.full-width .page-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .content.full-width .page-title {
    padding: 0 20px;
  }
}
.content.full-width.featured {
  margin: -110px auto 0;
  width: 960px;
}
@media (max-width: 991px) {
  .content.full-width.featured {
    border: none;
    margin-top: 0;
    padding: 30px 0;
    width: 720px;
  }
}
@media (max-width: 767px) {
  .content.full-width.featured {
    padding: 15px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .page-template-temp-landing-page-mobility main,
  .page-template-temp-landing-page main,
  .page-template-temp-campaign-landing main,
  .page-template-landing-page main,
  .page-template-campaign-template main,
  .page-template-campaign-subpage main,
  .page-template-donations main,
  .page-template-faqs-templates main,
  .order-stage-thank-you main {
    background-color: #fff;
  }
}
.page-template-landing-page .sidebar {
  display: none;
}
@media (max-width: 767px) {
  .page-template-landing-page .sidebar {
    display: block;
  }
}
.row.flex-till-xs {
  display: flex;
}
@media (max-width: 767px) {
  .row.flex-till-xs {
    display: block;
  }
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
.clearfix:before,
.clearfix:after,
.cycle-details-table .cycle-wrap:before,
.cycle-details-table .cycle-wrap:after,
.community-row:before,
.community-row:after,
.faq-content-row:before,
.faq-content-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.cycle-details-table .cycle-wrap:after,
.community-row:after,
.faq-content-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.affix {
  position: fixed;
}
/*
|--------------------------------------------------------------------------
| WordPress Utilities
|--------------------------------------------------------------------------
*/
.alignleft,
.alignright {
  float: left;
  margin: 0 1em 1em 0;
  padding: 3px;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.hide-text {
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
}
.wp-caption {
  background: #eee;
  border: 1px solid #E0E0E0;
  margin-bottom: 25px;
  padding: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding-top: 8px;
  text-align: center;
}
.tracking-pixel {
  position: absolute;
  bottom: 0;
  left: 0;
}
.flex-children-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes titlesIn {
  from {
    opacity: 0;
    transform: translate(50px, 0px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.action-box {
  background-color: #F9F6F2;
  padding: 30px;
  text-align: center;
}
.action-box__body {
  position: relative;
}
.action-box__body:before,
.action-box__body:after {
  content: " ";
  display: table;
}
.action-box__body:after {
  clear: both;
}
.action-box__body:before,
.action-box__body:after {
  content: " ";
  display: table;
}
.action-box__body:after {
  clear: both;
}
.action-box__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.action-box__subtitle {
  line-height: 1.4em;
  margin-bottom: 10px;
}
.action-box__subtitle {
  display: block;
}
.action-box .action-box__button {
  display: block;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .action-box {
    text-align: left;
  }
  .action-box__subtitle {
    display: inline-block;
    font-size: 20px;
    max-width: 270px;
    margin-bottom: 0;
  }
  .action-box .action-box__button {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
  }
}
@media (min-width: 992px) {
  .action-box__subtitle {
    line-height: 30px;
    max-width: 358px;
  }
}
.alert {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-left-width: 4px;
  border-radius: 3px;
  color: #4A4A4A;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  border-left-color: #7EB04C;
}
.alert-info {
  border-left-color: #5bc0de;
}
.alert-warning {
  border-left-color: #f0ad4e;
}
.alert-danger,
.alert-error {
  border-left-color: #d9534f;
}
.steb-note {
  margin-top: 15px;
}
.awards-grid__list-item,
.awards-row__list-item {
  max-width: 100%;
  height: auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.award-25-years {
  background-image: url("../../images/icon/awards/award-25-years.png");
  width: 72px;
  height: 80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .award-25-years {
    background-image: url("../../images/icon/awards/award-25-years@2x.png");
    background-size: 72px 80px;
  }
}
.award-customers {
  background-image: url("../../images/icon/awards/award-customers.png");
  width: 82px;
  height: 80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .award-customers {
    background-image: url("../../images/icon/awards/award-customers@2x.png");
    background-size: 82px 80px;
  }
}
.award-settled-claims {
  background-image: url("../../images/icon/awards/award-settled.png");
  width: 70px;
  height: 114px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .award-settled-claims {
    background-image: url("../../images/icon/awards/award-settled@2x.png");
    background-size: 70px 114px;
  }
}
.award-breakdown {
  background-image: url("../../images/icon/awards/award-breakdown.png");
  width: 131px;
  height: 114px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .award-breakdown {
    background-image: url("../../images/icon/awards/award-breakdown@2x.png");
    background-size: 131px 114px;
  }
}
.award-ethical {
  background-image: url("../../images/icon/awards/award-ethical.png");
  width: 64px;
  height: 114px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .award-ethical {
    background-image: url("../../images/icon/awards/award-ethical@2x.png");
    background-size: 64px 114px;
  }
}
.award-company {
  width: 54px;
  height: 80px;
}
.award-greenpeace {
  background-image: url("../../images/icon/awards/award-greenpeace.png");
  width: 173px;
  height: 78px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .award-greenpeace {
    background-image: url("../../images/icon/awards/award-greenpeace@2x.png");
    background-size: 54px 80px;
  }
}
.awards-row {
  padding: 10px 0 30px;
}
.awards-row:before,
.awards-row:after {
  content: " ";
  display: table;
}
.awards-row:after {
  clear: both;
}
.awards-row:before,
.awards-row:after {
  content: " ";
  display: table;
}
.awards-row:after {
  clear: both;
}
.awards-row .awards-row__listing {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
.awards-row .awards-row__listing:before,
.awards-row .awards-row__listing:after {
  content: " ";
  display: table;
}
.awards-row .awards-row__listing:after {
  clear: both;
}
.awards-row .awards-row__listing:before,
.awards-row .awards-row__listing:after {
  content: " ";
  display: table;
}
.awards-row .awards-row__listing:after {
  clear: both;
}
.awards-row .award-25-years {
  background-size: 103px 114px;
  width: 103px;
  height: 114px;
  margin-right: 30px;
}
.awards-row .award-customers {
  background-size: 118px 114px;
  width: 118px;
  height: 114px;
  margin-right: 50px;
}
.awards-row .award-settled-claims {
  margin-right: 40px;
}
.awards-row .award-trustpilot {
  display: block;
  height: 114px;
  margin-right: 30px;
  max-width: 140px;
  padding-top: 20px;
  font-size: 14px;
  overflow: auto;
  text-indent: 0;
  white-space: nowrap;
}
.awards-row .award-breakdown {
  margin-right: 50px;
}
.awards-row .award-company {
  background-size: 77px 114px;
  width: 77px;
  height: 114px;
  float: right;
}
@media (max-width: 991px) {
  .awards-row .award-25-years {
    margin-right: 19px;
  }
  .awards-row .award-customers {
    margin-right: 35px;
  }
  .awards-row .award-settled-claims {
    margin-right: 25px;
  }
  .awards-row .award-trustpilot {
    display: none;
  }
  .awards-row .award-breakdown {
    margin-right: 34px;
  }
}
@media (max-width: 767px) {
  .awards-row .awards-row__listing {
    max-width: 400px;
  }
  .awards-row .award-25-years {
    margin-right: 48px;
  }
  .awards-row .award-customers {
    margin-right: 54px;
  }
  .awards-row .award-breakdown,
  .awards-row .award-ethical,
  .awards-row .award-settled-claims {
    display: none;
  }
}
@media (max-width: 480px) {
  .awards-row .awards-row__listing {
    max-width: 290px;
  }
  .awards-row .award-25-years {
    margin-right: 40px;
    background-size: 72px 80px;
    width: 72px;
    height: 80px;
  }
  .awards-row .award-customers {
    margin-right: 42px;
    background-size: 82px 80px;
    width: 82px;
    height: 80px;
  }
  .awards-row .award-company {
    background-size: 54px 80px;
    width: 54px;
    height: 80px;
  }
  .awards-row .award-breakdown {
    background-size: 80px 70px;
    width: 80px;
    height: 70px;
  }
}
.awards-grid {
  margin: 0 auto;
  padding: 0;
  width: 300px;
  margin-top: -30px;
  list-style: none;
}
.awards-grid:before,
.awards-grid:after {
  content: " ";
  display: table;
}
.awards-grid:after {
  clear: both;
}
.awards-grid:before,
.awards-grid:after {
  content: " ";
  display: table;
}
.awards-grid:after {
  clear: both;
}
@media (max-width: 767px) {
  .awards-grid {
    margin-top: 0;
  }
}
.page-template-temp-campaign-landing .awards-grid {
  margin-top: 0 !important;
}
.awards-grid__item {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  display: inline;
  float: left;
  margin-bottom: 10px;
  padding: 5px;
}
.awards-grid__item-trust-pilot .trustpilot-widget {
  margin: 25px 0 10px 10px;
}
.awards-grid__item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 150px;
}
.awards-grid__item:nth-child(1) {
  padding-top: 12px;
}
.awards-grid__item:nth-child(2) img {
  max-width: 85px;
}
.awards-grid .award-item-25-years img {
  max-width: 110px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .awards-grid .award-item-25-years img {
    padding-top: 0px;
  }
}
.awards-grid .award-item-settled img {
  max-width: 80px;
}
.awards-grid .award-item-customers img {
  max-width: 110px;
  padding-top: 2px;
}
.awards-grid .award-item-ethical img {
  max-width: 85px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .awards-grid .award-item-ethical img {
    margin-top: 0;
  }
}
.award-item-breakdown img {
  max-width: 120px;
}
@media (max-width: 767px) {
  .award-item-breakdown img {
    padding-top: 10px;
  }
}
.award-item-greenpeace img {
  max-width: 130px;
  padding-top: 26px;
}
@media (max-width: 991px) {
  .award-item-greenpeace img {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .award-item-greenpeace img {
    padding-top: 30px;
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .awards-grid {
    margin-top: -30px;
  }
  .awards-grid__item:nth-child(1) {
    display: none;
  }
  .awards-grid__item {
    float: none;
  }
}
@media (max-width: 992px) {
  .awards-grid {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .awards-grid {
    margin-top: 0;
    margin-bottom: 20px;
    width: 270px;
  }
  .awards-grid__item {
    float: left;
    width: 90px;
    height: 90px;
  }
  .awards-grid__item img {
    max-width: 85px;
    max-height: 85px;
  }
}
.landing-page-awards-row {
  text-align: center;
}
.landing-page-awards-row .awards-row__list-item {
  display: inline-block;
  float: none;
}
.landing-page-awards-row .award-25-years {
  display: none;
}
.landing-page-awards-row .award-company {
  display: none;
}
.product-landing--mobility .awards-row__list-item {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .product-landing--mobility .awards-row__list-item {
    margin: 0 10px;
    vertical-align: middle;
  }
}
.product-landing--mobility .award-25-years {
  display: inline-block;
}
.product-landing--mobility .award-company {
  display: inline-block;
}
@media (max-width: 480px) {
  .product-landing--mobility .award-customers,
  .product-landing--mobility .award-breakdown {
    display: none;
  }
}
.address-lookup-controls {
  max-width: 250px;
  margin-bottom: 15px;
}
.address-lookup-results.loading {
  background: url('../../images/spinner-31-v2.0.gif') scroll no-repeat center top;
  min-height: 31px;
}
.customer-address {
  background: #fafafa;
  border-bottom: 2px solid #D8D9DC;
  color: #4a4a4a;
  font-size: 18px;
  font-family: "Adelle", "Times New Roman", Times, serif;
  line-height: 1.625em;
  margin: 0;
  padding: 15px 25px 15px 20px;
  text-align: left;
}
.billing-address-is-duplicate .form-toggle-link {
  display: none;
}
.bullet {
  border: 3px solid;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  font-size: 22px;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.bullet-primary {
  border-color: #328CAD;
  background-color: #fff;
  color: #7EB04C;
}
.btn.btn--outline {
  color: #2c7c9a;
  background-color: #FFF;
  border-color: #48a7cb;
}
.btn.btn--outline:focus,
.btn.btn--outline.focus {
  color: #2c7c9a;
  background-color: #f2f2f2;
  border-color: #389cc2;
}
.btn.btn--outline:hover {
  color: #2c7c9a;
  background-color: #e6e6e6;
  border-color: #328cae;
}
.btn.btn--outline:active,
.btn.btn--outline.active,
.open > .dropdown-toggle.btn.btn--outline {
  color: #2c7c9a;
  background-color: #f2f2f2;
  border-color: #389cc2;
}
.btn.btn--outline:active:hover,
.btn.btn--outline.active:hover,
.open > .dropdown-toggle.btn.btn--outline:hover,
.btn.btn--outline:active:focus,
.btn.btn--outline.active:focus,
.open > .dropdown-toggle.btn.btn--outline:focus,
.btn.btn--outline:active.focus,
.btn.btn--outline.active.focus,
.open > .dropdown-toggle.btn.btn--outline.focus {
  color: #2c7c9a;
  background-color: #f2f2f2;
  border-color: #389cc2;
}
.btn.btn--outline:active,
.btn.btn--outline.active,
.open > .dropdown-toggle.btn.btn--outline {
  background-image: none;
}
.btn.btn--outline.disabled,
.btn.btn--outline[disabled],
fieldset[disabled] .btn.btn--outline,
.btn.btn--outline.disabled:hover,
.btn.btn--outline[disabled]:hover,
fieldset[disabled] .btn.btn--outline:hover,
.btn.btn--outline.disabled:focus,
.btn.btn--outline[disabled]:focus,
fieldset[disabled] .btn.btn--outline:focus,
.btn.btn--outline.disabled.focus,
.btn.btn--outline[disabled].focus,
fieldset[disabled] .btn.btn--outline.focus,
.btn.btn--outline.disabled:active,
.btn.btn--outline[disabled]:active,
fieldset[disabled] .btn.btn--outline:active,
.btn.btn--outline.disabled.active,
.btn.btn--outline[disabled].active,
fieldset[disabled] .btn.btn--outline.active {
  background-color: #FFF;
  border-color: #48a7cb;
}
.btn.btn--outline .badge {
  color: #FFF;
  background-color: #2c7c9a;
}
.btn.btn--outline:hover,
.btn.btn--outline:active,
.btn.btn--outline:focus {
  background-color: #FFF;
}
.btn.btn--outline.btn--primary {
  color: #5E5C5A;
  background-color: #fff;
  border-color: #00A6ED;
}
.btn.btn--outline.btn--primary:focus,
.btn.btn--outline.btn--primary.focus {
  color: #5E5C5A;
  background-color: #f2f2f2;
  border-color: #0094d4;
}
.btn.btn--outline.btn--primary:hover {
  color: #5E5C5A;
  background-color: #e6e6e6;
  border-color: #0082ba;
}
.btn.btn--outline.btn--primary:active,
.btn.btn--outline.btn--primary.active,
.open > .dropdown-toggle.btn.btn--outline.btn--primary {
  color: #5E5C5A;
  background-color: #f2f2f2;
  border-color: #0094d4;
}
.btn.btn--outline.btn--primary:active:hover,
.btn.btn--outline.btn--primary.active:hover,
.open > .dropdown-toggle.btn.btn--outline.btn--primary:hover,
.btn.btn--outline.btn--primary:active:focus,
.btn.btn--outline.btn--primary.active:focus,
.open > .dropdown-toggle.btn.btn--outline.btn--primary:focus,
.btn.btn--outline.btn--primary:active.focus,
.btn.btn--outline.btn--primary.active.focus,
.open > .dropdown-toggle.btn.btn--outline.btn--primary.focus {
  color: #5E5C5A;
  background-color: #f2f2f2;
  border-color: #0094d4;
}
.btn.btn--outline.btn--primary:active,
.btn.btn--outline.btn--primary.active,
.open > .dropdown-toggle.btn.btn--outline.btn--primary {
  background-image: none;
}
.btn.btn--outline.btn--primary.disabled,
.btn.btn--outline.btn--primary[disabled],
fieldset[disabled] .btn.btn--outline.btn--primary,
.btn.btn--outline.btn--primary.disabled:hover,
.btn.btn--outline.btn--primary[disabled]:hover,
fieldset[disabled] .btn.btn--outline.btn--primary:hover,
.btn.btn--outline.btn--primary.disabled:focus,
.btn.btn--outline.btn--primary[disabled]:focus,
fieldset[disabled] .btn.btn--outline.btn--primary:focus,
.btn.btn--outline.btn--primary.disabled.focus,
.btn.btn--outline.btn--primary[disabled].focus,
fieldset[disabled] .btn.btn--outline.btn--primary.focus,
.btn.btn--outline.btn--primary.disabled:active,
.btn.btn--outline.btn--primary[disabled]:active,
fieldset[disabled] .btn.btn--outline.btn--primary:active,
.btn.btn--outline.btn--primary.disabled.active,
.btn.btn--outline.btn--primary[disabled].active,
fieldset[disabled] .btn.btn--outline.btn--primary.active {
  background-color: #fff;
  border-color: #00A6ED;
}
.btn.btn--outline.btn--primary .badge {
  color: #fff;
  background-color: #5E5C5A;
}
.btn.btn--outline.btn--primary:hover,
.btn.btn--outline.btn--primary:active,
.btn.btn--outline.btn--primary:focus {
  background-color: #FFF;
  border-color: #0082ba;
  color: #444341;
}
.btn.btn--outline.btn--primary span {
  color: #00A6ED;
  text-decoration: underline;
}
.btn.btn--outline.btn--success {
  color: #658c3d;
  background-color: #fff;
  border-color: #7EB04C;
}
.btn.btn--outline.btn--success:focus,
.btn.btn--outline.btn--success.focus {
  color: #658c3d;
  background-color: #f2f2f2;
  border-color: #719e44;
}
.btn.btn--outline.btn--success:hover {
  color: #658c3d;
  background-color: #e6e6e6;
  border-color: #658c3d;
}
.btn.btn--outline.btn--success:active,
.btn.btn--outline.btn--success.active,
.open > .dropdown-toggle.btn.btn--outline.btn--success {
  color: #658c3d;
  background-color: #f2f2f2;
  border-color: #719e44;
}
.btn.btn--outline.btn--success:active:hover,
.btn.btn--outline.btn--success.active:hover,
.open > .dropdown-toggle.btn.btn--outline.btn--success:hover,
.btn.btn--outline.btn--success:active:focus,
.btn.btn--outline.btn--success.active:focus,
.open > .dropdown-toggle.btn.btn--outline.btn--success:focus,
.btn.btn--outline.btn--success:active.focus,
.btn.btn--outline.btn--success.active.focus,
.open > .dropdown-toggle.btn.btn--outline.btn--success.focus {
  color: #658c3d;
  background-color: #f2f2f2;
  border-color: #719e44;
}
.btn.btn--outline.btn--success:active,
.btn.btn--outline.btn--success.active,
.open > .dropdown-toggle.btn.btn--outline.btn--success {
  background-image: none;
}
.btn.btn--outline.btn--success.disabled,
.btn.btn--outline.btn--success[disabled],
fieldset[disabled] .btn.btn--outline.btn--success,
.btn.btn--outline.btn--success.disabled:hover,
.btn.btn--outline.btn--success[disabled]:hover,
fieldset[disabled] .btn.btn--outline.btn--success:hover,
.btn.btn--outline.btn--success.disabled:focus,
.btn.btn--outline.btn--success[disabled]:focus,
fieldset[disabled] .btn.btn--outline.btn--success:focus,
.btn.btn--outline.btn--success.disabled.focus,
.btn.btn--outline.btn--success[disabled].focus,
fieldset[disabled] .btn.btn--outline.btn--success.focus,
.btn.btn--outline.btn--success.disabled:active,
.btn.btn--outline.btn--success[disabled]:active,
fieldset[disabled] .btn.btn--outline.btn--success:active,
.btn.btn--outline.btn--success.disabled.active,
.btn.btn--outline.btn--success[disabled].active,
fieldset[disabled] .btn.btn--outline.btn--success.active {
  background-color: #fff;
  border-color: #7EB04C;
}
.btn.btn--outline.btn--success .badge {
  color: #fff;
  background-color: #658c3d;
}
.btn.btn--outline.btn--success:hover,
.btn.btn--outline.btn--success:active,
.btn.btn--outline.btn--success:focus {
  background-color: #FFF;
  border-color: #658c3d;
  color: #658c3d;
}
.btn.btn--outline.btn--gray {
  color: #5E5C5A;
  background-color: #fff;
  border-color: #B6B6B6;
}
.btn.btn--outline.btn--gray:focus,
.btn.btn--outline.btn--gray.focus {
  color: #5E5C5A;
  background-color: #f2f2f2;
  border-color: #a9a9a9;
}
.btn.btn--outline.btn--gray:hover {
  color: #5E5C5A;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn.btn--outline.btn--gray:active,
.btn.btn--outline.btn--gray.active,
.open > .dropdown-toggle.btn.btn--outline.btn--gray {
  color: #5E5C5A;
  background-color: #f2f2f2;
  border-color: #a9a9a9;
}
.btn.btn--outline.btn--gray:active:hover,
.btn.btn--outline.btn--gray.active:hover,
.open > .dropdown-toggle.btn.btn--outline.btn--gray:hover,
.btn.btn--outline.btn--gray:active:focus,
.btn.btn--outline.btn--gray.active:focus,
.open > .dropdown-toggle.btn.btn--outline.btn--gray:focus,
.btn.btn--outline.btn--gray:active.focus,
.btn.btn--outline.btn--gray.active.focus,
.open > .dropdown-toggle.btn.btn--outline.btn--gray.focus {
  color: #5E5C5A;
  background-color: #f2f2f2;
  border-color: #a9a9a9;
}
.btn.btn--outline.btn--gray:active,
.btn.btn--outline.btn--gray.active,
.open > .dropdown-toggle.btn.btn--outline.btn--gray {
  background-image: none;
}
.btn.btn--outline.btn--gray.disabled,
.btn.btn--outline.btn--gray[disabled],
fieldset[disabled] .btn.btn--outline.btn--gray,
.btn.btn--outline.btn--gray.disabled:hover,
.btn.btn--outline.btn--gray[disabled]:hover,
fieldset[disabled] .btn.btn--outline.btn--gray:hover,
.btn.btn--outline.btn--gray.disabled:focus,
.btn.btn--outline.btn--gray[disabled]:focus,
fieldset[disabled] .btn.btn--outline.btn--gray:focus,
.btn.btn--outline.btn--gray.disabled.focus,
.btn.btn--outline.btn--gray[disabled].focus,
fieldset[disabled] .btn.btn--outline.btn--gray.focus,
.btn.btn--outline.btn--gray.disabled:active,
.btn.btn--outline.btn--gray[disabled]:active,
fieldset[disabled] .btn.btn--outline.btn--gray:active,
.btn.btn--outline.btn--gray.disabled.active,
.btn.btn--outline.btn--gray[disabled].active,
fieldset[disabled] .btn.btn--outline.btn--gray.active {
  background-color: #fff;
  border-color: #B6B6B6;
}
.btn.btn--outline.btn--gray .badge {
  color: #fff;
  background-color: #5E5C5A;
}
.btn.btn--outline.btn--gray:hover,
.btn.btn--outline.btn--gray:active,
.btn.btn--outline.btn--gray:focus {
  background-color: #FFF;
  border-color: #9d9d9d;
  color: #444341;
}
.btn.btn--outline.btn--info {
  border-color: #5bc0de;
}
.btn.btn--outline.btn--large {
  font-size: 19px;
  font-weight: 300;
  padding: 15px 50px;
}
@media (max-width: 991px) {
  .btn.btn--outline.btn--large {
    display: block;
    font-size: 15px;
    padding: 15px;
    white-space: normal;
    width: 100%;
  }
}
.btn.btn--outline.btn--medium {
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .btn.btn--outline.btn--medium {
    font-size: 15px;
  }
}
.btn.btn--primary-gradient {
  background-color: #328CAE;
  border: none;
  border-radius: 4px;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: linear-gradient(to bottom, #4BA3C5 0%, #3584A2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4ba3c5', endColorstr='#ff3584a2', GradientType=0);
  text-shadow: 0px 1px 2px #20424C;
}
.btn.btn--primary-gradient:hover,
.btn.btn--primary-gradient:focus,
.btn.btn--primary-gradient:active {
  background-image: linear-gradient(to bottom, #3c97ba 0%, #2f748f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c97ba', endColorstr='#ff2f748f', GradientType=0);
}
.btn.btn--success-gradient {
  background-color: #7EB04C;
  border: none;
  border-radius: 4px;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: linear-gradient(to bottom, #89BA50 0%, #6DA045 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89ba50', endColorstr='#ff6da045', GradientType=0);
  text-shadow: 0px 1px 2px #20424C;
}
.btn.btn--success-gradient:hover,
.btn.btn--success-gradient:focus,
.btn.btn--success-gradient:active {
  background-image: linear-gradient(to bottom, #7cac44 0%, #618e3d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7cac44', endColorstr='#ff618e3d', GradientType=0);
}
.btn.btn--circle {
  padding: 0;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
.btn.btn--has-arrow span {
  background-image: url("../../images/icon/arrow-icon-sprite.png");
  width: 19px;
  height: 13px;
  background-position: -1px -1px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn.btn--has-arrow span {
    background-image: url("../../images/icon/arrow-icon-sprite@2x.png");
    background-size: 21px 29px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn.btn--has-arrow span {
    background-image: url("../../images/icon/arrow-icon-sprite@2x.png");
    background-size: 21px 29px;
  }
}
.btn.btn--primary-gradient.btn--has-arrow span {
  background-position: -1px -15px;
}
.btn.btn--twitter,
.btn.btn--twitter:hover,
.btn.btn--twitter:focus {
  border-color: #4099FF;
  background-color: #4099FF;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.btn.btn--twitter:hover,
.btn.btn--twitter:focus {
  border-color: #1783ff;
  background-color: #1783ff;
}
.btn__icon--chevron-right {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/chevron-double-right.png");
  width: 15px;
  height: 16px;
  display: block;
  width: 16px;
  height: 15px;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn__icon--chevron-right {
    background-image: url("../../images/icon/chevron-double-right@2x.png");
    background-size: 16px 15px;
  }
}
.action {
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
}
.action:hover {
  background-color: #E5E5E5;
}
.action-danger {
  color: #cb0000;
}
.btn.btn--facebook,
.btn.btn--facebook:hover,
.btn.btn--facebook:focus {
  border-color: #3B5998;
  background-color: #3B5998;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.btn.btn--facebook:hover,
.btn.btn--facebook:focus {
  border-color: #30487b;
  background-color: #30487b;
}
.btn.btn--email,
.btn.btn--email:hover,
.btn.btn--email:focus {
  border-color: #464447;
  background-color: #464447;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.btn.btn--email:hover,
.btn.btn--email:focus {
  border-color: #313032;
  background-color: #313032;
}
.community-section {
  background-color: #F1F6EC;
  padding: 36px 0;
}
.community-section:before,
.community-section:after {
  content: " ";
  display: table;
}
.community-section:after {
  clear: both;
}
.community-section:before,
.community-section:after {
  content: " ";
  display: table;
}
.community-section:after {
  clear: both;
}
@media (max-width: 767px) {
  .community-section {
    padding: 25px 0;
  }
}
.community-row {
  margin-left: -10px;
  margin-right: -10px;
}
.community-row:before,
.community-row:after {
  content: " ";
  display: table;
}
.community-row:after {
  clear: both;
}
.community-row:before,
.community-row:after {
  content: " ";
  display: table;
}
.community-row:after {
  clear: both;
}
.community-section-column {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  margin-left: 0;
}
.community-section-column:before,
.community-section-column:after {
  content: " ";
  display: table;
}
.community-section-column:after {
  clear: both;
}
.community-section-column:before,
.community-section-column:after {
  content: " ";
  display: table;
}
.community-section-column:after {
  clear: both;
}
@media (min-width: 992px) {
  .community-section-column {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .community-section-column {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media (max-width: 767px) {
  .community-section-column {
    margin-right: 0;
    margin-left: 0;
  }
}
.community-section-column--trust {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .community-section-column--trust {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .community-section-column--trust {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 992px) {
  .community-section-column--trust {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.community-row.hidden-mobile {
  display: none;
}
.community-header {
  padding-bottom: 0;
  padding-top: 10px;
  margin-bottom: 20px;
}
.community-header:before,
.community-header:after {
  content: " ";
  display: table;
}
.community-header:after {
  clear: both;
}
.community-header:before,
.community-header:after {
  content: " ";
  display: table;
}
.community-header:after {
  clear: both;
}
@media (max-width: 991px) {
  .community-header {
    padding: 10px 0 20px;
    margin-bottom: 0;
    text-align: center;
  }
}
.community-header .section-title {
  color: #706947;
  margin-bottom: 10px;
}
.community-header .social-navigation {
  float: right;
}
@media (min-width: 768px) {
  .community-header .section-title {
    float: left;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .community-row.hidden-mobile {
    display: block;
  }
}
.company-intro {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 10px 30px;
  text-align: center;
}
.table-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/table/table-logos-sprite.png");
  width: 60px;
  height: 475px;
  display: block;
  width: 475px;
  height: 60px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .table-logo {
    background-image: url("../../images/icon/table/table-logos-sprite@2x.png");
    background-size: 475px 60px;
  }
}
.table-logo--eta {
  background-position: -1px -1px;
  width: 57px;
  height: 57px;
}
.table-logo--cyclecover {
  background-position: -62px -1px;
  width: 72px;
  height: 30px;
}
.table-logo--velosure {
  background-position: -139px -1px;
  width: 78px;
  height: 11px;
}
.table-logo--cycleguard {
  background-position: -222px -1px;
  width: 88px;
  height: 20px;
}
.table-logo--evans {
  background-position: -315px -1px;
  width: 78px;
  height: 33px;
}
.table-logo--cycleplan {
  background-position: -398px -1px;
  width: 74px;
  height: 42px;
}
.comparison-table {
  background-color: #FFF;
  text-align: center;
}
.comparison-table > .comparison-table__head > tr > th {
  border-bottom: 0;
  vertical-align: middle;
}
.comparison-table > tbody > tr > .comparison-table__question {
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  font-size: 15px;
  font-weight: 600;
  padding: 18px;
  max-width: 230px;
  text-align: left;
}
.comparison-table > tbody > tr > .comparison-table__answer {
  border-right: 1px solid #D7D7D7;
  border-color: #D7D7D7;
  max-width: 100px;
  vertical-align: middle;
}
.comparison-table > tbody > tr:last-child td {
  border-bottom: 1px solid #D7D7D7;
}
.table-icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/table/table-icons-sprite.png");
  width: 25px;
  height: 46px;
  display: block;
  width: 46px;
  height: 25px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .table-icon {
    background-image: url("../../images/icon/table/table-icons-sprite@2x.png");
    background-size: 46px 25px;
  }
}
.table-icon--tick {
  background-position: -1px -1px;
  width: 23px;
  height: 23px;
}
.table-icon--cross {
  background-position: -25px -1px;
  width: 20px;
  height: 20px;
}
.policy-details,
.email-quote {
  background: #F1F2F5;
  padding: 15px;
}
.policy-details .alert,
.email-quote .alert {
  margin-bottom: 0;
}
.email-quote__competition {
  color: #328CAE;
  font-weight: 500;
  margin: 10px 0 0;
}
.hero {
  margin-bottom: 50px;
  height: 260px;
  padding-top: 80px;
  background-size: cover;
  background-position: top center;
}
.hero:before,
.hero:after {
  content: " ";
  display: table;
}
.hero:after {
  clear: both;
}
.hero:before,
.hero:after {
  content: " ";
  display: table;
}
.hero:after {
  clear: both;
}
@media (max-width: 991px) {
  .hero {
    height: 200px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 50px;
    height: 150px;
  }
}
.hero--deep {
  height: 478px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .hero--deep {
    height: 300px;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .hero--deep {
    height: auto;
    margin-bottom: 20px;
  }
}
.hero-slider {
  background: none;
  height: 478px;
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: 55px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-slider {
    height: 195px;
    margin-bottom: 20px;
  }
}
.hero-slider--loading {
  background: url('../../images/hero/homepage-cycle-insurance.jpg') scroll no-repeat top center;
}
@media (max-width: 767px) {
  .hero-slider--loading {
    background-size: 1300px auto;
  }
}
.hero-slider--loading.hero--trust {
  background: url('../../images/faq/cycle-lane-behind.jpg') scroll no-repeat top center;
}
@media (max-width: 767px) {
  .hero-slider--loading.hero--trust {
    padding-top: 35px;
  }
}
.hero-slider__image {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1250px;
  max-width: none;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .hero-slider__image {
    margin-left: -650px;
    width: 1300px;
  }
}
.hero-slider__image.is-visible {
  opacity: 1;
}
.hero--trust .hero-slider__image {
  background-size: cover;
  background-position: top center;
  margin-left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.hero__header {
  margin-bottom: 45px;
  position: relative;
}
.hero__header:before,
.hero__header:after {
  content: " ";
  display: table;
}
.hero__header:after {
  clear: both;
}
.hero__header:before,
.hero__header:after {
  content: " ";
  display: table;
}
.hero__header:after {
  clear: both;
}
.hero__title {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 6px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .hero__title--product {
    font-size: 24px;
    max-width: none;
    padding: 0 2px;
  }
  .hero__title--product br {
    display: none;
  }
}
.hero__title--large {
  font-size: 50px;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .hero__title--large {
    font-size: 31px;
  }
}
.hero__subtitle {
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  margin-bottom: 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero__subtitle span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.hero__subtitle--small {
  font-size: 24px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .hero__subtitle--small {
    font-size: 18px;
  }
}
.hero--product {
  height: 480px;
  margin-bottom: 0;
  background-image: url('../../images/hero/cycle-landing-page.jpg');
  background-position: center top;
}
@media (max-width: 991px) {
  .hero--product {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .hero--product {
    background-repeat: no-repeat;
    height: auto;
    padding-top: 20px;
  }
}
.hero--product-cycle_insurance {
  background-image: url('../../images/hero/cycle-landing-page.jpg');
}
.hero--product-carbon_offset {
  background-image: url('../../images/hero/carbon-offset-landing-page.jpg');
}
.hero--product-road_rescue {
  background-image: url('../../images/hero/breakdown-landing-page.jpg');
}
.hero--product-travel_insurance {
  background-image: url('../../images/hero/travel-landing-page.jpg');
}
.hero--product-vehicle_travel_insurance {
  background-image: url('../../images/hero/steb-landing-page.jpg');
}
.hero--product-fleet_breakdown {
  background-image: url('../../images/hero/fleet-landing-page-v2.jpg');
}
.hero--product-mobility_scooter {
  background-image: url('../../images/hero/mobility-scooter-landing-page.jpg');
}
.hero--product-mobility_scooter_insurance {
  background-image: url('../../images/hero/mobility-scooter-landing-page-v2.jpg');
}
.hero--product-cycle_rescue {
  background-image: url('../../images/hero/cycle-breakdown-landing-page.jpg');
}
.hero--product-cycle_hire_insurance {
  background-image: url('../../images/hero/cycle-hire-landing-page.jpg');
}
.hero--product-cycle_travel {
  background-image: url('../../images/hero/cycle-travel-landing-page.jpg');
}
.hero--product-home_insurance {
  background-image: url('../../images/hero/home-insurance-landing-page-v3.jpg');
}
.hero .btn.hero__btn {
  border: 3px solid #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .hero .btn.hero__btn {
    float: right;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .hero .btn.hero__btn {
    display: none;
  }
}
section.hero--campaign .hero__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}
@media (max-width: 991px) {
  section.hero--campaign .hero__header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.hero--campaign .hero__header {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
section.hero--campaign-summer {
  background-image: url('../../images/hero/summer-campaign.jpg');
}
section.hero--campaign .btn.hero__btn {
  float: none;
  position: relative;
  right: auto;
  bottom: auto;
}
section.hero--product-carbon_offset {
  text-align: center;
}
.hero--product-carbon_offset .btn.hero__btn {
  float: none;
  position: relative;
  right: auto;
  bottom: auto;
}
.btn.product-btn {
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.17);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 15px 90px 15px 50px;
  position: relative;
  text-align: left;
  text-shadow: 0px 1px 2px #20424C;
}
.btn.product-btn span {
  font-size: 13px;
  display: block;
}
.btn.product-btn:after {
  content: '';
  background-image: url("../../images/icon/double-arrow-icon.png");
  width: 21px;
  height: 23px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 52px;
  transition: right 0.3s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn.product-btn:after {
    background-image: url("../../images/icon/double-arrow-icon@2x.png");
    background-size: 21px 23px;
  }
}
@media (max-width: 767px) {
  .btn.product-btn {
    position: relative;
    box-shadow: none;
  }
}
.btn.product-btn:hover:after {
  right: 45px;
}
.hero--full-width-template {
  height: 40vh;
  background-size: cover;
  background-position: center center;
}
.hero.bike-row {
  background-image: url('../../images/faq/bike-row.jpg');
}
.hero.cycle-close-up {
  background-image: url('../../images/faq/cycle-close-up.jpg');
}
.hero.cycle-lane-behind {
  background-image: url('../../images/faq/cycle-lane-behind.jpg');
}
.hero.cycle-lane {
  background-image: url('../../images/faq/cycle-lane.jpg');
}
.hero.cycle-sign {
  background-image: url('../../images/faq/cycle-sign.jpg');
}
.hero.family-cycle {
  background-image: url('../../images/faq/family-cycle.jpg');
}
.hero.gravel-scales {
  background-image: url('../../images/faq/gravel-scales.jpg');
}
.hero.two-cyclists {
  background-image: url('../../images/faq/two-cyclists.jpg');
}
.hero.trust-motoring {
  background-image: url('../../images/faq/trust-motoring.jpg');
}
.hero.trust-flying {
  background-image: url('../../images/faq/trust-flying.jpg');
}
.hero.home-insurance {
  background-image: url('../../images/faq/home-insurance.jpg');
}
.hero.cycle-hire {
  background-image: url('../../images/faq/cycle-hire.jpg');
}
.hero--manage-policy {
  height: 230px;
  padding-top: 90px;
  background-image: url('../../images/banners/banner-manage-policy.jpg');
}
.hero--manage-policy .hero__title {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .hero--manage-policy {
    height: 130px;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .hero--manage-policy {
    height: 130px;
    padding-top: 45px;
  }
  .hero--manage-policy .hero__title {
    font-size: 33px;
  }
}
.hero__title--campaign {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero__title--campaign {
    margin-bottom: 20px;
  }
}
.hero__subtitle--campaign {
  max-width: 600px;
}
@media (max-width: 991px) {
  .hero__subtitle--campaign {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .hero__subtitle--campaign {
    font-size: 16px;
  }
}
.hero--campaign .hero__btn {
  bottom: 20px;
}
.hero--campaign .hero__btn.product-btn {
  color: white;
  text-shadow: none;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  background-image: none;
  background-color: #7EB04C;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.hero--campaign .hero__btn.btn--bordered {
  color: white;
  font-size: 26px;
}
.discount-sticker {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #7EB04C;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(12deg);
}
.discount-sticker .discount-sticker-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 190px;
}
.discount-sticker .discount-sticker__header {
  font-weight: 400;
  letter-spacing: 1.5px;
}
.discount-sticker .discount-sticker__figure {
  flex-grow: 1;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.discount-sticker .discount-sticker__figure span {
  display: block;
}
.discount-sticker .discount-sticker__code {
  font-size: 14px;
  margin-bottom: 0;
}
.discount-sticker p {
  margin-bottom: 0;
}
.product-icon {
  background-image: url("../../images/icon/sprite-product-icons.png");
  background-size: 153px 32px;
  position: absolute;
  top: -8px;
  right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .product-icon {
    background-image: url("../../images/icon/sprite-product-icons@2x.png");
    background-size: 153px 32px;
  }
}
.hero-card--cycle .hero-card__title:after {
  background-position: 102px 0;
  background-position-x: 102px;
  -webkit-background-position-x: 102px;
}
.hero-card--carbon-offset .hero-card__title:after {
  background-image: url("../../images/icon/carbon-offset.png");
  background-size: 47px 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  right: 0;
  width: 47px;
  height: 25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hero-card--carbon-offset .hero-card__title:after {
    background-image: url("../../images/icon/carbon-offset@2x.png");
    background-size: 47px 25px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .hero-card--carbon-offset .hero-card__title:after {
    background-image: none;
  }
}
.hero-card--home .hero-card__title:after {
  background-image: url("../../images/icon/home-insurance.png");
  background-size: 26px 31px;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  right: 0;
  width: 26px;
  height: 31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hero-card--home .hero-card__title:after {
    background-image: url("../../images/icon/home-insurance@2x.png");
    background-size: 26px 31px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .hero-card--home .hero-card__title:after {
    background-image: none;
  }
}
.icon-info-sign {
  display: inline-block;
}
.icon-check {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/checkable.png");
  width: 40px;
  height: 100px;
  display: block;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-check {
    background-image: url("../../images/icon/checkable@2x.png");
    background-size: 100px 40px;
  }
}
.icon-checked {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/checkable.png");
  width: 40px;
  height: 100px;
  display: block;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: -40px -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-checked {
    background-image: url("../../images/icon/checkable@2x.png");
    background-size: 100px 40px;
  }
}
.ico-speech-bubble {
  background: url('../../images/icon/speech-bubble.png') scroll no-repeat center center;
  color: #333;
  font-size: 18px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 40px;
}
.ico-chevron-left,
.ico-chevron-right {
  width: 16px;
  height: 15px;
  background: scroll no-repeat center center;
  margin-top: 2px;
}
.ico-chevron-right {
  background-image: url('../../images/icon/chevron-double-right.png');
  float: right;
  margin-left: 10px;
}
.ico-chevron-left {
  background-image: url('../../images/icon/chevron-double-left.png');
  float: left;
  margin-right: 10px;
}
.icon-question-sign {
  background-position: -92px -92px;
  padding: 4px;
}
.icon-info-sign {
  background: url('../../images/icon/icon-info.png') scroll no-repeat center center;
  cursor: pointer;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.radio .icon-info-sign {
  background-size: 15px 15px;
  vertical-align: text-bottom;
  width: 15px;
  height: 15px;
}
.ico-twitter,
.ico-facebook,
.ico-email {
  background: url('../../images/icon/sprite-social-icons.png') scroll no-repeat 0 0;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}
.ico-twitter {
  background-position: 0 -1px;
}
.ico-facebook {
  background-position: 0 -32px;
}
.ico-email {
  background-position: 0 -61px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .ico-speech-bubble {
    background-image: url('../../images/icon/speech-bubble@2x.png');
    background-size: 49px 49px;
  }
  .ico-chevron-right {
    background-image: url('../../images/icon/chevron-double-right@2x.png');
    background-size: 16px 15px;
  }
  .ico-chevron-left {
    background-image: url('../../images/icon/chevron-double-left@2x.png');
    background-size: 16px 15px;
  }
  .ico-twitter,
  .ico-facebook,
  .ico-email {
    background-image: url('../../images/icon/sprite-social-icons@2x.png');
    background-size: 30px 90px;
  }
}
.benefits-list {
  display: block;
  font-size: 14px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.benefits-list__item {
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.benefits-list__item:before {
  content: '';
  background: no-repeat scroll 0 0;
  background-image: url("../../images/icon/green-tick-list-icon.png");
  width: 19px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .benefits-list__item:before {
    background-image: url("../../images/icon/green-tick-list-icon@2x.png");
    background-size: 19px 16px;
  }
}
.benefits-list__item span {
  font-weight: normal;
}
.benefits-list--landing {
  font-size: 16px;
}
.benefits-list--landing .benefits-list__item {
  margin-bottom: 20px;
  font-weight: bold;
}
.hero-card .benefits-list__item {
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-card .benefits-list__item {
    padding-left: 0;
  }
  .hero-card .benefits-list__item:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .hero-card .benefits-list__item {
    font-size: 15px;
    padding-left: 30px;
  }
  .hero-card .benefits-list__item:before {
    display: block;
  }
}
.list-group-navigation-wrapper {
  border: 1px solid #E7E7E7;
  padding: 16px;
  margin-bottom: 25px;
}
.list-group-navigation__title {
  font-size: 20px;
}
.list-group-navigation__title--trust {
  color: #7EB04C;
}
.list-group-navigation {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.list-group-navigtion__item {
  background-color: #F9F6F2;
  border-radius: 0;
  border: 0;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.list-group-navigtion__item a {
  color: #5E5E5E;
}
.list-group-navigtion__item--child {
  padding-left: 25px;
}
.list--indented {
  list-style: none;
  padding-left: 18px;
}
.newsletter-signup {
  border-radius: 0;
  background: #fff;
  padding: 30px 22px;
  margin-bottom: 20px;
  padding: 16px 16px 26px;
}
.newsletter-signup:before,
.newsletter-signup:after {
  content: " ";
  display: table;
}
.newsletter-signup:after {
  clear: both;
}
.newsletter-signup:before,
.newsletter-signup:after {
  content: " ";
  display: table;
}
.newsletter-signup:after {
  clear: both;
}
.form-title {
  color: #706947;
  font-weight: 200;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}
.newsletter-signup .form-group {
  margin-bottom: 8px;
}
.newsletter-signup .form-group:before,
.newsletter-signup .form-group:after {
  content: " ";
  display: table;
}
.newsletter-signup .form-group:after {
  clear: both;
}
.newsletter-signup .form-group:before,
.newsletter-signup .form-group:after {
  content: " ";
  display: table;
}
.newsletter-signup .form-group:after {
  clear: both;
}
.newsletter-signup .form-control {
  background-color: #F4F4F4;
  border: none;
  box-shadow: none;
  padding-left: 15px;
  height: 48px;
  width: 100%;
}
.newsletter-signup .form-control-name {
  display: block;
  float: left;
  width: 49%;
}
.newsletter-signup .form-control-name:first-child {
  margin-right: 2%;
}
.newsletter-signup .btn.btn--submit {
  display: block;
  float: right;
  padding: 0;
  width: 100%;
  height: 48px;
}
@media (min-width: 768px) {
  .newsletter-signup {
    padding-bottom: 6px;
  }
  .newsletter-signup .form-group {
    float: left;
    width: 45%;
  }
  .newsletter-signup .form-group-inline {
    padding-left: 1%;
    width: calc(55% - 128px);
  }
  .newsletter-signup .btn.btn--submit {
    display: inline-block;
    width: 120px;
  }
}
@media (min-width: 992px) {
  .newsletter-signup .form-group {
    width: 100%;
  }
  .newsletter-signup .form-group-inline {
    padding-left: 0;
    width: calc(100% - 124px);
    display: inline-block;
  }
  .newsletter-signup .form-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .newsletter-signup--trust {
    padding-bottom: 6px;
  }
  .newsletter-signup--trust .form-group {
    display: inline-block;
    width: 45%;
  }
  .newsletter-signup--trust .form-group-inline {
    padding-left: 1%;
    width: calc(55% - 128px);
  }
  .newsletter-signup--trust .btn.btn--submit {
    display: inline-block;
    width: 120px;
  }
}
.newsletter-signup--campaign {
  padding: 0;
}
@media (max-width: 991px) {
  .newsletter-signup--campaign .form-group {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .newsletter-signup--campaign .form-group-inline {
    width: calc(100% - 124px);
  }
}
@media (max-width: 767px) {
  .newsletter-signup--campaign .form-group-inline {
    width: 100%;
  }
}
.modal {
  font-size: 14px;
}
.modal-title {
  font-size: 20px;
}
.modal-header {
  background: #f1f2f5;
  border-radius: 8px 8px 0 0;
}
.modal-body {
  border-radius: 0 0 8px 8px;
  max-height: 500px;
}
.modal-subtitle {
  color: #7EB04C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
  padding-top: 20px;
}
.modal-image-caption {
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .mobility-modal {
    padding: 15px;
  }
}
.mobility-modal .modal-dialog {
  margin: 100px auto 30px;
  max-width: 440px;
}
.mobility-modal .modal-content {
  border-radius: 3px;
  border: 4px solid #FFF;
}
.mobility-modal__header {
  background-image: url('../../images/hero/mobility-scooter-modal-bg.jpg');
  height: 130px;
  padding-top: 50px;
}
.mobility-modal__close {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mobility-modal__close:hover {
  cursor: pointer;
}
.mobility-modal__title {
  color: #FFF;
  font-size: 29px;
  text-align: center;
}
.mobility-modal__subtitle {
  font-size: 24px;
}
.mobility-modal__body {
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .mobility-modal__body {
    padding: 25px 15px;
  }
}
.mobility-modal__body .benefits-list {
  margin-bottom: 20px;
}
.mobility-modal__body .benefits-list__item {
  color: #958C80;
}
.mobility-modal__btn {
  padding: 23px 15px;
  margin-bottom: 20px;
}
.mobility-modal__close-box {
  background-color: #FFF;
  border: 2px solid  #D5D5D5;
  color: #958C80;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: center;
}
.mobility-modal__close-box:hover,
.mobility-modal__close-box:focus,
.mobility-modal__close-box:active {
  cursor: pointer;
}
.about-modal__content {
  animation: titlesIn 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  padding: 50px 80px;
  position: relative;
}
@media (max-width: 992px) {
  .about-modal__content {
    padding: 28px;
  }
}
.about-modal-dialog {
  margin: 60px auto;
  width: 850px;
}
@media (max-width: 992px) {
  .about-modal-dialog {
    width: 100%;
  }
}
.about-modal {
  animation: titlesIn 0.4s;
  background-repeat: no-repeat;
  margin: 50px auto 0px;
  padding: 180px 80px;
  width: 1000px;
}
.about-modal--people {
  background-image: url('../../images/story/team-v2.jpg');
  padding: 35px 80px;
  width: 750px;
}
.about-modal--gender {
  background-image: url('../../images/story/gender-equality.png');
  padding: 35px 135px 45px 55px;
  width: 750px;
}
.about-modal--vision {
  background-image: url('../../images/story/vision.jpg');
  background-size: cover;
  padding: 35px 80px;
  width: 750px;
}
.about-modal--lobbying {
  background-image: url('../../images/story/lobbying-government.png');
}
@media (max-width: 992px) {
  .about-modal {
    padding: 50px;
    width: 100%;
  }
}
.about-modal .about-dialog {
  margin: 100px auto 30px;
  max-width: 440px;
}
.about-modal__close {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.about-modal__close:hover {
  cursor: pointer;
}
.about-modal__date {
  color: #7EB04C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 10px;
}
.about-modal__title {
  animation-fill-mode: forwards;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 70px;
  line-height: 30px;
  font-size: 24px;
}
.about-modal__logo {
  margin: 0 30px;
}
.about-modal__body {
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .about-modal__body {
    padding: 25px 15px;
  }
}
.about-modal__body .benefits-list {
  margin-bottom: 20px;
}
.about-modal__body .benefits-list__item {
  color: #958C80;
}
.about-modal__btn {
  padding: 23px 15px;
  margin-bottom: 20px;
}
.about-modal__close-box {
  background-color: #FFF;
  border: 2px solid  #D5D5D5;
  color: #958C80;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: center;
}
.about-modal__close-box:hover,
.about-modal__close-box:focus,
.about-modal__close-box:active {
  cursor: pointer;
}
.reviews--row {
  min-height: 220px;
}
.reviews--landing {
  min-height: 250px;
}
.block-sharing {
  border: 5px solid #7EB04C;
  padding: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .block-sharing {
    padding: 15px;
  }
}
.block-sharing-title {
  margin-bottom: 10px;
}
.purchase-sharing-links {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.purchase-sharing-links:before,
.purchase-sharing-links:after {
  content: " ";
  display: table;
}
.purchase-sharing-links:after {
  clear: both;
}
.purchase-sharing-links:before,
.purchase-sharing-links:after {
  content: " ";
  display: table;
}
.purchase-sharing-links:after {
  clear: both;
}
@media (max-width: 991px) {
  .purchase-sharing-links {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 480px) {
  .purchase-sharing-links {
    margin-left: 0;
    margin-right: 0;
  }
}
.purchase-sharing-links .col {
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.333333%;
}
@media (max-width: 991px) {
  .purchase-sharing-links .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .purchase-sharing-links .col {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.block-sharing :last-child {
  margin-bottom: 0;
}
/*
|--------------------------------------------------------------------------
| General Widgets
|--------------------------------------------------------------------------
*/
.widget {
  border: 1px solid #cfccc1;
  border-right: none;
  margin-bottom: 15px;
  padding: 5px 0 5px 5px;
}
@media (max-width: 767px) {
  .widget {
    background: #F5F2EB;
    margin-bottom: 0;
  }
}
.widget .title {
  font-size: 17px;
  line-height: 27.3px;
  margin-bottom: 5px;
  padding: 0 5px 5px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  display: block;
  line-height: 16px;
  font-size: 15px;
  padding: 5px;
}
.widget ul li:first-child {
  padding-top: 0;
}
/*
|--------------------------------------------------------------------------
| Newsletter Signup Widget
|--------------------------------------------------------------------------
*/
.widget_eta-newsletter-signup-widget {
  padding-top: 12px;
}
.widget_eta-newsletter-signup-widget .newsletter-signup .alert {
  padding: 10px;
}
.widget_eta-newsletter-signup-widget .newsletter-signup-form {
  margin: 0 10px 10px 5px;
}
.widget_eta-newsletter-signup-widget .newsletter-signup-form input {
  margin-bottom: 8px;
}
/*
|--------------------------------------------------------------------------
| Nav Menu Widget
|--------------------------------------------------------------------------
*/
.widget_nav_menu {
  padding: 0;
}
.widget_nav_menu .menu li {
  border: none;
  display: block;
  padding: 0;
}
.widget_nav_menu .menu a {
  border-bottom: 1px solid #CFCCC1;
  border-top: 1px solid #FFF;
  color: #555555;
  display: block;
  outline: 0 none;
  font-weight: bold;
  padding: 15px 12px;
  text-decoration: none;
}
.widget_nav_menu .menu a:hover {
  color: #328CAE;
}
.widget_nav_menu .menu li:first-child a {
  border-top: none;
}
.widget_nav_menu .menu li:last-child > a {
  border-bottom: none;
}
.widget_nav_menu .menu .current_page_item,
.widget_nav_menu .menu .current-menu-item a,
.widget_nav_menu .menu .current_page_parent a {
  background: #FFF;
  color: #328CAE;
  position: relative;
}
@media (max-width: 767px) {
  .widget_nav_menu {
    border: none;
  }
  .widget_nav_menu .menu li a {
    color: #706947;
    border: none;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 20px;
  }
  .widget_nav_menu .menu li a:hover {
    text-decoration: underline;
  }
  .widget_nav_menu .menu .current_page_item,
  .widget_nav_menu .menu .current-menu-item a,
  .widget_nav_menu .menu .current_page_parent a {
    font-weight: bold;
  }
  .widget .title {
    border-bottom: none;
  }
}
/*
|--------------------------------------------------------------------------
| Cutom Widget Styles
|--------------------------------------------------------------------------
*/
.widget {
  background-image: none;
  background-color: #F7F4ED;
}
@media (max-width: 767px) {
  .widget {
    background-color: #f5f3f0;
    border: none;
    border-bottom: 1px solid #E0DDD5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#eta-archive-widget {
  display: none;
}
/*
|--------------------------------------------------------------------------
| News Widget
|--------------------------------------------------------------------------
*/
.widget_eta-latest-news {
  padding: 12px 10px;
}
.widget_eta-latest-news .title {
  border-bottom: none;
  color: #328CAE;
  font-size: 17px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .widget_eta-latest-news .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .widget_eta-latest-news .widget-post {
    border-bottom: 1px solid #999183;
    margin-bottom: 15px;
  }
}
.widget_eta-latest-news .widget-post .widget-post-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #EBE7E0;
  margin-bottom: 5px;
  width: inherit;
}
@media (max-width: 767px) {
  .widget_eta-latest-news .widget-post .widget-post-image img {
    display: none;
  }
}
.widget_eta-latest-news .widget-post .widget-post-title {
  color: #999183;
  font-size: 14px;
  margin-bottom: 5px;
}
.widget_eta-latest-news .widget-post .widget-post-date {
  font-size: 14px;
  color: #999183;
  font-family: 'arial', 'helvetica', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.widget_categories {
  padding-top: 12px;
}
.widget.widget-quick-quote-cycle-insurance {
  background: #4793AF;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 12px 12px 12px 40px;
  position: relative;
  margin: 0 auto 20px;
  max-width: 640px;
}
.widget.widget-quick-quote-cycle-insurance:before,
.widget.widget-quick-quote-cycle-insurance:after {
  content: " ";
  display: table;
}
.widget.widget-quick-quote-cycle-insurance:after {
  clear: both;
}
.widget.widget-quick-quote-cycle-insurance:before,
.widget.widget-quick-quote-cycle-insurance:after {
  content: " ";
  display: table;
}
.widget.widget-quick-quote-cycle-insurance:after {
  clear: both;
}
.widget-quick-quote-cycle-insurance a {
  color: #fff;
}
.widget-quick-quote-cycle-insurance .widget-header,
.widget-quick-quote-cycle-insurance .widget-body,
.widget-quick-quote-cycle-insurance .widget-footer,
.widget-quick-quote-cycle-insurance .btn {
  box-sizing: border-box;
}
.widget-quick-quote-cycle-insurance .widget-title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance .widget-title {
    padding-top: 10px;
  }
}
.widget-quick-quote-cycle-insurance form:before,
.widget-quick-quote-cycle-insurance form:after {
  content: " ";
  display: table;
}
.widget-quick-quote-cycle-insurance form:after {
  clear: both;
}
.widget-quick-quote-cycle-insurance form:before,
.widget-quick-quote-cycle-insurance form:after {
  content: " ";
  display: table;
}
.widget-quick-quote-cycle-insurance form:after {
  clear: both;
}
.widget-quick-quote-cycle-insurance .controls,
.widget-quick-quote-cycle-insurance .control-group {
  display: inline-block;
  margin-bottom: 0;
}
.widget-quick-quote-cycle-insurance label {
  color: #fff;
  display: inline-block;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 5px;
}
.widget-quick-quote-cycle-insurance .form-control {
  width: 90px;
}
.widget-quick-quote-cycle-insurance .quote-price {
  background: #FFF;
  color: #7EB04C;
  font-size: 35px;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.widget-quick-quote-cycle-insurance .policy-term {
  color: #777777;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  text-align: center;
}
.widget-quick-quote-cycle-insurance .widget-brand-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/widget-brand-logo.png");
  width: 86px;
  height: 86px;
  display: block;
  position: absolute;
  margin: -43px 0 0 -43px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .widget-quick-quote-cycle-insurance .widget-brand-logo {
    background-image: url("../../images/widget-brand-logo@2x.png");
    background-size: 86px 86px;
  }
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance .widget-brand-logo {
    background-size: 50px 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
  }
}
.widget-quick-quote-cycle-insurance.widget-quote-banner {
  clear: both;
}
.widget-quick-quote-cycle-insurance.widget-quote-banner .widget-header {
  margin-right: 170px;
}
.widget-quick-quote-cycle-insurance.widget-quote-banner .widget-body {
  margin-right: 180px;
  text-align: right;
}
.widget-quick-quote-cycle-insurance.widget-quote-banner .widget-footer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 22px 12px;
  width: 150px;
}
.widget-quick-quote-cycle-insurance.widget-quote-banner .widget-brand-logo {
  left: 0;
  top: 50%;
}
.widget-quick-quote-cycle-insurance.widget-quote-banner .logo-cycle-insurance {
  float: left;
  margin-top: -5px;
  margin-right: 10px;
}
.cycle-quote-replacement-value-wrap.widget-quote-banner {
  margin-right: 10px;
}
.widget-quick-quote-cycle-insurance.widget-quote-banner .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-header {
    margin: 0;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .control-group {
    display: block;
    margin: 0;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-title {
    font-size: 20px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-footer {
    margin: 60px 12px 25px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .quote-price {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .widget.widget-quick-quote-cycle-insurance.widget-quote-banner {
    padding: 30px 12px 12px;
    margin: 40px 0 25px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-footer {
    position: static;
    margin: 12px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-brand-logo {
    top: 0;
    left: 50%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-title {
    font-size: 16px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .logo-cycle-insurance {
    background-size: 41px 25px;
    width: 25px;
    height: 41px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-body {
    margin: 0;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-footer {
    margin: 12px 0;
    width: auto;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .btn,
  .widget-quick-quote-cycle-insurance.widget-quote-banner .quote-price {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .quote-price {
    padding-top: 5px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .btn {
    position: static;
  }
}
.widget-quick-quote-cycle-insurance.widget-quote-block {
  margin: 30px 20px 20px 0;
  padding: 30px 12px 12px;
  float: left;
  width: 210px;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-brand-logo {
  left: 50%;
  top: 0;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-title {
  text-align: center;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .control-group {
  display: block;
  text-align: right;
}
.widget-quick-quote-cycle-insurance.widget-quote-block label {
  font-size: 15px;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-footer:before,
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-footer:after {
  content: " ";
  display: table;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-footer:after {
  clear: both;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-footer:before,
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-footer:after {
  content: " ";
  display: table;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .widget-footer:after {
  clear: both;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .info-column,
.widget-quick-quote-cycle-insurance.widget-quote-block .cta-column {
  box-sizing: border-box;
  float: left;
  width: 45%;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .cta-column {
  width: 55%;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .logo {
  margin-top: 12px;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .quote-price {
  font-size: 26px;
  margin-bottom: 5px;
  padding-top: 5px;
}
.widget-quick-quote-cycle-insurance.widget-quote-block .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .widget-quick-quote-cycle-insurance.widget-quote-block {
    float: none;
    width: auto;
  }
}
.benefits {
  margin: 0 -30px;
}
@media (max-width: 991px) {
  .benefits {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .benefits {
    text-align: center;
  }
}
.benefit {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  display: inline-block;
  margin: 0 30px 25px;
  padding-top: 20px;
  width: 249px;
  height: 190px;
  transition: box-shadow 0.3s;
}
@media (max-width: 991px) {
  .benefit {
    margin-left: 10px;
    margin-right: 10px;
    width: 223px;
  }
}
.benefit:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.benefit__icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/benefits-sprite.png");
  width: 90px;
  height: 600px;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 90px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .benefit__icon {
    background-image: url("../../images/icon/benefits-sprite@2x.png");
    background-size: 600px 90px;
  }
}
.benefit__icon--theft {
  background-position: 0 0;
}
.benefit__icon--people {
  background-position: -100px 0;
}
.benefit__icon--cross {
  background-position: -200px 0;
}
.benefit__icon--key {
  background-position: -300px 0;
}
.benefit__icon--breakdown {
  background-position: -400px 0;
}
.benefit__icon--scooter {
  background-position: -500px 0;
}
.benefit__title {
  color: #958C80;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .benefit__title {
    font-size: 16px;
    padding: 0 10px;
  }
}
.review-box {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  font-size: 14px;
  margin-bottom: 25px;
  padding: 30px 35px;
}
.review-box__content {
  display: inline-block;
  padding-right: 50px;
  max-width: calc(100% - 146px);
  vertical-align: top;
}
@media (max-width: 767px) {
  .review-box__content {
    display: block;
    max-width: none;
    margin-bottom: 25px;
    padding: 0;
  }
}
.review-box__title {
  color: #4A4A4A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 15px;
}
.review-box__excerpt {
  font-size: 15px;
  margin: 0;
}
.review-box__trustpilot {
  display: inline-block;
  width: 142px;
}
@media (max-width: 767px) {
  .review-box__trustpilot {
    display: block;
    margin: 0 auto;
  }
}
.review-box__button {
  background-color: #7EB04C;
  color: #FFF;
  display: block;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 13px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.review-box__button:hover,
.review-box__button:focus,
.review-box__button:active {
  background-color: #719e44;
  color: #FFF;
}
.call-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background: url('../../images/call-adviser.jpg') no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  margin-bottom: 50px;
  max-width: 354px;
}
@media (max-width: 767px) {
  .call-box {
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 auto 50px;
  }
}
.call-box__title {
  color: #328CAE;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 70px;
  max-width: 230px;
  padding: 32px 15px;
}
@media (max-width: 991px) {
  .call-box__title {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.call-box__footer {
  background-color: #FFF;
  display: block;
  font-family: "Adelle", "Times New Roman", Times, serif;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.call-box__footer p {
  color: #328CAE;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.call-box__footer p a {
  color: #7EB04C;
}
@media (max-width: 991px) {
  .call-box__footer p {
    font-size: 20px;
  }
}
.sticky-header {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  transition: top 0.4s;
}
.sticky-header:before,
.sticky-header:after {
  content: " ";
  display: table;
}
.sticky-header:after {
  clear: both;
}
.sticky-header:before,
.sticky-header:after {
  content: " ";
  display: table;
}
.sticky-header:after {
  clear: both;
}
.sticky-header--stuck {
  top: 0;
}
@media (max-width: 767px) {
  .sticky-header {
    display: none;
  }
}
.sticky-header__container {
  background-color: #FFF;
  border-bottom: 3px solid #7EB04C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.13);
  margin: 0 auto;
  max-width: 100%;
  padding: 15px;
  width: 960px;
}
.sticky-header__container:before,
.sticky-header__container:after {
  content: " ";
  display: table;
}
.sticky-header__container:after {
  clear: both;
}
.sticky-header__container:before,
.sticky-header__container:after {
  content: " ";
  display: table;
}
.sticky-header__container:after {
  clear: both;
}
.sticky-header__title {
  font-size: 25px;
  float: left;
  margin: 0;
  max-width: 850px;
}
.sticky-header__title span {
  color: #7EB04C;
  display: block;
}
@media (max-width: 991px) {
  .sticky-header__title {
    font-size: 22px;
  }
}
.btn.sticky-header__btn {
  float: right;
  box-shadow: none;
  line-height: 19px;
  font-size: 15px;
  padding: 14px  60px 13px 30px;
}
.btn.sticky-header__btn:after {
  right: 25px;
}
.btn.sticky-header__btn:hover:after {
  right: 20px;
}
.modal--feedback .modal-dialog {
  max-width: 500px;
  margin-top: 100px;
}
.modal--feedback .close {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  opacity: 1;
  position: absolute;
  right: -30px;
  top: -30px;
  text-shadow: none;
}
.purchase-feedback {
  padding: 15px;
  text-align: center;
}
.purchase-feedback__title {
  font-size: 25px;
  margin-bottom: 10px;
}
.purchase-feedback__subtitle {
  line-height: 22px;
  margin-bottom: 25px;
}
.purchase-feedback__input {
  background-color: #EFEFEF;
  border: none;
  display: block;
  font-weight: 600;
  padding: 15px;
  resize: vertical;
  width: 100%;
}
.purchase-feedback__footer {
  padding-top: 15px;
}
.purchase-feedback__button {
  font-size: 16px;
  font-weight: 300;
  padding: 12px 40px;
}
.product-panel {
  background-color: #FFF;
  border: 4px solid #328CAE;
  padding: 25px;
}
.product-panel ul {
  padding-left: 20px;
}
.mega-menu-container {
  position: relative;
  padding: 0;
}
.mega-menu-navbar {
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-temp-campaign-landing .navigation-mega-menu {
  display: none;
}
.navigation-mega-menu {
  float: right;
  list-style: none;
}
@media (max-width: 767px) {
  .navigation-mega-menu {
    display: none;
  }
}
.navigation-mega-menu > ul {
  float: left;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.navigation-mega-menu > ul > li {
  display: block;
  float: left;
  line-height: 20px;
}
.navigation-mega-menu > ul > li > a {
  display: block;
  padding: 14px 24px;
  position: relative;
  text-decoration: none;
}
.navigation-mega-menu > ul > li > a:after {
  content: '';
  background-color: #E5E2DD;
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
}
@media (max-width: 991px) {
  .navigation-mega-menu > ul > li > a {
    padding: 15px 10px;
  }
}
.navigation-mega-menu > ul > li > a > span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.navigation-mega-menu > ul ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.navigation-mega-menu > ul > li > .sub-menu {
  display: none;
  background-color: #FFF;
  border-radius: 0px;
  border: 3px solid #328CAE;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  float: left;
  left: 0;
  top: 100%;
  margin-top: 0;
  min-width: 160px;
  padding: 30px 25px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.navigation-mega-menu > ul .sub-menu .sub-menu {
  padding-top: 20px;
}
.navigation-mega-menu > ul > li > .sub-menu > li {
  float: left;
  position: relative;
  width: 250px;
}
.navigation-mega-menu > ul > li > .sub-menu > li:before,
.navigation-mega-menu > ul > li > .sub-menu > li:after {
  content: " ";
  display: table;
}
.navigation-mega-menu > ul > li > .sub-menu > li:after {
  clear: both;
}
.navigation-mega-menu > ul > li > .sub-menu > li:before,
.navigation-mega-menu > ul > li > .sub-menu > li:after {
  content: " ";
  display: table;
}
.navigation-mega-menu > ul > li > .sub-menu > li:after {
  clear: both;
}
@media (max-width: 991px) {
  .navigation-mega-menu > ul > li > .sub-menu > li {
    width: 30%;
  }
}
.navigation-mega-menu > ul > li > .sub-menu > li:first-child {
  width: 324px;
}
@media (max-width: 991px) {
  .navigation-mega-menu > ul > li > .sub-menu > li:first-child {
    width: 40%;
  }
}
.navigation-mega-menu > ul > li > .sub-menu > li:first-child:after {
  content: "";
  background-color: #EBE9E6;
  display: block;
  position: absolute;
  right: 45px;
  top: 10%;
  width: 3px;
  height: 80%;
}
@media (max-width: 991px) {
  .navigation-mega-menu > ul > li > .sub-menu > li:first-child:after {
    display: none;
  }
}
.navigation-mega-menu > ul li a {
  color: #328CAE;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991px) {
  .navigation-mega-menu > ul li a {
    font-size: 15px;
    line-height: 34px;
  }
}
.navigation-mega-menu > ul > .is-open > a {
  background-color: #328CAE;
  color: #FFF;
}
.navigation-mega-menu > ul > .is-open > a:after {
  display: none;
}
.navigation-mega-menu > ul > li > .sub-menu > li > a {
  cursor: default;
  color: #7EB04C;
  font-size: 21px;
}
.navigation-mega-menu > ul > li > .sub-menu > li > a:active,
.navigation-mega-menu > ul > li > .sub-menu > li > a:focus,
.navigation-mega-menu > ul > li > .sub-menu > li > a:hover {
  background: none;
  color: #7EB04C;
  outline: none;
  text-decoration: none;
}
@media (max-width: 992px) {
  .navigation-mega-menu > ul > li > .sub-menu > li > a {
    font-size: 16px;
  }
}
.navigation-mega-menu > ul .sub-menu .sub-menu li {
  margin-bottom: 15px;
}
.navigation-mega-menu > ul .sub-menu .sub-menu li a {
  color: #706947;
  font-size: 14px;
  font-weight: 400;
}
.navigation-mega-menu > ul .sub-menu .sub-menu li a:focus,
.navigation-mega-menu > ul .sub-menu .sub-menu li a:active,
.navigation-mega-menu > ul .sub-menu .sub-menu li a:hover {
  background: none;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .navigation-mega-menu > ul .sub-menu .sub-menu li {
    margin-bottom: 2px;
  }
}
.navigation-mega-menu > ul .sub-menu li:first-child .sub-menu a {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .navigation-mega-menu > ul .sub-menu li:first-child .sub-menu a {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
.navigation-mega-menu > ul .is-open .sub-menu {
  display: block;
}
.navigation-mega-menu .eta-trust-navigation > li > a {
  color: #7EB04C;
}
.navigation-mega-menu .eta-trust-navigation > li > a:after {
  display: none;
}
.navigation-mega-menu > .eta-trust-navigation > .is-open > a {
  background-color: #7EB04C;
  color: #FFF;
}
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu {
  border-color: #7EB04C;
}
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu > li > a {
  color: #498d16;
}
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu > li > a:hover,
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu > li > a:focus,
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu > li > a:active {
  color: #498d16;
}
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu > li:nth-child(n+2) {
  width: 20%;
}
.navigation-mega-menu > .eta-trust-navigation > li > .sub-menu > li:nth-child(-n+2) {
  width: 30%;
}
.page-template-temp-campaign-landing .ancillary-navigation {
  display: none;
}
.ancillary-navigation {
  float: right;
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .ancillary-navigation {
    display: none;
  }
}
.ancillary-navigation .menu-item {
  float: left;
  margin-top: 14px;
}
.ancillary-navigation .menu-item a {
  border-left: 1px solid #AEAEAE;
  color: #555555;
  font-size: 14px;
  padding: 0 12px;
}
.ancillary-navigation .menu-item a:hover,
.ancillary-navigation .menu-item a:focus,
.ancillary-navigation .menu-item a:active {
  background-color: transparent;
  outline: none;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .ancillary-navigation .menu-item a {
    font-size: 12px;
  }
}
.sidebar {
  float: left;
  width: 200px;
}
.offcanvas-primary-menu {
  display: none;
  padding: 30px 0 0 0;
  margin-bottom: 10px;
}
.offcanvas-primary-menu .primary-mobile-menu,
.offcanvas-primary-menu .secondary-mobile-menu,
.offcanvas-primary-menu .tertiary-mobile-menu {
  margin: 0;
  padding-left: 0;
}
.offcanvas-primary-menu .secondary-mobile-menu,
.offcanvas-primary-menu .tertiary-mobile-menu,
.offcanvas-primary-menu .eta-trust-mobile-menu {
  padding-bottom: 10px;
  border-bottom: 1px solid #E0DDD5;
}
.offcanvas-primary-menu .menu li {
  border: none;
  display: block;
  padding: 0;
}
.offcanvas-primary-menu .menu a {
  outline: 0 none;
}
.offcanvas-primary-menu .sub-menu {
  display: none;
  padding-left: 0;
}
.offcanvas-primary-menu .menu a {
  color: #328CAE;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}
.offcanvas-primary-menu .menu a:hover {
  color: #328CAE;
}
.primary-mobile-menu .menu-item-has-children > a {
  position: relative;
}
.primary-mobile-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  background-image: url('../../images/icon/dropdown-menu-arrow@2x.svg');
  background-size: 16px 8px;
  width: 16px;
  height: 8px;
  top: calc(50% - 4px);
  right: 30px;
}
.primary-mobile-menu > li > a:hover {
  background-color: #f1eeea;
}
.primary-mobile-menu > li > .sub-menu > li > a {
  background-color: #ECE9E4;
  color: #706947;
  padding-left: 30px;
}
.primary-mobile-menu > li > .sub-menu > li > a:hover {
  background-color: #e6e2db;
}
.primary-mobile-menu > li > .sub-menu .sub-menu a {
  background-color: #DBD5CB;
  color: #706947;
  padding-left: 40px;
}
.primary-mobile-menu > li > .sub-menu .sub-menu a:hover {
  background-color: #d5cec2;
}
.offcanvas-primary-menu .secondary-mobile-menu li a,
.offcanvas-primary-menu .tertiary-mobile-menu li a {
  color: #706947;
  padding: 10px 20px;
}
.offcanvas-primary-menu .secondary-mobile-menu li a:hover,
.offcanvas-primary-menu .tertiary-mobile-menu li a:hover {
  text-decoration: underline;
}
.offcanvas-primary-menu .tertiary-mobile-menu li a {
  font-size: 13px;
}
@media (max-width: 767px) {
  .offcanvas-primary-menu {
    display: block;
  }
  .sidebar {
    background-color: #F5F3F0;
    display: block;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -300px;
    left: auto;
    width: 300px;
    z-index: 10;
    transition: right 0.5s ease;
  }
  .is-open .sidebar {
    right: 0;
  }
}
.offcanvas-primary-menu .eta-trust-mobile-menu a,
.offcanvas-primary-menu .eta-trust-mobile-menu a:hover,
.offcanvas-primary-menu .eta-trust-mobile-menu a:focus,
.offcanvas-primary-menu .eta-trust-mobile-menu a:active {
  color: #7EB04C;
}
.social-navigation {
  display: none;
}
.social-navigation:before,
.social-navigation:after {
  content: " ";
  display: table;
}
.social-navigation:after {
  clear: both;
}
.social-navigation:before,
.social-navigation:after {
  content: " ";
  display: table;
}
.social-navigation:after {
  clear: both;
}
.social-navigation li {
  float: left;
  list-style-type: none;
}
.social-navigation .social-icon {
  background: no-repeat scroll 0 0;
  background-image: url("../../images/icon/social/social-icons-sprite.png");
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  width: 56px;
  height: 56px;
  display: block;
  margin-right: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .social-navigation .social-icon {
    background-image: url("../../images/icon/social/social-icons-sprite@2x.png");
    background-size: 452px 96px;
  }
}
.social-navigation .twitter-icon {
  background-position: 0 -40px;
}
.social-navigation .pinterest-icon {
  background-position: -66px -40px;
}
.social-navigation .facebook-icon {
  background-position: -132px -40px;
}
.social-navigation .linkedin-icon {
  background-position: -198px -40px;
}
.social-navigation .instagram-icon {
  background-position: -264px -40px;
}
.social-navigation .google-icon {
  background-position: -330px -40px;
}
.social-navigation .youtube-icon {
  background-position: -396px -40px;
}
.community-section .social-navigation .social-icon {
  width: 30px;
  height: 30px;
}
.community-section .social-navigation .twitter-icon {
  background-position: 0 0;
}
.community-section .social-navigation .pinterest-icon {
  background-position: -40px 0;
}
.community-section .social-navigation .facebook-icon {
  background-position: -80px 0;
}
.community-section .social-navigation .linkedin-icon {
  background-position: -120px 0;
}
.community-section .social-navigation .instagram-icon {
  background-position: -160px 0;
}
.community-section .social-navigation .google-icon {
  background-position: -200px 0;
}
.community-section .social-navigation .youtube-icon {
  background-position: -240px 0;
}
.site-footer .social-navigation {
  margin: 0 auto 20px;
  max-width: 264px;
}
.site-footer .social-navigation .social-icon {
  margin: 0 5px 5px;
}
.site-footer .social-navigation .instagram-icon {
  margin-left: 33px;
}
@media (min-width: 768px) {
  .social-navigation {
    display: block;
  }
}
.wizard {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .wizard {
    margin: 60px 0 30px;
  }
}
.wizard__inner {
  position: relative;
  text-align: justify;
  z-index: 100;
}
.wizard__inner:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.wizard__bar {
  background-color: #D7D8DA;
  border-radius: 100px;
  display: block;
  margin-top: -18px;
  position: relative;
  width: 100%;
  height: 10px;
}
.wizard__bar:after {
  background-color: #97C463;
  border-radius: 100px;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
}
.wizard__bar--third:after {
  width: 33.33%;
}
.wizard__bar--half:after {
  width: 50%;
}
.wizard__bar--twothirds:after {
  width: 66.66%;
}
.wizard__bar--full:after {
  width: 100%;
}
.wizard__step {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 30px;
}
.wizard__step:first-child {
  margin-left: -15px;
}
.wizard__step:last-child {
  margin-right: -16px;
}
.wizard__control {
  background: #D7D8DA scroll no-repeat center center;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.wizard__step--full .wizard__control,
.wizard__step--complete .wizard__control {
  background-color: #97C463;
}
.wizard__step--complete .wizard__control {
  background-image: url("../../images/icon/wizard-tick.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .wizard__step--complete .wizard__control {
    background-image: url("../../images/icon/wizard-tick@2x.png");
    background-size: 14px 14px;
  }
}
.wizard__text {
  color: #328CAE;
  font-family: "Adelle", "Times New Roman", Times, serif;
  text-align: center;
  width: 50px;
}
.comment-list {
  list-style: none;
  margin: 0 0 30px;
}
.comment-list .children {
  list-style: none;
}
.comment-container {
  margin-bottom: 30px;
}
.comment-body {
  border: 1px solid #E0E0E0;
  padding: 12px;
}
.comment-body p:last-child {
  margin-bottom: 0;
}
.comment-list .children .comment-author {
  background: url('../../images/icon/comment-reply.png') scroll no-repeat left center;
  padding-left: 25px;
  margin-left: -25px;
}
.comment-author,
.comment-date,
.comment-reply {
  float: left;
  margin-right: 10px;
}
.comment-date,
.comment-reply {
  font-size: 12px;
  margin-top: 2px;
}
.comment-author {
  margin-bottom: 8px;
}
.comments-meta {
  float: right;
}
.comments-meta:before,
.comments-meta:after {
  content: " ";
  display: table;
}
.comments-meta:after {
  clear: both;
}
.comments-meta:before,
.comments-meta:after {
  content: " ";
  display: table;
}
.comments-meta:after {
  clear: both;
}
.comments-meta p {
  float: right;
  margin-bottom: 0;
}
.comments-meta p span,
.comments-meta p a {
  display: block;
  padding-left: 4px;
}
.comments-meta p span {
  color: #328CAE;
  font-family: 'arial', 'helvetica', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}
.comments-meta p a {
  color: #A49183;
  font-size: 13px;
  text-decoration: underline;
  font-family: "Adelle", "Times New Roman", Times, serif;
}
.comment-speech-icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/social/comments-speech-icon.png");
  width: 39px;
  height: 39px;
  float: left;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .comment-speech-icon {
    background-image: url("../../images/icon/social/comments-speech-icon@2x.png");
    background-size: 39px 39px;
  }
}
@media (max-width: 767px) {
  .comment-speech-icon {
    display: none;
  }
}
.page-template-campaign-template .comments {
  margin-top: 50px;
}
.page-template-temp-campaign-landing .quote-widget {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-temp-campaign-landing .quote-widget {
    margin-bottom: 50px;
  }
}
.page-template-temp-campaign-landing .quote-widget .quote-widget__header {
  margin-bottom: 25px;
}
.page-template-temp-campaign-landing .quote-widget .quote-widget__title {
  margin-bottom: 10px;
}
.page-template-temp-campaign-landing .quote-widget .quote-widget__sub-title {
  display: block;
}
.page-template-temp-campaign-landing .quote-widget .quote-widget__price-comment {
  display: block;
}
.quote-widget {
  background-color: #4B8B9F;
  font-family: "Adelle", "Times New Roman", Times, serif;
  margin-bottom: 30px;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .quote-widget {
    margin-bottom: 50px;
  }
}
.quote-widget .badge-discount {
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: -20px;
}
.quote-widget__title {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.quote-widget__sub-title {
  display: none;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.quote-widget__row {
  margin-bottom: 8px;
}
.quote-widget__row:before,
.quote-widget__row:after {
  content: " ";
  display: table;
}
.quote-widget__row:after {
  clear: both;
}
.quote-widget__row:before,
.quote-widget__row:after {
  content: " ";
  display: table;
}
.quote-widget__row:after {
  clear: both;
}
.quote-widget__label {
  color: #FFF;
  font-weight: 300;
  letter-spacing: 1px;
  float: left;
  margin: 8px 0;
  padding-right: 10px;
  font-size: 17px;
  text-align: right;
  width: 50%;
}
@media (max-width: 991px) {
  .quote-widget__label {
    float: none;
    margin: 0 0 5px 0;
    text-align: left;
    width: 100%;
  }
}
.page-template-temp-campaign-landing .quote-widget__label {
  float: none;
  margin: 0 0 5px 0;
  text-align: left;
  width: 100%;
}
.quote-widget__max-value {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding-right: 10px;
}
.quote-widget__input {
  border: 1px solid #2C7086;
  float: left;
  width: 50%;
  height: 40px;
}
.quote-widget__input:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 991px) {
  .quote-widget__input {
    float: none;
    width: 100%;
  }
}
.page-template-temp-campaign-landing .quote-widget__input {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-temp-campaign-landing .quote-widget__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .page-template-temp-campaign-landing .quote-widget__content .quote-widget__fields {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page-template-temp-campaign-landing .quote-widget__content .quote-widget__outputs {
    width: 50%;
    padding-left: 40px;
  }
}
.quote-widget__prices {
  background-color: #FFF;
  padding: 20px 0;
  position: relative;
  margin-top: 20px;
}
.quote-widget__prices:before,
.quote-widget__prices:after {
  content: " ";
  display: table;
}
.quote-widget__prices:after {
  clear: both;
}
.quote-widget__prices:before,
.quote-widget__prices:after {
  content: " ";
  display: table;
}
.quote-widget__prices:after {
  clear: both;
}
.quote-widget__prices:before {
  content: '';
  background-color: #D1D2D5;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  width: 1px;
  height: 60px;
}
@media (max-width: 991px) {
  .quote-widget__prices:before {
    height: 30px;
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .quote-widget__prices {
    margin-top: 20px;
  }
}
.quote-widget__price {
  color: #7EB04C;
  float: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 50%;
}
@media (max-width: 991px) {
  .quote-widget__price {
    font-size: 20px;
  }
}
.quote-widget__price__term {
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.quote-widget__footer {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .quote-widget__footer {
    padding: 10px 0;
  }
}
.quote-widget__btn {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 12px 19px;
}
.quote-widget__single-price {
  background-color: #FFF;
  border: 1px solid #2C7086;
  padding: 20px;
  width: 125px;
  margin: 0 auto;
  position: relative;
}
.quote-widget__single-price:before,
.quote-widget__single-price:after {
  content: " ";
  display: table;
}
.quote-widget__single-price:after {
  clear: both;
}
.quote-widget__single-price:before,
.quote-widget__single-price:after {
  content: " ";
  display: table;
}
.quote-widget__single-price:after {
  clear: both;
}
.quote-widget__single-price__term {
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-left: 25px;
}
.quote-widget__price-comment {
  display: none;
  color: white;
  font-size: 12px;
}
.quick-quote {
  background-color: #328CAE;
  border: 2px solid #85c3db;
  padding: 20px;
  margin-bottom: 30px;
}
.quick-quote form:before,
.quick-quote form:after {
  content: " ";
  display: table;
}
.quick-quote form:after {
  clear: both;
}
.quick-quote form:before,
.quick-quote form:after {
  content: " ";
  display: table;
}
.quick-quote form:after {
  clear: both;
}
.quick-quote__body {
  float: left;
  max-width: calc(100% - 150px);
  padding-right: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .quick-quote__body {
    float: none;
    max-width: none;
    padding: 0;
  }
}
.quick-quote__title {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .quick-quote__title {
    font-size: 20px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .quick-quote__title {
    font-size: 18px;
  }
}
.quick-quote__controls:before,
.quick-quote__controls:after {
  content: " ";
  display: table;
}
.quick-quote__controls:after {
  clear: both;
}
.quick-quote__controls:before,
.quick-quote__controls:after {
  content: " ";
  display: table;
}
.quick-quote__controls:after {
  clear: both;
}
.quick-quote__group {
  float: left;
  max-width: 150px;
  padding: 0 10px;
  width: 100%;
}
.quick-quote__group:first-child {
  padding-left: 0;
}
.quick-quote__group--slider {
  max-width: calc(100% - 150px);
}
@media (max-width: 991px) {
  .quick-quote__group {
    float: none;
    margin-bottom: 15px;
    max-width: none;
    padding: 0;
  }
}
.quick-quote__label {
  color: #FFF;
  display: block;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
@media (max-width: 767px) {
  .quick-quote__label {
    font-size: 13px;
  }
}
.quick-quote__input {
  text-transform: uppercase;
}
.has-error .quick-quote__input {
  box-shadow: none;
}
.quick-quote__footer {
  float: left;
  max-width: 150px;
  padding-top: 11px;
  width: 100%;
}
@media (max-width: 991px) {
  .quick-quote__footer {
    float: none;
    max-width: none;
  }
}
.quick-quote__price {
  border: 1px solid #E0E0E0;
  background-color: #fff;
  color: #7EB04C;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 4px 5px;
  text-align: center;
}
.quick-quote__button {
  border: none;
  border-radius: 0px;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 10px 19px;
  width: 100%;
}
.quick-quote__error {
  color: #FFF;
  display: block;
  font-size: 12px;
}
.rangeslider {
  background: #fff;
  border: none;
  box-shadow: none;
  height: 10px;
  margin-top: 15px;
}
.rangeslider__fill {
  background-color: #7EB04C;
  border: none;
  box-shadow: none;
}
.rangeslider__handle {
  background-color: #7EB04C;
  background-image: none;
  border: 2px solid #a3d175;
  color: #FFF;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.rangeslider__handle:after {
  display: none;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -8px;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px #ededed;
}
.rangeslider__label {
  color: #FFF;
  display: block;
  float: left;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 17px;
  padding: 7px 6px 0;
}
.rangeslider__label:last-child {
  float: right;
}
.card {
  border-radius: 0;
  background: #fff;
  padding: 30px 22px;
  margin-bottom: 20px;
}
.card:before,
.card:after {
  content: " ";
  display: table;
}
.card:after {
  clear: both;
}
.card:before,
.card:after {
  content: " ";
  display: table;
}
.card:after {
  clear: both;
}
.article-card {
  background: #fff;
  padding: 30px 22px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.article-card:before,
.article-card:after {
  content: " ";
  display: table;
}
.article-card:after {
  clear: both;
}
.article-card:before,
.article-card:after {
  content: " ";
  display: table;
}
.article-card:after {
  clear: both;
}
.article-card-primary,
.article-card-secondary {
  background: #fff;
  padding: 30px 22px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.article-card-primary:before,
.article-card-secondary:before,
.article-card-primary:after,
.article-card-secondary:after {
  content: " ";
  display: table;
}
.article-card-primary:after,
.article-card-secondary:after {
  clear: both;
}
.article-card-primary:before,
.article-card-secondary:before,
.article-card-primary:after,
.article-card-secondary:after {
  content: " ";
  display: table;
}
.article-card-primary:after,
.article-card-secondary:after {
  clear: both;
}
@media (max-width: 991px) {
  .article-card-primary {
    width: calc(50% - 8px);
    float: left;
    min-height: 295px;
  }
}
@media (max-width: 767px) {
  .article-card-primary {
    float: none;
    margin: 0 auto 20px;
    max-width: 460px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article-card-primary:last-child {
    float: right;
  }
}
.article-card-primary.article-hidden {
  display: none;
}
@media (max-width: 991px) {
  .article-card-primary.article-hidden {
    display: block;
  }
}
@media (max-width: 767px) {
  .article-card-primary.article-hidden {
    display: none;
  }
}
.article-header {
  background-color: #FFF;
  padding: 15px 20px 10px 15px;
}
@media (max-width: 767px) {
  .article-header {
    padding: 20px 10px 10px;
  }
}
.article-title {
  font-size: 21px;
  margin-bottom: 10px;
}
.article-card-secondary .article-title {
  font-size: 14px;
}
.article-title a {
  color: #706947;
}
.article-category {
  color: #7EB04C;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-card-primary--trust {
    width: 100%;
  }
}
.hero-cards-container {
  margin-top: -315px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-cards-container {
    margin: 0;
  }
}
.hero-cards-container .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 991px) {
  .hero-cards-container .row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (max-width: 767px) {
  .hero-cards-container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.hero-cards-container--turst {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .hero-cards-container--turst {
    margin-top: -265px;
  }
}
@media (max-width: 767px) {
  .hero-cards-container--turst {
    margin: 20px 0;
  }
}
.hero-card-column {
  width: 33.3333%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .hero-card-column {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 767px) {
  .hero-card-column {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hero-card {
  border-radius: 0;
  background: #fff;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, #FFFFFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff', endColorstr='#ffffffff', GradientType=0);
  border-radius: 4px;
  border: 1px solid #E0DEDA;
  margin-bottom: -19px;
  padding: 30px 22px;
}
.hero-card:before,
.hero-card:after {
  content: " ";
  display: table;
}
.hero-card:after {
  clear: both;
}
.hero-card:before,
.hero-card:after {
  content: " ";
  display: table;
}
.hero-card:after {
  clear: both;
}
@media (max-width: 767px) {
  .hero-card {
    padding: 18px 16px;
    margin-bottom: 15px;
  }
}
.hero-card__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.hero-card__title:after {
  content: "";
  background-image: url("../../images/icon/sprite-product-icons.png");
  background-size: 153px 32px;
  position: absolute;
  top: -8px;
  right: 0;
  width: 51px;
  height: 31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hero-card__title:after {
    background-image: url("../../images/icon/sprite-product-icons@2x.png");
    background-size: 153px 32px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .hero-card__title:after {
    background-image: none;
  }
}
.btn.button-start-quote {
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  text-shadow: 0px 1px 2px #20424C;
}
.btn.button-start-quote:after {
  right: 35px;
}
.btn.button-start-quote:hover:after {
  right: 30px;
}
@media (max-width: 991px) {
  .btn.button-start-quote {
    font-size: 14px;
    padding: 15px;
  }
  .btn.button-start-quote:after {
    right: 20px;
  }
  .btn.button-start-quote:hover:after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .btn.button-start-quote:after {
    margin-top: -16px;
  }
}
.hero-card--trust {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, #FFFFFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#ffffffff', GradientType=0);
  padding: 22px;
  position: relative;
  height: 435px;
}
@media (max-width: 991px) {
  .hero-card--trust {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .hero-card--trust {
    height: 400px;
    margin: 10px auto;
    max-width: 300px;
  }
}
.hero-card__button {
  position: absolute!important;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
.hero-card__image {
  margin-bottom: 15px;
}
.hero-card--trust__title {
  color: #7EB04C;
  margin-bottom: 10px;
}
.hero-card__excerpt {
  font-size: 16px;
  color: #5E5C5A;
  line-height: 22px;
  margin-bottom: 10px;
}
.landing-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .landing-cards {
    display: none;
  }
}
.landing-card {
  background: #328CAE;
  border-radius: 8px;
  display: flex;
  flex: 0 0 48%;
  flex-direction: column;
  padding: 40px 40px 30px 40px;
}
.landing-card * {
  color: white;
}
.landing-card__title {
  text-align: center;
}
.landing-card__title:after {
  background: white;
  content: '';
  display: block;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}
.landing-card__icon {
  margin-left: 15px;
  max-width: 95px;
}
.landing-card__subtitle {
  margin: 0 auto 15px;
  max-width: 300px;
  text-align: center;
}
.landing-card__list {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
.landing-card__list li {
  margin-bottom: 10px;
}
.landing-card__footer {
  margin-top: auto;
  text-align: center;
  font-size: 12px;
}
.landing-card__footer p {
  margin-bottom: 0;
  font-weight: 500;
}
.landing-card__footer .btn {
  border: 3px solid #FFF;
  padding: 15px 0;
  margin-bottom: 10px;
}
.campaign-landing-cards {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .campaign-landing-cards {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.campaign-landing-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}
.campaign-landing-card p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .campaign-landing-card {
    margin-bottom: 20px;
  }
  .campaign-landing-card h4 {
    margin-bottom: 10px;
  }
}
.carbon-offset-project-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}
.carbon-offset-project-card h4 {
  margin-top: 15px;
}
.carbon-offset-project-card p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .carbon-offset-project-card {
    margin-bottom: 20px;
  }
}
.carbon-offset-project-card-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .carbon-offset-project-card-img {
    height: 300px;
  }
}
.carbon-offset-project-card-img__cooking-stoves {
  background-image: url('../../images/carbon-offset-projects/preparing-family-food.jpg');
}
.carbon-offset-project-card-img__water-solutions {
  background-image: url('../../images/carbon-offset-projects/water-gathering.jpg');
}
.carbon-offset-project-card-img__forest-conservation {
  background-image: url('../../images/carbon-offset-projects/lake-hut.jpg');
}
.content.blog {
  padding-top: 20px;
}
.collection.news .feature-image {
  margin-bottom: 15px;
}
.collection.news .feature-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.collection.news .entry-title {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .collection.news .entry-title {
    font-size: 28px;
    margin-right: 30px;
  }
}
.entry-title {
  font-size: 30px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .entry-title {
    margin-right: 0;
  }
}
.entry-header {
  border-bottom: 6px solid #ECE7E1;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.entry-timestamp {
  background: #fff;
  color: #328CAE;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 16.8px;
  padding: 5px 0 5px 15px;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.entry-feature-image {
  margin: 0 0 20px;
}
.feature-image {
  border: 6px solid #EBE7E0;
  position: relative;
  margin-bottom: 0.71428571;
}
.single-andrews_blog .content,
.single-trust_news .content,
.single-post .content {
  padding-top: 20px;
}
.post-introduction {
  margin-bottom: 30px;
  text-align: center;
}
.post-introduction p {
  text-align: left;
}
.post-content {
  margin-bottom: 20px;
}
.post-content:before,
.post-content:after {
  content: " ";
  display: table;
}
.post-content:after {
  clear: both;
}
.post-content:before,
.post-content:after {
  content: " ";
  display: table;
}
.post-content:after {
  clear: both;
}
.blog .related-posts,
.related-posts {
  padding: 10px 0 20px;
}
@media (max-width: 767px) {
  .blog .related-posts,
  .related-posts {
    margin: 0 auto;
    max-width: 460px;
  }
}
.related-posts-title {
  margin-bottom: 15px;
}
.related-posts .post-item .post-item-image {
  border: 4px solid #ebe7e0;
  margin-bottom: 5px;
  text-align: center;
}
.related-posts .post-item .post-item-image img {
  width: 100%;
}
.related-posts .post-item--campaign .post-item-image {
  background-position: center;
}
.related-posts .post-item-title {
  color: #999183;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.related-posts .post-item-title--large {
  color: #328CAE;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.related-posts .post-item-date {
  font-size: 14px;
  color: #999183;
  font-family: 'arial', 'helvetica', sans-serif;
  font-weight: bold;
}
.widget-quick-quote-cycle-insurance label,
.widget-quick-quote-cycle-insurance .controls {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.widget-quick-quote-cycle-insurance label {
  line-height: 18px;
  padding-top: 0;
  position: relative;
}
.widget-quick-quote-cycle-insurance label span {
  display: block;
  font-size: 10px;
}
.widget-quote-banner.widget-quick-quote-cycle-insurance label span {
  right: 0;
  position: absolute;
  top: 100%;
}
@media (max-width: 991px) {
  .widget-quote-banner.widget-quick-quote-cycle-insurance label span {
    position: static;
  }
}
.widget-quick-quote-cycle-insurance.widget-quote-block {
  width: 234px;
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance.widget-quote-block {
    margin: 40px 20px 30px 0;
    padding: 30px 12px 22px;
    width: 100%;
  }
}
.widget-quick-quote-cycle-insurance.widget-quote-block .controls {
  width: calc(100% - 120px);
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance.widget-quote-block .controls {
    margin-bottom: 5px;
    width: 100%;
  }
}
.widget-quick-quote-cycle-insurance.widget-quote-block .controls .form-control {
  width: 100%;
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance.widget-quote-block label {
    margin-bottom: 2px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance.widget-quote-block .widget-title {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .widget-quick-quote-cycle-insurance.widget-quote-block .cta-column {
    width: 100%;
  }
}
.widget-quick-quote-cycle-insurance.widget-quote-block .quote-price {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .widget.widget-quick-quote-cycle-insurance.widget-quote-banner {
    margin: 40px auto 30px;
    padding: 40px 12px 12px 12px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-brand-logo {
    left: 50%;
    top: 0;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-title {
    font-size: 21px;
    text-align: center;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-title .logo {
    display: none;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-body {
    margin-right: 0;
    text-align: left;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .widget-footer {
    display: block;
    margin: 0;
    position: static;
    width: 100%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .btn {
    display: block;
    position: static;
    width: 100%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner label,
  .widget-quick-quote-cycle-insurance.widget-quote-banner .controls {
    font-size: 15px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner label {
    margin-bottom: 2px;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .controls {
    width: 100%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .controls .form-control {
    width: 100%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .quote-price {
    margin: 10px 0;
    width: 100%;
  }
  .widget-quick-quote-cycle-insurance.widget-quote-banner .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.banner .title {
  font-size: 20px;
}
.social-sharing-post {
  background-color: #F9F8F6;
  display: block;
  margin-bottom: 15px;
  padding: 17px 21px;
  width: 100%;
}
.social-sharing-post:before,
.social-sharing-post:after {
  content: " ";
  display: table;
}
.social-sharing-post:after {
  clear: both;
}
.social-sharing-post:before,
.social-sharing-post:after {
  content: " ";
  display: table;
}
.social-sharing-post:after {
  clear: both;
}
@media (max-width: 991px) {
  .social-sharing-post {
    float: none;
    padding: 17px 8px;
  }
}
.social-sharing-nav {
  float: right;
  padding-left: 0;
  margin: 0;
}
.social-sharing-nav:before,
.social-sharing-nav:after {
  content: " ";
  display: table;
}
.social-sharing-nav:after {
  clear: both;
}
.social-sharing-nav:before,
.social-sharing-nav:after {
  content: " ";
  display: table;
}
.social-sharing-nav:after {
  clear: both;
}
@media (max-width: 480px) {
  .social-sharing-nav {
    margin-left: 10px;
  }
}
.faq-content .social-sharing-nav {
  padding-left: 20px;
}
.social-sharing-post .social-sharing-nav {
  float: left;
}
@media (max-width: 767px) {
  .social-sharing-post .social-sharing-nav {
    margin: 2px 0;
  }
}
.social-sharing-nav li {
  float: left;
  line-height: 34px;
  margin-right: 6px;
}
.social-sharing-nav li a:focus,
.social-sharing-nav li a:active,
.social-sharing-nav li a:hover {
  color: #fff;
  background-color: #fff;
  outline: none;
}
@media (max-width: 767px) {
  .social-sharing-nav li {
    margin-right: 4px;
  }
}
@media (max-width: 991px) {
  .social-sharing-nav li:first-child {
    display: none;
  }
}
.social-sharing-post-icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/social/social-sharing-post-sprite.png");
  height: 136px;
  display: block;
  width: 34px;
  height: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .social-sharing-post-icon {
    background-image: url("../../images/icon/social/social-sharing-post-sprite@2x.png");
    background-size: 136px 34px;
  }
}
.social-sharing-post-icon.facebook {
  background-position: -34px 0;
}
.social-sharing-post-icon.googleplus {
  background-position: -68px 0;
}
.social-sharing-post-icon.email {
  background-position: -102px 0;
}
.entry-footer {
  border-top: 6px solid #F9F8F6;
  border-bottom: 6px solid #F9F8F6;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.entry-footer:before,
.entry-footer:after {
  content: " ";
  display: table;
}
.entry-footer:after {
  clear: both;
}
.entry-footer:before,
.entry-footer:after {
  content: " ";
  display: table;
}
.entry-footer:after {
  clear: both;
}
.entry-footer__disclaimer {
  color: #CCC;
  font-size: 12px;
  margin: 0 0 20px 0;
}
.entry-footer .comment-count {
  color: #328CAE;
  font-family: 'arial', 'helvetica', sans-serif;
  font-size: 18px;
  font-weight: bold;
  float: left;
  line-height: 39px;
  margin: 0;
}
.entry-footer .comment-count .comment-speech-icon {
  margin-right: 15px;
}
.cycle-help-block {
  margin-bottom: 20px;
}
.cycle-wrap {
  margin-bottom: 10px;
}
.cycle-wrap:before,
.cycle-wrap:after {
  content: " ";
  display: table;
}
.cycle-wrap:after {
  clear: both;
}
.cycle-wrap:before,
.cycle-wrap:after {
  content: " ";
  display: table;
}
.cycle-wrap:after {
  clear: both;
}
.cycle-wrap .bullet,
.form-control-cycle-value,
.form-control-is-folding {
  float: left;
  margin-right: 10px;
}
.cycle-wrap .form-control-cycle-value {
  margin-bottom: 0;
  width: 120px;
}
@media (max-width: 991px) {
  .cycle-wrap .form-control-cycle-value {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .cycle-wrap .form-control-cycle-value {
    width: calc(100% - 120px);
  }
}
.cycle-wrap .bullet {
  padding-left: 1px;
  position: relative;
  top: 3px;
}
.cycle-wrap .form-control-is-folding {
  line-height: 1.2em;
  text-align: left;
}
.cycle-wrap .help-block {
  clear: both;
  color: #b94a48;
}
.form-control-add-cycle {
  font-size: 15px;
  padding: 7px 14px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .form-control-add-cycle {
    display: block;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cycle-wrap {
    margin-bottom: 15px;
  }
  .cycle-wrap .form-control-cycle-value {
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .cycle-wrap .form-control-is-folding {
    clear: both;
    margin-left: 43px;
  }
  .cycle-wrap .form-control-is-folding .checkbox-replacement {
    top: auto;
  }
}
.cycle-insurance-details-form .cycle-wrap {
  position: relative;
  padding-left: 40px;
}
.cycle-insurance-details-form .cycle-index {
  position: absolute;
  left: 0;
  top: 0;
}
.cycle-details-table {
  margin-bottom: 30px;
}
.cycle-details-table .control-group {
  box-sizing: border-box;
  float: left;
  margin: 0;
  min-height: 1px;
  padding: 0 5px;
}
.cycle-details-table .control-group-cycle-value {
  width: 90px;
}
.cycle-insurance-details-form .cycle-value {
  color: #4a4a4a;
  font-size: 21px;
  font-weight: bold;
  line-height: 35px;
}
.traveller {
  position: relative;
}
@media (max-width: 767px) {
  .traveller {
    margin-bottom: 45px !important;
  }
}
.traveller__remove {
  background-color: rgba(0, 0, 0, 0);
  color: #d9534f;
  display: block;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 150px;
  top: 23px;
}
.traveller__remove:hover,
.traveller__remove:focus,
.traveller__remove:active {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .traveller__remove {
    right: 0;
  }
}
@media (max-width: 767px) {
  .traveller__remove {
    top: 155px;
    right: -8px;
  }
}
.content.full-width.product-landing {
  margin: -110px auto 0;
  border-radius: 2px;
  width: 960px;
}
@media (max-width: 991px) {
  .content.full-width.product-landing {
    border: none;
    margin-top: 0;
    padding: 30px 0;
    width: 720px;
  }
}
@media (max-width: 767px) {
  .content.full-width.product-landing {
    padding: 15px;
    width: auto;
  }
}
.content.product-landing .button-wrapper {
  border: 1px solid #E0DEDA;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}
.content.product-landing .button-wrapper .btn {
  display: block;
  padding: 20px;
}
.product-intro {
  color: #958C80;
  font-weight: bold;
  margin-bottom: 50px;
}
.product-intro__title {
  font-size: 23px;
}
.product-intro__title span {
  font-weight: bold;
  font-style: italic;
}
.product-information {
  margin-bottom: 50px;
}
.landing-page-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .landing-page-image {
    margin: 0 auto 30px;
  }
}
.product-landing__content:before,
.product-landing__content:after {
  content: " ";
  display: table;
}
.product-landing__content:after {
  clear: both;
}
.product-landing__content:before,
.product-landing__content:after {
  content: " ";
  display: table;
}
.product-landing__content:after {
  clear: both;
}
.product-landing__main {
  float: left;
  max-width: calc(100% - 354px);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .product-landing__main {
    max-width: calc(100% - 300px);
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .product-landing__main {
    max-width: none;
    padding: 0;
  }
}
.product-landing__sidebar {
  float: left;
  max-width: 354px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .product-landing__sidebar {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .product-landing__sidebar {
    max-width: none;
  }
}
.product-landing__sidebar__footer {
  text-align: center;
}
.product-information h3 {
  line-height: 35px;
}
.product-information p {
  color: #535353;
  font-size: 15px;
  line-height: 23px;
}
.product-information p + h3 {
  margin-top: 50px;
}
.emergency-banner {
  background-color: #7EB04C;
  padding: 30px;
  margin-bottom: 60px;
}
.emergency-banner h2 {
  color: #FFF;
}
.emergency-banner ul {
  padding-left: 20px;
}
.emergency-banner ul li {
  color: white;
}
.emergency-banner ul li a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 600;
}
.emergency-banner p {
  font-size: 16px;
  color: #FFF;
}
@media (max-width: 991px) {
  .content.full-width.product-purchase {
    padding: 30px 15px;
  }
}
.content.full-width.product-purchase .page-title {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: left;
  padding-left: 0;
}
.order-benefits,
.order-benefits-list {
  border: none !important;
  padding-left: 0;
  margin: 0;
  width: 400px;
}
@media (max-width: 991px) {
  .order-benefits,
  .order-benefits-list {
    padding-top: 0;
    width: auto;
  }
}
.order-benefits-more {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.order-benefits-more .close-text,
.order-benefits-more .open .open-text {
  display: none;
}
.order-benefits-more .open-text,
.order-benefits-more .open .close-text {
  display: inline;
}
.order-summary {
  background: #fff;
  border: 4px solid #7EB04C;
  padding: 25px;
}
.order-summary:before,
.order-summary:after {
  content: " ";
  display: table;
}
.order-summary:after {
  clear: both;
}
.order-summary:before,
.order-summary:after {
  content: " ";
  display: table;
}
.order-summary:after {
  clear: both;
}
.order-summary-cover-details {
  border: 1px solid #EEE;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  margin: 8px 0;
}
.order-total-summary {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0;
}
.order-total-price {
  color: #328CAE;
}
.order-payment-term {
  color: #328CAE;
  font-size: 12px;
}
.purchase-summary {
  background: #F1F2F5;
  padding: 25px;
  margin: 15px 0 15px;
}
@media (max-width: 991px) {
  .purchase-summary {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .purchase-summary {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .floating-dock {
    margin-top: 25px;
  }
}
.floating-dock ul {
  padding-left: 0;
}
.floating-dock .btn {
  display: block;
  margin: 10px 0 0;
  width: 100%;
}
.product-summary {
  margin: 0 0 15px 15px;
  list-style: circle;
}
.product-summary .enabled {
  display: list-item;
}
.product-summary .disabled {
  display: none;
}
.product-summary strong {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .quote-sidebar {
    float: none;
    margin-bottom: 20px;
    position: static;
    width: auto;
  }
}
.personal-breakdown-upsell {
  padding: 20px 10px 10px;
  text-align: center;
}
.order-summary__docs {
  padding: 5px 0;
}
.order-summary__document {
  color: #328CAE;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}
.order-summary__document:first-child {
  margin-bottom: 10px;
}
.order-summary__document:active,
.order-summary__document:focus,
.order-summary__document:hover {
  color: #276c86;
  text-decoration: none;
}
.order-summary__document__icon {
  background: url('../../images/icon/icon-document.svg') no-repeat 0 0;
  background-size: 12px 15px;
  -webkit-background-size: 12px 15px;
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 15px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  vertical-align: text-top;
}
.order-monthly-quote {
  font-size: 13px;
}
.order-monthly-quote p {
  margin-bottom: 5px;
}
.order-monthly-quote__price {
  font-weight: 600;
}
.order-monthly-quote__price span {
  color: #328CAE;
}
.table-order-summary th {
  background: #FFF;
  color: #328CAE;
}
.nav-tabs-payment {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-tabs-payment > li {
  margin-bottom: 0;
  width: 50%;
}
.nav-tabs-payment > li > a,
.nav-tabs-payment > li > a:hover,
.nav-tabs-payment > li > a:focus {
  background-color: #fafafa;
  border-color: #D8D9DA;
  border-bottom: none;
  border-radius: 0;
  display: block;
  font-family: "Adelle", "Times New Roman", Times, serif;
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: 25px 0 20px;
  position: relative;
  top: 4px;
  text-align: center;
}
.nav-tabs-payment > .nav-tab-direct-debit > a,
.nav-tabs-payment > .nav-tab-direct-debit > a:hover,
.nav-tabs-payment > .nav-tab-direct-debit > a:focus {
  border-right-color: #fafafa;
}
.nav-tabs-payment > .nav-tab-credit-card > a,
.nav-tabs-payment > .nav-tab-credit-card > a:hover,
.nav-tabs-payment > .nav-tab-credit-card > a:focus {
  border-left-color: #fafafa;
}
.nav-tabs-payment > li.active > a,
.nav-tabs-payment > li.active > a:hover,
.nav-tabs-payment > li.active > a:focus {
  border: 5px solid #7EB04C;
  border-bottom: none;
  margin-bottom: -5px;
  padding-bottom: 25px;
  top: auto;
  z-index: 10;
}
.nav-tabs-payment .order-total-price,
.nav-tabs-payment .order-payment-method-type .order-payment-method-tag {
  color: #999;
  display: inline-block;
}
.nav-tabs-payment .order-total-price {
  font-size: 26px;
  line-height: 1.1em;
}
.nav-tabs-payment .active .order-total-price {
  color: #328CAE;
}
.nav-tabs-payment .active .order-payment-method-type {
  color: #4a4a4a;
}
.nav-tabs-payment .order-payment-method-tag {
  color: #999;
  font-size: 11px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
}
.nav-tabs-payment .active .order-payment-method-tag {
  color: #328CAE;
}
.tab-content-payment-methods .tab-pane {
  box-sizing: border-box;
  border: 5px solid #7EB04C;
  padding: 35px 20px 20px;
  position: relative;
  z-index: 5;
}
.payment-commitment {
  width: 180px;
}
.payment-method .form-control {
  font-size: 16px;
}
.payment-method-direct-debit .control-set {
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.payment-method-direct-debit .control-group {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 5px;
}
.payment-method-direct-debit .control-group-account-holder {
  width: 225px;
}
.payment-method-direct-debit .control-group-account-number {
  width: 185px;
}
.payment-method-direct-debit .control-group-account-sortcode {
  width: 155px;
}
.payment-method-direct-debit .form-control {
  margin-bottom: 0;
}
.payment-method-direct-debit .form-control-account-holder {
  width: 200px;
}
.payment-method-direct-debit .form-control-account-number {
  width: 160px;
}
.payment-method-direct-debit .form-control-account-sortcode {
  width: 130px;
}
.direct-debit-notice {
  margin-bottom: 25px;
}
.direct-debit-guarantee {
  display: inline-block;
}
.direct-debit-guarantee:before,
.direct-debit-guarantee:after {
  content: " ";
  display: table;
}
.direct-debit-guarantee:after {
  clear: both;
}
.direct-debit-guarantee:before,
.direct-debit-guarantee:after {
  content: " ";
  display: table;
}
.direct-debit-guarantee:after {
  clear: both;
}
@media (max-width: 767px) {
  .direct-debit-guarantee {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.direct-debit-guarantee__logo {
  margin-right: 15px;
  width: 110px;
}
.direct-debit-guarantee__link {
  display: block;
}
.payment-method-direct-debit .payment-commitment {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .payment-method-direct-debit .payment-commitment {
    position: static;
    width: auto;
  }
}
.payment-method-credit-card .control-set {
  margin-left: -5px;
  margin-right: -5px;
}
.payment-method-credit-card .control-set:before,
.payment-method-credit-card .control-set:after {
  content: " ";
  display: table;
}
.payment-method-credit-card .control-set:after {
  clear: both;
}
.payment-method-credit-card .control-set:before,
.payment-method-credit-card .control-set:after {
  content: " ";
  display: table;
}
.payment-method-credit-card .control-set:after {
  clear: both;
}
.payment-method-credit-card .control-group {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.control-group-card-holder-name,
.control-group-card-number {
  width: 50%;
}
@media (max-width: 991px) {
  .control-group-card-holder-name,
  .control-group-card-number {
    width: 100%;
  }
}
.control-group-card-starts,
.control-group-card-expires,
.control-group-card-cv2,
.control-group-card-issue-number {
  width: 25%;
}
@media (max-width: 991px) {
  .control-group-card-starts,
  .control-group-card-expires,
  .control-group-card-cv2,
  .control-group-card-issue-number {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .control-group-card-starts,
  .control-group-card-expires,
  .control-group-card-cv2,
  .control-group-card-issue-number {
    width: 50%;
  }
}
input.form-control-card-number {
  background: url('../../images/icon/sprite-credit-cards.png') scroll no-repeat 5px 6px;
  padding-left: 50px;
}
input.form-control-card-number.mastercard {
  background-position: 5px -34px;
}
input.form-control-card-number.amex {
  background-position: 5px -74px;
}
input.form-control-card-number.visa_electron {
  background-position: 5px -114px;
}
input.form-control-card-number.discover {
  background-position: 5px -154px;
}
input.form-control-card-number.maestro {
  background-position: 5px -194px;
}
input.form-control-card-number.visa {
  background-position: 5px -234px;
}
input.form-control-card-number.jcb {
  background-position: 5px 6px;
}
input.form-control-card-number.diners_club_carte_blanche {
  background-position: 5px 6px;
}
input.form-control-card-number.diners_club_international {
  background-position: 5px 6px;
}
.payment-method-credit-card .payment-commitment {
  float: right;
}
@media (max-width: 991px) {
  .nav-tabs-payment > li > a,
  .nav-tabs-payment > li > a:hover,
  .nav-tabs-payment > li > a:focus {
    padding: 15px 0 10px;
  }
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover,
  .nav-tabs > .active > a:focus {
    padding-bottom: 15px;
  }
  .nav-tabs-payment .order-payment-method-type {
    display: block;
  }
}
@media (max-width: 767px) {
  .nav-tabs-payment > li > a,
  .nav-tabs-payment > li > a:hover,
  .nav-tabs-payment > li > a:focus {
    font-size: 14px;
  }
  .nav-tabs-payment .order-total-price {
    font-size: 18px;
  }
  .payment-method-direct-debit .control-group {
    float: none;
    margin-bottom: 15px;
    width: auto;
  }
  .payment-method-direct-debit .form-control {
    display: block;
    min-height: 30px;
    width: 100%;
  }
  .direct-debit-notice {
    margin-bottom: 15px;
  }
  .direct-debit-guarantee {
    border-bottom: 1px solid #7EB04C;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.purchase-sharing-links .btn {
  line-height: 21px;
}
.content.full-width.thankyou {
  margin-top: -160px;
}
@media (max-width: 991px) {
  .content.full-width.thankyou {
    margin-top: 0;
  }
}
.page-subtitle--thankyou {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 800px;
}
.page-subtitle--thankyou a {
  color: #828282;
  text-decoration: underline;
}
.page-subtitle--thankyou a:hover {
  color: #686868;
}
.content__header {
  margin-bottom: 40px;
}
.content__header:before,
.content__header:after {
  content: " ";
  display: table;
}
.content__header:after {
  clear: both;
}
.content__header:before,
.content__header:after {
  content: " ";
  display: table;
}
.content__header:after {
  clear: both;
}
.thankyou__section {
  border-bottom: 3px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.thankyou__title {
  color: #535353;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.thankyou__title--secondary {
  margin-left: -20px;
}
@media (max-width: 767px) {
  .thankyou__title--secondary {
    margin-left: 0;
  }
}
.cover-information__summary {
  border: 2px solid #328CAE;
  font-size: 16px;
  font-weight: 500;
  padding: 35px 27px 10px;
}
@media (max-width: 767px) {
  .cover-information__summary {
    margin-bottom: 30px;
  }
}
.cover-information__summary__row {
  margin-bottom: 28px;
}
.cover-information__summary__row:before,
.cover-information__summary__row:after {
  content: " ";
  display: table;
}
.cover-information__summary__row:after {
  clear: both;
}
.cover-information__summary__row:before,
.cover-information__summary__row:after {
  content: " ";
  display: table;
}
.cover-information__summary__row:after {
  clear: both;
}
.cover-information__summary__row span {
  display: inline-block;
  font-weight: 400;
  width: 110px;
}
.cover-information__list {
  font-size: 15px;
  line-height: 23px;
  padding-left: 0;
}
.cover-information__list li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cover-information__list {
    padding-left: 20px;
  }
}
.button-listing {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .button-listing .btn {
    margin-bottom: 15px;
  }
}
.breakdown-navigation {
  float: left;
  margin-bottom: -1px;
  margin-left: 40px;
  position: relative;
  width: 566px;
  z-index: 200;
}
.breakdown-navigation:before,
.breakdown-navigation:after {
  content: " ";
  display: table;
}
.breakdown-navigation:after {
  clear: both;
}
.breakdown-navigation:before,
.breakdown-navigation:after {
  content: " ";
  display: table;
}
.breakdown-navigation:after {
  clear: both;
}
@media (max-width: 991px) {
  .breakdown-navigation {
    width: 480px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .breakdown-navigation {
    margin-top: 30px;
    width: 100%;
  }
}
.breakdown-navigation__item {
  background-color: #F9F6F2;
  border: 1px solid #E4E2DF;
  border-bottom: none;
  color: #4A4A4A;
  float: left;
  height: 96px;
  padding: 22px 25px 10px;
  position: relative;
  width: 50%;
}
.breakdown-navigation__item:hover,
.breakdown-navigation__item:focus,
.breakdown-navigation__item:active {
  background-color: #f4efe8;
  color: #4A4A4A;
  text-decoration: none;
}
@media (max-width: 767px) {
  .breakdown-navigation__item {
    border-left: none;
    border-right: none;
    padding: 16px 8px 10px 15px;
  }
}
.breakdown-navigation__title {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 5px;
}
.breakdown-navigation__title--vehicle {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .breakdown-navigation__title--vehicle {
    margin-bottom: 5px;
  }
}
.breakdown-navigation__subtitle {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 991px) {
  .breakdown-navigation__subtitle--vehicle {
    max-width: 130px;
  }
}
.breakdown-navigation__check {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/checkable.png");
  width: 40px;
  height: 100px;
  display: block;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 -20px;
  position: absolute;
  top: 24px;
  right: 25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .breakdown-navigation__check {
    background-image: url("../../images/icon/checkable@2x.png");
    background-size: 100px 40px;
  }
}
@media (max-width: 991px) {
  .breakdown-navigation__check {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .breakdown-navigation__check {
    top: 18px;
  }
}
.breakdown-navigation__item:focus .breakdown-navigation__check,
.breakdown-navigation__item:hover .breakdown-navigation__check {
  background-position: -20px -20px;
}
.breakdown-navigation__item.active {
  background-color: #FFF;
  border-left: none;
}
.breakdown-navigation__item.active .breakdown-navigation__title {
  color: #328CAE;
}
.breakdown-navigation__item.active .breakdown-navigation__check {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: pre;
  background-image: url("../../images/icon/checkable.png");
  width: 40px;
  height: 100px;
  display: block;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: -40px -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .breakdown-navigation__item.active .breakdown-navigation__check {
    background-image: url("../../images/icon/checkable@2x.png");
    background-size: 100px 40px;
  }
}
@media (max-width: 767px) {
  .breakdown-navigation__item.active {
    border-left: 1px solid #E4E2DF;
  }
}
.hero--product-mobility_scooter_insurance {
  background-color: #328CAE;
  background-image: none;
  height: 350px;
  overflow-x: hidden;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .hero--product-mobility_scooter_insurance {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .hero--product-mobility_scooter_insurance {
    height: 140px;
    padding-top: 33px;
  }
}
.hero__header--mobility:before,
.hero__header--mobility:after {
  content: " ";
  display: table;
}
.hero__header--mobility:after {
  clear: both;
}
.hero__header--mobility:before,
.hero__header--mobility:after {
  content: " ";
  display: table;
}
.hero__header--mobility:after {
  clear: both;
}
.hero__header--mobility:after,
.hero__header--mobility:before {
  background-color: #48BEE6;
  border-radius: 10px;
  bottom: 0;
  right: -50px;
  content: '';
  display: block;
  max-width: 100px;
  position: absolute;
  width: 100%;
  height: 18px;
}
@media (max-width: 991px) {
  .hero__header--mobility:after,
  .hero__header--mobility:before {
    right: -70px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .hero__header--mobility:after,
  .hero__header--mobility:before {
    display: none;
  }
}
.hero__header--mobility:before {
  left: -100px;
  max-width: calc(100% - 260px);
}
@media (max-width: 991px) {
  .hero__header--mobility:before {
    left: -30px;
    max-width: calc(100% - 250px);
  }
}
.hero__titles {
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .hero__titles {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .hero__titles {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.hero__image {
  display: inline-block;
  height: auto;
  margin-right: 60px;
  max-width: 265px;
  width: 100%;
}
@media (max-width: 991px) {
  .hero__image {
    margin-right: 30px;
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .hero__image {
    display: none;
  }
}
.content.full-width.product-landing--mobility {
  margin-top: -65px;
}
@media (max-width: 991px) {
  .content.full-width.product-landing--mobility {
    margin-top: 0;
  }
}
.product__header {
  margin-bottom: 25px;
}
.product__header:before,
.product__header:after {
  content: " ";
  display: table;
}
.product__header:after {
  clear: both;
}
.product__header:before,
.product__header:after {
  content: " ";
  display: table;
}
.product__header:after {
  clear: both;
}
@media (max-width: 767px) {
  .product__header {
    text-align: center;
  }
}
.product__title {
  float: left;
  margin: 8px 0;
  vertical-align: middle;
}
.product__title span {
  font-weight: 800;
}
@media (max-width: 991px) {
  .product__title {
    margin: 13px 0;
  }
}
@media (max-width: 767px) {
  .product__title {
    float: none;
    margin-bottom: 24px;
  }
}
.btn.product__header__btn {
  float: right;
  padding: 15px 70px 15px 20px;
  vertical-align: middle;
}
.btn.product__header__btn:after {
  right: 24px;
}
.btn.product__header__btn:hover:after {
  right: 20px;
}
@media (max-width: 767px) {
  .btn.product__header__btn {
    float: none;
  }
}
.medical-declaration__subtitle {
  line-height: 1.6;
  margin-top: 40px;
}
.campaign-introduction {
  margin-bottom: 50px;
}
.campaign-introduction__title {
  color: #7EB04C;
}
.campaign-content {
  margin-bottom: 30px;
}
.social-sharing-campaign {
  margin-top: 30px;
}
.trust-introduction {
  margin-bottom: 40px;
}
.trust-introduction__content {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .trust-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
/* Bootstrap Extend */
.well-cream {
  background: #FAF9F7;
}
/* Counters */
#counters {
  float: left;
  width: 340px;
}
.countable {
  color: #198bb2;
}
.countable .count {
  color: #98CE63;
  display: block;
  font-size: 61px;
  line-height: 1.2em;
}
/* Ze Flipbook */
.flipbook-container {
  margin-bottom: 15px;
  margin: 38px 0 30px 0;
}
/* Flipbook Nav */
.flipbook-nav {
  float: left;
  margin-bottom: 0;
  padding: 10px;
  overflow: hidden;
}
.flipbook-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.flipbook-nav .nav-item {
  background: url(../../images/campaigns/breakdown/stats-counter/flipbook-nav-sprite.png?v1.0.2) scroll no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-bottom: 4px;
  width: 50px;
}
.flipbook-nav .nav-item span {
  display: none;
}
.flipbook-nav .nav-prev {
  background-position: 0 -13px;
  margin-bottom: 3px;
}
.flipbook-nav .nav-co2 {
  background-position: -50px 0;
}
.flipbook-nav .nav-fuel {
  background-position: -100px 0;
}
.flipbook-nav .nav-tyre {
  background-position: -150px 0;
}
.flipbook-nav .nav-battery {
  background-position: -200px 0;
}
.flipbook-nav .nav-car {
  background-position: -250px 0;
}
.flipbook-nav .nav-bike {
  background-position: -300px 0;
}
.flipbook-nav .nav-fuel-duty {
  background-position: -400px 0;
}
.flipbook-nav .nav-next {
  background-position: -350px -13px;
  margin-bottom: 0;
  margin-top: 3px;
}
.flipbook-nav .nav-prev,
.flipbook-nav .nav-next {
  height: 14px;
}
.flipbook-nav .nav-co2:hover,
.flipbook-nav .nav-co2.current {
  background-position: -50px -40px;
}
.flipbook-nav .nav-fuel:hover,
.flipbook-nav .nav-fuel.current {
  background-position: -100px -40px;
}
.flipbook-nav .nav-tyre:hover,
.flipbook-nav .nav-tyre.current {
  background-position: -150px -40px;
}
.flipbook-nav .nav-battery:hover,
.flipbook-nav .nav-battery.current {
  background-position: -200px -40px;
}
.flipbook-nav .nav-car:hover,
.flipbook-nav .nav-car.current {
  background-position: -250px -40px;
}
.flipbook-nav .nav-bike:hover,
.flipbook-nav .nav-bike.current {
  background-position: -300px -40px;
}
.flipbook-nav .nav-fuel-duty:hover,
.flipbook-nav .nav-fuel-duty.current {
  background-position: -400px -40px;
}
/* Flipbook Pages */
.flipbook {
  float: right;
  height: 360px;
  position: relative;
  width: 250px;
}
.flipbook .page {
  background: #FCFCFC;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  height: 172px;
  position: relative;
}
.flipbook .page .slide {
  height: 172px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.flipbook .page-middle,
.flipbook .page-top {
  margin-bottom: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.flipbook .page-bottom {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.flipbook .page-top span {
  display: block;
}
.flipbook .page-top .icon {
  margin: 30px 30px 20px;
  text-align: center;
}
.flipbook .page-top .title {
  color: #1a8bb1;
  font-size: 20px;
  font-weight: bold;
  margin: 0 30px;
  text-align: center;
}
#page-fuel-used img {
  height: 67px;
  width: 60px;
}
#page-tyres-replaced img {
  height: 66px;
  width: 65px;
}
.flipbook .hinge {
  display: none;
  background: url(../../images/campaigns/breakdown/stats-counter/hinge.png) scroll no-repeat 0 0;
  height: 44px;
  position: absolute;
  top: 150px;
  width: 14px;
  z-index: 10;
}
.hinge-left {
  left: 30px;
}
.hinge-right {
  right: 30px;
}
/* Bottom Page Stats */
.flipbook .page .stat span {
  display: block;
}
.counter .title,
.flipbook .page .stat .title {
  color: #198bb2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625em;
}
.flipbook .page .stat .count {
  color: #a8d27a;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 1em;
}
.flipbook .page .today {
  margin: 15px 15px 0;
  top: 0;
}
.flipbook .page .year {
  bottom: 0;
  margin: 0 15px 15px;
  left: 0;
  position: absolute;
  right: 0;
}
/* Counters */
.counters nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
}
.counters nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.counters .nav-item {
  cursor: pointer;
  position: absolute;
  top: 19px;
}
.counters .nav-item a {
  background: url('../../images/campaigns/breakdown/stats-counter/counters-nav-control.png') scroll no-repeat 0 0;
  display: block;
  height: 25px;
  width: 15px;
}
.counters .nav-item span {
  display: none;
}
.counters .previous {
  left: 22px;
}
.counters .next {
  right: 22px;
}
.counters .next a {
  background-position: -15px 0;
}
.counter {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
.counter-slide {
  margin: 19px;
}
.counter .title {
  line-height: 1.2em;
  margin-top: -7px;
  margin-bottom: 12px;
}
.counter .position {
  font: 22px/1.5 'Oswald', sans-serif;
  letter-spacing: -3px;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
  float: left;
  margin: 0 4px 0 0;
  box-shadow: 0 1px 2px -1px rgba(4, 4, 4, 0.35);
  background: #FFF;
  border-radius: 0.2em;
}
.counter .digit {
  bottom: 0;
  color: #a8d27a;
  display: block;
  left: 0;
  letter-spacing: -1px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 1em;
}
/* UK Breakdowns */
.country-breakdowns {
  background: url(../../images/campaigns/breakdown/stats-counter/uk.png) scroll no-repeat center bottom;
  display: inline;
  float: right;
  height: 515px;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
  width: 341px;
}
.country-breakdowns .title {
  color: #A8D27A;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
}
.country-breakdowns .title span {
  font-size: 10px;
  color: #39CDF3;
}
.vehicle-breakdown-box {
  background: url("../../images/campaigns/breakdown/stats-counter/icon-breakdown.png") no-repeat scroll 80px 10px #F9F8F7;
  border: 1px solid #CFCFCF;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 0 4px #FBFBFB inset;
  display: block;
  height: 120px;
  position: absolute;
  right: -10px;
  top: 140px;
  width: 137px;
}
.statistic-tooltip {
  border-radius: 3px;
  background: #1BADD6;
  /*  background-image: linear-gradient(-90deg, #17CCF5 0%, #208AB2 100%);
    background-image: -webkit-linear-gradient(-90deg, #17CCF5 0%, #208AB2 100%);
    background-image: -moz-linear-gradient(-90deg, #17CCF5 0%, #208AB2 100%);
    background-image: -ms-linear-gradient(-90deg, #17CCF5 0%, #208AB2 100%);
    background-image: -o-linear-gradient(-90deg, #17CCF5 0%, #208AB2 100%);*/
  box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px -4px 1px 0 rgba(0, 0, 0, 0.3);
  color: #FFF;
  cursor: default;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: visible;
  padding: 4px 0 7px;
  position: absolute;
  text-align: center;
  width: 56px;
}
.statistic-tooltip-arrow {
  border-style: solid;
  border-width: 6px;
  border-color: #127895 transparent transparent transparent;
  box-shadow: inset 0px -4px 1px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  height: 0;
  width: 0;
}
.statistic-tooltip,
.statistic-tooltip-arrow,
.statistic-tooltip .location,
.statistic-tooltip .value {
  transition: all 0.2s;
}
.statistic-tooltip .location,
.statistic-tooltip .value {
  left: 0;
  position: absolute;
  right: 0;
}
.statistic-tooltip .location {
  font-size: 15px;
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  white-space: pre;
  zoom: 1;
}
.statistic-tooltip .value {
  font-size: 18px;
}
.statistic-tooltip:hover {
  background: #A6D67D;
  margin-left: -32px;
  width: 120px;
  z-index: 100;
}
.statistic-tooltip:hover .statistic-tooltip-arrow {
  border-top-color: #739557;
}
.statistic-tooltip:hover .location {
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1;
}
.statistic-tooltip:hover .value {
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}
/* Position Tooltips */
.scotland {
  left: 100px;
  top: 130px;
}
.wales {
  left: 110px;
  top: 390px;
}
.northwest {
  left: 166px;
  top: 275px;
}
.northeast {
  left: 225px;
  top: 295px;
}
.west-midlands {
  left: 175px;
  top: 360px;
}
.east-midlands {
  left: 260px;
  bottom: 140px;
}
.southwest {
  left: 140px;
  bottom: 55px;
}
.southeast {
  left: 250px;
  bottom: 75px;
}
/* Stat Panel */
.panel-stats {
  background: #faf9f7;
  padding: 0 0 80px 0;
}
#stats .left,
#stats .middle,
#stats .right {
  border-right: 1px solid #e5e0d9;
  display: inline;
  float: left;
  height: 235px;
  margin-left: 14px;
}
#stats .right {
  border: none;
}
#stats .left {
  margin-left: 0;
  width: 198px;
}
#stats .middle {
  width: 266px;
}
#stats .right {
  width: 191px;
}
table.table-figures {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
}
table.table-figures tbody tr:hover {
  background: #f0e7d6;
  cursor: help;
}
.table-figures th,
.table-figures td {
  background: none;
  border: none;
  box-shadow: none;
  color: #1a78a2;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
}
.table-figures td {
  color: #717171;
  text-align: right;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.table-figures thead tr th {
  color: #39CDF3;
  font-size: 15px;
}
.clear {
  clear: both;
}
/* Tooltips */
.tooltip-green .tooltip-inner {
  background: #A8D27A !important;
}
.tooltip-green.top .tooltip-arrow {
  border-top-color: #A8D27A !important;
}
.page-template-tpl-breakdown-counter-php .content.full-width {
  width: 100%;
}
.statistic-tooltip {
  height: 31px;
}
.flipbook-container .flipbook-nav {
  padding: 10px;
  margin: 0 0 20px 0;
}
.flipbook .page-middle,
.flipbook .page-top {
  margin-bottom: 15px;
}
.flipbook .page-top .title {
  line-height: 20px;
}
.counters.well {
  min-height: 113px;
}
#stats .left,
#stats .middle,
#stats .right {
  width: 33%;
  padding: 0 10px;
  margin: 0;
}
.faq-content {
  margin-bottom: 50px;
}
.faq-listing {
  margin-bottom: 20px;
}
.faq-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.faq-list__item {
  padding-top: 5px;
}
.faq-list__item:before,
.faq-list__item:after {
  content: " ";
  display: table;
}
.faq-list__item:after {
  clear: both;
}
.faq-list__item:before,
.faq-list__item:after {
  content: " ";
  display: table;
}
.faq-list__item:after {
  clear: both;
}
.faq-list__title {
  margin: 0;
}
.faq-list__title__anchor {
  background-color: #E7EDEF;
  color: #328CAE;
  display: block;
  padding: 10px;
}
.faq-list__title__anchor:active,
.faq-list__title__anchor:focus,
.faq-list__title__anchor:hover {
  color: #276c86;
}
.faq-list__title__anchor:focus {
  text-decoration: none;
}
.faq-list__title span {
  font-size: 15px;
  float: right;
  top: 4px;
}
.faq-secondary-list {
  font-size: 16px;
  list-style: none;
  margin-left: 0;
  padding: 20px 0 10px 15px;
}
.faq-secondary-list__item {
  font-family: "Adelle", "Times New Roman", Times, serif;
  margin-bottom: 10px;
}
.accordions .faq-secondary-list__item {
  color: #535353;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}
.faq-secondary-list__item a {
  display: block;
  font-size: 14px;
  padding: 6px 0;
  transition-duration: 0.3s;
}
.faq-secondary-list__item a:hover {
  text-decoration: none;
}
.faq-content-listing {
  border-top: 4px solid #F9F6F2;
  margin-top: 50px;
}
.faq-content-row {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 4px solid #F9F6F2;
}
.faq-content-row__link {
  float: right;
  margin-top: 10px;
}
.faq-content-row--image {
  padding-bottom: 35px;
}
.faq-content-row--image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: none;
}
.sections {
  background-color: #FCFCFB;
}
.story__header {
  background-image: url('../../images/story/our-story-header.jpg');
  background-size: cover;
  height: 500px;
}
@media (max-width: 992px) {
  .story__header {
    height: 300px;
  }
}
.story__title {
  animation: titlesIn 1.1s 0.2s;
  animation-fill-mode: forwards;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 50px;
  opacity: 0;
}
@media (max-width: 992px) {
  .story__title {
    font-size: 48px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .story__title {
    font-size: 36px;
    line-height: 30px;
    padding: 0;
  }
}
.story__subtitle {
  animation: titlesIn 1s 0.2s;
  animation-fill-mode: forwards;
  font-size: 20px;
  font-style: italic;
  opacity: 0;
}
@media (max-width: 992px) {
  .story__subtitle {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .story__subtitle {
    font-size: 15px;
  }
}
.section {
  height: 720px;
  min-height: 700px;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .section {
    height: 100vh;
  }
}
.section--blue {
  background-color: #328CAE;
  color: #FFF;
}
.section--green {
  background-color: #7EB04C;
  color: #FFF;
}
.section--image {
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
}
.section__container {
  display: table;
  height: 100%;
  margin: 0 auto;
  max-width: 1105px;
  padding: 0 15px;
  width: 100%;
}
.section__row {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .section__row {
    text-align: center;
  }
}
.section__row:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.section__row--right {
  text-align: right;
}
@media (max-width: 1200px) {
  .section__row--right {
    text-align: center;
  }
}
.section__row--justify {
  text-align: justify;
}
@media (max-width: 1200px) {
  .section__row--justify {
    text-align: center;
  }
}
.section__video {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.section__content {
  display: inline-block;
  padding-bottom: 85px;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .section__content {
    display: block;
    padding-bottom: 0;
  }
}
.section__content--text {
  max-width: 400px;
  text-align: left;
}
@media (max-width: 992px) {
  .section__content--text {
    text-align: center;
    margin: 0 auto;
  }
}
.section__content--hero {
  padding: 285px 0 0;
}
@media (max-width: 992px) {
  .section__content--hero {
    padding-top: 170px;
  }
}
@media (max-width: 991px) {
  .section__content--hero {
    padding-top: 115px;
  }
}
.section__content--footer {
  max-width: 670px;
}
.section__date {
  color: #7EB04C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section__date {
    font-size: 50px;
  }
}
.section__date--present {
  font-size: 40px;
  line-height: 37px;
}
.section__title {
  color: #328CAE;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 10px;
}
.section--image .section__date,
.section--blue .section__date,
.section--green .section__date {
  color: #fff;
}
.section--image .section__title,
.section--blue .section__title,
.section--green .section__title {
  color: #fff;
}
.section__image {
  border-radius: 3px;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.section__button {
  border: 2px solid #E5E5E5;
  border-radius: 50px;
  background-color: #fff;
  color: #4D4D4C;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 40px;
  margin-bottom: 40px;
  text-transform: none;
}
.section__button span {
  color: #50E3C2;
  display: inline-block;
  margin-left: 5px;
  margin-top: -5px;
  padding: 0px 5px;
  vertical-align: middle;
}
.section__button--block {
  margin-bottom: 10px;
}
.story-progress {
  bottom: 0px;
  display: block;
  position: absolute;
}
@media (max-width: 1200px) {
  .story-progress {
    display: none;
  }
}
.story-progress--right {
  right: 0;
}
.story-progress--center {
  left: 50%;
  margin-left: -27px;
}
.story-progress__arrow {
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.story-progress__arrow--alt {
  border: 1px solid #FFFFFF;
}
.story-progress__arrow--right {
  transform: rotate(-90deg);
}
.story-progress__arrow--left {
  transform: rotate(90deg);
}
.story-progress__icon {
  background-image: url('../../images/icon/arrow.svg');
  background-size: 15px 23px;
  display: block;
  margin: 14px auto 16px;
  width: 15px;
  height: 23px;
}
.story-progress__line {
  border: 1px solid #E5E5E5;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 96px;
  display: block;
  position: absolute;
  width: 230px;
  height: 285px;
  right: 70px;
  top: 50%;
}
@media (max-width: 1200px) {
  .story-progress__line {
    display: none;
  }
}
.story-progress__line--straight {
  width: 0px;
  height: 230px;
  left: 27px;
  top: 70px;
}
.story-progress__line--right {
  border: 1px solid #E5E5E5;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 96px;
  border-top-left-radius: 0;
  width: 460px;
  height: 290px;
  left: 70px;
}
.story-progress__line--down-left {
  border: 1px solid #E5E5E5;
  border-bottom-right-radius: 96px;
  border-left: none;
  border-top: none;
  width: 480px;
  height: 360px;
  right: 50%;
  top: 70px;
}
