/* Get A Quote
--------------------------------------------*/
/* Defaults */
.outerContainer { margin-top: 0; padding: 0; }

@media screen and (min-width: 60em) { article.columns { /* Only affects large screens and larger */ padding-right: 0.9375rem; padding-left: 0.9375rem; } }

h2.page-header { text-align: center; margin: 0 0 20px 0; font-size: 1.25rem; font-family: "FSJoeyWeb-Medium"; }

@media screen and (min-width: 60em) { h2.page-header { text-align: left; } }

article h1 { background: none; text-align: center; font-family: "FSJoeyWeb-Bold-primary"; font-size: 1.375rem; margin: 40px 0; padding: 10px 0; color: #FFFFFF; background: rgba(0, 0, 0, 0.75); }

@media screen and (min-width: 60em) { article h1 { float: left; width: auto; padding: 10px 20px; text-align: left; font-size: 2.3125rem; } }

section.primary { margin: 40px 0 0; padding: 0 0 10px; background: #FFFFFF; }

@media screen and (min-width: 60em) { section.primary { clear: both; } }

.quoteContainer { margin-bottom: 40px; background: url("../files/images/backgrounds/bkg-quote-container.jpg") no-repeat center 0; }

@media screen and (min-width: 1280px) { .quoteContainer { background-size: 100% auto; } }

.quoteContainer article { padding: 0 0; }

.quoteContainer .purchaseList { padding: 0 10px; }

@media print, screen and (min-width: 60em) { .quoteContainer .purchaseList { padding: 0; }
  .quoteContainer .purchaseList.third-col-adjustment li .wrapper { min-height: 355px; }
  .quoteContainer .purchaseList.hasErrors li .wrapper { min-height: 355px; } }

.quoteContainer h2 { background: #00338D; color: #FFFFFF; padding: 19px; font-family: "FSJoeyWeb-Medium"; font-size: 1.25rem; line-height: 1; margin-bottom: 0; }

.quoteContainer li .wrapper { padding: 20px; border: 1px solid #cccccc; border-top: 0; }

@media print, screen and (min-width: 60em) { .quoteContainer li .wrapper { min-height: 285px; border-right: 0; } }

.quoteContainer li .wrapper.ageHolder { border-right: 1px solid #cccccc; }

legend { white-space: nowrap; }

label { margin-bottom: 8px; }

input[type="checkbox"] + label { padding-left: 50px; }

input[type="text"]::-webkit-input-placeholder { color: #101010; }

input[type="text"]:-ms-input-placeholder { color: #101010; }

input[type="text"]::placeholder { color: #101010; }

/* radio list */
.radioList { margin-top: 7px; }

/* line item formating */
.purchaseList > li { display: block; padding: 0 0 0; }

@media print, screen and (min-width: 60em) { .purchaseList > li { width: 33.3333333% !important; } }

.purchaseList .selectRegion { position: absolute; z-index: 8; display: none; width: calc(100% - 50px); max-width: 680px; margin-top: 337px; margin-left: -5px; background: #FFFFFF; border: 0; border-radius: 0 0 4px 4px; }

.purchaseList .selectRegion-active { display: block; }

#returnDate-error { margin-bottom: 0; }

li.buttonWell { background: #f3f3f3 !important; margin-top: 0; margin-bottom: 10px; padding: 20px !important; clear: both; border: 1px solid #cccccc; border-top: 0; }

@media screen and (min-width: 48em) { li.buttonWell div:first-child { padding-left: 0; }
  li.buttonWell div:last-child { padding-right: 0; } }

@media screen and (min-width: 60em) { li.buttonWell { width: 100% !important; }
  li.buttonWell > div { width: 33.33333%; }
  li.buttonWell > div:first-child { margin-left: 33.33333%; padding-left: 0.9375rem; }
  li.buttonWell > div:last-child { padding-left: 1.875rem; } }

@media screen and (min-width: 48em) { li.buttonWell input[type="text"]#promoCode { margin-bottom: 0; } }

li.buttonWell input[type="submit"] { width: 100%; border-radius: 4px; background: #5FA52F; max-width: 100%; }

label.error, label.error2, label.dateError { margin: 7px 0 10px; }

.ui-countryselector + label.error2 { margin: 65px 0 10px; }

@media screen and (min-width: 48em) { #residentContainer { padding-top: 20px; } }

/* Country/Region Selector */
/* Display Field */
#country { overflow: hidden; position: relative; z-index: 5; float: left; display: block; width: 100%; margin: 0; text-overflow: ellipsis; white-space: nowrap; }

#country.focusLevel { border: 1px solid #bbbbbb; }

@media screen and (min-width: 60em) { #country.focusLevel { width: 770px; } }

#country.focusLevel:focus, #country.focusLevel:active { border: 1px solid 1px solid #00819E; }

/* Selector Button */
.countrySelector { overflow: hidden; position: relative; z-index: 5001; float: right; width: 22px; height: 22px; margin: -40px 10px 0 0; background: #FFFFFF url("../files/images/backgrounds/select-arrow.png") no-repeat 50% 50%; background-size: 10px 6px; border: 0; text-indent: -300px; }

.countrySelector:hover, .countrySelector:focus, .countrySelector:active { background: #FFFFFF url("../files/images/backgrounds/select-arrow.png") no-repeat 50% 50%; background-size: 10px 6px; }

/* Display Grid */
.ui-countryselector { position: absolute; z-index: 4; width: calc(100% - 50px); min-width: 272px; height: 360px; margin: -5px 0 0 -5px; padding: 58px 0 0; background-color: #FFFFFF; background-image: url("../files/images/backgrounds/bkg-focuslevel.gif"); background-repeat: no-repeat; background-position: 10px 48px; background-size: calc(100% - 20px) 1px; box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15); border: 1px solid #f2f2f2; border-radius: 2px; /* Region/Country Grouping */ /* Labels/Legends */ /* Opening Regions */ /* Columns */ }

@media screen and (min-width: 48em) { .ui-countryselector { /* Only affects large screens and larger */ width: calc(100% - 50px); height: 460px; min-height: 0; } }

@media screen and (min-width: 48em) { .ui-countryselector { /* Only affects large screens and larger */ width: calc(100% - 50px); height: 460px; min-height: 0; } }

@media screen and (min-width: 60em) { .ui-countryselector { /* Only affects large screens and larger */ width: 780px; } }

.ui-countryselector .groups-container { overflow: auto; position: relative; width: 100%; height: 275px; margin: 5px 0 0; padding: 0; border: 0; -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 48em) { .ui-countryselector .groups-container { /* Only affects large screens and larger */ overflow: hidden; height: 385px; font-size: 1.0625rem; } }

.ui-countryselector .group { width: 100%; }

@media screen and (min-width: 48em) { .ui-countryselector .group { width: 565px; } }

.ui-countryselector .group.active { z-index: 1000; }

.ui-countryselector .group input[type="radio"]:checked + .group-label { padding-left: 13px; background: #15c6cb; }

.ui-countryselector .group input[type="radio"]:checked + .group-label strong { color: #FFFFFF; }

@media screen and (min-width: 48em) { .ui-countryselector .group input[type="radio"]:checked + .group-label { background: none; }
  .ui-countryselector .group input[type="radio"]:checked + .group-label strong { background: #15c6cb; border-radius: 0; color: #FFFFFF; } }

.ui-countryselector legend { position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); width: 0 !important; height: 0; }

.ui-countryselector .group-label { margin: 0; width: 100%; padding-left: 13px; background: none; -webkit-user-select: none; color: #00338D; }

@media screen and (min-width: 48em) { .ui-countryselector .group-label { display: block; width: 200px; height: auto; } }

.ui-countryselector .group-label strong { display: block; padding: 10px 15px; font-family: "FSJoeyWeb-Regular"; font-size: 1.0625rem; font-weight: 500; }

@media screen and (min-width: 48em) { .ui-countryselector .group-label strong { float: left; width: 160px; height: auto; padding: 10px 20px; background: none; font-size: 0.9375rem; } }

.ui-countryselector input[type="radio"] + label ~ div.columns { overflow: hidden; float: none; position: absolute; clip: rect(0, 0, 0, 0); width: 100%; height: 0; margin: 0; padding: 0; }

@media screen and (min-width: 48em) { .ui-countryselector input[type="radio"] + label ~ div.columns { overflow: auto; } }

.ui-countryselector input[type="radio"]:checked + label ~ div.columns { position: static; height: auto; }

@media screen and (min-width: 48em) { .ui-countryselector input[type="radio"]:checked + label ~ div.columns { float: left; position: absolute; top: 0; left: 200px; clip: inherit; height: 384px; margin-left: 0; } }

@media screen and (min-width: 48em) { .ui-countryselector input[type="radio"]:focus + label { outline: none; } }

.ui-countryselector .column { overflow: hidden; float: none; position: static; display: block; width: 100%; margin: 0; padding: 0; }

@media screen and (min-width: 48em) { .ui-countryselector .column { position: relative; z-index: 10; float: left !important; width: 217px; margin: 0; } }

.ui-countryselector .column input[type="radio"] { margin-left: 20px; z-index: 1; }

.ui-countryselector .column input[type="radio"]:checked + label { border-radius: 0; background: #15c6cb; color: #FFFFFF; padding: 8px 10px; }

@media screen and (min-width: 48em) { .ui-countryselector .column li { margin: 0; padding: 0; } }

.ui-countryselector .column label { height: 34px; margin: 0 0 0 40px; padding: 13px 15px 0 10px; background: none; font-size: 1.0625rem; color: #00338D; -webkit-user-select: none; }

.ui-countryselector .column label:hover { text-decoration: underline; }

@media screen and (min-width: 48em) { .ui-countryselector .column label label { height: 35px; padding: 8px 0 0 10px; border: 0; border-radius: 4px; font-size: 0.9rem; cursor: pointer; }
  .ui-countryselector .column label label:hover, .ui-countryselector .column label label:focus, .ui-countryselector .column label label:active { text-decoration: underline; }
  .ui-countryselector .column label label:focus { outline: none; } }

/* Country Lister */
.countryLister { width: 100%; margin: 0; padding: 0; }

.countryLister li { display: inline-block; padding: 0 7px 0 0; background: none; }

.countryLister button { height: 50px; margin: 0 0 10px; padding: 10px 85px 10px 15px; background: #e6e6e6 url("../files/images/buttons/btn-remove-country.png") no-repeat calc(100% - 20px) 50%; background-size: 10px 10px; border-radius: 4px; font-size: 1.0625rem; color: #2d2d2d; text-align: left; }

/* AutoComplete */
.autoCountry { position: absolute; z-index: 4; width: calc(100% - 50px); max-width: 780px; margin: -5px 0 0 -5px; padding: 10px 0 0; }

.autoCountry .ui-autocomplete { position: relative !important; top: 0 !important; left: 0 !important; overflow-x: hidden; overflow-y: scroll; width: 100% !important; min-width: 272px; height: 387px; margin: -10px 0 0; padding: 0; background-color: #FFFFFF; background-image: url("../files/images/backgrounds/bkg-focuslevel.gif"); background-repeat: no-repeat; background-position: 10px -20px; background-size: calc(100% - 20px) 1px; border-top: 66px solid transparent; border-bottom: 53px solid #FFFFFF; box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15); }

.autoCountry .ui-menu-item, .autoCountry .ui-menu-item:hover, .autoCountry .ui-menu-item:focus, .autoCountry .ui-menu-item:active { display: block; width: 100%; height: 40px; padding: 7px 0 0 30px; background: transparent none !important; border: 0 !important; font-family: "FSJoeyWeb-Regular"; font-size: 1.0625rem; font-weight: 700; color: #00338D; cursor: pointer; text-align: left; list-style-image: none; }

.autoCountry .ui-menu-item:focus, .autoCountry .ui-menu-item:hover:focus, .autoCountry .ui-menu-item:focus:focus, .autoCountry .ui-menu-item:active:focus { outline: none; }

.autoCountry .ui-menu .ui-state-focus { margin: 0; text-decoration: underline; }

.ui-button:active { background: transparent none !important; border-color: #FFFFFF !important; color: #00338D; text-decoration: underline; }

.ui-button.ui-state-active:hover { background: transparent none !important; border-color: #FFFFFF !important; color: #00338D; text-decoration: underline; }

/* Popular Destinations */
.popular { display: none; position: absolute; z-index: 4; overflow-y: scroll; width: calc(100% - 50px); min-width: 272px; height: 0; max-height: 390px; background: #FFFFFF; margin: -5px 0 0 -5px; padding: 0; border-radius: 2px; }

@media screen and (min-width: 48em) { .popular { max-width: 1110px; } }

@media screen and (min-width: 60em) { .popular { max-width: 780px; } }

.popular ul { width: 100%; margin: 10px 0 0; padding: 0; }

.popular strong { display: block; padding-left: 20px; color: #2d2d2d; }

.popular li { width: 100%; margin: 0; padding: 0; border: 0; }

.popular a { display: block; width: 100%; padding: 7px 0 7px 55px; background: none; border: 0; box-shadow: none; text-decoration: none; text-align: left; color: #0092d2; font-family: "FSJoeyWeb-Regular"; font-size: 0.9375rem; font-weight: 700; }

.popular a:active, .popular a:focus, .popular a:hover { text-decoration: underline; }

.popular a:focus { outline: none; }

.popular-active { display: block; height: 390px; background-color: #FFFFFF; background-image: url("../files/images/backgrounds/bkg-focuslevel.gif"); background-repeat: no-repeat; background-position: 10px -20px; background-size: calc(100% - 20px) 1px; border-top: 66px solid transparent; border-bottom: 53px solid #FFFFFF; box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15); }

.selectRegion a { display: block; width: 100%; padding: 10px 0 10px 30px; background: none; border: 0; font-weight: normal; text-align: left; text-decoration: none; }

.selectRegion a:active, .selectRegion a:focus, .selectRegion a:hover { text-decoration: underline; }

.selectRegion a:focus { outline: none; }

.selectRegion em { font-style: normal; color: #2d2d2d; }

section h2 { margin-right: 0; margin-left: 0; }

/* Legends */
.ui-widget-header .ui-state-active { background: transparent none !important; border-color: #FFFFFF !important; color: #00338D; text-decoration: underline; }

a.ui-button:active { background: transparent none !important; border-color: #FFFFFF !important; color: #00338D; text-decoration: underline; }

.ui-menu .ui-menu-item-wrapper, .ui-menu .ui-menu-item-wrapper.ui-state-active { padding: 0; margin: 0; border: none; background: none; color: #00338D; text-decoration: none; font-family: "FSJoeyWeb-Regular"; font-size: 1.0625rem; font-weight: 700; }

.ui-menu .ui-menu-item-wrapper.ui-state-active, .ui-menu .ui-menu-item-wrapper.ui-state-active.ui-state-active { text-decoration: underline; }

/* Date Picker */
.datepickerHolder ul { margin: 0; padding: 0; }

.datepickerHolder li { margin-bottom: 10px; }

@media screen and (min-width: 48em) { .datepickerHolder li { /* Only affects medium screens and larger */ float: left; width: calc(50% - 7px); margin-right: 14px; margin-bottom: 10px; } }

@media screen and (min-width: 60em) { .datepickerHolder li { /* Only large */ width: 100%; } }

.datepickerHolder li:last-child { margin-bottom: 0; }

@media screen and (min-width: 48em) { .datepickerHolder li:last-child { /* Only affects medium screens and larger */ margin-right: 0; } }

.datepickerHolder legend { padding-left: 30px; background: url("../files/images/icons/icon-calendar.svg") no-repeat 0 2px; background-size: 18px 18px; }

/* Age of Travellers */
.ageHolder p { margin: -4px 0 10px 0; }

.ageHolder p small { font-size: 0.8rem; }

.ageHolder fieldset { margin-bottom: 5px; }

.ageHolder fieldset#isHIC { margin-top:15px; margin-bottom: 0; }

.ageHolder fieldset#isHIC li { margin-bottom: 0; }

.ageHolder fieldset.isMember { margin-bottom: 0; }

.ageHolder fieldset.isMember  li { margin-bottom: 0; }

.ageHolder ul { margin: 0; padding: 0; }

.ageHolder li { float: left; margin: 0 4px 10px 0; padding: 0; text-align: center; }

.ageHolder li:nth-child(1) { width: 40px; }

.ageHolder li:nth-child(1) input { margin-right: 0; }

.ageHolder li:nth-child(2) { width: 40px; }

.ageHolder li:nth-child(6) { clear: left; }

.ageHolder li.addTraveller { margin: 0; width: 40px; }

.ageHolder input { float: left; width: 40px; margin-bottom: 0; padding: 0; text-align: center; }

.ageHolder button { width: 40px; }

.ageHolder label.error { width: 320px; text-align: left; }

.ageHolder label.error[id^="travelerAge_"] { display: inline-block; width: inherit; }

.ageHolder .btnAdd { width: 40px; background: url("../files/images/icons/icon-add-traveller.svg") no-repeat center 15px; background-size: 18px 18px; padding: 40px 0 0; text-align: center; font-weight: normal; }

.ageHolder .btnRemove { margin-left: 5px; background: url("../files/images/icons/icon-remove-traveller.svg") no-repeat center 0; background-size: 30px 30px; padding: 35px 0 0; text-align: center; font-weight: normal; font-size: 0.6875rem; }

.ageHolder .radioList { display: inline-block; text-align: right; clear: none; }

@media print, screen and (min-width: 60em) { .ageHolder .radioList { text-align: left; } }

.ageHolder .radioList li { width: auto; float: none; display: inline-block; text-align: left; }

/* Get Quote Page Content */
article p { font-size: 1rem; line-height: 1.5; }

article p.intro { text-align: center; margin-bottom: 76px; }

.benefits, .benefits.row { margin-left: 0; margin-right: 0; padding: 0; }

.benefits .benefit, .benefits.row .benefit { text-align: center; margin-bottom: 20px; }

.benefits .benefit div, .benefits.row .benefit div { padding: 20px; border: 1px solid #cccccc; }

.benefits .benefit img, .benefits.row .benefit img { display: block; margin: 20px auto; }

.benefits .benefit h3, .benefits.row .benefit h3 { display: block; margin: 20px 0; font-size: 1.25rem; color: #00338D; font-family: "FSJoeyWeb-Bold-primary"; }

.benefits .benefit p, .benefits.row .benefit p { line-height: 1.2; min-height: 50px; margin: 5px 0 0 0; }

.benefits .benefit a, .benefits.row .benefit a { font-weight: bold; }

@media screen and (min-width: 48em) { .benefits .benefit div, .benefits.row .benefit div { min-height: 275px; } }

@media screen and (min-width: 60em) { .benefits .benefit, .benefits.row .benefit { padding: 0 10px; }
  .benefits .benefit:first-child, .benefits.row .benefit:first-child { padding-left: 0; }
  .benefits .benefit:last-child, .benefits.row .benefit:last-child { padding-right: 0; }
  .benefits .benefit div, .benefits.row .benefit div { min-height: 320px; } }

.benefits .secondary-benefit img, .benefits.row .secondary-benefit img { float: left; margin: 0 10px 10px 0; max-width: 35px; max-height: 35px; }

.benefits .secondary-benefit strong, .benefits.row .secondary-benefit strong { font-size: 1.0rem; text-transform: capitalize; }

.benefits .secondary-benefit p, .benefits.row .secondary-benefit p { float: none; clear: both; }

.secondary-content.row { margin: 30px 0; }

.secondary-content.row h3 { margin: 15px 0; font-family: "FSJoeyWeb-Regular"; font-size: 1.375rem; text-align: center; }

.secondary-content.row .secondary-link { width: auto; margin-left: 15px; padding: 0.75rem 0 0.75rem 0; border: 1px solid #5FA52F; font-family: "FSJoeyWeb-Regular"; font-weight: 700; color: #5FA52F; text-align: center; background-color: #fff; transition: background-color 0.25s ease-out, color 0.25s ease-out; border-radius: 0; cursor: pointer; }

.secondary-content.row .secondary-link:hover, .secondary-content.row .secondary-link:focus, .secondary-content.row .secondary-link:active { border-color: #518c28; text-decoration: none; }

.secondary-content.row .secondary-link:focus { outline: none; }

/* End Get Quote Page Content */
.promo-text {
  background: #2d90d7;
color: #fff;
float: right;
width: 355px;
padding: 10px 20px;
margin: 34px 0 0;
border-radius: 10px;

  
  }

body.hide-promo-text .promo-text {
  display: none;
  }

@media screen and (max-width: 959px) {
section.primary {
margin: 115px 0 0;  
}
.promo-text {
  width: calc(100% - 20px);
  margin: -25px 0 0;
  position: absolute;
text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
.promo-text {
  width: calc(100% - 30px);
}
section.primary {
margin: 75px 0 0;  
}
}