/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* Vacation Protection main.less */
/* Import variables */
h1,
h2,
h3,
h4,
h5 {
  color: #222222;
  font-weight: 300;
}
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #353e44;
  font-weight: 400;
}
*:focus {
  outline: none;
}
a {
  cursor: pointer;
}
a:hover {
  color: #0067db !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.italic {
  font-style: italic;
}
/* Import vendors */
/*!
 * https://github.com/YouCanBookMe/react-datetime
 */
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.return .rdtPicker {
  right: 0;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
/* Component Styles */
/* VP Header Styles */
body {
  margin: 0;
}
#header .header-banner {
  height: 85px;
  display: block;
  position: relative;
}
#header .header-banner .header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
#header .header-banner .header-logo img {
  height: 50px;
}
#header .corner-menu .hamburger {
  color: #0067db;
  margin-left: 20px;
  padding-left: 10px;
}
#header .corner-menu .fa-bars {
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (min-width: 993px) {
  #header .corner-menu .fa-bars {
    display: none;
  }
}
#header .corner-menu .menu {
  display: none;
}
@media (min-width: 993px) {
  #header .corner-menu .menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 35px;
  }
  #header .corner-menu .menu a {
    color: grey;
    text-decoration: none;
  }
  #header .corner-menu .menu #faq,
  #header .corner-menu .menu #contact {
    padding: 0 10px;
    border-right: 1px solid grey;
  }
  #header .corner-menu .menu #claim {
    padding-left: 10px;
  }
}
#header .mobile-dropdown {
  height: 65px;
  display: none;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 0;
}
#header .mobile-dropdown li {
  display: inline-block;
}
#header .mobile-dropdown ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  padding-top: 23px;
}
#header .mobile-dropdown a {
  color: #0067db;
  text-decoration: none;
}
#header .mobile-dropdown a:hover {
  color: #5e6d77 !important;
}
#header .mobile-dropdown span {
  color: #0067db;
  padding-left: 10px;
  padding-right: 8px;
}
#header .mobile-dropdown .fa-times {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #0067db;
  font-size: 31px;
}
/* VP Footer Styles */
footer {
  background-color: #323f4d;
  color: #a0a9b2;
  padding: 30px;
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.3em;
}
footer nav.tertiary-links a {
  border-left: solid 1px #a0a9b2;
  color: #a0a9b2;
  font-size: 14px;
  line-height: 12px;
  padding: 0px 10px;
  text-decoration: underline;
}
footer nav.tertiary-links a:first-of-type {
  border: none;
  padding-left: 0px;
}
footer nav.tertiary-links a:hover {
  color: #DDDDDD !important;
}
footer .copyright {
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid grey;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .copyright-subtext {
  color: #a0a9b2;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .copyright-subtext a,
footer .copyright-subtext a:hover {
  color: #a0a9b2 !important;
}
footer .disclaimer-logo {
  float: left;
  padding: 0 15px 15px 0;
}
footer .disclaimer-logo img {
  width: 75px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header-picture {
  position: relative;
  width: 100%;
}
.under-logos {
  background: url('clientlib-site/components/page/img/vacationprotection-HERO-edit.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-top: 10px;
  height: 300px;
  filter: grayscale(30%);
}
@media only screen and (min-width: 768px) {
  .under-logos {
    height: 400px;
  }
}
.under-logos .hero-text {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .under-logos .hero-text {
    padding-top: 30px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .under-logos .hero-text {
    padding-top: 80px;
  }
}
.under-logos .hero-subtext {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .under-logos .hero-subtext {
    display: block;
    white-space: nowrap;
    background-color: #445d68;
    opacity: 0.8;
    max-width: 860px;
    margin: 0 auto;
    font-weight: 100;
  }
}
.under-logos .banner-text {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .under-logos .banner-text {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .under-logos .banner-text {
    padding-top: 20px;
  }
}
.under-logos h1 {
  color: white;
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  .under-logos h1 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .under-logos h1 {
    color: white;
    font-size: 50px;
    padding-bottom: 10px;
    padding-right: 40px;
    letter-spacing: 1px;
    font-size: 55px;
  }
}
.under-logos h2 {
  color: white;
  font-size: 30px;
}
.under-logos p {
  color: white;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .under-logos p {
    padding: 10px;
  }
}
.trip-form {
  height: 320px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  .trip-form {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .trip-form {
    height: 251px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 42%;
    max-width: 1050px;
    position: absolute;
    bottom: 5%;
    left: 30%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .trip-form {
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    width: 860px;
    bottom: 30%;
    top: 55%;
    left: 50%;
    text-align: left;
    transform: translateX(-50%);
  }
}
.trip-form .departure,
.trip-form .return,
.trip-form .trip-cost,
.trip-form .state-selector {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: grey;
  padding-top: 10px;
  padding-left: 15px;
  text-align: left;
  height: 70px;
  width: 46%;
  box-sizing: border-box;
  min-height: 105px;
  float: left;
  margin: 1%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
.trip-form .departure input:invalid,
.trip-form .return input:invalid,
.trip-form .trip-cost input:invalid,
.trip-form .state-selector input:invalid {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .trip-form .departure,
  .trip-form .return,
  .trip-form .trip-cost,
  .trip-form .state-selector {
    width: 140px;
    min-height: 70px;
    margin: 2%;
    font-size: 13px;
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .trip-form .departure,
  .trip-form .return,
  .trip-form .trip-cost,
  .trip-form .state-selector {
    font-size: 12px;
    float: none;
    width: auto;
    min-width: 150px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1140px) {
  .trip-form .departure,
  .trip-form .return,
  .trip-form .trip-cost,
  .trip-form .state-selector {
    font-size: 14px;
    width: 16%;
  }
}
.trip-form .departure .cost-wrapper,
.trip-form .return .cost-wrapper,
.trip-form .trip-cost .cost-wrapper,
.trip-form .state-selector .cost-wrapper {
  max-height: 26px;
  width: 75%;
  display: inline-block;
}
.trip-form .departure .cost-wrapper input,
.trip-form .return .cost-wrapper input,
.trip-form .trip-cost .cost-wrapper input,
.trip-form .state-selector .cost-wrapper input {
  font-size: 18px;
  border-radius: none;
}
.trip-form .departure .svg-inline--fa.fa-dollar-sign.fa-w-9,
.trip-form .return .svg-inline--fa.fa-dollar-sign.fa-w-9,
.trip-form .trip-cost .svg-inline--fa.fa-dollar-sign.fa-w-9,
.trip-form .state-selector .svg-inline--fa.fa-dollar-sign.fa-w-9 {
  font-size: 16px;
}
.trip-form .departure p,
.trip-form .return p,
.trip-form .trip-cost p,
.trip-form .state-selector p {
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .trip-form .departure p,
  .trip-form .return p,
  .trip-form .trip-cost p,
  .trip-form .state-selector p {
    padding-bottom: 5px;
  }
}
.trip-form .departure .fa-calendar-alt,
.trip-form .return .fa-calendar-alt,
.trip-form .trip-cost .fa-calendar-alt,
.trip-form .state-selector .fa-calendar-alt {
  padding-right: 5px;
  font-size: 20px;
}
.trip-form .departure input,
.trip-form .return input,
.trip-form .trip-cost input,
.trip-form .state-selector input {
  border: none;
  width: 75%;
  max-height: 26px;
}
.trip-form .departure .rdt,
.trip-form .return .rdt,
.trip-form .trip-cost .rdt,
.trip-form .state-selector .rdt {
  width: 70%;
  display: inline-block;
}
.trip-form .departure .rdt input,
.trip-form .return .rdt input,
.trip-form .trip-cost .rdt input,
.trip-form .state-selector .rdt input {
  width: 100%;
}
.trip-form .state-selector select {
  font-size: 16px;
  width: 70%;
  border: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.trip-form .state-selector .svg-inline--fa.fa-map-pin.fa-w-10 {
  font-size: 16px;
}
.trip-form button {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 84px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
  background-color: #0067db;
  border-radius: 80px;
  border: none;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .trip-form button {
    padding: 20px 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .trip-form button {
    margin-top: 0;
  }
}
.trip-form .css-1wvv9v7 {
  /* position: relative; */
  width: 60px;
  height: 60px;
  /* top: 250px; */
  /* top: 600px; */
  /* right: 0px; */
  /* left: 40%; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .trip-form .css-1wvv9v7 {
    right: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .trip-form .css-1wvv9v7 {
    right: 77px;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .width-holder {
    width: 670px;
    display: inherit;
  }
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  border-bottom: 1px solid #99bee8;
  z-index: 999;
}
.elite-enhanced-essential-text p {
  text-align: center;
}
.price-disclaimer {
  font-size: x-small;
}
.damage-protection {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .damage-protection {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.damage-protection p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 15px 1%;
  display: block;
  background-color: #f7f7f7;
  color: #5e6d77;
}
@media only screen and (min-width: 1024px) {
  .damage-protection p {
    margin-left: 2%;
    margin-right: 2%;
    width: 94%;
  }
}
.damage-protection a {
  color: #0067db;
  cursor: pointer;
}
.plan-details {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 425px) {
  .plan-details {
    display: flex;
  }
}
@media only screen and (max-width: 424px) {
  .plan-details div {
    border-right: none !important;
  }
}
.plan-details.thin-border {
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid #d3d8de;
  border-bottom: 1px solid #d3d8de;
}
.plan-details .essential {
  padding-right: 10px;
}
.plan-details p {
  font-size: 15px;
  font-weight: 900;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .plan-details p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 424px) {
  .plan-details p {
    font-size: 20px;
  }
}
.plan-details a {
  font-size: 12px;
  color: #858585;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .plan-details a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 424px) {
  .plan-details a {
    font-size: 14px;
  }
}
.plan-details button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #0067db;
  background-color: white;
  border-radius: 80px;
  border-color: #0067db !important;
  border-width: 2px !important;
  transition: 0.3s all;
  border-style: solid;
}
.plan-details button.is-active,
.plan-details button:hover {
  color: white;
  background-color: #0067db;
}
.plan-details button.is-disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #eee !important;
  color: #ccc;
  min-width: 120px;
}
.plan-details button.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
@media only screen and (max-width: 424px) {
  .plan-details button {
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 460px) {
  .plan-details button {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .plan-details button {
    font-size: 16px;
  }
}
.plan-details button span {
  padding: 5px;
  font-weight: bold;
}
.plan-details div {
  border-right: 1px solid grey;
  flex-grow: 1;
  flex-basis: 0;
}
.plan-details div:last-child {
  border-right: 0 none;
}
@media only screen and (max-width: 424px) {
  .plan-details .enhanced,
  .plan-details .essential {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 424px) {
  .plan-details .elite,
  .plan-details .enhanced,
  .plan-details .essential {
    height: 137px;
  }
}
a.anchor_link {
  cursor: pointer;
}
.coverages,
.services {
  text-align: center;
  color: #323f4d;
}
.coverages #hundred-thousand,
.services #hundred-thousand {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .coverages #hundred-thousand,
  .services #hundred-thousand {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .coverages #hundred-thousand,
  .services #hundred-thousand {
    font-size: 30px;
  }
}
.coverages #million,
.services #million {
  font-size: 16px;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) {
  .coverages #million,
  .services #million {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .coverages #million,
  .services #million {
    font-size: 30px;
  }
}
.coverages .blue-spacer,
.services .blue-spacer,
.coverages .features-spacer,
.services .features-spacer {
  width: 100%;
  background-color: #0067db;
  margin-top: 30px;
}
.coverages .blue-spacer .spacer-text,
.services .blue-spacer .spacer-text,
.coverages .features-spacer .spacer-text,
.services .features-spacer .spacer-text {
  padding-top: 20px;
  padding-bottom: 10px;
}
.coverages .blue-spacer p,
.services .blue-spacer p,
.coverages .features-spacer p,
.services .features-spacer p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 100;
}
.coverages .blue-spacer #coverages,
.services .blue-spacer #coverages,
.coverages .features-spacer #coverages,
.services .features-spacer #coverages {
  font-size: 25px;
  margin: 0 auto;
}
.coverages .blue-spacer #underwritten,
.services .blue-spacer #underwritten,
.coverages .features-spacer #underwritten,
.services .features-spacer #underwritten {
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 10px;
}
.coverages .features-spacer,
.services .features-spacer {
  padding-top: 38px;
  padding-bottom: 38px;
}
.coverages .elite-enhanced-essential-text,
.services .elite-enhanced-essential-text {
  color: #323f4d;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.coverages .elite-enhanced-essential-text .elite,
.services .elite-enhanced-essential-text .elite,
.coverages .elite-enhanced-essential-text .enhanced,
.services .elite-enhanced-essential-text .enhanced,
.coverages .elite-enhanced-essential-text .essential,
.services .elite-enhanced-essential-text .essential {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.coverages .elite-enhanced-essential-text .elite p,
.services .elite-enhanced-essential-text .elite p,
.coverages .elite-enhanced-essential-text .enhanced p,
.services .elite-enhanced-essential-text .enhanced p,
.coverages .elite-enhanced-essential-text .essential p,
.services .elite-enhanced-essential-text .essential p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.coverages .coverage,
.services .coverage,
.coverages .service,
.services .service {
  margin-top: 5px;
}
.coverages .coverage .grey-spacer-bar,
.services .coverage .grey-spacer-bar,
.coverages .service .grey-spacer-bar,
.services .service .grey-spacer-bar {
  width: 100%;
  background-color: #ebebeb;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.coverages .coverage .grey-spacer-bar span,
.services .coverage .grey-spacer-bar span,
.coverages .service .grey-spacer-bar span,
.services .service .grey-spacer-bar span {
  font-weight: normal;
  font-size: 16px;
}
.coverages .coverage .coverage-columns,
.services .coverage .coverage-columns,
.coverages .service .coverage-columns,
.services .service .coverage-columns {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.coverages .coverage .coverage-columns .column,
.services .coverage .coverage-columns .column,
.coverages .service .coverage-columns .column,
.services .service .coverage-columns .column {
  font-size: 16px;
  margin-top: 10px;
  border-right: 1px solid grey;
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px;
}
.coverages .coverage .coverage-columns .column:last-child,
.services .coverage .coverage-columns .column:last-child,
.coverages .service .coverage-columns .column:last-child,
.services .service .coverage-columns .column:last-child {
  border-right: 0 none;
}
.coverages .coverage .coverage-columns .column .price,
.services .coverage .coverage-columns .column .price,
.coverages .service .coverage-columns .column .price,
.services .service .coverage-columns .column .price {
  font-size: 20px;
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  .coverages .coverage .coverage-columns .column .price,
  .services .coverage .coverage-columns .column .price,
  .coverages .service .coverage-columns .column .price,
  .services .service .coverage-columns .column .price {
    font-size: 30px;
  }
}
.coverages .coverage .coverage-columns .hundred,
.services .coverage .coverage-columns .hundred,
.coverages .service .coverage-columns .hundred,
.services .service .coverage-columns .hundred {
  font-size: 30px;
  font-weight: 100;
}
.damage-protection-details {
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
}
.damage-protection-details #headline {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
.damage-protection-details ul {
  display: inline-block;
}
.damage-protection-details ul li {
  text-align: left;
}
.damage-protection-details p {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 1024px) {
  .damage-protection-details p {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.damage-protection-details p.highlight {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #0067db;
  font-weight: 700;
  padding: 15px 1%;
  display: block;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 1024px) {
  .damage-protection-details p.highlight {
    margin-left: 2%;
    margin-right: 2%;
    width: 94%;
  }
}
.damage-protection-details button {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0067db;
  background-color: white;
  border-radius: 80px;
  border: 2px solid #0067db;
  transition: 0.3s all;
  width: 90%;
}
.damage-protection-details button.is-active {
  color: white;
  background-color: #0067db;
}
.damage-protection-details button.is-active:hover {
  background-color: #218ae6;
  border-color: #218ae6;
}
.damage-protection-details button.is-between:hover {
  background-color: #0067db;
  color: white;
}
.damage-protection-details button.is-disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #eee !important;
  color: #ccc;
  min-width: 120px;
}
.damage-protection-details button.is-disabled:hover {
  color: white;
  background-color: #0067db;
}
@media only screen and (min-width: 320px) {
  .damage-protection-details button {
    padding: 20px;
  }
}
@media only screen and (min-width: 460px) {
  .damage-protection-details button {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .damage-protection-details button {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .damage-protection-details button {
    max-width: 80%;
  }
}
.damage-protection-details .mod {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 1024px) {
  .damage-protection-details .mod {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.damage-protection-details .mod .col {
  width: 100%;
  float: none;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .damage-protection-details .mod .col {
    width: 50%;
    float: left;
  }
}
.damage-protection-details #complete-purchase {
  padding-left: 45px;
  padding-right: 45px;
}
.damage-protection-details #complete-purchase.is-disabled {
  border-color: #eee;
  color: #ccc;
  min-width: 120px;
  cursor: text;
}
.damage-protection-details #complete-purchase.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
.hidden {
  opacity: 0;
}
#home .under-logos {
  filter: none;
  background: #0067db;
  background: -moz-linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  background: -webkit-linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  background: -ms-linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  background: linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  height: auto;
}
#home .under-logos h1 {
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #home .under-logos h1 {
    text-align: center;
  }
}
#home .under-logos p {
  color: white;
  margin: 0 auto;
  padding: 10px 10px 10px 0;
}
#home .error-box {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: left;
  background: #f2dede;
  padding: 22px 18px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 1299px) {
  #home .error-box {
    width: 90%;
  }
}
#home .error-box p {
  font-size: 14px;
  color: #843534;
  font-weight: 300;
  padding: 0;
  margin-right: 0;
}
#home #header-copy {
  padding-right: 5%;
}
#home #header-copy h1 {
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 0;
  max-width: none;
}
@media only screen and (max-width: 992px) {
  #home #header-copy h1 {
    font-size: 34px;
  }
}
#home #header-copy p {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  #home #header-copy p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #home #header-copy p {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #home #header-copy {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
#home #mod-background {
  background: -moz-linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
  background: -webkit-linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
  background: -ms-linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
  background: linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
}
@media only screen and (max-width: 992px) {
  #home #mod-background {
    background: #fff;
  }
}
#home #mod-highlight {
  background: #b2d0f2;
  text-align: center;
  padding: 15px 0;
  background: -moz-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -webkit-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -ms-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
}
#home #mod-highlight h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}
#home #mod-products,
#home #mod-header {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1299px) {
  #home #mod-products,
  #home #mod-header {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #home #mod-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#home #mod-products {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  #home #mod-products {
    padding: 0;
    width: 100%;
  }
}
#home #mod-products .testimonial {
  margin-top: 30px;
}
#home #ti-product,
#home #pdp-product,
#home #header-copy,
#home .trip-form-sm {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 992px) {
  #home #ti-product,
  #home #pdp-product,
  #home #header-copy,
  #home .trip-form-sm {
    width: 100%;
    float: none;
  }
}
#home #ti-product {
  padding-right: 5%;
}
@media only screen and (max-width: 992px) {
  #home #ti-product {
    padding-right: 0;
    background: #dce8f6;
  }
}
#home #ti-product input {
  border: none;
  cursor: pointer;
}
#home #ti-product .mod-plans {
  border: 1px solid #d3d3d4;
  margin-top: 30px;
  box-shadow: -10px 0 25px -8px #d6dfe9, 10px 0 25px -8px #d6dfe9, 0 -10px 25px -8px #d6dfe9;
}
#home #ti-product .mod-plans.padding {
  padding: 15px;
}
#home #pdp-product {
  padding-left: 5%;
}
@media only screen and (max-width: 992px) {
  #home #pdp-product {
    padding-left: 0;
    background: #c8ddf5;
  }
}
#home #pdp-product p {
  margin-bottom: 15px;
}
#home #pdp-product .mod {
  margin-top: 20px;
}
#home #pdp-product .mod p {
  margin-bottom: 0;
}
#home #pdp-product .mod .col {
  width: 50%;
  float: left;
  padding-left: 10px;
}
#home #pdp-product .mod .col:first-of-type {
  padding-right: 10px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #home #pdp-product .mod .col {
    width: 100%;
    padding: 0;
    float: none;
  }
}
#home #pdp-product hr {
  border: 0;
  height: 0;
  border-top: 1px solid #dde9f7;
  border-bottom: none;
  margin-top: 30px;
}
#home #ti-product,
#home #pdp-product {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  #home #ti-product,
  #home #pdp-product {
    padding: 30px 5%;
  }
}
#home #ti-product h2,
#home #pdp-product h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 992px) {
  #home #ti-product h2,
  #home #pdp-product h2 {
    font-size: 32px;
  }
}
#home #ti-product ul,
#home #pdp-product ul {
  margin: 5px 0;
  padding: 0 0 0 20px;
}
#home #ti-product li,
#home #pdp-product li {
  margin-bottom: 0;
}
#home #ti-product li a,
#home #pdp-product li a {
  font-size: 12px;
}
#home #ti-product .link-coverages,
#home #pdp-product .link-coverages {
  background: #b2d0f2;
  border-radius: 0 0 30px 30px;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  background: -moz-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -webkit-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -ms-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
}
#home #pdp-checkbox,
#home #ti-checkbox {
  padding: 16px 16px 16px 60px;
  border: 1px solid #c2d3e6;
  position: relative;
  display: block;
  background: #d3e4f7;
  margin-top: 30px;
  box-shadow: -10px 0 25px -8px #bfd7f4, 10px 0 25px -8px #bfd7f4, 0 -10px 25px -8px #bfd7f4, 0 10px 25px -8px #bfd7f4;
}
#home #pdp-checkbox a.check-c,
#home #ti-checkbox a.check-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 70px;
  z-index: 9;
}
#home #pdp-checkbox .is-disabled,
#home #ti-checkbox .is-disabled,
#home #pdp-checkbox .is-active,
#home #ti-checkbox .is-active {
  border: 1px solid #ccc;
  background: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 20px;
}
#home #pdp-checkbox i,
#home #ti-checkbox i,
#home #pdp-checkbox .svg-inline--fa.fa-check,
#home #ti-checkbox .svg-inline--fa.fa-check {
  opacity: 0;
  position: absolute;
  top: 22px;
  left: 19px;
  color: #ff8a00;
  font-size: 1.7em;
  height: 1em;
}
#home #pdp-checkbox .is-active + i,
#home #ti-checkbox .is-active + i,
#home #pdp-checkbox .is-active + .svg-inline--fa.fa-check,
#home #ti-checkbox .is-active + .svg-inline--fa.fa-check {
  opacity: 1;
}
#home #pdp-checkbox h4,
#home #ti-checkbox h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
#home #pdp-checkbox p,
#home #ti-checkbox p {
  font-size: 12px;
  margin-bottom: 0;
}
#home .radio {
  position: relative;
  border-bottom: 1px solid #d3d3d4;
  padding: 15px 15px 13px 15px;
}
#home .radio.padding {
  padding: 25px 15px;
  border-bottom: none;
}
#home .radio.padding input {
  top: 0;
  left: 0;
  height: 60px;
}
#home .radio b {
  width: 27px;
  height: 27px;
  display: inline-block;
  border: 1px solid #d3d3d4;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 5px;
}
#home .radio b div {
  opacity: 0;
  background: #ff8a00;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
}
#home .radio b div.on {
  opacity: 1;
}
#home .radio label {
  padding-left: 40px;
}
#home .radio label.title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
#home .radio p {
  position: relative;
  left: 40px;
  z-index: 9;
  font-size: 12px;
}
#home .radio input {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 1;
}
#home .radio #radio-none + label {
  z-index: 0;
  display: inline-block;
}
#home .trip-form-sm {
  padding-left: 5%;
}
@media only screen and (max-width: 992px) {
  #home .trip-form-sm {
    padding-left: 0;
  }
}
#home .trip-form-sm .departure,
#home .trip-form-sm .return,
#home .trip-form-sm .trip-cost,
#home .trip-form-sm .state-selector {
  position: relative;
  border-radius: 5px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #353e44;
  padding: 25px 0 0 25px;
  text-align: left;
  height: 70px;
  width: 40%;
  box-sizing: border-box;
  float: left;
  border: none;
  background-color: white;
  margin: 0 2% 2% 0;
}
#home .trip-form-sm .departure input:invalid,
#home .trip-form-sm .return input:invalid,
#home .trip-form-sm .trip-cost input:invalid,
#home .trip-form-sm .state-selector input:invalid {
  box-shadow: none;
}
@media only screen and (max-width: 1299px) {
  #home .trip-form-sm .departure,
  #home .trip-form-sm .return,
  #home .trip-form-sm .trip-cost,
  #home .trip-form-sm .state-selector {
    width: 46%;
  }
}
@media only screen and (max-width: 992px) {
  #home .trip-form-sm .departure,
  #home .trip-form-sm .return,
  #home .trip-form-sm .trip-cost,
  #home .trip-form-sm .state-selector {
    width: 49%;
  }
}
#home .trip-form-sm .departure .cost-wrapper,
#home .trip-form-sm .return .cost-wrapper,
#home .trip-form-sm .trip-cost .cost-wrapper,
#home .trip-form-sm .state-selector .cost-wrapper {
  max-height: 26px;
  width: 75%;
  display: inline-block;
}
#home .trip-form-sm .departure .cost-wrapper input,
#home .trip-form-sm .return .cost-wrapper input,
#home .trip-form-sm .trip-cost .cost-wrapper input,
#home .trip-form-sm .state-selector .cost-wrapper input {
  font-size: 18px;
  border-radius: none;
}
#home .trip-form-sm .departure #input-trip-cost,
#home .trip-form-sm .return #input-trip-cost,
#home .trip-form-sm .trip-cost #input-trip-cost,
#home .trip-form-sm .state-selector #input-trip-cost,
#home .trip-form-sm .departure input[type="date"],
#home .trip-form-sm .return input[type="date"],
#home .trip-form-sm .trip-cost input[type="date"],
#home .trip-form-sm .state-selector input[type="date"],
#home .trip-form-sm .departure .rdt input,
#home .trip-form-sm .return .rdt input,
#home .trip-form-sm .trip-cost .rdt input,
#home .trip-form-sm .state-selector .rdt input,
#home .trip-form-sm .departure #state,
#home .trip-form-sm .return #state,
#home .trip-form-sm .trip-cost #state,
#home .trip-form-sm .state-selector #state {
  font-size: 18px;
  font-weight: 300;
  color: #353e44;
  line-height: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  width: 75%;
  z-index: 100;
  position: absolute;
  top: 26px;
  left: 44px;
  background: none;
}
@media only screen and (max-width: 767px) {
  #home .trip-form-sm .departure #input-trip-cost,
  #home .trip-form-sm .return #input-trip-cost,
  #home .trip-form-sm .trip-cost #input-trip-cost,
  #home .trip-form-sm .state-selector #input-trip-cost,
  #home .trip-form-sm .departure input[type="date"],
  #home .trip-form-sm .return input[type="date"],
  #home .trip-form-sm .trip-cost input[type="date"],
  #home .trip-form-sm .state-selector input[type="date"],
  #home .trip-form-sm .departure .rdt input,
  #home .trip-form-sm .return .rdt input,
  #home .trip-form-sm .trip-cost .rdt input,
  #home .trip-form-sm .state-selector .rdt input,
  #home .trip-form-sm .departure #state,
  #home .trip-form-sm .return #state,
  #home .trip-form-sm .trip-cost #state,
  #home .trip-form-sm .state-selector #state {
    left: 37px;
  }
}
#home .trip-form-sm .departure .rdt,
#home .trip-form-sm .return .rdt,
#home .trip-form-sm .trip-cost .rdt,
#home .trip-form-sm .state-selector .rdt {
  position: static;
}
#home .trip-form-sm .departure #state,
#home .trip-form-sm .return #state,
#home .trip-form-sm .trip-cost #state,
#home .trip-form-sm .state-selector #state {
  box-shadow: none;
  background: 0;
}
#home .trip-form-sm .departure label,
#home .trip-form-sm .return label,
#home .trip-form-sm .trip-cost label,
#home .trip-form-sm .state-selector label {
  position: absolute;
  top: 26px;
  left: 44px;
  font-size: 18px;
  font-weight: 300;
  color: #353e44;
  line-height: 24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #home .trip-form-sm .departure label,
  #home .trip-form-sm .return label,
  #home .trip-form-sm .trip-cost label,
  #home .trip-form-sm .state-selector label {
    left: 37px;
  }
}
#home .trip-form-sm .departure input.filled ~ label,
#home .trip-form-sm .return input.filled ~ label,
#home .trip-form-sm .trip-cost input.filled ~ label,
#home .trip-form-sm .state-selector input.filled ~ label,
#home .trip-form-sm .departure input:focus ~ label,
#home .trip-form-sm .return input:focus ~ label,
#home .trip-form-sm .trip-cost input:focus ~ label,
#home .trip-form-sm .state-selector input:focus ~ label,
#home .trip-form-sm .departure select.filled ~ label,
#home .trip-form-sm .return select.filled ~ label,
#home .trip-form-sm .trip-cost select.filled ~ label,
#home .trip-form-sm .state-selector select.filled ~ label,
#home .trip-form-sm .departure select:focus ~ label,
#home .trip-form-sm .return select:focus ~ label,
#home .trip-form-sm .trip-cost select:focus ~ label,
#home .trip-form-sm .state-selector select:focus ~ label,
#home .trip-form-sm .departure.filled label,
#home .trip-form-sm .return.filled label,
#home .trip-form-sm .trip-cost.filled label,
#home .trip-form-sm .state-selector.filled label,
#home .trip-form-sm .departure .rdtOpen ~ label,
#home .trip-form-sm .return .rdtOpen ~ label,
#home .trip-form-sm .trip-cost .rdtOpen ~ label,
#home .trip-form-sm .state-selector .rdtOpen ~ label {
  top: 11px;
  left: 17px;
  font-size: 11px;
  line-height: 13px;
}
@media only screen and (max-width: 767px) {
  #home .trip-form-sm .departure input.filled ~ label,
  #home .trip-form-sm .return input.filled ~ label,
  #home .trip-form-sm .trip-cost input.filled ~ label,
  #home .trip-form-sm .state-selector input.filled ~ label,
  #home .trip-form-sm .departure input:focus ~ label,
  #home .trip-form-sm .return input:focus ~ label,
  #home .trip-form-sm .trip-cost input:focus ~ label,
  #home .trip-form-sm .state-selector input:focus ~ label,
  #home .trip-form-sm .departure select.filled ~ label,
  #home .trip-form-sm .return select.filled ~ label,
  #home .trip-form-sm .trip-cost select.filled ~ label,
  #home .trip-form-sm .state-selector select.filled ~ label,
  #home .trip-form-sm .departure select:focus ~ label,
  #home .trip-form-sm .return select:focus ~ label,
  #home .trip-form-sm .trip-cost select:focus ~ label,
  #home .trip-form-sm .state-selector select:focus ~ label,
  #home .trip-form-sm .departure.filled label,
  #home .trip-form-sm .return.filled label,
  #home .trip-form-sm .trip-cost.filled label,
  #home .trip-form-sm .state-selector.filled label,
  #home .trip-form-sm .departure .rdtOpen ~ label,
  #home .trip-form-sm .return .rdtOpen ~ label,
  #home .trip-form-sm .trip-cost .rdtOpen ~ label,
  #home .trip-form-sm .state-selector .rdtOpen ~ label {
    left: 10px;
  }
}
#home .trip-form-sm .departure .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home .trip-form-sm .return .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home .trip-form-sm .trip-cost .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home .trip-form-sm .state-selector .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home .trip-form-sm .departure .fa-dollar-sign,
#home .trip-form-sm .return .fa-dollar-sign,
#home .trip-form-sm .trip-cost .fa-dollar-sign,
#home .trip-form-sm .state-selector .fa-dollar-sign,
#home .trip-form-sm .departure .fa-calendar-alt,
#home .trip-form-sm .return .fa-calendar-alt,
#home .trip-form-sm .trip-cost .fa-calendar-alt,
#home .trip-form-sm .state-selector .fa-calendar-alt,
#home .trip-form-sm .departure .fa-map-marker-alt,
#home .trip-form-sm .return .fa-map-marker-alt,
#home .trip-form-sm .trip-cost .fa-map-marker-alt,
#home .trip-form-sm .state-selector .fa-map-marker-alt,
#home .trip-form-sm .departure .svg-inline--fa.fa-map-marker-alt,
#home .trip-form-sm .return .svg-inline--fa.fa-map-marker-alt,
#home .trip-form-sm .trip-cost .svg-inline--fa.fa-map-marker-alt,
#home .trip-form-sm .state-selector .svg-inline--fa.fa-map-marker-alt {
  font-size: 20px;
  position: absolute;
  top: 27px;
  left: 18px;
  color: #a0a9b3;
}
@media only screen and (max-width: 767px) {
  #home .trip-form-sm .departure .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home .trip-form-sm .return .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home .trip-form-sm .trip-cost .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home .trip-form-sm .state-selector .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home .trip-form-sm .departure .fa-dollar-sign,
  #home .trip-form-sm .return .fa-dollar-sign,
  #home .trip-form-sm .trip-cost .fa-dollar-sign,
  #home .trip-form-sm .state-selector .fa-dollar-sign,
  #home .trip-form-sm .departure .fa-calendar-alt,
  #home .trip-form-sm .return .fa-calendar-alt,
  #home .trip-form-sm .trip-cost .fa-calendar-alt,
  #home .trip-form-sm .state-selector .fa-calendar-alt,
  #home .trip-form-sm .departure .fa-map-marker-alt,
  #home .trip-form-sm .return .fa-map-marker-alt,
  #home .trip-form-sm .trip-cost .fa-map-marker-alt,
  #home .trip-form-sm .state-selector .fa-map-marker-alt,
  #home .trip-form-sm .departure .svg-inline--fa.fa-map-marker-alt,
  #home .trip-form-sm .return .svg-inline--fa.fa-map-marker-alt,
  #home .trip-form-sm .trip-cost .svg-inline--fa.fa-map-marker-alt,
  #home .trip-form-sm .state-selector .svg-inline--fa.fa-map-marker-alt {
    left: 10px;
  }
}
#home .trip-form-sm .departure .fa-calendar-alt,
#home .trip-form-sm .return .fa-calendar-alt,
#home .trip-form-sm .trip-cost .fa-calendar-alt,
#home .trip-form-sm .state-selector .fa-calendar-alt {
  left: 17px;
}
@media only screen and (max-width: 767px) {
  #home .trip-form-sm .departure .fa-calendar-alt,
  #home .trip-form-sm .return .fa-calendar-alt,
  #home .trip-form-sm .trip-cost .fa-calendar-alt,
  #home .trip-form-sm .state-selector .fa-calendar-alt {
    left: 10px;
  }
}
#home .trip-form-sm .departure p,
#home .trip-form-sm .return p,
#home .trip-form-sm .trip-cost p,
#home .trip-form-sm .state-selector p {
  margin: 0;
  color: grey;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #home .trip-form-sm .departure p,
  #home .trip-form-sm .return p,
  #home .trip-form-sm .trip-cost p,
  #home .trip-form-sm .state-selector p {
    padding-bottom: 10px;
  }
}
#home .trip-form-sm .departure input,
#home .trip-form-sm .return input,
#home .trip-form-sm .trip-cost input,
#home .trip-form-sm .state-selector input {
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #home .trip-form-sm .return,
  #home .trip-form-sm .state-selector {
    margin-right: 0;
  }
}
#home .trip-form-sm .state-selector select#state {
  border: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #home .trip-form-sm .state-selector select#state {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #home .trip-form-sm .state-selector select#state {
    width: 70%;
  }
}
#home .trip-form-sm button {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
  background-color: #ff8a00;
  border-radius: 80px;
  border: none;
  white-space: nowrap;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  #home .trip-form-sm button {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .trip-form-sm button {
    margin-top: 5px;
  }
}
#home .trip-form-sm .get-quote {
  position: relative;
  width: 82%;
}
@media only screen and (max-width: 1299px) {
  #home .trip-form-sm .get-quote {
    width: 94%;
  }
}
@media only screen and (max-width: 992px) {
  #home .trip-form-sm .get-quote {
    width: 100%;
  }
}
#home .trip-form-sm .css-1wvv9v7 {
  width: 64px;
  height: 64px;
  margin: 5px auto 0 auto;
}
#home #mod-coverages {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1299px) {
  #home #mod-coverages {
    width: 90%;
  }
}
#home #mod-coverages .fa-angle-down {
  vertical-align: -0.25em;
}
#home #mod-coverages a {
  text-decoration: none;
  color: #353e44;
  display: block;
  padding: 30px 0;
}
#home #mod-coverages a h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}
#home #mod-coverages a h3 .arrow {
  color: #0067db;
  font-size: 2em;
  padding-left: 10px;
}
#home #mod-coverages.active .fa-angle-down {
  transform: rotate(180deg);
}
#home #coverages-table {
  display: none;
}
#home .coverages,
#home .services {
  text-align: center;
}
#home .coverages #hundred-thousand,
#home .services #hundred-thousand {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  #home .coverages #hundred-thousand,
  #home .services #hundred-thousand {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .coverages #hundred-thousand,
  #home .services #hundred-thousand {
    font-size: 22px;
  }
}
#home .coverages #million,
#home .services #million {
  font-size: 22px;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) {
  #home .coverages #million,
  #home .services #million {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .coverages #million,
  #home .services #million {
    font-size: 22px;
  }
}
#home .coverages .blue-spacer,
#home .services .blue-spacer,
#home .coverages .features-spacer,
#home .services .features-spacer {
  margin-top: 0;
  background-color: #fff;
}
#home .coverages .blue-spacer .spacer-text,
#home .services .blue-spacer .spacer-text,
#home .coverages .features-spacer .spacer-text,
#home .services .features-spacer .spacer-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
#home .coverages .blue-spacer p,
#home .services .blue-spacer p,
#home .coverages .features-spacer p,
#home .services .features-spacer p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #353e44;
}
#home .coverages .blue-spacer #coverages,
#home .services .blue-spacer #coverages,
#home .coverages .features-spacer #coverages,
#home .services .features-spacer #coverages {
  font-size: 24px;
  margin: 0 auto;
}
#home .coverages .blue-spacer #underwritten,
#home .services .blue-spacer #underwritten,
#home .coverages .features-spacer #underwritten,
#home .services .features-spacer #underwritten {
  font-size: 12px;
  font-weight: 300;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
}
#home .coverages .features-spacer,
#home .services .features-spacer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#home .coverages .elite-enhanced-essential-text,
#home .services .elite-enhanced-essential-text {
  color: #353e44;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: #f5f8fb;
}
#home .coverages .elite-enhanced-essential-text .elite,
#home .services .elite-enhanced-essential-text .elite,
#home .coverages .elite-enhanced-essential-text .enhanced,
#home .services .elite-enhanced-essential-text .enhanced,
#home .coverages .elite-enhanced-essential-text .essential,
#home .services .elite-enhanced-essential-text .essential {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#home .coverages .elite-enhanced-essential-text .elite p,
#home .services .elite-enhanced-essential-text .elite p,
#home .coverages .elite-enhanced-essential-text .enhanced p,
#home .services .elite-enhanced-essential-text .enhanced p,
#home .coverages .elite-enhanced-essential-text .essential p,
#home .services .elite-enhanced-essential-text .essential p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#home .coverages .coverage,
#home .services .coverage,
#home .coverages .service,
#home .services .service {
  margin-top: 0;
}
#home .coverages .coverage .grey-spacer-bar,
#home .services .coverage .grey-spacer-bar,
#home .coverages .service .grey-spacer-bar,
#home .services .service .grey-spacer-bar {
  width: 100%;
  background-color: #e8eef5;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
#home .coverages .coverage .grey-spacer-bar span,
#home .services .coverage .grey-spacer-bar span,
#home .coverages .service .grey-spacer-bar span,
#home .services .service .grey-spacer-bar span {
  font-weight: normal;
  font-size: 16px;
}
#home .coverages .coverage .coverage-columns,
#home .services .coverage .coverage-columns,
#home .coverages .service .coverage-columns,
#home .services .service .coverage-columns {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  background: #f5f8fb;
}
#home .coverages .coverage .coverage-columns .column,
#home .services .coverage .coverage-columns .column,
#home .coverages .service .coverage-columns .column,
#home .services .service .coverage-columns .column {
  font-size: 14px;
  margin-top: 0;
  border-right: 1px solid #d6d9db;
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px;
}
#home .coverages .coverage .coverage-columns .column:last-child,
#home .services .coverage .coverage-columns .column:last-child,
#home .coverages .service .coverage-columns .column:last-child,
#home .services .service .coverage-columns .column:last-child {
  border-right: 0 none;
}
#home .coverages .coverage .coverage-columns .column .price,
#home .services .coverage .coverage-columns .column .price,
#home .coverages .service .coverage-columns .column .price,
#home .services .service .coverage-columns .column .price {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  #home .coverages .coverage .coverage-columns .column .price,
  #home .services .coverage .coverage-columns .column .price,
  #home .coverages .service .coverage-columns .column .price,
  #home .services .service .coverage-columns .column .price {
    font-size: 22px;
  }
}
#home .coverages .coverage .coverage-columns .hundred,
#home .services .coverage .coverage-columns .hundred,
#home .coverages .service .coverage-columns .hundred,
#home .services .service .coverage-columns .hundred {
  font-size: 22px;
  font-weight: 400;
}
#home #step-2 {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1299px) {
  #home #step-2 {
    width: 90%;
  }
}
#home #step-2 button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 50%;
  padding: 20px 0;
  margin: 30px auto 10px auto;
  display: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-radius: 80px;
}
#home #step-2 button.is-active {
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  display: block;
}
#home #step-2 button.is-disabled {
  border: 1px solid #eee !important;
  color: #ccc;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 992px) {
  #home #step-2 button {
    width: 100%;
  }
}
.resutl-modal-content {
  padding: 0rem !important;
  width: 50% !important;
  max-height: none !important;
  overflow-y: auto !important;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .resutl-modal-content {
    width: 95%;
  }
}
@media (max-width: 980px) {
  .resutl-modal-content {
    width: 70% !important;
  }
}
@media (max-width: 600px) {
  .resutl-modal-content {
    width: 95% !important;
  }
}
.result-button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.btn-wider {
  background-color: #0066DB;
  border-color: transparent;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .btn-wider {
    width: 100%;
    font-size: 15px;
    padding: 18px 0px;
  }
}
.resultsView-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 98%;
  min-height: 343px;
}
@media (max-width: 770px) {
  .resultsView-container {
    width: 90%;
  }
}
@media (max-width: 420px) {
  .resultsView-container {
    width: 90%;
    min-height: auto;
  }
}
.result-header {
  margin-top: 0 !important;
}
.title-text {
  font-size: 30px;
  line-height: 35px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
@media (max-width: 420px) {
  .title-text {
    font-size: 25px;
  }
}
.result-options {
  color: #333333;
  display: flex;
  width: 50%;
  justify-content: space-between;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  height: 39px;
}
@media (max-width: 770px) {
  .result-options {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .result-options {
    width: 90%;
    font-size: 14px;
  }
}
.result-title {
  font-weight: 600;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 420px) {
  .result-title {
    font-size: 14px;
  }
}
.saprater {
  border-bottom: 1px solid #555555;
  margin-top: 15px;
  margin-bottom: 15px;
}
.saprater.dim {
  border-bottom: 1px solid #EEEEEE !important;
}
.handle-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 3rem;
  width: 70%;
  border-radius: 0.5rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  color: #5F6467;
  max-height: 70%;
  overflow-y: scroll;
}
.modal-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    width: 95%;
  }
}
.close-button {
  float: right;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #0067db;
  font-weight: bold;
  font-size: 2.5rem;
  transition: .2s all;
  margin-top: -1rem;
  margin-right: -1.5rem;
}
.close-button:hover {
  background-color: #0067db;
  color: #fff;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}
p {
  margin: 0;
}
a {
  color: #0067db;
}
.error-box {
  display: none;
  color: red;
  font-size: 14px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #FFD1C8;
}
.error-box.not-hidden {
  display: block;
}
.error-box p {
  padding: 20px;
  margin-right: 20%;
}
.required {
  color: red;
  font-size: 12px;
}
.required.expiration {
  position: absolute;
  bottom: -15px;
  width: 100px;
}
#header,
#checkout-page-main {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#checkout-page-main {
  position: relative;
  max-width: 1170px;
  margin: 20px auto;
}
#checkout-page-main .iframe-payment {
  width: 100%;
}
#checkout-page-main #iframe-loading {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#checkout-page-main:after {
  content: "";
  display: table;
  clear: both;
}
.complete-your-purchase-banner {
  background-color: #0067db;
  color: white;
  font-size: 36px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .complete-your-purchase-banner {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 30px;
  }
}
.section-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section-header p {
  font-weight: bold;
  font-size: 20px;
  color: #323f4d;
}
.section-header a {
  font-size: 16px;
  text-decoration: underline;
}
.trip-details {
  color: #031827;
  padding-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #f6f7f8;
}
.trip-details .trip-details-bottom-border {
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
  background-color: #f6f7f8;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .trip-details .trip-details-bottom-border {
    display: flex;
  }
}
.trip-details p {
  padding-left: 25px;
  padding-top: 15px;
}
.trip-details .value-header {
  font-size: 14px;
}
.trip-details .value {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .trip-details .value {
    padding-top: 8px;
  }
}
.trip-details .first-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .trip-details .return {
    padding-left: 40px;
  }
}
.trip-details .second-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .trip-details .trip-cost {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.trip-details .third-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .trip-details .cancellation-plan {
    padding-left: 40px;
  }
}
.trip-details .departure p,
.trip-details .return p,
.trip-details .trip-cost p,
.trip-details .state p,
.trip-details .cancellation-plan p {
  white-space: nowrap;
}
.trip-details .return,
.trip-details .state {
  margin-right: 10%;
}
.trip-details .state {
  padding-right: 43px;
}
@media only screen and (min-width: 1024px) {
  .trip-details .state {
    padding: 0;
  }
}
.pricebreakdown-link {
  cursor: pointer;
  color: #0067db;
  text-decoration: underline;
  font-weight: bold;
}
.add-damage-protection-border {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #f6f7f8;
}
.add-damage-protection-border .add-damage-container,
.add-damage-protection-border #travel-alert {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 15px;
}
.add-damage-protection-border .add-damage-container .generated-cancelation,
.add-damage-protection-border #travel-alert .generated-cancelation {
  width: 50%;
}
.add-damage-protection-border .add-damage-container.view-pricebreakdown,
.add-damage-protection-border #travel-alert.view-pricebreakdown {
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 35px;
  margin-left: 0;
  margin-right: 0;
}
.add-damage-protection-border .add-damage-container.view-pricebreakdown #pricing,
.add-damage-protection-border #travel-alert.view-pricebreakdown #pricing {
  margin: 0;
  padding: 0;
}
.add-damage-protection-border .add-damage-container.view-pricebreakdown #pricing #breakdown,
.add-damage-protection-border #travel-alert.view-pricebreakdown #pricing #breakdown {
  color: #5e6d77;
  width: 155px;
  padding: 5px 15px 10px;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .add-damage-protection-border .add-damage-container.view-pricebreakdown #pricing #breakdown,
  .add-damage-protection-border #travel-alert.view-pricebreakdown #pricing #breakdown {
    width: 375px;
  }
}
.add-damage-protection-border .add-damage-container.view-pricebreakdown #pricing #breakdown .title,
.add-damage-protection-border #travel-alert.view-pricebreakdown #pricing #breakdown .title {
  display: inline-block;
  width: 70%;
  padding-bottom: 5px;
}
.add-damage-protection-border .add-damage-container.view-pricebreakdown #pricing #breakdown .price,
.add-damage-protection-border #travel-alert.view-pricebreakdown #pricing #breakdown .price {
  width: 30%;
  text-align: right;
  display: inline-block;
}
.add-damage-protection-border .add-damage-container.view-pricebreakdown #pricing #breakdown .price.total,
.add-damage-protection-border #travel-alert.view-pricebreakdown #pricing #breakdown .price.total {
  font-size: 16px;
  vertical-align: bottom;
  font-weight: bold;
}
.add-damage-protection-border #travel-alert {
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: bold;
  padding-right: 25px;
  display: block;
}
.add-damage-protection-border #travel-alert .underline {
  text-decoration: underline;
}
.add-damage-protection-border .add-damage-protection {
  display: flex;
  align-items: baseline;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #0067db;
  font-size: 15px;
  background-color: #f6f7f8;
}
@media only screen and (min-width: 768px) {
  .add-damage-protection-border .add-damage-protection {
    font-size: 18px;
  }
}
.add-damage-protection-border .add-damage-protection.add-cancelation-protection {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .add-damage-protection-border .add-damage-protection.add-cancelation-protection {
    width: 50%;
  }
}
.add-damage-protection-border .add-damage-protection select {
  border-radius: 0;
}
.add-damage-protection-border .add-damage-protection input {
  background-color: white;
  transform: scale(1.5);
  padding-left: 15px;
  margin-left: 0px;
}
.add-damage-protection-border .add-damage-protection p {
  color: #0067db;
  font-weight: bold;
  padding-left: 10px;
}
.add-damage-protection-border #add-damage-protection-checkbox-and-text {
  padding-top: 0;
}
.add-damage-protection-border #generated-cancelation-total {
  font-weight: bold;
  color: #5e6d77;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .add-damage-protection-border #generated-cancelation-total {
    padding-left: 30mm;
  }
}
.purchase-amount {
  display: flex;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #d3d8de;
  padding-left: 25px;
}
.purchase-amount p {
  font-weight: bold;
  font-size: 20px;
  color: #323f4d;
  padding-top: 15px;
  padding-bottom: 15px;
}
.purchase-amount .total-text {
  width: 29%;
}
.purchase-amount .generated-trip-total {
  width: 50%;
}
.guest-details {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
  margin-left: 5%;
  margin-right: 5%;
}
.guest-details.payment {
  margin-top: 30px;
  padding: 0 0 15px 0;
}
.guest-details p {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #323f4d;
}
.guest-details #required {
  color: #d3d8de;
  font-size: 16px;
  font-weight: normal;
}
.guest-info-wrapper {
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (min-width: 768px) {
  .guest-info-wrapper {
    margin: 0;
  }
}
.guest-info-wrapper .guest-information {
  color: #a0a9b2;
}
.guest-info-wrapper .guest-information input,
.guest-info-wrapper .guest-information select {
  border: 1px solid #a0a9b2;
  height: 50px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
}
.guest-info-wrapper .guest-information select {
  font-size: 20px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .guest-info-wrapper .guest-information .first-name,
  .guest-info-wrapper .guest-information .last-name,
  .guest-info-wrapper .guest-information .address1,
  .guest-info-wrapper .guest-information .address2,
  .guest-info-wrapper .guest-information .city,
  .guest-info-wrapper .guest-information .state,
  .guest-info-wrapper .guest-information .zip,
  .guest-info-wrapper .guest-information .email-address,
  .guest-info-wrapper .guest-information .listing-site,
  .guest-info-wrapper .guest-information .telephone {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .guest-info-wrapper .guest-information .first-row-guest-info,
  .guest-info-wrapper .guest-information .second-row-guest-info,
  .guest-info-wrapper .guest-information .third-row-guest-info,
  .guest-info-wrapper .guest-information .fourth-row-guest-info {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
  }
  .guest-info-wrapper .guest-information .first-row-guest-info .first-name,
  .guest-info-wrapper .guest-information .second-row-guest-info .first-name,
  .guest-info-wrapper .guest-information .third-row-guest-info .first-name,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .first-name,
  .guest-info-wrapper .guest-information .first-row-guest-info .last-name,
  .guest-info-wrapper .guest-information .second-row-guest-info .last-name,
  .guest-info-wrapper .guest-information .third-row-guest-info .last-name,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .last-name,
  .guest-info-wrapper .guest-information .first-row-guest-info .address1,
  .guest-info-wrapper .guest-information .second-row-guest-info .address1,
  .guest-info-wrapper .guest-information .third-row-guest-info .address1,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .address1,
  .guest-info-wrapper .guest-information .first-row-guest-info .address2,
  .guest-info-wrapper .guest-information .second-row-guest-info .address2,
  .guest-info-wrapper .guest-information .third-row-guest-info .address2,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .address2,
  .guest-info-wrapper .guest-information .first-row-guest-info .city,
  .guest-info-wrapper .guest-information .second-row-guest-info .city,
  .guest-info-wrapper .guest-information .third-row-guest-info .city,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .city,
  .guest-info-wrapper .guest-information .first-row-guest-info .email-address,
  .guest-info-wrapper .guest-information .second-row-guest-info .email-address,
  .guest-info-wrapper .guest-information .third-row-guest-info .email-address,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .email-address,
  .guest-info-wrapper .guest-information .first-row-guest-info .listing-site,
  .guest-info-wrapper .guest-information .second-row-guest-info .listing-site,
  .guest-info-wrapper .guest-information .third-row-guest-info .listing-site,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .listing-site,
  .guest-info-wrapper .guest-information .first-row-guest-info .telephone,
  .guest-info-wrapper .guest-information .second-row-guest-info .telephone,
  .guest-info-wrapper .guest-information .third-row-guest-info .telephone,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .telephone,
  .guest-info-wrapper .guest-information .first-row-guest-info .empty,
  .guest-info-wrapper .guest-information .second-row-guest-info .empty,
  .guest-info-wrapper .guest-information .third-row-guest-info .empty,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .empty {
    width: 40%;
  }
  .guest-info-wrapper .guest-information .first-row-guest-info .state,
  .guest-info-wrapper .guest-information .second-row-guest-info .state,
  .guest-info-wrapper .guest-information .third-row-guest-info .state,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .state,
  .guest-info-wrapper .guest-information .first-row-guest-info .zip,
  .guest-info-wrapper .guest-information .second-row-guest-info .zip,
  .guest-info-wrapper .guest-information .third-row-guest-info .zip,
  .guest-info-wrapper .guest-information .fourth-row-guest-info .zip {
    width: 15%;
  }
}
.payment-information {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
}
.payment-information p {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #323f4d;
}
.payment-information #required {
  color: #d3d8de;
  font-size: 16px;
  font-weight: normal;
}
.payment-details {
  margin-left: 5%;
  margin-right: 5%;
  color: #a0a9b2;
  /*TokenEx mods*/
}
@media only screen and (min-width: 768px) {
  .payment-details {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .payment-details .name-on-card {
    order: 1;
  }
  .payment-details .billing-address {
    order: 2;
  }
  .payment-details .card-number {
    order: 3;
  }
  .payment-details .billing-address-2 {
    order: 4;
  }
  .payment-details .expiration-date {
    order: 5;
  }
  .payment-details .city {
    order: 6;
  }
  .payment-details .security-code {
    order: 7;
  }
  .payment-details .state-zip {
    order: 8;
    display: inline-flex;
    justify-content: space-between;
    width: 40%;
    align-items: flex-end;
  }
  .payment-details .left-column {
    margin-left: 5%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .payment-details .security-code input {
    width: 40%;
  }
}
.payment-details input,
.payment-details select {
  border: 1px solid #a0a9b2;
  height: 50px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 0;
}
.payment-details input::placeholder {
  color: #a0a9b2;
}
.payment-details select {
  font-size: 20px;
  padding: 10px;
}
.payment-details .expiration-date div {
  position: relative;
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}
.payment-details .expiration-date div input {
  width: 80px;
  padding: 10px;
}
.payment-details .name-on-card,
.payment-details .card-number,
.payment-details .expiration-date,
.payment-details .security-code,
.payment-details .billing-address,
.payment-details .billing-address-2,
.payment-details .city,
.payment-details .state-div,
.payment-details #zip {
  padding-top: 20px;
}
.payment-details .card-number {
  height: 100px;
}
.payment-details .card-number #cc-card-div {
  max-height: 80px;
  margin-top: 10px;
}
.section-header-bottom {
  font-weight: bold;
  font-size: 20px;
  color: #323f4d;
  margin-top: 25px;
  margin-left: 5%;
  margin-right: 5%;
}
.final-trip-details {
  font-weight: bold;
  font-size: 18px;
  color: #323f4d;
  text-align: right;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  background-color: #f6f7f8;
  display: flex;
  flex-direction: row-reverse;
}
.final-trip-details .cost-box {
  width: 260px;
  text-align: left;
  padding: 10px;
}
.final-trip-details .cost-box #pricing #breakdown {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .final-trip-details .cost-box #pricing #breakdown {
    width: auto;
  }
}
.final-trip-details .cost-box #pricing .title {
  display: inline-block;
  width: 70%;
  padding-bottom: 5px;
}
.final-trip-details .cost-box #pricing .price {
  width: 30%;
  text-align: right;
  display: inline-block;
}
.final-trip-details .cost-box #pricing .price.total {
  font-size: 18px;
  font-weight: bold;
  vertical-align: bottom;
}
.final-trip-details .cost-box p {
  padding: 5px 15px;
}
.final-trip-details .cost-box #summary-plan-choice {
  padding-top: 20px;
}
.final-trip-details .cost-box #damage-protection-choice {
  padding-bottom: 20px;
}
.final-trip-details p {
  padding: 5px 15px;
}
.final-trip-details #summary-plan-choice {
  padding-top: 20px;
}
.final-trip-details #damage-protection-choice {
  padding-bottom: 20px;
}
.complete-purchase-button {
  font-size: 20px;
  font-weight: bold;
  border: none;
  text-align: center;
}
.complete-purchase-button button {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 3%;
  padding: 15px 40px;
  color: white;
  background-color: #0067db;
  border-radius: 80px;
  border: none;
}
.complete-purchase-button button.is-disabled {
  color: #ccc;
  min-width: 120px;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
}
.complete-purchase-button button.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .complete-purchase-button {
    width: 32%;
    float: right;
    padding: 15px 25px;
  }
}
#continue {
  float: right;
  margin: 25px 59px 40px 0;
  padding: 15px 40px;
  color: white;
  background-color: #0067db;
  border-radius: 80px;
  border: none;
}
#continue.is-disabled {
  color: #ccc;
  min-width: 120px;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
}
#continue.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #continue {
    display: block;
    float: none;
    margin: 40px auto 30px auto;
  }
}
.second-row-damage-protection-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 25px;
}
.second-row-damage-protection-container .add-damage-protection {
  padding-left: 0;
}
.second-row-damage-protection-container #add-damage-protection-checkbox-and-text {
  width: 31%;
}
.second-row-damage-protection-container #protection-plan-total {
  width: 25%;
}
.second-row-damage-protection-container #protection-plan-total p {
  font-weight: bold;
  color: #5e6d77;
  font-size: 16px;
}
#home #checkout-page-main .error-box {
  width: 90%;
  margin-top: 30px;
}
header,
main {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  #confirmation-page-main {
    max-width: 1170px;
    margin: 20px auto;
  }
}
#confirmation-page-main .descriptor-text {
  font-size: 18px;
  color: #5e6d77;
}
#confirmation-page-main .descriptor-text span {
  text-transform: capitalize;
}
#confirmation-page-main .header-text {
  font-size: 18px;
  color: #323f4d;
  font-weight: bold;
}
#confirmation-page-main .cancellation-protection,
#confirmation-page-main .damages-protection,
#confirmation-page-main .details,
#confirmation-page-main .traveler-information {
  padding-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
}
#confirmation-page-main .cancellation-protection p,
#confirmation-page-main .damages-protection p,
#confirmation-page-main .details p,
#confirmation-page-main .traveler-information p {
  padding-top: 5px;
}
.bottom-paragraph {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-left: 10%;
  margin-right: 10%;
}
.confirmation-banner {
  background-color: #0067db;
  color: white;
  font-size: 36px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .confirmation-banner {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 30px;
  }
}
.confirmation-banner span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .confirmation-banner span {
    display: inline-block;
    padding-right: 10px;
  }
}
.top-paragraph {
  padding-top: 50px;
  padding-bottom: 15px;
  color: #5e6d77;
  margin-left: 10%;
  margin-right: 10%;
}
.details-section #details-header {
  color: #5e6d77;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
  margin-left: 10%;
  margin-right: 10%;
}
.details-section #pricing #breakdown {
  width: 300px;
}
.details-section #pricing #breakdown .title {
  padding: 0 0 0 25px;
  font-size: 15px;
  display: inline-block;
  color: #5e6d77;
}
.details-section #pricing #breakdown .price {
  padding: 0 0 0 25px;
  font-size: 15px;
  display: inline-block;
  float: right;
  color: #5e6d77;
}
.details-section #pricing #breakdown .price.total {
  padding: 0 0 0 25px;
  font-size: 18px;
}
#home #checkout-page-main.payment-page .error-box {
  margin: 30px auto 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #353e44;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  /* Vacation Protection main.less */
  /* Import variables */
  /* Import vendors */
  /*!
 * https://github.com/YouCanBookMe/react-datetime
 */
  /* Component Styles */
  /* VP Header Styles */
  /* VP Footer Styles */
  /* VP Title Styles */
  /* VP Container Styles */
}
#home #checkout-page-main.payment-page #vp-iframe-form :after,
#home #checkout-page-main.payment-page #vp-iframe-form :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home #checkout-page-main.payment-page #vp-iframe-form article,
#home #checkout-page-main.payment-page #vp-iframe-form aside,
#home #checkout-page-main.payment-page #vp-iframe-form details,
#home #checkout-page-main.payment-page #vp-iframe-form figcaption,
#home #checkout-page-main.payment-page #vp-iframe-form figure,
#home #checkout-page-main.payment-page #vp-iframe-form footer,
#home #checkout-page-main.payment-page #vp-iframe-form header,
#home #checkout-page-main.payment-page #vp-iframe-form hgroup,
#home #checkout-page-main.payment-page #vp-iframe-form main,
#home #checkout-page-main.payment-page #vp-iframe-form menu,
#home #checkout-page-main.payment-page #vp-iframe-form nav,
#home #checkout-page-main.payment-page #vp-iframe-form section,
#home #checkout-page-main.payment-page #vp-iframe-form summary {
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form audio,
#home #checkout-page-main.payment-page #vp-iframe-form canvas,
#home #checkout-page-main.payment-page #vp-iframe-form progress,
#home #checkout-page-main.payment-page #vp-iframe-form video {
  display: inline-block;
  vertical-align: baseline;
}
#home #checkout-page-main.payment-page #vp-iframe-form audio:not([controls]) {
  display: none;
  height: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form [hidden],
