@font-face {
  font-family: 'audirect-extras-icons';
  src: url(/sites/all/themes/custom/covermore/fonts/audirect-extras-icons.eot?gskbpd);
  src: url(/sites/all/themes/custom/covermore/fonts/audirect-extras-icons.eot?gskbpd#iefix) format("embedded-opentype"), url(/sites/all/themes/custom/covermore/fonts/audirect-extras-icons.ttf?gskbpd) format("truetype"), url(/sites/all/themes/custom/covermore/fonts/audirect-extras-icons.woff?gskbpd) format("woff"), url(/sites/all/themes/custom/covermore/fonts/audirect-extras-icons.svg?gskbpd#audirect-extras-icons) format("svg");
}
/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjunction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
html {
  background: #fff;
}

.page-product,
.page-success-page {
  font-family: "Museo Sans Rounded 300 Regular";
  background: #a0ddf6 url(../images/purchasepath/bkg-body.jpg) no-repeat center 0;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.page-quote-form-box {
  background: transparent;
  overflow-y: visible;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 10px;
}

input[type="submit"],
.clsBtnSubmit input,
.claimsBtn a,
.button-submit {
  display: inline-block;
  width: 192px;
  height: 52px;
  padding: 0 30px 0 20px;
  background: #F29323 url(../images/purchasepath/bkg-nav-btn-find.png);
  background-position: center right 10%;
  background-repeat: no-repeat,no-repeat;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  border: 1px solid #D96703;
  border-radius: 2px;
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
}

.page-loading {
  width: 200px;
  height: 180px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 1000000;
  color: #fff;
  text-align: center;
  display: none;
}
.page-loading img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 1em;
}
.page-loading.change-product p {
  display: none;
}

.page-product input[type="radio"],
.page-product input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  vertical-align: middle;
}
.page-product input[type="checkbox"] + label,
.page-product input[type="radio"] + label {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 2px 0.5em 0 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none;
  outline: none;
  display: inline-block;
  text-indent: 30px;
}
.page-product input[type="checkbox"] + label {
  background: url(../images/purchasepath/bkg-checkbox.svg) no-repeat -35px -36px;
  background-size: 125px 55px;
}
.page-product input[type="radio"] + label {
  background: url(../images/purchasepath/bkg-radio.svg) no-repeat -35px -36px;
  background-size: 125px 55px;
}
.page-product input[type="checkbox"]:checked + label,
.page-product input[type="radio"]:checked + label {
  background-position: -71px 0;
}

.messages {
  word-wrap: break-word;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Wraps all header elements - branding and .region-header
 */
#page-wrapper {
  position: relative;
}

header {
  height: 100px;
  padding: 0.625em 20px;
}

.page-product .site-logo,
.page-success-page .site-logo {
  width: 150px;
}

.branding-elements {
  margin: 0;
}

.h-group {
  display: none;
}

nav,
#main-content-header {
  display: none;
}

/*
 * page home
 */
.page {
  overflow: hidden;
  margin-bottom: 100px;
}

.region-quote-box {
  font-family: "Museo Sans Rounded 300 Regular";
}