#home #checkout-page-main.payment-page #vp-iframe-form template {
  display: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form a {
  background-color: transparent;
}
#home #checkout-page-main.payment-page #vp-iframe-form a:active,
#home #checkout-page-main.payment-page #vp-iframe-form a:hover {
  outline: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form abbr[title] {
  border-bottom: 1px dotted;
}
#home #checkout-page-main.payment-page #vp-iframe-form b,
#home #checkout-page-main.payment-page #vp-iframe-form strong {
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form dfn {
  font-style: italic;
}
#home #checkout-page-main.payment-page #vp-iframe-form h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form mark {
  background: #ff0;
  color: #000;
}
#home #checkout-page-main.payment-page #vp-iframe-form small {
  font-size: 80%;
}
#home #checkout-page-main.payment-page #vp-iframe-form sub,
#home #checkout-page-main.payment-page #vp-iframe-form sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#home #checkout-page-main.payment-page #vp-iframe-form sup {
  top: -0.5em;
}
#home #checkout-page-main.payment-page #vp-iframe-form sub {
  bottom: -0.25em;
}
#home #checkout-page-main.payment-page #vp-iframe-form img {
  border: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form svg:not(:root) {
  overflow: hidden;
}
#home #checkout-page-main.payment-page #vp-iframe-form figure {
  margin: 1em 40px;
}
#home #checkout-page-main.payment-page #vp-iframe-form hr {
  box-sizing: content-box;
  height: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form pre {
  overflow: auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form code,
#home #checkout-page-main.payment-page #vp-iframe-form kbd,
#home #checkout-page-main.payment-page #vp-iframe-form pre,
#home #checkout-page-main.payment-page #vp-iframe-form samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#home #checkout-page-main.payment-page #vp-iframe-form button,
#home #checkout-page-main.payment-page #vp-iframe-form input,
#home #checkout-page-main.payment-page #vp-iframe-form optgroup,
#home #checkout-page-main.payment-page #vp-iframe-form select,
#home #checkout-page-main.payment-page #vp-iframe-form textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form button {
  overflow: visible;
}
#home #checkout-page-main.payment-page #vp-iframe-form button,
#home #checkout-page-main.payment-page #vp-iframe-form select {
  text-transform: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form button,
#home #checkout-page-main.payment-page #vp-iframe-form html input[type='button'],
#home #checkout-page-main.payment-page #vp-iframe-form input[type='reset'],
#home #checkout-page-main.payment-page #vp-iframe-form input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form button[disabled],
#home #checkout-page-main.payment-page #vp-iframe-form html input[disabled] {
  cursor: default;
}
#home #checkout-page-main.payment-page #vp-iframe-form button::-moz-focus-inner,
#home #checkout-page-main.payment-page #vp-iframe-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form input {
  line-height: normal;
}
#home #checkout-page-main.payment-page #vp-iframe-form input[type='checkbox'],
#home #checkout-page-main.payment-page #vp-iframe-form input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form input[type='number']::-webkit-inner-spin-button,
#home #checkout-page-main.payment-page #vp-iframe-form input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
#home #checkout-page-main.payment-page #vp-iframe-form input[type='search']::-webkit-search-cancel-button,
#home #checkout-page-main.payment-page #vp-iframe-form input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#home #checkout-page-main.payment-page #vp-iframe-form legend {
  border: 0;
  padding: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form textarea {
  overflow: auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form optgroup {
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form table {
  border-collapse: collapse;
  border-spacing: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form td,
#home #checkout-page-main.payment-page #vp-iframe-form th {
  padding: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form :focus {
  outline: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form h1,
#home #checkout-page-main.payment-page #vp-iframe-form h2,
#home #checkout-page-main.payment-page #vp-iframe-form h3,
#home #checkout-page-main.payment-page #vp-iframe-form h4,
#home #checkout-page-main.payment-page #vp-iframe-form h5 {
  color: #222222;
  font-weight: 300;
}
#home #checkout-page-main.payment-page #vp-iframe-form a {
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form a:hover {
  color: #0067db !important;
}
#home #checkout-page-main.payment-page #vp-iframe-form .clearfix {
  *zoom: 1;
}
#home #checkout-page-main.payment-page #vp-iframe-form .clearfix:before,
#home #checkout-page-main.payment-page #vp-iframe-form .clearfix:after {
  content: ' ';
  display: table;
}
#home #checkout-page-main.payment-page #vp-iframe-form .clearfix:after {
  clear: both;
}
#home #checkout-page-main.payment-page #vp-iframe-form .italic {
  font-style: italic;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdt {
  position: relative;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
#home #checkout-page-main.payment-page #vp-iframe-form .return .rdtPicker {
  right: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtOpen .rdtPicker {
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker .rdtTimeToggle {
  text-align: center;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker table {
  width: 100%;
  margin: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th {
  text-align: center;
  height: 28px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td {
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtDay:hover,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtHour:hover,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtMinute:hover,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtSecond:hover,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtOld,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtNew {
  color: #999999;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtToday {
  position: relative;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtActive,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtDisabled,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td span.rdtOld {
  color: #999999;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td span.rdtDisabled,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th.rdtSwitch {
  width: 100px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th.rdtNext,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPrev span,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th.rdtDisabled,
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker thead tr:first-child th {
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker button:hover {
  background-color: #eee;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtPicker thead button {
  width: 100%;
  height: 100%;
}
#home #checkout-page-main.payment-page #vp-iframe-form td.rdtMonth,
#home #checkout-page-main.payment-page #vp-iframe-form td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form td.rdtMonth:hover,
#home #checkout-page-main.payment-page #vp-iframe-form td.rdtYear:hover {
  background: #eee;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounters {
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounters > div {
  float: left;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounter {
  height: 100px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounter {
  width: 40px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounterSeparator {
  line-height: 100px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounter .rdtBtn:hover {
  background: #eee;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
#home #checkout-page-main.payment-page #vp-iframe-form body {
  margin: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .header-banner {
  height: 85px;
  display: block;
  position: relative;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .header-banner .header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .header-banner .header-logo img {
  height: 50px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .hamburger {
  color: #0067db;
  margin-left: 20px;
  padding-left: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .fa-bars {
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (min-width: 993px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .fa-bars {
    display: none;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .menu {
  display: none;
}
@media (min-width: 993px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 35px;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .menu a {
    color: grey;
    text-decoration: none;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .menu #faq,
  #home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .menu #contact {
    padding: 0 10px;
    border-right: 1px solid grey;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form #header .corner-menu .menu #claim {
    padding-left: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown {
  height: 65px;
  display: none;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown li {
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  padding-top: 23px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown a {
  color: #0067db;
  text-decoration: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown a:hover {
  color: #5e6d77 !important;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown span {
  color: #0067db;
  padding-left: 10px;
  padding-right: 8px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header .mobile-dropdown .fa-times {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #0067db;
  font-size: 31px;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer {
  background-color: #323f4d;
  color: #a0a9b2;
  padding: 30px;
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.3em;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer nav.tertiary-links a {
  border-left: solid 1px #a0a9b2;
  color: #a0a9b2;
  font-size: 14px;
  line-height: 12px;
  padding: 0px 10px;
  text-decoration: underline;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer nav.tertiary-links a:first-of-type {
  border: none;
  padding-left: 0px;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer nav.tertiary-links a:hover {
  color: #dddddd !important;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer .copyright {
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid grey;
  padding-top: 40px;
  padding-bottom: 40px;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer .copyright-subtext {
  color: #a0a9b2;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer .disclaimer-logo {
  float: left;
  padding: 0 15px 15px 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form footer .disclaimer-logo img {
  width: 75px;
}
#home #checkout-page-main.payment-page #vp-iframe-form input[type='number']::-webkit-inner-spin-button,
#home #checkout-page-main.payment-page #vp-iframe-form input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .header-picture {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos {
    height: 400px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .under-logos .hero-text {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos .hero-text {
    padding-top: 30px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos .hero-text {
    padding-top: 80px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .under-logos .hero-subtext {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos .hero-subtext {
    display: block;
    white-space: nowrap;
    background-color: #445d68;
    opacity: 0.8;
    max-width: 860px;
    margin: 0 auto;
    font-weight: 100;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .under-logos .banner-text {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos .banner-text {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos .banner-text {
    padding-top: 20px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .under-logos h1 {
  color: white;
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos h1 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos h1 {
    color: white;
    font-size: 50px;
    padding-bottom: 10px;
    padding-right: 40px;
    letter-spacing: 1px;
    font-size: 55px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .under-logos p {
  color: white;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .under-logos p {
    padding: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form {
  height: 320px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form {
    height: 251px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 42%;
    max-width: 1050px;
    position: absolute;
    bottom: 5%;
    left: 30%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form {
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    width: 860px;
    bottom: 30%;
    top: 55%;
    left: 50%;
    text-align: left;
    transform: translateX(-50%);
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: grey;
  padding-top: 10px;
  padding-left: 15px;
  text-align: left;
  height: 70px;
  width: 46%;
  box-sizing: border-box;
  min-height: 105px;
  float: left;
  margin: 1%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure input:invalid,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return input:invalid,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost input:invalid,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector input:invalid {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector {
    width: 140px;
    min-height: 70px;
    margin: 2%;
    font-size: 13px;
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector {
    font-size: 12px;
    float: none;
    width: auto;
    min-width: 150px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1140px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector {
    font-size: 14px;
    width: 16%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure .cost-wrapper,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return .cost-wrapper,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost .cost-wrapper,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .cost-wrapper {
  max-height: 26px;
  width: 75%;
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure .cost-wrapper input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return .cost-wrapper input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost .cost-wrapper input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .cost-wrapper input {
  font-size: 18px;
  border-radius: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .svg-inline--fa.fa-dollar-sign.fa-w-9 {
  font-size: 16px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector p {
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure p,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return p,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost p,
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector p {
    padding-bottom: 5px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .fa-calendar-alt {
  padding-right: 5px;
  font-size: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector input {
  border: none;
  width: 75%;
  max-height: 26px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure .rdt,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return .rdt,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost .rdt,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .rdt {
  width: 70%;
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .departure .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .return .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .trip-cost .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .rdt input {
  width: 100%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector select {
  font-size: 16px;
  width: 70%;
  border: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .state-selector .svg-inline--fa.fa-map-pin.fa-w-10 {
  font-size: 16px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form button {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 84px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
  background-color: #0067db;
  border-radius: 80px;
  border: none;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form button {
    padding: 20px 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form button {
    margin-top: 0;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-form .css-1wvv9v7 {
  /* position: relative; */
  width: 60px;
  height: 60px;
  /* top: 250px; */
  /* top: 600px; */
  /* right: 0px; */
  /* left: 40%; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .css-1wvv9v7 {
    right: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-form .css-1wvv9v7 {
    right: 77px;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .width-holder {
    width: 670px;
    display: inherit;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  border-bottom: 1px solid #99bee8;
  z-index: 999;
}
#home #checkout-page-main.payment-page #vp-iframe-form .elite-enhanced-essential-text p {
  text-align: center;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection {
    margin-left: 40px;
    margin-right: 40px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 15px 1%;
  display: block;
  background-color: #f7f7f7;
  color: #5e6d77;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection p {
    margin-left: 2%;
    margin-right: 2%;
    width: 94%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection a {
  color: #0067db;
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 425px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details {
    display: flex;
  }
}
@media only screen and (max-width: 424px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details div {
    border-right: none !important;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details.thin-border {
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid #d3d8de;
  border-bottom: 1px solid #d3d8de;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details .essential {
  padding-right: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details p {
  font-size: 15px;
  font-weight: 900;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 424px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details p {
    font-size: 20px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details a {
  font-size: 12px;
  color: #858585;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 424px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details a {
    font-size: 14px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #0067db;
  background-color: white;
  border-radius: 80px;
  border-color: #0067db !important;
  border-width: 2px !important;
  transition: 0.3s all;
  border-style: solid;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details button.is-active,
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details button:hover {
  color: white;
  background-color: #0067db;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details button.is-disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #eee !important;
  color: #ccc;
  min-width: 120px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details button.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
@media only screen and (max-width: 424px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details button {
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 460px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details button {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details button {
    font-size: 16px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details button span {
  padding: 5px;
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details div {
  border-right: 1px solid grey;
  flex-grow: 1;
  flex-basis: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .plan-details div:last-child {
  border-right: 0 none;
}
@media only screen and (max-width: 424px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details .enhanced,
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details .essential {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 424px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details .elite,
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details .enhanced,
  #home #checkout-page-main.payment-page #vp-iframe-form .plan-details .essential {
    height: 137px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form a.anchor_link {
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages,
#home #checkout-page-main.payment-page #vp-iframe-form .services {
  text-align: center;
  color: #323f4d;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages #hundred-thousand,
#home #checkout-page-main.payment-page #vp-iframe-form .services #hundred-thousand {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .coverages #hundred-thousand,
  #home #checkout-page-main.payment-page #vp-iframe-form .services #hundred-thousand {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .coverages #hundred-thousand,
  #home #checkout-page-main.payment-page #vp-iframe-form .services #hundred-thousand {
    font-size: 30px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages #million,
#home #checkout-page-main.payment-page #vp-iframe-form .services #million {
  font-size: 16px;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .coverages #million,
  #home #checkout-page-main.payment-page #vp-iframe-form .services #million {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .coverages #million,
  #home #checkout-page-main.payment-page #vp-iframe-form .services #million {
    font-size: 30px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .blue-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form .services .blue-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .features-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form .services .features-spacer {
  width: 100%;
  background-color: #0067db;
  margin-top: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .blue-spacer .spacer-text,
#home #checkout-page-main.payment-page #vp-iframe-form .services .blue-spacer .spacer-text,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .features-spacer .spacer-text,
#home #checkout-page-main.payment-page #vp-iframe-form .services .features-spacer .spacer-text {
  padding-top: 20px;
  padding-bottom: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .blue-spacer p,
#home #checkout-page-main.payment-page #vp-iframe-form .services .blue-spacer p,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .features-spacer p,
#home #checkout-page-main.payment-page #vp-iframe-form .services .features-spacer p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 100;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .blue-spacer #coverages,
#home #checkout-page-main.payment-page #vp-iframe-form .services .blue-spacer #coverages,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .features-spacer #coverages,
#home #checkout-page-main.payment-page #vp-iframe-form .services .features-spacer #coverages {
  font-size: 25px;
  margin: 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .blue-spacer #underwritten,
#home #checkout-page-main.payment-page #vp-iframe-form .services .blue-spacer #underwritten,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .features-spacer #underwritten,
#home #checkout-page-main.payment-page #vp-iframe-form .services .features-spacer #underwritten {
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .features-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form .services .features-spacer {
  padding-top: 38px;
  padding-bottom: 38px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text {
  color: #323f4d;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text .elite,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text .elite,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text .enhanced,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text .enhanced,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text .essential,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text .essential {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text .elite p,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text .elite p,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text .enhanced p,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text .enhanced p,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .elite-enhanced-essential-text .essential p,
#home #checkout-page-main.payment-page #vp-iframe-form .services .elite-enhanced-essential-text .essential p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service {
  margin-top: 5px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .grey-spacer-bar,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .grey-spacer-bar,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .grey-spacer-bar,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .grey-spacer-bar {
  width: 100%;
  background-color: #ebebeb;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .grey-spacer-bar span,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .grey-spacer-bar span,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .grey-spacer-bar span,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .grey-spacer-bar span {
  font-weight: normal;
  font-size: 16px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .coverage-columns,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .coverage-columns,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .coverage-columns,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .coverage-columns {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .coverage-columns .column,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .coverage-columns .column,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .coverage-columns .column,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .coverage-columns .column {
  font-size: 16px;
  margin-top: 10px;
  border-right: 1px solid grey;
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .coverage-columns .column:last-child,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .coverage-columns .column:last-child,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .coverage-columns .column:last-child,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .coverage-columns .column:last-child {
  border-right: 0 none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .coverage-columns .column .price,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .coverage-columns .column .price,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .coverage-columns .column .price,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .coverage-columns .column .price {
  font-size: 20px;
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .coverage-columns .column .price,
  #home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .coverage-columns .column .price,
  #home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .coverage-columns .column .price,
  #home #checkout-page-main.payment-page #vp-iframe-form .services .service .coverage-columns .column .price {
    font-size: 30px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .coverage .coverage-columns .hundred,
#home #checkout-page-main.payment-page #vp-iframe-form .services .coverage .coverage-columns .hundred,
#home #checkout-page-main.payment-page #vp-iframe-form .coverages .service .coverage-columns .hundred,
#home #checkout-page-main.payment-page #vp-iframe-form .services .service .coverage-columns .hundred {
  font-size: 30px;
  font-weight: 100;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details {
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details #headline {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details ul {
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details ul li {
  text-align: left;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details p {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details p {
    margin-left: 15%;
    margin-right: 15%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details p.highlight {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #0067db;
  font-weight: 700;
  padding: 15px 1%;
  display: block;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details p.highlight {
    margin-left: 2%;
    margin-right: 2%;
    width: 94%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0067db;
  background-color: white;
  border-radius: 80px;
  border: 2px solid #0067db;
  transition: 0.3s all;
  width: 90%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button.is-active {
  color: white;
  background-color: #0067db;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button.is-active:hover {
  background-color: #218ae6;
  border-color: #218ae6;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button.is-between:hover {
  background-color: #0067db;
  color: white;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button.is-disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #eee !important;
  color: #ccc;
  min-width: 120px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button.is-disabled:hover {
  color: white;
  background-color: #0067db;
}
@media only screen and (min-width: 320px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button {
    padding: 20px;
  }
}
@media only screen and (min-width: 460px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details button {
    max-width: 80%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details .mod {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details .mod {
    margin-left: 15%;
    margin-right: 15%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details .mod .col {
  width: 100%;
  float: none;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details .mod .col {
    width: 50%;
    float: left;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details {
  padding-left: 45px;
  padding-right: 45px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details #complete-purchase.is-disabled {
  border-color: #eee;
  color: #ccc;
  min-width: 120px;
  cursor: text;
}
#home #checkout-page-main.payment-page #vp-iframe-form .damage-protection-details #complete-purchase.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
#home #checkout-page-main.payment-page #vp-iframe-form .hidden {
  opacity: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .under-logos {
  filter: none;
  background: #0067db;
  background: -moz-linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  background: -webkit-linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  background: -ms-linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  background: linear-gradient(90deg, #0067db 50%, #0352aa 100%);
  height: auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .under-logos h1 {
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .under-logos h1 {
    text-align: center;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .under-logos p {
  color: white;
  margin: 0 auto;
  padding: 10px 10px 10px 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .error-box {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: left;
  background: #f2dede;
  padding: 22px 18px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 1299px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .error-box {
    width: 90%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .error-box p {
  font-size: 14px;
  color: #843534;
  font-weight: 300;
  padding: 0;
  margin-right: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy {
  padding-right: 5%;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy h1 {
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 0;
  max-width: none;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy h1 {
    font-size: 34px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy p {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy p {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-background {
  background: -moz-linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
  background: -webkit-linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
  background: -ms-linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
  background: linear-gradient(90deg, #dde9f7 50%, #c8ddf5 0%);
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #mod-background {
    background: #fff;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-highlight {
  background: #b2d0f2;
  text-align: center;
  padding: 15px 0;
  background: -moz-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -webkit-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -ms-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-highlight h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-products,
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-header {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1299px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #mod-products,
  #home #checkout-page-main.payment-page #vp-iframe-form #home #mod-header {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #mod-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-products {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #mod-products {
    padding: 0;
    width: 100%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-products .testimonial {
  margin-top: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product,
#home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product,
  #home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product,
  #home #checkout-page-main.payment-page #vp-iframe-form #home #header-copy,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm {
    width: 100%;
    float: none;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product {
  padding-right: 5%;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product {
    padding-right: 0;
    background: #dce8f6;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product input {
  border: none;
  cursor: pointer;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product .mod-plans {
  border: 1px solid #d3d3d4;
  margin-top: 30px;
  box-shadow: -10px 0 25px -8px #d6dfe9, 10px 0 25px -8px #d6dfe9, 0 -10px 25px -8px #d6dfe9;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product .mod-plans.padding {
  padding: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product {
  padding-left: 5%;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product {
    padding-left: 0;
    background: #c8ddf5;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product p {
  margin-bottom: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product .mod {
  margin-top: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product .mod p {
  margin-bottom: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product .mod .col {
  width: 50%;
  float: left;
  padding-left: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product .mod .col:first-of-type {
  padding-right: 10px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product .mod .col {
    width: 100%;
    padding: 0;
    float: none;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product hr {
  border: 0;
  height: 0;
  border-top: 1px solid #dde9f7;
  border-bottom: none;
  margin-top: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product,
  #home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product {
    padding: 30px 5%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product h2,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product h2,
  #home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product h2 {
    font-size: 32px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product ul,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product ul {
  margin: 5px 0;
  padding: 0 0 0 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product li,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product li {
  margin-bottom: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product li a,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product li a {
  font-size: 12px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #ti-product .link-coverages,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-product .link-coverages {
  background: #b2d0f2;
  border-radius: 0 0 30px 30px;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  background: -moz-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -webkit-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: -ms-linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
  background: linear-gradient(0deg, #b2d0f2 0%, #c4d9f0 100%);
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox {
  padding: 16px 16px 16px 60px;
  border: 1px solid #c2d3e6;
  position: relative;
  display: block;
  background: #d3e4f7;
  margin-top: 30px;
  box-shadow: -10px 0 25px -8px #bfd7f4, 10px 0 25px -8px #bfd7f4, 0 -10px 25px -8px #bfd7f4, 0 10px 25px -8px #bfd7f4;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox a.check-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 70px;
  z-index: 9;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox .is-disabled,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox .is-active {
  border: 1px solid #ccc;
  background: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox i,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox .svg-inline--fa.fa-check {
  opacity: 0;
  position: absolute;
  top: 22px;
  left: 19px;
  color: #ff8a00;
  font-size: 1.7em;
  height: 1em;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox .is-active + i,
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox .is-active + .svg-inline--fa.fa-check {
  opacity: 1;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #pdp-checkbox p {
  font-size: 12px;
  margin-bottom: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio {
  position: relative;
  border-bottom: 1px solid #d3d3d4;
  padding: 15px 15px 13px 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio.padding {
  padding: 25px 15px;
  border-bottom: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio.padding input {
  top: 0;
  left: 0;
  height: 60px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio b {
  width: 27px;
  height: 27px;
  display: inline-block;
  border: 1px solid #d3d3d4;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 5px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio b div {
  opacity: 0;
  background: #ff8a00;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio b div.on {
  opacity: 1;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio label {
  padding-left: 40px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio label.title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio p {
  position: relative;
  left: 40px;
  z-index: 9;
  font-size: 12px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio input {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 1;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .radio #radio-none + label {
  z-index: 0;
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm {
  padding-left: 5%;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm {
    padding-left: 0;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector {
  position: relative;
  border-radius: 5px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #353e44;
  padding: 25px 0 0 25px;
  text-align: left;
  height: 70px;
  width: 40%;
  box-sizing: border-box;
  float: left;
  border: none;
  background-color: white;
  margin: 0 2% 2% 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input:invalid,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input:invalid,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input:invalid,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input:invalid {
  box-shadow: none;
}
@media only screen and (max-width: 1299px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector {
    width: 46%;
  }
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector {
    width: 49%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .cost-wrapper,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .cost-wrapper,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .cost-wrapper,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .cost-wrapper {
  max-height: 26px;
  width: 75%;
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .cost-wrapper input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .cost-wrapper input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .cost-wrapper input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .cost-wrapper input {
  font-size: 18px;
  border-radius: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure #input-trip-cost,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return #input-trip-cost,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost #input-trip-cost,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector #input-trip-cost,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input[type='date'],
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input[type='date'],
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input[type='date'],
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input[type='date'],
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .rdt input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure #state,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return #state,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost #state,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector #state {
  font-size: 18px;
  font-weight: 300;
  color: #353e44;
  line-height: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  width: 75%;
  z-index: 100;
  position: absolute;
  top: 26px;
  left: 44px;
  background: none;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure #input-trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return #input-trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost #input-trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector #input-trip-cost,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input[type='date'],
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input[type='date'],
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input[type='date'],
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input[type='date'],
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .rdt input,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .rdt input,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .rdt input,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .rdt input,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure #state,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return #state,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost #state,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector #state {
    left: 37px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .rdt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .rdt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .rdt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .rdt {
  position: static;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure #state,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return #state,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost #state,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector #state {
  box-shadow: none;
  background: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector label {
  position: absolute;
  top: 26px;
  left: 44px;
  font-size: 18px;
  font-weight: 300;
  color: #353e44;
  line-height: 24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector label {
    left: 37px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure select.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return select.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost select.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select.filled ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure select:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return select:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost select:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select:focus ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure.filled label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return.filled label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost.filled label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector.filled label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .rdtOpen ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .rdtOpen ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .rdtOpen ~ label,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .rdtOpen ~ label {
  top: 11px;
  left: 17px;
  font-size: 11px;
  line-height: 13px;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure select.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return select.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost select.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select.filled ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure select:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return select:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost select:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select:focus ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure.filled label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return.filled label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost.filled label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector.filled label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .rdtOpen ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .rdtOpen ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .rdtOpen ~ label,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .rdtOpen ~ label {
    left: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .svg-inline--fa.fa-dollar-sign.fa-w-9,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-dollar-sign,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-dollar-sign,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-dollar-sign,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-dollar-sign,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .svg-inline--fa.fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .svg-inline--fa.fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .svg-inline--fa.fa-map-marker-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .svg-inline--fa.fa-map-marker-alt {
  font-size: 20px;
  position: absolute;
  top: 27px;
  left: 18px;
  color: #a0a9b3;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .svg-inline--fa.fa-dollar-sign.fa-w-9,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-dollar-sign,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-dollar-sign,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-dollar-sign,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-dollar-sign,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .svg-inline--fa.fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .svg-inline--fa.fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .svg-inline--fa.fa-map-marker-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .svg-inline--fa.fa-map-marker-alt {
    left: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-calendar-alt,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-calendar-alt {
  left: 17px;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost .fa-calendar-alt,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector .fa-calendar-alt {
    left: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector p {
  margin: 0;
  color: grey;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure p,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return p,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost p,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector p {
    padding-bottom: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .departure input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .trip-cost input,
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector input {
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .return,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector {
    margin-right: 0;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select#state {
  border: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select#state {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .state-selector select#state {
    width: 70%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm button {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
  background-color: #ff8a00;
  border-radius: 80px;
  border: none;
  white-space: nowrap;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm button {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm button {
    margin-top: 5px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .get-quote {
  position: relative;
  width: 82%;
}
@media only screen and (max-width: 1299px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .get-quote {
    width: 94%;
  }
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .get-quote {
    width: 100%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .trip-form-sm .css-1wvv9v7 {
  width: 64px;
  height: 64px;
  margin: 5px auto 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1299px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages {
    width: 90%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages .fa-angle-down {
  vertical-align: -0.25em;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages a {
  text-decoration: none;
  color: #353e44;
  display: block;
  padding: 30px 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages a h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages a h3 .arrow {
  color: #0067db;
  font-size: 2em;
  padding-left: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #mod-coverages.active .fa-angle-down {
  transform: rotate(180deg);
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #coverages-table {
  display: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services {
  text-align: center;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages #hundred-thousand,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services #hundred-thousand {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .coverages #hundred-thousand,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .services #hundred-thousand {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .coverages #hundred-thousand,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .services #hundred-thousand {
    font-size: 22px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages #million,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services #million {
  font-size: 22px;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .coverages #million,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .services #million {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .coverages #million,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .services #million {
    font-size: 22px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .blue-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .blue-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .features-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .features-spacer {
  margin-top: 0;
  background-color: #fff;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .blue-spacer .spacer-text,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .blue-spacer .spacer-text,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .features-spacer .spacer-text,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .features-spacer .spacer-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .blue-spacer p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .blue-spacer p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .features-spacer p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .features-spacer p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #353e44;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .blue-spacer #coverages,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .blue-spacer #coverages,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .features-spacer #coverages,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .features-spacer #coverages {
  font-size: 24px;
  margin: 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .blue-spacer #underwritten,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .blue-spacer #underwritten,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .features-spacer #underwritten,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .features-spacer #underwritten {
  font-size: 12px;
  font-weight: 300;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .features-spacer,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .features-spacer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text {
  color: #353e44;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: #f5f8fb;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text .elite,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text .elite,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text .enhanced,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text .enhanced,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text .essential,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text .essential {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text .elite p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text .elite p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text .enhanced p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text .enhanced p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .elite-enhanced-essential-text .essential p,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .elite-enhanced-essential-text .essential p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service {
  margin-top: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .grey-spacer-bar,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .grey-spacer-bar,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .grey-spacer-bar,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .grey-spacer-bar {
  width: 100%;
  background-color: #e8eef5;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .grey-spacer-bar span,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .grey-spacer-bar span,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .grey-spacer-bar span,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .grey-spacer-bar span {
  font-weight: normal;
  font-size: 16px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .coverage-columns,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .coverage-columns,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .coverage-columns,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .coverage-columns {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  background: #f5f8fb;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .coverage-columns .column,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .coverage-columns .column,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .coverage-columns .column,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .coverage-columns .column {
  font-size: 14px;
  margin-top: 0;
  border-right: 1px solid #d6d9db;
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .coverage-columns .column:last-child,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .coverage-columns .column:last-child,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .coverage-columns .column:last-child,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .coverage-columns .column:last-child {
  border-right: 0 none;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .coverage-columns .column .price,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .coverage-columns .column .price,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .coverage-columns .column .price,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .coverage-columns .column .price {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .coverage-columns .column .price,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .coverage-columns .column .price,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .coverage-columns .column .price,
  #home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .coverage-columns .column .price {
    font-size: 22px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .coverage .coverage-columns .hundred,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .coverage .coverage-columns .hundred,
#home #checkout-page-main.payment-page #vp-iframe-form #home .coverages .service .coverage-columns .hundred,
#home #checkout-page-main.payment-page #vp-iframe-form #home .services .service .coverage-columns .hundred {
  font-size: 22px;
  font-weight: 400;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #step-2 {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1299px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #step-2 {
    width: 90%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #step-2 button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 50%;
  padding: 20px 0;
  margin: 30px auto 10px auto;
  display: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-radius: 80px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #step-2 button.is-active {
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #step-2 button.is-disabled {
  border: 1px solid #eee !important;
  color: #ccc;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #home #step-2 button {
    width: 100%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .resutl-modal-content {
  padding: 0rem !important;
  width: 50% !important;
  max-height: none !important;
  overflow-y: auto !important;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .resutl-modal-content {
    width: 95%;
  }
}
@media (max-width: 980px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .resutl-modal-content {
    width: 70% !important;
  }
}
@media (max-width: 600px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .resutl-modal-content {
    width: 95% !important;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .result-button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .btn-wider {
  background-color: #0066db;
  border-color: transparent;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .btn-wider {
    width: 100%;
    font-size: 15px;
    padding: 18px 0px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .resultsView-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 98%;
  min-height: 343px;
}
@media (max-width: 770px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .resultsView-container {
    width: 90%;
  }
}
@media (max-width: 420px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .resultsView-container {
    width: 90%;
    min-height: auto;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .result-header {
  margin-top: 0 !important;
}
#home #checkout-page-main.payment-page #vp-iframe-form .title-text {
  font-size: 30px;
  line-height: 35px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
@media (max-width: 420px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .title-text {
    font-size: 25px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .result-options {
  color: #333333;
  display: flex;
  width: 50%;
  justify-content: space-between;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  height: 39px;
}
@media (max-width: 770px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .result-options {
    width: 80%;
  }
}
@media (max-width: 420px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .result-options {
    width: 90%;
    font-size: 14px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .result-title {
  font-weight: 600;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 420px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .result-title {
    font-size: 14px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .saprater {
  border-bottom: 1px solid #555555;
  margin-top: 15px;
  margin-bottom: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .saprater.dim {
  border-bottom: 1px solid #eeeeee !important;
}
#home #checkout-page-main.payment-page #vp-iframe-form .handle-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home #checkout-page-main.payment-page #vp-iframe-form .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
      transform 0.25s;
}
#home #checkout-page-main.payment-page #vp-iframe-form .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 3rem;
  width: 70%;
  border-radius: 0.5rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  color: #5f6467;
  max-height: 70%;
  overflow-y: scroll;
}
#home #checkout-page-main.payment-page #vp-iframe-form .modal-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .modal-content {
    width: 95%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .close-button {
  float: right;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #0067db;
  font-weight: bold;
  font-size: 2.5rem;
  transition: 0.2s all;
  margin-top: -1rem;
  margin-right: -1.5rem;
}
#home #checkout-page-main.payment-page #vp-iframe-form .close-button:hover {
  background-color: #0067db;
  color: #fff;
}
#home #checkout-page-main.payment-page #vp-iframe-form .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}
#home #checkout-page-main.payment-page #vp-iframe-form p {
  margin: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form a {
  color: #0067db;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box {
  display: none;
  color: red;
  font-size: 14px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ffd1c8;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box.not-hidden {
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box p {
  padding: 20px;
  margin-right: 20%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .required {
  color: red;
  font-size: 12px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .required.expiration {
  position: absolute;
  bottom: -15px;
  width: 100px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #header,
#home #checkout-page-main.payment-page #vp-iframe-form #checkout-page-main {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #checkout-page-main {
    margin-left: 10%;
    margin-right: 10%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #checkout-page-main:after {
  content: '';
  display: table;
  clear: both;
}
#home #checkout-page-main.payment-page #vp-iframe-form .complete-your-purchase-banner {
  background-color: #0067db;
  color: white;
  font-size: 36px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .complete-your-purchase-banner {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 30px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .section-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 30px;
  margin-bottom: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .section-header p {
  font-weight: bold;
  font-size: 20px;
  color: #323f4d;
}
#home #checkout-page-main.payment-page #vp-iframe-form .section-header a {
  font-size: 16px;
  text-decoration: underline;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details {
  color: #031827;
  padding-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #f6f7f8;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .trip-details-bottom-border {
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
  background-color: #f6f7f8;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-details .trip-details-bottom-border {
    display: flex;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details p {
  padding-left: 25px;
  padding-top: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .value-header {
  font-size: 14px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .value {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-details .value {
    padding-top: 8px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .first-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-details .return {
    padding-left: 40px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .second-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-details .trip-cost {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .third-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-details .cancellation-plan {
    padding-left: 40px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .departure p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .return p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .trip-cost p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .state p,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .cancellation-plan p {
  white-space: nowrap;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .return,
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .state {
  margin-right: 10%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .trip-details .state {
  padding-right: 43px;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .trip-details .state {
    padding: 0;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .view-pricebreakdown {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}
#home #checkout-page-main.payment-page #vp-iframe-form .pricebreakdown-link {
  cursor: pointer;
  color: #0067db;
  text-decoration: underline;
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #f6f7f8;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-container,
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #travel-alert {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-container .add-cancelation-protection,
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #travel-alert .add-cancelation-protection {
  width: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-container .add-cancelation-protection select,
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #travel-alert .add-cancelation-protection select {
  width: 75%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-container .generated-cancelation,
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #travel-alert .generated-cancelation {
  width: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #travel-alert {
  padding-top: 0;
  font-weight: bold;
  padding-right: 25px;
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #travel-alert .underline {
  text-decoration: underline;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-protection {
  display: flex;
  align-items: baseline;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #0067db;
  font-size: 15px;
  background-color: #f6f7f8;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-protection {
    font-size: 18px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-protection select {
  border-radius: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-protection input {
  background-color: white;
  transform: scale(1.5);
  padding-left: 15px;
  margin-left: 0px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border .add-damage-protection p {
  color: #0067db;
  font-weight: bold;
  padding-left: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #add-damage-protection-checkbox-and-text {
  padding-top: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .add-damage-protection-border #generated-cancelation-total {
  font-weight: bold;
  color: #323f4d;
  font-size: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .purchase-amount {
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #d3d8de;
  padding-left: 25px;
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .purchase-amount p {
  font-weight: bold;
  font-size: 20px;
  color: #323f4d;
  padding-top: 15px;
  padding-bottom: 0px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .purchase-amount p.price-disclaimer {
  font-size: x-small;
  padding-top: 5px;
  padding-bottom: 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .purchase-amount .total-text {
  width: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .purchase-amount .generated-trip-total {
  width: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-details {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
  margin-left: 5%;
  margin-right: 5%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-details.payment {
  margin-top: 30px;
  padding: 0 0 15px 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-details p {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #323f4d;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-details #required {
  color: #d3d8de;
  font-size: 16px;
  font-weight: normal;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper {
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper {
    margin: 0;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information {
  color: #a0a9b2;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information input,
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information select {
  border: 1px solid #a0a9b2;
  height: 50px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information select {
  font-size: 20px;
  padding: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-name,
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .last-name,
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .email-address,
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .listing-site,
#home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .telephone {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info {
    display: flex;
    justify-content: space-around;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info .first-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info .first-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info .first-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info .first-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info .last-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info .last-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info .last-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info .last-name,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info .email-address,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info .email-address,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info .email-address,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info .email-address,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info .listing-site,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info .listing-site,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info .listing-site,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info .listing-site,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info .telephone,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info .telephone,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info .telephone,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info .telephone,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .first-row-guest-info .empty,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .second-row-guest-info .empty,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .third-row-guest-info .empty,
  #home #checkout-page-main.payment-page #vp-iframe-form .guest-info-wrapper .guest-information .fourth-row-guest-info .empty {
    width: 40%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-information {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-information p {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #323f4d;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-information #required {
  color: #d3d8de;
  font-size: 16px;
  font-weight: normal;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details {
  margin-left: 5%;
  margin-right: 5%;
  color: #a0a9b2;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal {
  order: 9;
  display: inline-block;
  text-align: left;
  margin: 40px 10% 5px 5%;
  width: 90%;
}
@media screen and (max-width: 769px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal {
    margin-left: 5px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal label {
  display: unset;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  float: left;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin-top: 5px;
  font: inherit;
  color: rgba(0, 0, 0, 0.64);
  width: 1.15em;
  height: 1.15em;
  border: 0.12em solid rgba(0, 0, 0, 0.64);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  scale: 1;
}
@media screen and (max-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox] {
    transform: scale(1.35);
    transition: 250ms transform ease-in-out;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox].filled {
  background-color: #0067db;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox].error {
  border: 0.15em solid red;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 6ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox].filled::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(1.25);
  transition: 60ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
@media screen and (max-width: 774px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-checkbox input[type=checkbox].filled::before {
    width: 1em;
    height: 1em;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-small-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 3px;
  margin-left: 42px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .purchase-small-text p a {
  text-decoration: underline;
  color: #000000;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .legal .legal-error {
  color: red;
  font-size: 12px;
  float: unset;
  margin: 10px 0 0 38px;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details > div {
    width: 40%;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .name-on-card {
    order: 1;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .billing-address {
    order: 2;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .card-number {
    order: 3;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .billing-address-2 {
    order: 4;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date {
    order: 5;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .city {
    order: 6;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .security-code {
    order: 7;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .state-zip {
    order: 8;
    display: inline-flex;
    justify-content: space-between;
    width: 40%;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .left-column {
    margin-left: 5%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .security-code input {
    width: 40%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details input,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details select {
  border: 1px solid #a0a9b2;
  height: 50px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details input::placeholder {
  color: #a0a9b2;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details select {
  font-size: 20px;
  padding: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date div {
  position: relative;
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date div input {
  width: 80px;
  padding: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .name-on-card,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .card-number,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .security-code,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .billing-address,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .billing-address-2,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .city,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .state-div,
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .zip-code-div {
  padding-top: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .section-header-bottom {
  font-weight: bold;
  font-size: 20px;
  color: #323f4d;
  margin-top: 25px;
  margin-left: 5%;
  margin-right: 5%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details {
  font-weight: bold;
  font-size: 18px;
  color: #323f4d;
  text-align: right;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  background-color: #f6f7f8;
  display: flex;
  flex-direction: row-reverse;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box {
  width: 260px;
  text-align: left;
  padding: 10px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box #pricing #breakdown {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box #pricing .title {
  display: inline-block;
  width: 70%;
  padding-bottom: 5px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box #pricing .price {
  width: 30%;
  text-align: right;
  display: inline-block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box #pricing .price.total {
  font-size: 18px;
  font-weight: bold;
  vertical-align: bottom;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box p {
  padding: 5px 15px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box #summary-plan-choice {
  padding-top: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .final-trip-details .cost-box #damage-protection-choice {
  padding-bottom: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #continue {
  float: right;
  margin: 25px 59px 40px 0;
  padding: 15px 40px;
  color: white;
  background-color: #0067db;
  border-radius: 80px;
  border: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form #continue.is-disabled {
  color: #ccc;
  min-width: 120px;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
}
#home #checkout-page-main.payment-page #vp-iframe-form #continue.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #continue {
    display: block;
    float: none;
    margin: 40px auto 30px auto;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #back {
  float: left;
  margin: 25px 0 40px 59px ;
  padding: 15px 40px;
  color: #0067db;
  background-color: white;
  border: 1px solid #0067db;
  border-radius: 80px;
}
@media screen and (max-width: 1200px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #back {
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #back {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .complete-purchase-button {
  font-size: 20px;
  font-weight: bold;
  border: none;
  text-align: center;
}
#home #checkout-page-main.payment-page #vp-iframe-form .complete-purchase-button button {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 3%;
  padding: 15px 40px;
  color: white;
  background-color: #0067db;
  border-radius: 80px;
  border: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .complete-purchase-button button#back {
  color: #0067db;
  background-color: white;
  border: 1px solid #0067db;
}
#home #checkout-page-main.payment-page #vp-iframe-form .complete-purchase-button button.is-disabled {
  color: #ccc;
  min-width: 120px;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
}
#home #checkout-page-main.payment-page #vp-iframe-form .complete-purchase-button button.is-disabled:hover {
  color: #ccc;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .complete-purchase-button {
    width: 32%;
    float: right;
    padding: 15px 25px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .second-row-damage-protection-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 25px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .second-row-damage-protection-container .add-damage-protection {
  padding-left: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .second-row-damage-protection-container #add-damage-protection-checkbox-and-text {
  width: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .second-row-damage-protection-container #protection-plan-total {
  width: 50%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .second-row-damage-protection-container #protection-plan-total p {
  font-weight: bold;
  color: #323f4d;
  font-size: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #home #checkout-page-main .error-box {
  width: 90%;
  margin-top: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form header,
#home #checkout-page-main.payment-page #vp-iframe-form main {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main {
    margin-left: 10%;
    margin-right: 10%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .descriptor-text {
  font-size: 18px;
  color: #5e6d77;
}
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .descriptor-text span {
  text-transform: capitalize;
}
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .header-text {
  font-size: 18px;
  color: #323f4d;
  font-weight: bold;
}
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .cancellation-protection,
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .damages-protection,
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .details,
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .traveler-information {
  padding-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
}
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .cancellation-protection p,
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .damages-protection p,
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .details p,
#home #checkout-page-main.payment-page #vp-iframe-form #confirmation-page-main .traveler-information p {
  padding-top: 5px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .bottom-paragraph {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-left: 10%;
  margin-right: 10%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .confirmation-banner {
  background-color: #0067db;
  color: white;
  font-size: 36px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .confirmation-banner {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 30px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .confirmation-banner span {
  display: none;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .confirmation-banner span {
    display: inline-block;
    padding-right: 10px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .top-paragraph {
  padding-top: 50px;
  padding-bottom: 15px;
  color: #5e6d77;
  margin-left: 10%;
  margin-right: 10%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .details-section #details-header {
  color: #5e6d77;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d8de;
  margin-left: 10%;
  margin-right: 10%;
}
#home #checkout-page-main.payment-page #vp-iframe-form h1.cmp-title__text {
  background-color: #0067db;
  color: #fff;
  font-size: 36px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form h1.cmp-title__text {
    font-size: 30px;
    padding: 70px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form h2.cmp-title__text {
  color: #0067db;
  font-weight: 300;
  padding-top: 20px;
  margin-bottom: 42px;
}
#home #checkout-page-main.payment-page #vp-iframe-form h4.cmp-title__text {
  color: #353e44;
  font-weight: 700;
  margin: 0;
  padding-bottom: 5px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .contentcontainer {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  color: #5e6d77;
}
#home #checkout-page-main.payment-page #vp-iframe-form .contentcontainer p {
  padding-bottom: 2px;
}
@media (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .contentcontainer {
    margin-left: 15%;
    margin-right: 20%;
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .faq-item {
  border-top: 1px solid #d3d8de;
}
#home #checkout-page-main.payment-page #vp-iframe-form .faq-item:last-of-type {
  border-bottom: 1px solid #d3d8de;
}
#home #checkout-page-main.payment-page #vp-iframe-form .question-wrapper {
  padding: 40px 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .question-wrapper .fa {
  color: #0067db;
  cursor: pointer;
  float: right;
  font-size: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .question-wrapper .fa-angle-up {
  display: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .question-wrapper .question {
  cursor: pointer;
  font-weight: bold;
  color: #353e44;
}
#home #checkout-page-main.payment-page #vp-iframe-form .question-wrapper .answer {
  display: none;
  padding-top: 40px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .question-wrapper.no-numbers {
  margin-left: 0px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .faq-group-container {
  margin-bottom: 40px;
}
#home #checkout-page-main.payment-page #vp-iframe-form label {
  display: none;
}
#home #checkout-page-main.payment-page #vp-iframe-form .ti-angle-down {
  display: none;
}
@media only screen and (min-width: 768px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .state-div,
  #home #checkout-page-main.payment-page #vp-iframe-form .zip-code-div {
    width: 40%;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date div input {
  width: 100%;
}
#home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date div {
  margin-right: 0;
  width: auto;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date div input {
    width: 40%;
  }
  #home #checkout-page-main.payment-page #vp-iframe-form .payment-details .expiration-date div {
    margin-right: 0;
    width: auto;
    display: block;
  }
}
#home #checkout-page-main.payment-page #vp-iframe-form .product-spacing {
  padding-right: 20px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .form-error,
#home #checkout-page-main.payment-page #vp-iframe-form .legal-error {
  color: red;
  font-size: 12px;
  float: left;
}
#home #checkout-page-main.payment-page #vp-iframe-form input,
#home #checkout-page-main.payment-page #vp-iframe-form select {
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box {
  display: none;
  color: red;
  font-size: 14px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ffd1c8;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box.not-hidden {
  display: block;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1400px;
  text-align: left;
  background: #f2dede;
  padding: 22px 18px;
  border-radius: 5px;
}
#home #checkout-page-main.payment-page #vp-iframe-form #checkout-page-main .error-box {
  width: 90%;
  margin-top: 30px;
}
#home #checkout-page-main.payment-page #vp-iframe-form .error-box p {
  font-size: 14px;
  color: #843534;
  font-weight: 300;
  padding: 0;
  margin-right: 0;
}
#home #checkout-page-main.payment-page #vp-iframe-form .bounce-loader {
  float: right;
  margin: 25px 205px 40px 0;
}
@media screen and (max-width: 600px) {
  #home #checkout-page-main.payment-page #vp-iframe-form .bounce-loader {
    display: block;
    width: 65px;
    height: 50px;
    float: none;
    margin: 40px auto 30px auto;
  }
}
/* VP Title Styles */
h1.cmp-title__text {
  background-color: #0067db;
  color: #fff;
  font-size: 36px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1.cmp-title__text {
    font-size: 30px;
    padding: 70px;
  }
}
h2.cmp-title__text {
  color: #0067db;
  font-weight: 300;
  padding-top: 20px;
  margin-bottom: 42px;
}
h4.cmp-title__text {
  color: #353e44;
  font-weight: 700;
  margin: 0;
  padding-bottom: 5px;
}
/* VP Container Styles */
.contentcontainer {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  color: #5e6d77;
}
.contentcontainer p {
  padding-bottom: 2px;
}
@media (min-width: 1024px) {
  .contentcontainer {
    margin-left: 15%;
    margin-right: 20%;
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
.faq-item {
  border-top: 1px solid #d3d8de;
}
.faq-item:last-of-type {
  border-bottom: 1px solid #d3d8de;
}
.question-wrapper {
  padding: 40px 0;
}
.question-wrapper .fa {
  color: #0067db;
  cursor: pointer;
  float: right;
  font-size: 30px;
}
.question-wrapper .fa-angle-up {
  display: none;
}
.question-wrapper .question {
  cursor: pointer;
  font-weight: bold;
  color: #353e44;
}
.question-wrapper .answer {
  display: none;
  padding-top: 40px;
}
.question-wrapper.no-numbers {
  margin-left: 0px;
}
.faq-group-container {
  margin-bottom: 40px;
}