.page-home .block-title {
  background: #035c9e;
  color: #fff;
  font-size: 21px;
  padding: 20px 15px 10px;
  margin: 0;
  font-weight: normal;
}
.page-home .content-column {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.page-home form {
  padding-bottom: 26px;
  overflow: hidden;
}
.page-home form label.error {
  display: none !important;
}
.page-home .page {
  padding-bottom: 26px;
}
.page-home .form-content {
  width: 100%;
  position: relative;
  background-color: #F2F3F3;
  font-size: 0;
}
.page-home .form-item,
.page-home .form-actions {
  margin: 0;
}
.page-home .webform-component-fieldset {
  width: 33.33%;
  float: left;
  border: 0;
}
.page-home fieldset {
  padding: 0;
  margin: 0;
}
.page-home legend {
  position: relative;
  display: block;
  margin: 0;
  padding: 7px 0 0;
  font-size: 48px;
  line-height: 0.95;
  color: #36C0ED;
  background-color: #013F71;
  height: 85px;
  width: 100%;
  padding-left: 100px;
}
.page-home legend em {
  display: block;
  padding-left: 5px;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  word-spacing: 3px;
  text-transform: lowercase;
}
.page-home legend:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100px;
  height: 77px;
  display: block;
}
.page-home legend span {
  display: block;
  position: relative;
}
.page-home legend span .help-where,
.page-home legend span .help-when,
.page-home legend span .help-who {
  position: absolute;
  left: 160px;
  bottom: 0;
  cursor: pointer;
}
.page-home .webform-component--where legend:before {
  background: url(../images/quote-image-opz.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
.page-home .webform-component--where input {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  padding: 5px 30px 5px 5px;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  color: #58595B;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  z-index: 1;
}
.page-home .webform-component--who legend {
  width: 101%;
}
.page-home .webform-component--who legend:before {
  background: url(../images/quote-image-opz.png);
  background-position: center -300px;
  background-repeat: no-repeat;
}
.page-home .fieldset-wrapper {
  padding: 20px 15px 0;
}
.page-home label {
  color: #005596;
  margin: 0 0 7px 0;
  font-size: 14px;
  line-height: 1.1428;
  text-align: left;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.page-home select {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  padding: 5px;
  background: #fff url(../images/quote-image-opz.png) no-repeat right -650px;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  color: #58595B;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color,border;
  transition: background-color,border;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  font-family: "Kohinoor Demi", Arial, Helvetica, sans-serif;
}
.page-home .webform-component {
  margin-bottom: 16px;
}
.page-home input {
  max-width: 100%;
}
.page-home .trip-deposit-date-img {
  position: relative;
  margin-bottom: 16px;
}
.page-home .trip-deposit-date-img .trip-deposit-date-click {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-home .trip-deposit-date-img .trip-deposit-date-click:before {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 15px;
  height: 17px;
  background: url("../images/purchasepath/trip-deposit-date-btn.png") no-repeat;
  background-size: contain;
}
.page-home #edit-submitted-where-trip-deposit-date {
  cursor: pointer;
}
.page-home .webform-component--when legend:before {
  background: url(../images/quote-image-opz.png);
  background-position: center -150px;
  background-repeat: no-repeat;
}
.page-home .webform-component--when .fieldset-wrapper {
  position: relative;
  text-align: center;
}
.page-home .calendarLink {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  color: #164a77;
  width: 101px;
  margin-bottom: 0;
  background: #FFFFFF none;
  border: 2px solid #E1E2E2;
  border-radius: 4px;
  font-family: "Museo Sans Rounded 300 Regular";
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  position: relative;
}
.page-home .calendarLink span {
  display: block;
}
.page-home .calendarLink em {
  display: block;
  margin: 0 0 12px;
  background: #2CB9E3 none;
  border-radius: 4px;
  padding: 12px 10px;
  font-style: normal;
}
.page-home .calendarLink .month {
  font-size: 21px;
  line-height: 1.0476;
  text-transform: uppercase;
}
.page-home .calendarLink .day {
  font-size: 33px;
  line-height: 1;
  font-family: "Museo Sans Rounded 700 Regular";
}
.page-home .calendarLink .year {
  font-size: 15px;
  line-height: 1.2;
}
.page-home .calendarLink input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-home .txtTo {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 29px;
  margin: 0 15px;
  float: none;
  background: url(../images/purchasepath/bkg-textto.png) no-repeat;
}
.page-home .returndate {
  margin-left: 0;
}
.page-home .travelerages p {
  padding-bottom: 7px;
  margin: 0 0px 7px;
  font-size: 14px;
  line-height: 1;
  color: #005596;
  font-weight: 700;
}
.page-home .travelerage {
  display: inline-block;
  width: 38px;
  margin: 0 6px 0 0;
  padding: 0 0 5px;
  background: transparent none;
  text-align: center;
}
.page-home .travelerage .form-required {
  display: none;
}
.page-home .travelerage label {
  width: 28px;
  height: 40px;
  margin: 0 0 7px 0;
  padding: 20px 0 0;
  background: url(../images/purchasepath/icon-age.png) no-repeat;
  font-size: 14px;
  line-height: 1.1428;
  font-family: "Museo Sans Rounded 700 Regular";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.page-home .travelerage input {
  width: 32px;
  height: 30px;
  padding: 5px 0;
  background: #FDFDFD;
  background: -moz-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(25%, #FAFAFA), color-stop(60%, #F1F1F1), color-stop(100%, #EBEBEB));
  background: -webkit-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: -o-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: -ms-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #fafafa 25%, #f1f1f1 60%, #ebebeb 100%);
  box-shadow: none;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  font-size: 15px;
  line-height: 1;
  color: #7C8286;
  text-align: center;
}
.page-home #edit-submitted-where-destination-error,
.page-home #edit-submitted-where-travelling-from-error,
.page-home #edit-submitted-where-trip-cost-error,
.page-home #edit-submitted-where-trip-deposit-date-error,
.page-home .alltravellers-error {
  display: none !important;
}
.page-home .form-actions {
  position: absolute;
  bottom: -26px;
  left: 75%;
}
.page-home .form-submit {
  font-family: "Museo Sans Rounded 300 Regular";
  background-image: url(../images/quote-image-opz.png), linear-gradient(to bottom, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
  background-position: right 10% bottom -284px;
}
.page-home .form-item select.error {
  border: 1px solid #C5C5C5;
}

.no-touch .page-home .form-submit:hover {
  color: #333;
  text-decoration: none;
  background-image: url(../images/quote-image-opz.png), linear-gradient(to bottom, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
  background-position: right 10% bottom -208px;
}

@media screen and (min-width: 0\0) {
  .page-home .form-submit {
    background-image: url(../images/purchasepath/bkg-nav-btn-find.png), linear-gradient(to bottom, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
    background-position: center right 10%;
  }

  .no-touch .page-home .form-submit:hover {
    background-image: url(../images/purchasepath/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
    background-position: center right 10%;
  }
}
/*
 * datepicker
 */
#ui-datepicker-div {
  font-family: "Museo Sans Rounded 300 Regular";
  top: 0 !important;
  border-style: solid;
  border-color: #0092eb #F7F7F7;
  border-width: 1px 1px 2px;
  padding: 14px;
  border-radius: 0;
  background-color: #fff;
  font-size: 1.17em;
}

.page-home #ui-datepicker-div {
  z-index: 999 !important;
}

.ui-datepicker-multi {
  width: 600px !important;
  left: 50% !important;
  margin-left: -300px;
}

.ui-datepicker-multi .ui-datepicker-header,
.ui-datepicker .ui-datepicker-header {
  width: 100%;
  margin-left: 0;
  padding: 10px 0;
  background: transparent;
  color: #666;
  border: 0;
}

.ui-datepicker.ui-helper-clearfix:before, .ui-datepicker.ui-helper-clearfix:after {
  display: block;
}

.ui-datepicker {
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.ui-datepicker:before, .ui-datepicker:after {
  left: 50px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  box-shadow: none;
  content: "";
}
.ui-datepicker:before {
  border-bottom: 9px solid #0092eb;
  top: -9px;
}
.ui-datepicker:after {
  border-bottom: 9px solid #fff;
  top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: bold;
  font-size: 18px;
  color: #0092eb;
  line-height: 1.6em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 2.8em;
  cursor: pointer;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #212121;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
  top: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  right: 2px;
  top: 8px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url(../images/purchasepath/icon-prev.png) no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url(../images/purchasepath/icon-next.png) no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: bold;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar td {
  width: 14.28%;
  border: 0;
  padding: 1px;
  vertical-align: top;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover, .ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-start-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #666;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-highlight {
  color: #666;
  background: #ececec;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-highlight:hover {
  background: #ececec url(../images/purchasepath/datepicker-start-hover.png) no-repeat;
  background-size: 100% 100%;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default {
  background: #bee2fc url(../images/purchasepath/datepicker-start.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-hover, .ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-active.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-active, .ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-highlight.ui-state-active {
  background: #bee2fc url(../images/purchasepath/datepicker-start.png) no-repeat;
  background-size: 100% 100%;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default {
  background: #bee2fc url(../images/purchasepath/datepicker-end.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-hover, .ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-active.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-end-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-active, .ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-highlight.ui-state-active {
  background: #bee2fc url(../images/purchasepath/datepicker-end.png) no-repeat;
  background-size: 100% 100%;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-hover, .ui-datepicker.ui-widget-content .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 0;
  background: #ececec;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
  background: transparent;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default:hover, .ui-datepicker.ui-widget-content .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default:hover {
  color: #666;
}
.ui-datepicker .date-range-selected .ui-state-default,
.ui-datepicker .date-range-selected .ui-state-default:hover {
  background: #bee2fc;
  color: #0092eb;
}

.deposit-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover, .deposit-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-start-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #666;
}
.deposit-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active, .deposit-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-highlight.ui-state-active {
  background: #bee2fc url(../images/purchasepath/datepicker-start.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.deposit-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-highlight.ui-state-active.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.deposit-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default.ui-state-hover, .deposit-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default.ui-state-active.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.deposit-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default.ui-state-active, .deposit-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default.ui-state-highlight.ui-state-active {
  background: #bee2fc url(../images/purchasepath/datepicker-start.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.deposit-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default.ui-state-highlight.ui-state-active.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.departure-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over a.ui-state-default.ui-state-active,
.departure-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-active,
.car-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over a.ui-state-default.ui-state-active,
.car-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-active {
  background: #bee2fc url(../images/purchasepath/datepicker-start.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.departure-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover,
.car-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-start-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #666;
}
.departure-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover,
.car-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.departure-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-hover,
.car-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.departure-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-hover,
.car-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-end-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.departure-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected a.ui-state-default.ui-state-hover,
.car-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected a.ui-state-default.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-start-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #666;
}

.return-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over a.ui-state-default.ui-state-active,
.return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-active,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over a.ui-state-default.ui-state-active,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-active {
  background: #bee2fc url(../images/purchasepath/datepicker-end.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.return-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-end-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #666;
}
.return-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-end-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-hover,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-start a.ui-state-default.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-start-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.return-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over.date-range-selected-start a.ui-state-default.ui-state-hover,
.return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-hover,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over.date-range-selected-start a.ui-state-default.ui-state-hover,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected-end a.ui-state-default.ui-state-hover {
  background: #ececec url(../images/purchasepath/datepicker-end-day-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected a.ui-state-default.ui-state-hover,
.car-return-date-picker.ui-datepicker .ui-datepicker-calendar .date-range-selected a.ui-state-default.ui-state-hover {
  background: #bee2fc url(../images/purchasepath/datepicker-end-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #666;
}

.departure-date-picker:before, .departure-date-picker:after {
  left: 33%;
}

.return-date-picker:before, .return-date-picker:after {
  left: 64%;
}

.car-date-picker:before, .car-date-picker:after,
.car-return-date-picker:before,
.car-return-date-picker:after {
  left: 60px;
}

.ui-datepicker-calendar thead {
  display: table-header-group;
  background: transparent;
  font-family: "Museo Sans Rounded 500 Regular";
  color: #666;
}
.ui-datepicker-calendar tbody {
  border: 0;
}

.qtip-default.qtip-help {
  display: none;
  width: 256px;
  margin: 10px auto 0;
  padding: 12px;
  background-color: #0b304c;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}

.qtip .qtip-content {
  overflow: auto;
  height: 200px;
}

/*
 * Footer wrapper
 */
footer {
  width: 100%;
  padding-bottom: 30px;
}
footer .block-title {
  display: none;
}
footer .inner-footer {
  max-width: 100%;
}
footer p {
  font-size: 12px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style: none;
  position: relative;
  float: left;
  padding-left: 0.625em;
  margin-left: 0.625em;
  font-size: 12px;
}
footer li a {
  text-decoration: none;
}
footer li a:hover {
  text-decoration: underline;
}
footer li:first-child {
  margin-left: 0;
  padding-left: 0;
}
footer li:first-child:before {
  display: none;
}
footer li:before {
  position: absolute;
  left: 0;
  display: block;
  content: '|';
  width: 1px;
  height: 100%;
  color: #555;
}

.page-product footer,
.page-success-page footer {
  padding-top: 20px;
  background: #fff;
}

/*
 * quotation
 */
.page-product footer p {
  font-size: 12px;
}
.page-product .columns {
  background: #fff;
}
.page-product .content-column {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.page-product .product-column {
  padding-left: 0.625em;
  padding-right: 0.625em;
  float: left;
}
.page-product p {
  font-size: 16px;
}

#block-cm-bhtp-cm-bhtp-quotation-block .block-title {
  font-size: 2.0em;
  color: #0092eb;
  margin-top: 0.625em;
  padding-left: 0.3125em;
  line-height: 44px;
  margin-bottom: 33px;
  font-weight: normal;
}

.page-product .tabs {
  width: calc(100% - 1.25em) !important;
  margin-left: 0.625em !important;
  border-bottom: 1px solid #0092eb;
}
.page-product .tabs ul {
  margin: 0;
  padding-left: 0;
}
.page-product .tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-product .tabs li {
  position: relative;
  padding-bottom: 0;
  text-align: center;
  padding: 0.3125em 0;
  background: #eee;
  font-size: 1em;
  font-family: "Museo Sans Rounded 500 Regular";
  color: #017abc;
  border: 1px solid #0092eb;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  list-style: none;
  margin-left: .625em;
  margin-right: .625em;
  line-height: 25px;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.page-product .tabs li:hover {
  background: #e1e1e1;
}
.page-product .tabs li.active {
  background: #fff;
}
.page-product .tabs li.active:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: calc(100% - 0px);
  height: 1px;
  background: #fff;
}

.tabs-content {
  padding: 0.625em 0;
  width: 100%;
}
.tabs-content .content-loading {
  text-align: center;
}

.product-right {
  width: 100%;
}

.product-intro {
  padding: 0.625em;
  background: #0092eb;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 3px 3px 0 0;
}

.package-name {
  position: relative;
  margin: 0.3125em 0;
  color: #fff;
  line-height: 1.4em;
  font-size: 24px;
}
.package-name .selected {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(../images/purchasepath/icon-selected-plan.png) no-repeat;
  background-size: contain;
}

.product-edit a {
  color: #fff;
  text-decoration: underline;
}
.product-edit a:hover {
  text-decoration: none;
  color: #fff;
}

.product-view-benefits-btn {
  margin-left: 15px;
  margin-top: 1.2em;
  color: #fff;
  text-decoration: underline;
  font-family: "Museo Sans Rounded 500 Regular";
  position: relative;
  cursor: pointer;
}
.product-view-benefits-btn span {
  position: relative;
}
.product-view-benefits-btn span:before {
  display: block;
  content: '';
  position: absolute;
  left: -15px;
  top: 5px;
  width: 10px;
  height: 6px;
}
.product-view-benefits-btn .view-benefits:before {
  background: url(../images/purchasepath/icon-arrow-up.png) no-repeat center center;
  background-size: contain;
}
.product-view-benefits-btn .hide-benefits {
  display: none;
}
.product-view-benefits-btn .hide-benefits:before {
  background: url(../images/purchasepath/icon-arrow-down.png) no-repeat center center;
  background-size: contain;
}
.product-view-benefits-btn:hover {
  text-decoration: none;
}
.product-view-benefits-btn.show-benefits .view-benefits {
  display: none;
}
.product-view-benefits-btn.show-benefits .hide-benefits {
  display: block;
}

.product-view-benifits {
  display: none;
}
.product-view-benifits ul {
  padding: 0;
}
.product-view-benifits li {
  list-style: none;
  font-size: 14px;
  line-height: 1.125em;
  text-align: left;
}
.product-view-benifits .odd {
  background: #017abc;
}
.product-view-benifits.show-benefits {
  display: block;
}

.benefit-name {
  width: 65%;
  float: left;
  padding: 0.4em 2em;
}

.benefit-limit {
  width: 35%;
  float: left;
  padding: 0.4em 2em;
}

.benefit-description {
  position: absolute;
  display: none;
  z-index: 5;
  width: 190px;
  padding: 20px;
  margin-top: 10px;
  background: #0b304c;
  border-radius: 4px;
  font-size: .875em;
  line-height: 1.2em;
}
.benefit-description:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 7px solid #0b304c;
}

.benefit-name:hover .benefit-description {
  display: block;
}

.view-coverage-details {
  margin-top: .2em;
  position: relative;
}
.view-coverage-details a {
  color: #fff;
  text-decoration: underline;
  font-family: "Museo Sans Rounded 500 Regular";
}
.view-coverage-details a:hover {
  text-decoration: none;
  color: #fff;
}

.product-total {
  width: 100% !important;
  padding: 0 .625em;
  background: #0b304c;
  color: #fff;
  border-radius: 0 0 3px 3px;
  font-size: 2.25em;
}

.total-title {
  float: left;
  display: none;
}

.total-result {
  float: right;
}

.is-sticky .product-total {
  left: 0;
  border-radius: 0;
  -webkit-transition: top .5s;
  z-index: 99 !important;
}
.is-sticky .product-total .total-title {
  display: block;
}

.total-price {
  color: #00ff90;
}

.webform-component--extras--extras-info p {
  margin: 0;
}

.webform-component--extras .fieldset-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 20px 10px 19px;
}

.icon-extra {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 2.5em;
  line-height: 1;
  color: #0092eb;
}
.icon-extra:before {
  font-family: "audirect-extras-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.CFAR .icon-extra:before,
.CFWR .icon-extra:before {
  content: '';
  background: url(../images/purchasepath/cfwr.png);
  background-size: contain;
  height: 40px;
  width: 40px;
}

.FAU .icon-extra:before {
  content: '';
  background: url(../images/purchasepath/fau.png);
  background-size: contain;
  height: 40px;
  width: 40px;
}

.EEU .icon-extra:before {
  content: '';
  background: url(../images/purchasepath/eeu.png);
  background-size: contain;
  height: 40px;
  width: 40px;
}

.MED .icon-extra:before {
  content: '';
  background: url(../images/purchasepath/med.png);
  background-size: contain;
  height: 40px;
  width: 40px;
}

.CRCC .icon-extra:before {
  content: '';
  background: url(../images/purchasepath/crcc.png);
  background-size: contain;
  height: 40px;
  width: 40px;
}

.extra-col {
  position: relative;
  margin: 1.5% 0.3125em;
  padding: .625em;
  min-height: 166px;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 48%;
  text-align: center;
  width: 25%;
  float: left;
}
.extra-col .description {
  display: none;
}
.extra-col label {
  font-weight: normal;
  line-height: 1em;
  height: 3em;
  margin-bottom: 5px;
}

.page-product .extra-col .form-item {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}
.page-product .extra-col input,
.page-product .extra-col select {
  min-height: 0;
  margin-bottom: 0;
}
.page-product .extra-col input {
  left: 10px;
  opacity: 0;
  padding: 0;
  top: 9px;
}
.page-product .extra-col .form-checkboxes {
  position: relative;
}
.page-product .extra-col .form-checkboxes label {
  background: #eee;
  border: 1px solid #ccc;
  width: 118px;
  border-radius: 32px;
  height: 40px;
  margin: 0;
  padding: 0 0 0 27px;
  color: transparent;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  text-indent: 100%;
  cursor: pointer;
  transition: left 0.15s ease-out;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  z-index: 8;
}
.page-product .extra-col .form-checkboxes label:after {
  content: "";
  display: block;
  height: 32px;
  padding-top: 5px;
  left: 4px;
  position: absolute;
  width: 60px;
  top: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  content: 'No';
  text-indent: 20px;
  padding-top: 8px;
  font-size: 16px;
  text-align: left;
  background: #ccc;
  color: #666;
  border-radius: 32px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.page-product legend {
  color: #666;
  border: 0;
  font-size: inherit;
  margin: 0;
}
.page-product select {
  background-color: #eee;
  box-shadow: none;
  border-radius: 4px;
  color: #666;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1em;
  padding: 8px;
  height: 37px;
}
.page-product select .disabled {
  color: #d6d6d6;
}
.page-product .qtip {
  z-index: 9 !important;
}

.help {
  position: absolute;
  top: 0.3125em;
  right: 0.3125em;
  width: 20px;
  height: 20px;
  padding: 0;
  background: url(../images/purchasepath/link-help.svg) no-repeat 0 0;
  background-size: 40px 40px;
  text-indent: -9999px;
  vertical-align: top;
  cursor: pointer;
}
.help:hover {
  background-position: 100% 0;
}

.webform-component--extras .selected {
  background: #0092eb;
  border-color: #0092eb;
}

.page-product .selected label,
.page-product .selected .icon-extra {
  color: #fff;
}
.page-product .selected .form-checkboxes label {
  background: #eee;
  border: 1px solid #017abc;
}
.page-product .selected .form-checkboxes label:after {
  background: #0092eb;
  color: #fff;
  left: 52px;
  content: 'Yes';
}
.page-product .selected .extra-handle select {
  color: #0092eb;
}
.page-product .selected .help {
  background-position: 0 100%;
}
.page-product .selected .help:hover {
  background-position: 100% 100%;
}
.page-product .selected.FAU .icon-extra:before {
  background: url(../images/purchasepath/fau_selected.png);
  background-size: contain;
}
.page-product .selected.EEU .icon-extra:before {
  background: url(../images/purchasepath/eeu_selected.png);
  background-size: contain;
}
.page-product .selected.MED .icon-extra:before {
  background: url(../images/purchasepath/med_selected.png);
  background-size: contain;
}
.page-product .selected.CFAR .icon-extra:before, .page-product .selected.CFWR .icon-extra:before {
  background: url(../images/purchasepath/cfwr_seleted.png);
  background-size: contain;
}
.page-product .selected.CRCC .icon-extra:before {
  background: url(../images/purchasepath/crcc_selected.png);
  background-size: contain;
}

.car-rental-box {
  width: 100%;
  padding: 20px 0;
  border: 1px solid #ccc;
  position: relative;
  text-align: left;
  margin-left: .3125em;
  margin-right: .3125em;
  display: none;
  float: left;
}

.car-error {
  float: left;
}

.page-product .car-rental-box .form-item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.show-box {
  display: block;
}

.car-item {
  overflow: hidden;
  position: relative;
}
.car-item input {
  width: 100%;
}
.car-item input:focus {
  border-color: #0092eb !important;
  background: #fff !important;
}
.car-item label {
  font-weight: normal;
  margin: 0;
}

.data-pick {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.data-pick:before {
  content: '';
  position: absolute;
  top: 35px;
  right: 1em;
  width: 15px;
  height: 17px;
  background: url("../images/purchasepath/trip-deposit-date-btn.png") no-repeat;
  background-size: contain;
}

.car-company {
  width: 40%;
}

.car-pickup {
  width: 30%;
}

.car-return {
  width: 30%;
}

.border-bottom {
  margin-top: 2.125em;
}

.page-product #block-block-2 {
  display: none;
  width: 60%;
  height: 456px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -228px;
  margin-left: -30%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.page-product #block-block-2 h2 {
  width: 100%;
  padding: 10px 20px;
  background: #0092eb;
  color: #fff;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.page-product #block-block-2.show-terms {
  display: block;
}
.page-product #block-block-2 a {
  font-family: "Museo Sans Rounded 500 Regular";
  text-decoration: none;
}
.page-product #terms {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.page-product #terms .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("../images/purchasepath/close.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.page-product #terms .agree {
  position: relative;
  text-align: right;
}
.page-product #terms .agree span {
  background: #0b304c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
}
.page-product #terms-content {
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
}
.page-product .block-webform .block-title {
  display: none;
}
.page-product .car-item input[type="text"],
.page-product .car-item input[type="email"] {
  margin-bottom: 0;
  min-height: inherit;
}
.page-product input.error {
  border: 1px solid #d6083b !important;
  color: #be0f34;
  font-weight: normal;
  background: #ffeef2 !important;
}
.page-product select.error {
  border: 1px solid #d6083b !important;
  color: #be0f34;
  font-weight: normal;
}
.page-product label.error {
  color: #be0f34;
  font-weight: normal;
  font-size: 14px;
}
.page-product .block-webform .block-title {
  float: left;
}
.page-product .block-webform:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.page-product .block-webform a {
  color: #017abc;
  font-family: "Museo Sans Rounded 500 Regular";
  text-decoration: none;
}
.page-product .block-webform a:hover {
  text-decoration: underline;
}
.page-product fieldset {
  border: 0;
  width: 100%;
}
.page-product input[type="text"],
.page-product input[type="email"] {
  min-height: 50px;
  font-size: 1em;
  line-height: 1;
  background: #eee;
  box-shadow: none;
  border-radius: 4px;
  color: #017abc;
  border: 1px solid #ccc;
  display: block;
  height: 37px;
  margin: 0 0 16px 0;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear,background 0.15s linear;
  -moz-transition: border-color 0.15s linear,background 0.15s linear;
  -ms-transition: border-color 0.15s linear,background 0.15s linear;
  -o-transition: border-color 0.15s linear,background 0.15s linear;
  transition: border-color 0.15s linear,background 0.15s linear;
}
.page-product form select {
  min-height: 50px;
  background-image: url(../images/purchasepath/bkg-select-arrow.png);
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  color: #666;
  width: 100%;
}
.page-product legend {
  display: block;
}
.page-product .webform-component--travelers p {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}
.page-product .fieldset-legend {
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: block;
}
.page-product .webform-component--flight,
.page-product .webform-component--billing-info,
.page-product .webform-component--extras {
  position: relative;
}
.page-product .webform-component--flight legend,
.page-product .webform-component--billing-info legend,
.page-product .webform-component--extras legend {
  color: #666;
  border: 0;
  font-size: inherit;
}
.page-product .webform-component--flight .fieldset-legend,
.page-product .webform-component--billing-info .fieldset-legend,
.page-product .webform-component--extras .fieldset-legend {
  font-size: 1.5em;
  line-height: 1.5em;
}
.page-product .webform-component--billing-info--security-number {
  width: 50%;
  float: right;
}
.page-product .form-item {
  width: 50%;
  float: left;
}
.page-product .form-item input {
  margin-bottom: 0;
}
.page-product .form-item[class*="name"],
.page-product .form-item[class*="date-of-birth"],
.page-product .form-item[class*="primary-traveller--email"],
.page-product .form-item[class*="address"],
.page-product .form-item[class*="car-number"],
.page-product .form-item[class*="terms"] {
  width: 100%;
}
.page-product .form-item[class*="trip-cost"],
.page-product .form-item[class*="postal-code"] {
  clear: both;
}
.page-product select[id*="state"] {
  cursor: not-allowed;
  background-color: #f7f7f7;
  color: #ababab;
}
.page-product .webform-container-inline .floatlabel-wrapper {
  display: block;
}
.page-product .webform-component--blank-markup,
.page-product .webform-component--billing-info-markup {
  width: 100%;
}
.page-product .webform-component--blank-markup p,
.page-product .webform-component--billing-info-markup p {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 20px 0 19px;
}
.page-product .form-actions {
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  width: 50%;
  margin-right: -5px;
  padding-right: .625em;
  position: relative;
}
.page-product .pruduct-submit-shadow {
  position: absolute;
  right: 10px;
  top: 0;
  width: 220px;
  height: 50px;
  z-index: 3;
  background: transparent;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
}
.page-product .pruduct-submit-shadow + input + .ajax-progress {
  display: none !important;
}
.page-product .pruduct-submit-shadow.disabled {
  cursor: default;
}
.page-product .webform-component--secure {
  font-style: italic;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  padding-left: .625em;
}
.page-product .webform-component--secure p {
  margin-bottom: 0;
}
.page-product input[type="submit"] {
  min-width: 220px;
  height: 50px;
  font-size: 1.5em;
  line-height: 1;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  background: #ff911a;
  background-image: url(../images/purchasepath/btn-lock-bkg.svg), url(../images/purchasepath/btn-arrow-bkg.svg), -webkit-linear-gradient(top, #ff911a 0%, #ee7c00 100%);
  background-image: url(../images/purchasepath/btn-lock-bkg.svg), url(../images/purchasepath/btn-arrow-bkg.svg), linear-gradient(to bottom, #ff911a 0%, #ee7c00 100%);
  background-size: 14px 17px, 6px 10px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 25px center, right 30px center, 0 0;
  border: 1px solid #d86600;
  border-radius: 4px;
  letter-spacing: 2px;
  box-shadow: none;
}
.page-product input[type="submit"]:hover {
  background-image: url(../images/purchasepath/btn-lock-bkg.svg), url(../images/purchasepath/btn-arrow-bkg.svg), -webkit-linear-gradient(top, #ffa22a 0%, #ff8501 100%);
  background-image: url(../images/purchasepath/btn-lock-bkg.svg), url(../images/purchasepath/btn-arrow-bkg.svg), linear-gradient(to bottom, #ffa22a 0%, #ff8501 100%);
  background-size: 14px 17px, 6px 10px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 25px center, right 30px center, 0 0;
  border-color: #ed7000;
  text-decoration: none;
}
.page-product .form-submit[disabled="disabled"],
.page-product .form-submit[disabled="disabled"]:hover {
  background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ececec 50%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ececec 50%, #e6e6e6 100%);
  border-color: #ececec;
  box-shadow: none;
  color: #828181;
}
.page-product .label-floatlabel {
  top: 5px !important;
  z-index: 1;
  color: #666 !important;
  font-family: "Museo Sans Rounded 500 Regular" !important;
  font-size: 12px !important;
  font-weight: normal !important;
}
.page-product .floatlabel-wrapper input:focus {
  border-color: #0092eb;
  background: #fff;
}
.page-product input.active-floatlabel,
.page-product select.active-floatlabel {
  color: #0092eb;
}
.page-product .webform-component--billing-info--car-number input {
  background: #eee url(../images/purchasepath/bkg-credit-cards.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number input.error {
  background: #ffeef2 url(../images/purchasepath/bkg-credit-cards.png) no-repeat right 1em center !important;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .visa {
  background: #eee url(../images/purchasepath/visa.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .master-card {
  background: #eee url(../images/purchasepath/master-card.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .american-express {
  background: #eee url(../images/purchasepath/american-express.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .discover {
  background: #eee url(../images/purchasepath/discover.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .floatlabel-wrapper input:focus {
  background: #fff url(../images/purchasepath/bkg-credit-cards.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .floatlabel-wrapper .visa:focus {
  background: #fff url(../images/purchasepath/visa.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .floatlabel-wrapper .master-card:focus {
  background: #fff url(../images/purchasepath/master-card.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .floatlabel-wrapper .american-express:focus {
  background: #fff url(../images/purchasepath/american-express.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .webform-component--billing-info--car-number .floatlabel-wrapper .discover:focus {
  background: #fff url(../images/purchasepath/discover.png) no-repeat right 1em center;
  background-size: 140px 24px;
}
.page-product .form-checkboxes .form-item,
.page-product .form-radios .form-item {
  margin-bottom: 0;
}

.webform-component--terms {
  border-top: 1px solid #ddd;
  padding: 20px 15px 0;
  margin-bottom: 0;
}

.qtip strong {
  display: block;
  padding-bottom: 10px;
}

.webform-component--flight .btn-success:focus,
.webform-component--flight .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
  background-image: none;
}
.webform-component--flight .flight-has-data,
.webform-component--flight .flight-airline-code {
  display: none;
}
.webform-component--flight .flight-date-wrapper {
  position: relative;
  overflow: hidden;
}
.webform-component--flight .webform-component--flight--info {
  width: 100%;
}

.page-product {
  position: relative;
}
.page-product .ui-autocomplete {
  font-family: "Museo Sans Rounded 300 Regular";
  max-width: 20%;
  max-height: 200px;
  padding: 0.25em 0;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.95em;
  z-index: 90 !important;
  overflow: hidden;
  overflow-y: auto;
}
.page-product .ui-autocomplete .ui-menu-item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-product .ui-autocomplete .ui-state-focus {
  background: #848383;
  color: #fff;
}
.page-product .no-airline-result {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  z-index: 2;
  background-color: #fff;
}

.flight-bulider-header .bulider-header {
  position: relative;
  padding-right: 10%;
  margin-bottom: 1em;
}
.flight-bulider-header .tips {
  font-size: 1.25em;
  color: #0092eb;
}
.flight-bulider-header .flight-tips {
  position: absolute;
  width: 30px;
  height: 32px;
  right: 0;
  top: 50%;
  margin-top: -15px;
  color: #0092eb;
  font-size: 28px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  background: url(../images/purchasepath/infor_tips.png) no-repeat center;
  background-size: contain;
}
.flight-bulider-header .flight-header {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
}
.flight-bulider-header .flight-header span {
  display: inline-block;
  margin-left: 2em;
  font-weight: normal;
  font-size: 0.875em;
  cursor: pointer;
}
.flight-bulider-header .flight-header span:hover {
  text-decoration: underline;
}
.flight-bulider-header .tips-info {
  display: none;
}

.qtip-default.flight-tips-help {
  margin-top: -2px;
  margin-left: -2px;
}
.qtip-default.flight-tips-help .qtip-content {
  height: auto;
}

.flight-popup,
.blocked-providers-infor {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10%;
  min-height: 200px;
  width: calc(90% - 1em);
  padding: 1em;
  z-index: 110;
  display: none;
  background-color: #fff;
  top: 0;
  max-width: 930px;
}
.flight-popup .title,
.blocked-providers-infor .title {
  position: relative;
  padding: 0.5em 1em;
  margin: -1em -1em 0;
}
.flight-popup .title h1,
.blocked-providers-infor .title h1 {
  font-size: 31px;
  line-height: 1.1086;
  padding-right: 40px;
  margin-bottom: 20px;
  color: #1482c3;
  font-weight: normal;
  font-family: 'Museo Sans Rounded 500 Regular';
}
.flight-popup .close,
.blocked-providers-infor .close {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 37px;
  right: 1em;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  background: #337ab7 url(../images/purchasepath/close.png) no-repeat center;
  background-size: 70%;
}
.flight-popup .main-area,
.blocked-providers-infor .main-area {
  padding: 0 !important;
}

.flight-popup {
  width: 800px;
  margin-top: 5%;
}
.flight-popup h2, .flight-popup h3, .flight-popup h4 {
  font-weight: normal;
  font-family: "Museo Sans Rounded 300 Regular";
  margin-top: 10px;
}
.flight-popup h3, .flight-popup h4 {
  color: #364f78;
}
.flight-popup h4 {
  text-transform: none;
  font-size: 20px;
}
.flight-popup .title {
  margin-bottom: 1em;
  background-color: #364f78;
  color: #fff;
  padding-right: 50px;
}
.flight-popup .close {
  background-color: transparent;
  text-indent: -99999px;
  overflow: hidden;
  right: 10px;
  top: 1.5em;
}
.flight-popup .coverage-item {
  padding: 10px;
}
.flight-popup .coverage-item:nth-child(even) {
  background-color: #f7f7f7;
}
.flight-popup .coverage-title {
  color: #364f78;
  font-size: 1.25em;
}
.flight-popup .coverage-title .price {
  text-align: right;
}
.flight-popup .coverage-description {
  font-size: 0.9em;
}
.flight-popup .c-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/purchasepath/f-flight.png) no-repeat center;
  background-size: 18px auto;
  vertical-align: middle;
  margin-top: -5px;
}
.flight-popup .c-icon.person {
  background-image: url(../images/purchasepath/f-person.png);
}
.flight-popup .c-icon.coverage-toggle {
  background-image: url(../images/purchasepath/toggle-plus.png);
  background-size: 15px auto;
}
.flight-popup .active .c-icon.coverage-toggle {
  background-image: url(../images/purchasepath/toggle-minus.png);
}
.flight-popup .name .c-icon {
  display: none;
}
.flight-popup .flight-button {
  padding: 1em 1em 0 1em;
  border-top: 1px solid #e3e3e3;
  margin: 1em -1em 0;
  text-align: right;
}
.flight-popup .flight-button span {
  font-size: 0.85em;
}
.flight-popup .flight-button .f-btn {
  display: inline-block;
  background-color: #364f78;
  color: #fff;
  padding: 5px 7px;
  margin: 5px 0 5px 10px;
}
.flight-popup .flight-button .f-btn:hover {
  color: #fff;
  text-decoration: none;
}

.blocked-list-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.flight-item .clear-error {
  clear: both;
  padding: 0 .625em;
  margin-bottom: 1em;
  color: #be0f34;
  font-size: 14px;
}
.flight-item legend {
  display: none;
}
.flight-item > .fieldset-wrapper {
  overflow: hidden;
  border-bottom: 1px dotted #e5e5e5;
  margin: 0 auto 1em;
}
.flight-item .flight-airline {
  width: 35%;
}
.flight-item .flight-departure {
  clear: both;
}
.flight-item .flight-date-wrapper {
  width: 35%;
  float: left;
  clear: both;
}
.flight-item .flight-date-wrapper .form-item {
  width: 100% !important;
}
.flight-item .flight-date-wrapper .data-pick:before {
  top: 20px;
}
.flight-item .flight-number {
  width: 30%;
}
.flight-item .webform-component-markup {
  text-align: center;
}
.flight-item .webform-component-markup span {
  line-height: 48px;
  cursor: pointer;
}
.flight-item .webform-component-markup span:hover {
  text-decoration: underline;
}
.flight-item .add-flight-button.hidden {
  display: none;
}
.flight-item .ajax-loading input {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial !important;
  background: url(../images/purchasepath/ajax-loading.gif) right 5px center no-repeat;
  background-size: 30px 30px;
}
.flight-item .ajax-loading input:focus {
  background: url(../images/purchasepath/ajax-loading.gif) right 5px center no-repeat;
  background-size: 30px 30px;
}
.flight-item .ajax-loading input.error {
  background: #ffeef2 url(../images/purchasepath/ajax-loading.gif) right 5px center no-repeat !important;
  background-size: 30px 30px !important;
}

.content-column {
  background: #fff;
  padding: 1.25em;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 85, 150, 0.1);
}
.content-column h3 {
  margin: 7px 0 15px;
  font-size: 31px;
  line-height: 1.1086;
  color: #1482C3;
  font-weight: normal;
  font-family: "Museo Sans Rounded 500 Regular";
}

.article-body li {
  margin-left: 2em;
}

.page-product input[type="submit"],
.page-product .clsBtnSubmit input,
.page-product .claimsBtn a,
.page-product .button-submit {
  padding: 0 !important;
}

.page-success-page .content-column h1 {
  font-weight: normal;
  font-size: 2em;
  color: #0092eb;
}
.page-success-page .print {
  width: 130px;
  height: 50px;
  font-size: 1.5em;
  line-height: 50px;
  padding: 0 0 0 20px;
  color: #fff;
  text-transform: uppercase;
  background: #ff911a;
  background-image: url(../images/purchasepath/btn-arrow-bkg.svg), linear-gradient(to bottom, #ff911a 0%, #ee7c00 100%);
  background-size: 6px 10px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% - 20px) center, 0 0;
  border: 1px solid #d86600;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
  margin-top: 18px;
}
.page-success-page .print:hover {
  background: #ff911a;
  background-image: url(../images/purchasepath/btn-arrow-bkg.svg), linear-gradient(to bottom, #ffa22a 0%, #ff8501 100%);
  border-color: #ed7000;
  background-size: 6px 10px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% - 20px) center, 0 0;
}

.success-top {
  border-bottom: 1px solid #ddd;
}

.block-success-page .block-title {
  display: none;
}

.success-title {
  font-size: 1.5em;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
}

.policy-summary {
  margin-top: 19px;
}

.success-detail-title {
  font-family: "Museo Sans Rounded 500 Regular";
  font-size: 1em;
  line-height: 1.125em;
  font-weight: normal;
  padding: 9px 10px 0;
  text-align: left;
}

.success-detail {
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 9px;
  text-align: left;
}
.success-detail p {
  margin: 0;
}

.policy-price {
  background: #eee;
  margin: 24px 0;
  width: 100%;
  max-width: 350px;
  padding: .625em;
}
.policy-price ul {
  padding: 0;
  margin: 0;
}
.policy-price li {
  list-style: none;
  padding: 0 0 10px;
  font-size: 0;
  position: relative;
}
.policy-price li .success-price-title {
  font-family: "Museo Sans Rounded 500 Regular";
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 18px;
  width: 75%;
  display: inline-block;
}
.policy-price li .success-price-detial {
  width: 25%;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
.policy-price .policy-price-total {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 0;
}

.success-footer {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
.success-footer a {
  text-decoration: none;
  margin-left: 5px;
}
.success-footer a:hover {
  text-decoration: underline;
  color: #017abc;
}

.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  opacity: .5;
  filter: Alpha(opacity=50);
}

.region-quote-box-sidebar {
  font-family: "Museo Sans Rounded 300 Regular";
}
.region-quote-box-sidebar .form-content .webform-component-fieldset {
  width: 100%;
}
.region-quote-box-sidebar .form-content .fieldset-wrapper {
  padding: 5px 15px 0;
}
.region-quote-box-sidebar .form-content .webform-component--who legend {
  width: 100%;
}
.region-quote-box-sidebar .form-content .webform-component--who .fieldset-wrapper {
  padding-bottom: 10px;
}
.region-quote-box-sidebar .form-content .form-actions {
  left: 50%;
  margin-left: -94px;
}

#ui-datepicker-div {
  z-index: 90 !important;
}

.page-home .region-quote-box-sidebar .block-title {
  padding: 13px 0 5px;
  text-align: center;
  font-size: 18px;
}
.page-home .region-quote-box-sidebar fieldset {
  margin-top: 10px;
}
.page-home .region-quote-box-sidebar fieldset label {
  display: none;
}
.page-home .region-quote-box-sidebar fieldset select {
  font-size: 14px;
}
.page-home .region-quote-box-sidebar fieldset input {
  font-size: 14px;
  line-height: 1;
}
.page-home .region-quote-box-sidebar legend {
  background-color: transparent;
  font-size: 18px;
  color: #1482C3;
  font-weight: bold;
  padding: 0 0 0 30px;
  height: 25px;
  border: 0;
}
.page-home .region-quote-box-sidebar legend em {
  font-size: 18px;
  display: inline;
  font-weight: normal;
  color: #1482C3;
}
.page-home .region-quote-box-sidebar legend span .help-where,
.page-home .region-quote-box-sidebar legend span .help-when,
.page-home .region-quote-box-sidebar legend span .help-who {
  left: inherit;
  right: 15px;
}
.page-home .region-quote-box-sidebar .webform-component {
  margin-bottom: 10px;
}
.page-home .region-quote-box-sidebar .webform-component--where,
.page-home .region-quote-box-sidebar .webform-component--when,
.page-home .region-quote-box-sidebar .webform-component--who {
  margin-top: 18px;
}
.page-home .region-quote-box-sidebar .webform-component--where legend:before,
.page-home .region-quote-box-sidebar .webform-component--when legend:before,
.page-home .region-quote-box-sidebar .webform-component--who legend:before {
  background: url(../images/quotebox-s3b112e6355.png) no-repeat;
  width: 27px;
  height: 24px;
  top: -4px;
  padding: 6px 5px 0 0;
  font-size: 14px;
  color: #D4F3FF;
  text-align: center;
  clear: both;
  line-height: 1;
}
.page-home .region-quote-box-sidebar .webform-component--where legend:before {
  content: '1';
}
.page-home .region-quote-box-sidebar .webform-component--when legend:before {
  content: '2';
}
.page-home .region-quote-box-sidebar .webform-component--who legend:before {
  content: '3';
}
.page-home .region-quote-box-sidebar .trip-deposit-date-img {
  margin-bottom: 10px;
}
.page-home .region-quote-box-sidebar .trip-deposit-date-img .trip-deposit-date-click:before {
  bottom: 5px;
}
.page-home .region-quote-box-sidebar .calendarLink em {
  margin-bottom: 5px;
  padding: 10px;
}
.page-home .region-quote-box-sidebar .travelerages p {
  margin: 0 0 3px 5px;
  padding-bottom: 0;
  font-size: 14px;
  color: #7C8286;
  font-weight: normal;
}
.page-home .region-quote-box-sidebar .webform-component--who--ages-of-all-travellers {
  margin-bottom: 5px;
}
.page-home .region-quote-box-sidebar .form-actions {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  display: block;
  text-align: center;
  float: left;
  width: 100%;
}

.page-product a,
.page-success-page a {
  font-family: "Museo Sans Rounded 500 Regular";
}

.download-list {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.download-list th, .download-list td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: center;
}
.download-list th:first-child,
.download-list td:first-child {
  text-align: left;
  padding: 0.5em;
}

/*
* @2017-05-02 Add new products
* 1. Add new products: ExactCare Value, ExactCare Extra
* 2. Change new layout for US
*/
.page-product.no-page-title header {
  height: auto;
  padding: 0.3125em 20px;
}
.page-product.no-page-title #block-cm-bhtp-cm-bhtp-quotation-block .block-title {
  display: none;
}
.page-product.no-page-title .plan-summary-block {
  margin-top: 1.5em;
}
.page-product .step-tips {
  padding: 0 10px;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
.page-product .columns-three .form-item {
  width: 33.333%;
}
.page-product .plan-mobile-tabs {
  display: none;
  width: 100% !important;
  margin: 0 !important;
}
.page-product .plan-mobile-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-product .plan-mobile-tabs li {
  width: calc(25% - 1.25em);
  float: left;
}
.page-product .plan-mobile-tabs a {
  display: block;
  width: 100%;
  padding: 3px;
  text-decoration: none;
  text-align: center;
}
.page-product .plan-mobile-tabs a:hover {
  color: #017abc;
}

.plan-product-list {
  margin: 0 10px;
}

.plan-product-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  min-height: 331px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.plan-product-item:last-child {
  margin-right: 0;
}
.plan-product-item.is-hide {
  display: block;
}
.plan-product-item.most-popular {
  margin-top: -17px;
}
.plan-product-item .popular-text {
  width: calc(100% + 21px);
  padding: 5px;
  margin-left: -10px;
  margin-top: -10px;
  color: #fff;
  text-align: center;
  background-color: #24D070;
  font-family: "Museo Sans Rounded 500 Regular";
}
.plan-product-item h3 {
  font-size: 21px;
  color: #0092eb;
}
.plan-product-item .select-btn {
  display: block;
  width: 100%;
  background-color: #5BD792;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 300px;
  margin: 0.5em auto;
}
.plan-product-item.active .select-btn {
  padding: 6px 10px;
  border: 2px solid #24D070;
  background-color: #fff;
  color: #24D070;
}
.plan-product-item.active .select-btn:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/purchasepath/selected.png) no-repeat left center;
  background-size: 100% auto;
}
.plan-product-item .benefits-block {
  min-height: 145px;
}
.plan-product-item .benefits-detail-content {
  display: none;
}
.plan-product-item .benefits-detail-content.show-benefits {
  display: block;
}
.plan-product-item .benefits-summary {
  font-family: "Museo Sans Rounded 500 Regular";
}
.plan-product-item .benefits-summary.show-benefits {
  display: none;
}
.plan-product-item .benefits-summary p {
  margin-bottom: 3px;
}
.plan-product-item .benefits-summary p:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/purchasepath/check.png) no-repeat left center;
  background-size: 100% auto;
}
.plan-product-item .product-view-benefits-btn {
  color: #666;
  padding: 0.5em 0;
  margin: 0;
  cursor: text;
}
.plan-product-item .product-view-benefits-btn span {
  cursor: pointer;
}
.plan-product-item .product-view-benefits-btn.is-hide {
  display: none;
}
.plan-product-item .product-view-benefits-btn.disabled {
  opacity: 0.75;
}
.plan-product-item .description {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
  font-size: 1em;
  padding: 5px;
  width: 180px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.plan-product-item .benefits-detail-content {
  text-align: left;
}
.plan-product-item .benefits-detail-content table {
  font-size: 0.8em;
  border: 0;
  margin-top: 10px;
  width: 100%;
}
.plan-product-item .benefits-detail-content tbody {
  border-top: 0;
}
.plan-product-item .benefits-detail-content td {
  width: 50%;
  padding: 5px;
  vertical-align: top;
}
.plan-product-item .benefits-detail-content .name {
  position: relative;
}
.plan-product-item .product-total-block {
  background-color: transparent;
  color: #0092eb;
}
.plan-product-item .product-total-block .total-result {
  font-size: 0;
}
.plan-product-item .product-total-block .total-result span:not(.error) {
  font-size: 2.5rem;
}
.plan-product-item .product-total-block .total-result .error {
  display: block;
  min-height: 35px;
  padding-top: 5px;
  font-size: 15px;
  color: #be0f34;
}
.plan-product-item .product-total-block .loading-img {
  display: none;
  text-align: center;
}
.plan-product-item .product-total-block .loading-img img {
  width: 27px;
  height: 27px;
}
.plan-product-item .product-total-block.is-loading .total-result {
  display: none;
}
.plan-product-item .product-total-block.is-loading .loading-img {
  display: block;
}
.plan-product-item .total-result {
  float: none !important;
  text-align: center;
}
.plan-product-item .view-coverage-details a {
  color: #666;
}
.plan-product-item .total-price {
  color: #0092eb;
}
.plan-product-item.disabled .select-btn {
  opacity: 0.75;
}

.plan-summary-block #sticky-wrapper {
  margin: 0 10px;
  height: auto !important;
}
.plan-summary-block #sticky-wrapper:not(.is-sticky) {
  margin-bottom: 2em;
}
.plan-summary-block .is-sticky .plan-summary {
  z-index: 10;
}

.plan-summary {
  position: relative;
  background-color: #fff;
  padding: 11px 10px 0;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.plan-summary dl, .plan-summary dt, .plan-summary dd {
  margin: 0;
  font-weight: normal;
}
.plan-summary a {
  text-decoration: underline;
}
.plan-summary dt,
.plan-summary dd:first-child {
  float: left;
  margin-left: 0;
}
.plan-summary .policy-summary-block {
  margin: 0;
  font-family: "Museo Sans Rounded 500 Regular", Arial, sans-serif;
}

.no-touch-device .plan-product-item .benefits-detail-content .name:hover .description {
  display: block;
}

.is-touch-device .plan-product-item .benefits-detail-content .name.hover .description {
  display: block;
}
