.chefron-orange-medium {
  background: url(image_path("ttd/arrows-spt.png")) no-repeat -7px -5px transparent;
}

.cf, .clearfix, .std_form form, .std_form form .form-row, .std_form .group {
  zoom: 1;
}
.cf:before, .clearfix:before, .std_form form:before, .std_form form .form-row:before, .std_form .group:before, .cf:after, .clearfix:after, .std_form form:after, .std_form form .form-row:after, .std_form .group:after {
  content: "";
  display: table;
}
.cf:after, .clearfix:after, .std_form form:after, .std_form form .form-row:after, .std_form .group:after {
  clear: both;
}

.media {
  margin-bottom: 10px;
}
.media .img {
  float: left;
  margin: 0 1em 0 0;
}
.media .img img {
  display: block;
}
.media .bd {
  position: relative;
  *zoom: 1;
}

.img-stk img, .img-stk .img {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.img-stk .img > img {
  margin-bottom: 0;
}
.img-stk .txt {
  display: block;
  margin-bottom: 10px;
}

.lp-btn {
  font-size: 12px;
  font-size: 0.857rem;
}

.is-hidden {
  display: none;
}

nav ul, .lp-ol {
  list-style: none;
}

.lp-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, iframe {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
}

audio {
  display: none;
  _display: expression(this.controls ? 'inline' : 'none');
  *zoom: 1;
}

audio[controls] {
  display: inline-block;
}

html {
  cursor: default;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

form, input, button, select, textarea {
  font-size: 100%;
}

strong, b, mark, em {
  font: inherit;
}

a, a:active, a:hover, a:visited {
  outline: none;
}

a:focus {
  outline: thin dotted;
}

small {
  font-size: 75%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, select, textarea {
  border-radius: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

a > img {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

fieldset {
  border: none;
}

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
}

.clearfix {
  display: block;
}

.lp-btn.dark, .landing-pages .lp-btn,
.lp-btn.blue, .shop .lp-btn,
.lp-btn.purple, .lp-btn.green, .lp-btn.flat:hover, .lp-btn.cta, .lp-btn.cta.grey:hover, .lp-btn.dl:hover, #wn_calculator .call-to-action {
  color: white;
}

.landing-pages .lp-btn,
.lp-btn.blue, .shop .lp-btn,
.lp-btn.purple, .lp-btn.green, .lp-btn.cta, .lp-btn.dl:hover {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.lp-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: white;
  background: white url("../../images/common-ui/btn_bg_sprite.png") 0 -200px repeat-x;
  background: white -webkit-linear-gradient(top, white, #dfdfdc);
  background: white -moz-linear-gradient(top, white, #dfdfdc);
  background: white -ms-linear-gradient(top, white, #dfdfdc);
  background: white -o-linear-gradient(top, white, #dfdfdc);
  background: white linear-gradient(top, white, #dfdfdc);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3), 0px 1px 0px 0 rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3), 0px 1px 0px 0 rgba(255, 255, 255, 0.4) inset;
  -ms-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3), 0px 1px 0px 0 rgba(255, 255, 255, 0.4) inset;
  -o-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3), 0px 1px 0px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3), 0px 1px 0px 0 rgba(255, 255, 255, 0.4) inset;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  color: #333333;
  font-weight: bold;
  border: 1px solid #dfdfdc;
}
.lp-btn:hover {
  background: whitesmoke;
  background: whitesmoke url("../../images/common-ui/btn_bg_sprite.png") 0 -225px repeat-x;
  background: whitesmoke -webkit-linear-gradient(top, whitesmoke, #d9d9d9);
  background: whitesmoke -moz-linear-gradient(top, whitesmoke, #d9d9d9);
  background: whitesmoke -ms-linear-gradient(top, whitesmoke, #d9d9d9);
  background: whitesmoke -o-linear-gradient(top, whitesmoke, #d9d9d9);
  background: whitesmoke linear-gradient(top, whitesmoke, #d9d9d9);
  text-decoration: none;
}

.lp-btn.sml {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}

.lp-btn.lrg, .lp-btn.flat {
  height: 28px;
  line-height: 28px;
}

.lp-btn.pill {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.landing-pages .lp-btn,
.lp-btn.blue {
  background: #137ac9;
  background: #137ac9 url("../../images/common-ui/btn_bg_sprite.png") 0 -250px repeat-x;
  background: #137ac9 -webkit-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 -moz-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 -ms-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 -o-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 linear-gradient(top, #137ac9, #0f63a4);
  border: 1px solid #1072bc;
}
.landing-pages .lp-btn:hover,
.lp-btn.blue:hover {
  background: #0f55a3;
  background: #0f55a3 url("../../images/common-ui/btn_bg_sprite.png") 0 -275px repeat-x;
  background: #0f55a3 -webkit-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 -moz-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 -ms-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 -o-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 linear-gradient(top, #0f55a3, #0d4686);
}

.shop .lp-btn,
.lp-btn.purple {
  background: #7843a9;
  background: #7843a9 url("../../images/common-ui/btn_bg_sprite.png") 0 -300px repeat-x;
  background: #7843a9 -webkit-linear-gradient(top, #7843a9, #63378b);
  background: #7843a9 -moz-linear-gradient(top, #7843a9, #63378b);
  background: #7843a9 -ms-linear-gradient(top, #7843a9, #63378b);
  background: #7843a9 -o-linear-gradient(top, #7843a9, #63378b);
  background: #7843a9 linear-gradient(top, #7843a9, #63378b);
  border: 1px solid #6c3c99;
}
.shop .lp-btn:hover,
.lp-btn.purple:hover {
  background: #603588;
  background: #603588 url("../../images/common-ui/btn_bg_sprite.png") 0 -325px repeat-x;
  background: #603588 -webkit-linear-gradient(top, #603588, #4f2d6f);
  background: #603588 -moz-linear-gradient(top, #603588, #4f2d6f);
  background: #603588 -ms-linear-gradient(top, #603588, #4f2d6f);
  background: #603588 -o-linear-gradient(top, #603588, #4f2d6f);
  background: #603588 linear-gradient(top, #603588, #4f2d6f);
}

.lp-btn.green {
  background: #459a2b;
  background: #459a2b url("../../images/common-ui/btn_bg_sprite.png") 0 -350px repeat-x;
  background: #459a2b -webkit-linear-gradient(top, #459a2b, #398024);
  background: #459a2b -moz-linear-gradient(top, #459a2b, #398024);
  background: #459a2b -ms-linear-gradient(top, #459a2b, #398024);
  background: #459a2b -o-linear-gradient(top, #459a2b, #398024);
  background: #459a2b linear-gradient(top, #459a2b, #398024);
  border: 1px solid #3d8d27;
}
.lp-btn.green:hover {
  background: #277d12;
  background: #277d12 url("../../images/common-ui/btn_bg_sprite.png") 0 -375px repeat-x;
  background: #277d12 -webkit-linear-gradient(top, #277d12, #21670e);
  background: #277d12 -moz-linear-gradient(top, #277d12, #21670e);
  background: #277d12 -ms-linear-gradient(top, #277d12, #21670e);
  background: #277d12 -o-linear-gradient(top, #277d12, #21670e);
  background: #277d12 linear-gradient(top, #277d12, #21670e);
}

.lp-btn.flat {
  background: #f5f5f2;
  color: #0077cc;
  box-shadow: none;
  border: none;
}
.lp-btn.flat:hover {
  background: #1587c8;
}

.lp-btn.disabled {
  color: #cccccc;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}
.lp-btn.disabled:hover {
  background: white;
  background: white url("../../images/common-ui/btn_bg_sprite.png") 0 -200px repeat-x;
  background: white -webkit-linear-gradient(top, white, #dfdfdc);
  background: white -moz-linear-gradient(top, white, #dfdfdc);
  background: white -ms-linear-gradient(top, white, #dfdfdc);
  background: white -o-linear-gradient(top, white, #dfdfdc);
  background: white linear-gradient(top, white, #dfdfdc);
}

.lp-btn.cta {
  border-top: 1px solid #c36119;
  border-bottom: 1px solid #ca641a;
  border-left: 1px solid #cb651b;
  border-right: none;
  padding: 0 10px;
  margin-right: 16px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: #e97520;
  background: #e97520 url("../../images/common-ui/btn_bg_sprite.png") 0 -150px repeat-x;
  background: #e97520 -webkit-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 -moz-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 -ms-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 -o-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 linear-gradient(top, #e97520, #bf6019);
}
.lp-btn.cta:after {
  content: "";
  position: absolute;
  display: block;
  left: 100%;
  top: -1px;
  height: 26px;
  width: 16px;
  background: transparent url("../../images/common-ui/btn_bg_sprite.png") 0 0 no-repeat;
}
.lp-btn.cta:hover {
  background: #ca5c19;
  background: #ca5c19 url("../../images/common-ui/btn_bg_sprite.png") 0 -175px repeat-x;
  background: #ca5c19 -webkit-linear-gradient(top, #ca5c19, #a54b14);
  background: #ca5c19 -moz-linear-gradient(top, #ca5c19, #a54b14);
  background: #ca5c19 -ms-linear-gradient(top, #ca5c19, #a54b14);
  background: #ca5c19 -o-linear-gradient(top, #ca5c19, #a54b14);
  background: #ca5c19 linear-gradient(top, #ca5c19, #a54b14);
  color: white;
  text-decoration: none;
}
.lp-btn.cta:hover:after {
  background-position: 0 -27px;
  background-repeat: no-repeat;
}
.no-generatedcontent .lp-btn.cta {
  border-right: 1px solid #c36119;
}
.lp-btn.cta.sml:after {
  background-position: 0 -54px;
  width: 13px;
  height: 22px;
}
.lp-btn.cta.sml:hover:after {
  background-position: 0 -77px;
}
.lp-btn.cta.grey {
  background: white;
  background: white url("../../images/common-ui/btn_bg_sprite.png") 0 -200px repeat-x;
  background: white -webkit-linear-gradient(top, white, #dfdfdc);
  background: white -moz-linear-gradient(top, white, #dfdfdc);
  background: white -ms-linear-gradient(top, white, #dfdfdc);
  background: white -o-linear-gradient(top, white, #dfdfdc);
  background: white linear-gradient(top, white, #dfdfdc);
  border: 1px solid #dfdfdc;
  border-right: none;
  color: #333333;
}
.lp-btn.cta.grey:after {
  background-position: 0 -100px;
}
.lp-btn.cta.grey:hover {
  background: #e97520;
  background: #e97520 url("../../images/common-ui/btn_bg_sprite.png") 0 -150px repeat-x;
  background: #e97520 -webkit-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 -moz-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 -ms-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 -o-linear-gradient(top, #e97520, #bf6019);
  background: #e97520 linear-gradient(top, #e97520, #bf6019);
  border-top: 1px solid #c36119;
  border-bottom: 1px solid #ca641a;
  border-left: 1px solid #cb651b;
  border-right: none;
}
.lp-btn.cta.grey:hover:after {
  background-position: 0 0;
}
.lp-btn.cta.grey.sml:after {
  background-position: 0 -127px;
}
.lp-btn.cta.grey.sml:hover:after {
  background-position: 0 -54px;
}
.no-generatedcontent .lp-btn.cta.grey {
  border-right: 1px solid #dfdfdc;
}
.no-generatedcontent .lp-btn.cta.grey:hover {
  border-right: 1px solid #cb651b;
}

.icn-l, .lp-btn.add, .lp-btn.close, .lp-btn.dl, .lp-btn.save, .lp-btn.saving, .lp-btn.saved, .lp-btn.prev, .lp-btn.checkout, .lp-btn.compose, .icn-r, .lp-btn.next {
  position: relative;
}

.icn-l, .lp-btn.add, .lp-btn.close, .lp-btn.dl, .lp-btn.save, .lp-btn.saving, .lp-btn.saved, .lp-btn.prev, .lp-btn.checkout, .lp-btn.compose {
  padding-left: 30px;
}
.icn-l.sml, .sml.lp-btn.add, .sml.lp-btn.close, .sml.lp-btn.dl, .sml.lp-btn.save, .sml.lp-btn.saving, .sml.lp-btn.saved, .sml.lp-btn.prev, .sml.lp-btn.checkout, .sml.lp-btn.compose {
  padding-left: 25px;
}
.icn-l:before, .lp-btn.add:before, .lp-btn.close:before, .lp-btn.dl:before, .lp-btn.save:before, .lp-btn.saving:before, .lp-btn.saved:before, .lp-btn.prev:before, .lp-btn.checkout:before, .lp-btn.compose:before {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  width: 15px;
  height: 15px;
}
.no-generatedcontent .icn-l, .no-generatedcontent .lp-btn.add, .no-generatedcontent .lp-btn.close, .no-generatedcontent .lp-btn.dl, .no-generatedcontent .lp-btn.save, .no-generatedcontent .lp-btn.saving, .no-generatedcontent .lp-btn.saved, .no-generatedcontent .lp-btn.prev, .no-generatedcontent .lp-btn.checkout, .no-generatedcontent .lp-btn.compose {
  padding-left: 15px;
}

.icn-r, .lp-btn.next {
  padding-right: 30px;
}
.icn-r.sml, .sml.lp-btn.next {
  padding-right: 25px;
}
.icn-r:after, .lp-btn.next:after {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  content: "";
}
.no-generatedcontent .icn-r, .no-generatedcontent .lp-btn.next {
  padding-right: 15px;
}

.icn-r.pill:before, .pill.lp-btn.next:before, .icn-r.pill:after, .pill.lp-btn.next:after, .icn-l.pill:before, .pill.lp-btn.add:before, .pill.lp-btn.close:before, .pill.lp-btn.dl:before, .pill.lp-btn.save:before, .pill.lp-btn.saving:before, .pill.lp-btn.saved:before, .pill.lp-btn.prev:before, .pill.lp-btn.checkout:before, .pill.lp-btn.compose:before, .icn-l.pill:after, .pill.lp-btn.add:after, .pill.lp-btn.close:after, .pill.lp-btn.dl:after, .pill.lp-btn.save:after, .pill.lp-btn.saving:after, .pill.lp-btn.saved:after, .pill.lp-btn.prev:after, .pill.lp-btn.checkout:after, .pill.lp-btn.compose:after {
  width: 19px;
  height: 19px;
  font-size: 20px;
}

.icn-r.pill.sml:before, .pill.sml.lp-btn.next:before, .icn-r.pill.sml:after, .pill.sml.lp-btn.next:after, .icn-l.pill.sml:before, .pill.sml.lp-btn.add:before, .pill.sml.lp-btn.close:before, .pill.sml.lp-btn.dl:before, .pill.sml.lp-btn.save:before, .pill.sml.lp-btn.saving:before, .pill.sml.lp-btn.saved:before, .pill.sml.lp-btn.prev:before, .pill.sml.lp-btn.checkout:before, .pill.sml.lp-btn.compose:before, .icn-l.pill.sml:after, .pill.sml.lp-btn.add:after, .pill.sml.lp-btn.close:after, .pill.sml.lp-btn.dl:after, .pill.sml.lp-btn.save:after, .pill.sml.lp-btn.saving:after, .pill.sml.lp-btn.saved:after, .pill.sml.lp-btn.prev:after, .pill.sml.lp-btn.checkout:after, .pill.sml.lp-btn.compose:after {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.sml.icn-l:before, .sml.lp-btn.add:before, .sml.lp-btn.close:before, .sml.lp-btn.dl:before, .sml.lp-btn.save:before, .sml.lp-btn.saving:before, .sml.lp-btn.saved:before, .sml.lp-btn.prev:before, .sml.lp-btn.checkout:before, .sml.lp-btn.compose:before, .pill.icn-l:before, .pill.lp-btn.add:before, .pill.lp-btn.close:before, .pill.lp-btn.dl:before, .pill.lp-btn.save:before, .pill.lp-btn.saving:before, .pill.lp-btn.saved:before, .pill.lp-btn.prev:before, .pill.lp-btn.checkout:before, .pill.lp-btn.compose:before {
  top: 3px;
  left: 3px;
}
.sml.icn-r:after, .sml.lp-btn.next:after, .pill.icn-r:after, .pill.lp-btn.next:after {
  top: 3px;
  right: 3px;
}

.lp-btn.add:before {
  content: "+";
}
.lp-btn.add.i-blue:hover {
  background: #e8f4fe;
  background: #e8f4fe -webkit-linear-gradient(top, #e8f4fe, #ced8e1);
  background: #e8f4fe -moz-linear-gradient(top, #e8f4fe, #ced8e1);
  background: #e8f4fe -ms-linear-gradient(top, #e8f4fe, #ced8e1);
  background: #e8f4fe -o-linear-gradient(top, #e8f4fe, #ced8e1);
  background: #e8f4fe linear-gradient(top, #e8f4fe, #ced8e1);
  border: 1px solid #d2ecfe;
}
.lp-btn.add.i-blue:before {
  color: #0077cc;
}
.lp-btn.add.i-green:before {
  color: white;
  background-color: #449a2a;
  border-radius: 15px;
}
.lp-btn.close:before {
  border-radius: 15px;
  content: "";
  background: #999999 url("../../images/common-ui/btn_bg_sprite.png") no-repeat 0px -502px;
}
.lp-btn.close.pill:before {
  background-position: 2px -500px;
}
.lp-btn.close.pill.sml:before {
  background-position: 0px -502px;
}
.lp-btn.dl:before {
  content: "";
  border-radius: 15px;
  background: #449a2a url("../../images/common-ui/btn_bg_sprite.png") no-repeat 0px -401px;
}
.lp-btn.dl:hover {
  background: #459a2b;
  background: #459a2b url("../../images/common-ui/btn_bg_sprite.png") 0 -350px repeat-x;
  background: #459a2b -webkit-linear-gradient(top, #459a2b, #398024);
  background: #459a2b -moz-linear-gradient(top, #459a2b, #398024);
  background: #459a2b -ms-linear-gradient(top, #459a2b, #398024);
  background: #459a2b -o-linear-gradient(top, #459a2b, #398024);
  background: #459a2b linear-gradient(top, #459a2b, #398024);
  border-color: #4d9437;
}
.lp-btn.dl:hover:before {
  background-color: #2d5b1e;
}
.lp-btn.dl.pill:before {
  background-position: 2px -399px;
}
.lp-btn.dl.pill.sml:before {
  background-position: 0 -401px;
}
.lp-btn.save:before {
  content: "+";
  color: white;
  border-radius: 15px;
  background-color: #449a2a;
}
.lp-btn.saving:before {
  content: "";
  border-radius: 15px;
  background: transparent url("../../images/common-ui/btn_bg_sprite.png") no-repeat 2px -419px;
}
.lp-btn.saved:before {
  content: "";
  border-radius: 15px;
  background: transparent url("../../images/common-ui/btn_bg_sprite.png") no-repeat 2px -440px;
}
.lp-btn.saving.sml:before {
  background-position: 0px -421px;
}
.lp-btn.saved.sml:before {
  background-position: 0px -442px;
}
.lp-btn.prev:before {
  font-size: 19px;
  top: 1px;
  content: "\2039";
}
.lp-btn.prev.sml:before, .lp-btn.prev.pill:before {
  top: -1px;
}
.lp-btn.next:after {
  font-size: 19px;
  content: "\203A";
  top: -1px;
  right: 9px;
}
.lp-btn.next.sml:after, .lp-btn.next.pill:after {
  top: -1px;
}
.lp-btn.next.sml:after {
  right: 7px;
}
.lp-btn.checkout:before {
  content: "";
  background: transparent url("../../images/common-ui/btn_bg_sprite.png") no-repeat 2px -462px;
}
.lp-btn.compose:before {
  content: "";
  background: transparent url("../../images/common-ui/btn_bg_sprite.png") no-repeat 2px -479px;
}

.select-group, .lp-select {
  position: relative;
  width: 100%;
  height: 30px;
}
.select-group .overlay, .lp-select .overlay {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  padding-right: 35px;
  overflow: hidden;
  text-indent: 10px;
  background-color: white;
  border: 1px solid #bebebe;
  word-break: break-all;
}
.no-boxsizing .select-group .overlay, .oldIE .select-group .overlay, .ie7 .select-group .overlay, .ie8 .select-group .overlay, .no-boxsizing .lp-select .overlay, .oldIE .lp-select .overlay, .ie7 .lp-select .overlay, .ie8 .lp-select .overlay {
  padding: 0;
  width: 95%;
}
.no-generatedcontent .select-group .overlay, .oldIE .select-group .overlay, .no-generatedcontent .lp-select .overlay, .oldIE .lp-select .overlay {
  background: white url("../../images/common-ui/select-box-arrow-down.png") no-repeat 95% center;
}
.select-group .overlay:after, .lp-select .overlay:after {
  content: "";
  position: absolute;
  display: block;
  right: 1px;
  top: 0;
  border-left: 1px solid #bebebe;
  height: 28px;
  width: 24px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  background: white url("../../images/common-ui/select-box-arrow-down.png") no-repeat 8px 8px;
}
.select-group select, .lp-select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.no-opacity .select-group select, .oldIE .select-group select, .ie7 .select-group select, .ie8 .select-group select, .no-opacity .lp-select select, .oldIE .lp-select select, .ie7 .lp-select select, .ie8 .lp-select select {
  filter: alpha(opacity=0);
}
.no-js .select-group select, .no-js .lp-select select {
  opacity: 1;
  filter: alpha(opacity=1);
}

.lp-ol li {
  position: relative;
  counter-increment: top-pick;
  margin-bottom: 10px;
  padding-left: 30px;
  min-height: 30px;
  line-height: 30px;
}
.lp-ol li:before {
  content: counter(top-pick);
  position: absolute;
  left: 0;
  width: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #999999;
}
.lp-ol.top-picks {
  border-left: 3px solid #9a9a9a;
  padding: 10px 10px 0 10px;
}
.lp-ol.top-picks > li {
  border-bottom: 1px dotted #cdcdcd;
  line-height: normal;
  padding-bottom: 10px;
}
.lp-ol.top-picks > li strong {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.lp-ol.top-picks > li span {
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1.t-ctr, h2.t-ctr, h3.t-ctr, h4.t-ctr, h5.t-ctr, h6.t-ctr, p.t-ctr, span.t-ctr {
  text-align: center;
}
h1.t-rgt, h2.t-rgt, h3.t-rgt, h4.t-rgt, h5.t-rgt, h6.t-rgt, p.t-rgt, span.t-rgt {
  text-align: right;
}
h1.t-lft, h2.t-lft, h3.t-lft, h4.t-lft, h5.t-lft, h6.t-lft, p.t-lft, span.t-lft {
  text-align: left;
}
h1.nrm, h2.nrm, h3.nrm, h4.nrm, h5.nrm, h6.nrm, p.nrm, span.nrm {
  font-weight: normal;
}
h1.str, h2.str, h3.str, h4.str, h5.str, h6.str, p.str, span.str {
  font-weight: bold;
}

h1 {
  font-size: 2.618em;
}

h2 {
  font-size: 1.91em;
  margin: 0 0 1em 0;
}

h3 {
  font-size: 1.618em;
  padding: 0 0 0.5em 0;
}

h4 {
  font-size: 1.22em;
}

h5 {
  font-size: 1.18em;
  padding-bottom: 0.75em;
}

h6 {
  font-size: 1.22em;
  padding-bottom: 0.75em;
}
h6.small {
  font-size: 0.73em;
}

p, a {
  font-size: 1em;
}
p.small, a.small {
  font-size: 0.917em;
}
p.b-off, a.b-off {
  padding-bottom: 1em;
}
p.strong, a.strong {
  color: #333333;
  font-weight: bold;
}
p.italic, a.italic {
  font-style: italic;
}

a.black {
  color: #333333;
}
a.black:hover {
  color: #0077cc;
}

.err {
  clear: both;
  display: block;
  color: #df2727;
  font-weight: bold;
  padding-top: 5px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper > .mod, .wrapper > header {
  padding-left: 10px;
  padding-right: 10px;
}

.column, .col {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.column.first, .col.first {
  margin-left: 10px;
}
.column.last, .col.last {
  margin-right: 10px;
}

.col {
  margin-right: 5%;
}

.col_3x1, .col_3x2, .col_3x3 {
  width: 100%;
}

.col_2x1, .col_2x2 {
  width: 100%;
}

.col img {
  max-width: 100%;
}

.no-margin, .no-m {
  margin: 0 !important;
}

.no-padding, .no-p {
  padding: 0;
}

.box {
  padding: 10px;
}

.box-w {
  padding: 0px 20px;
}

.box-h {
  padding: 20px 0px;
}

.box-l {
  padding: 0 0 0 10px;
}

.p1 {
  margin-left: 20px;
}

.p2 {
  margin-left: 80px;
}

.p3 {
  margin-left: 160px;
}

.p4 {
  margin-left: 260px;
}

.p5 {
  margin-left: 340px;
}

.b-off {
  padding: 1em 0;
  margin: 1em 0 0 0;
}

.b-off-btm {
  margin: 0 0 1em 0;
}

.b-top {
  border-top: 1px solid #f3f3f3;
}

.b-btm {
  border-bottom: 1px solid #f3f3f3;
}

.b-rgt {
  border-right: 1px solid #f3f3f3;
}

.b-lft {
  border-left: 1px solid #f3f3f3;
}

p.lead, .support p {
  font-size: 1.2em !important;
  padding-bottom: 1em;
}

.bar-b {
  border-bottom: 6px solid #f7f1ec;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}

.bar-t {
  border-top: 6px solid #f7f1ec;
  padding-top: 0;
}

.img-stk .txt {
  min-height: 3em;
}

#primaryNavigationWrap #primaryNavigation {
  background-position: 0 0 !important;
  background: #039bb2;
  background: #039bb2 -webkit-linear-gradient(top, #039bb2, #027b8d);
  background: #039bb2 -moz-linear-gradient(top, #039bb2, #027b8d);
  background: #039bb2 -ms-linear-gradient(top, #039bb2, #027b8d);
  background: #039bb2 -o-linear-gradient(top, #039bb2, #027b8d);
  background: #039bb2 linear-gradient(top, #039bb2, #027b8d);
}
#primaryNavigationWrap #primaryNavigation li {
  background: none;
}
#primaryNavigationWrap #primaryNavigation li.current a {
  background-position: 0 0 !important;
  background: #04899c;
  background: #04899c -webkit-linear-gradient(top, #04899c, #05616e);
  background: #04899c -moz-linear-gradient(top, #04899c, #05616e);
  background: #04899c -ms-linear-gradient(top, #04899c, #05616e);
  background: #04899c -o-linear-gradient(top, #04899c, #05616e);
  background: #04899c linear-gradient(top, #04899c, #05616e);
}
#primaryNavigationWrap #primaryNavigation li.current span {
  display: none;
}

#pageTitleWrap {
  width: 100%;
  color: white;
  clear: left;
  display: block;
  border-bottom: 14px solid #04899c;
  background-color: #039bb2;
}
#pageTitleWrap #gradient {
  background-image: url(../../images/common-ui/titlebar-inner-shadow.png);
  background-repeat: repeat-x;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
#pageTitleWrap #pageTitle {
  margin: 0 auto;
  width: 965px;
}
#pageTitleWrap #pageTitle p.shopHeader {
  color: white;
  display: inline;
  float: left;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.1em;
  margin-left: 20px;
  position: relative;
  top: 5px;
}

#primaryNavigationWrap {
  margin-bottom: 2em;
  width: 100%;
}
#primaryNavigationWrap #primaryNavigation {
  background-position: 0 -354px;
}
#primaryNavigationWrap #primaryNavigation li:hover a {
  background-position: 0 -413px;
}
#primaryNavigationWrap #primaryNavigation li.current a {
  background-position: 0 -413px;
}
#primaryNavigationWrap #primaryNavigation li.current span {
  border-color: #05616e transparent transparent;
}
#primaryNavigationWrap #primaryNavigation li.current .extra {
  font-weight: inherit;
}

.partners h6 {
  font-size: 1.083em;
  margin-bottom: 0.75em;
  font-weight: bold;
  color: black;
}
.partners > ul {
  overflow: hidden;
}
.partners > ul > li {
  padding: 0;
  min-height: 120px;
}
.partners li {
  line-height: 1.6;
}

.nomad-list > .box-l {
  min-height: 300px;
  padding: 20px 20px 0 20px;
  padding-bottom: 55px;
  background: #fcf9f7 url(../../images/vendor-logos/logo_worldnomads.png) 95% 90% no-repeat;
  border-left: 1px solid #d6cdc0;
}

.lp-ol li {
  font-size: 1.18em;
}
.lp-ol li:before {
  color: #0390a5;
}

.theme {
  height: 90px;
  width: 100%;
  font-size: 36px;
  color: black;
  padding-top: 10px;
  color: #333333;
  padding-bottom: 0.5em;
}

.theme_flight {
  background: transparent url("images/h_flight_theme.png") no-repeat 0px 0px;
  background-position: 50% 0px;
}

.theme_insurance {
  background: transparent url("images/h_insurance_theme.png") no-repeat 0px 0px;
  background-position: 50% 0px;
}

.theme_adventure {
  background: transparent url("images/h_adventure_theme.png") no-repeat 0px 0px;
  background-position: 50% 0px;
}

.theme_sight {
  background: transparent url("images/h_sight_theme.png") no-repeat 0px 0px;
  background-position: 50% 0px;
}

.booking {
  border: 1px solid transparent;
}
.booking.mod {
  overflow: visible;
}

.booking_form {
  background-color: #f7f1ec;
  width: 100%;
  min-height: 300px;
}

.std_form {
  overflow: visible;
}
.std_form h4, .std_form p {
  margin-bottom: 1em;
  clear: both;
  display: block;
}
.std_form form {
  padding: 20px 20px 0 20px;
}
.std_form form.form-flights {
  padding-bottom: 20px;
}
.std_form form .form-row {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.std_form form .form-row .policy-type {
  text-align: center;
}
.std_form form .form-row .policy-type input[type="radio"] {
  width: 12px;
  margin: 0 auto 3px;
}
.std_form form .form-row .col_3x1 {
  width: 30%;
}
.std_form form .form-row label {
  margin-bottom: 0;
}
.std_form form .form-row.more-links {
  margin-top: 10px;
  margin-bottom: 25px;
}
.std_form form .form-row.more-links a {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-top: 3px;
}
.std_form form .form-row.more-links a:first-child {
  padding-right: 5px;
  border-right: 1px solid #bebebe;
  margin-right: 5px;
}
.std_form form .form-row.more-links input {
  margin: 0;
}
.std_form form .form-row.dates {
  border-top: 1px solid white;
  margin-bottom: 25px;
}
.std_form form .form-row.dates .lbl-full {
  display: block;
  width: 100%;
  border-top: 1px solid #cccac9;
  padding: 15px 0;
}
.std_form form .form-row:last-child {
  margin-bottom: 0;
}
.std_form form > div {
  display: block;
}
.std_form form > div.first {
  border-bottom: 1px solid white;
  padding-bottom: 25px;
}
.std_form form > div.second {
  border-top: 1px solid #cccac9;
  border-bottom: 1px solid #cccac9;
}
.std_form form > div.second fieldset {
  padding-bottom: 25px;
  border-bottom: 1px solid white;
}
.std_form form .h3 {
  font-size: 1.4em;
  color: #444444;
  margin-bottom: 1em;
  display: block;
}
.std_form #find_activities {
  padding-top: 0;
}
.std_form #find_activities .h3 {
  padding-top: 20px;
}
.std_form fieldset:first-child {
  margin-right: 10px;
}
.std_form fieldset.inline {
  display: block;
  width: 100%;
}
.std_form fieldset.inline input[type=radio] {
  width: auto;
}
.std_form fieldset.inline label {
  display: inline-block;
  width: auto;
  margin: 5px 20px 0 3px;
}
.std_form label, .std_form .lbl-select {
  font-weight: bold;
  display: block;
  margin-bottom: 0.8em;
  color: #444444;
}
.std_form label.hz, .std_form .lbl-select.hz {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.std_form .form-flights .group label {
  margin-bottom: 0;
}
.std_form .overlay {
  color: #027687;
}
.std_form input[type="text"], .std_form input[type="date"] {
  clear: both;
  float: none;
  border: 1px solid #e3e3e3;
  padding: 0.5em 0 0.5em 5px;
  font-size: 1.2em;
  width: 100%;
  margin: 0.25em 0;
  color: #027687;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.std_form select {
  width: 100%;
  padding: 5px;
  border: 1px solid #cccccc;
  font-weight: normal;
  font-size: 1em;
}
.std_form input[type="submit"] {
  cursor: pointer;
}
.std_form div {
  display: inline-block;
}
.std_form .lp-btn {
  margin-top: 25px;
}
.std_form .flight-search .lp-btn {
  margin-top: 25px;
}
.std_form .btn-activities {
  margin-top: 0px;
}
.std_form .lft {
  float: left;
}
.std_form .rgt {
  float: right;
}
.std_form .lpbutton2010 {
  width: 130px;
}
.std_form .lpbutton2010 strong {
  width: 95px;
}
.std_form .group {
  float: left;
  width: 35%;
  margin-right: 5%;
}
.std_form .group.group-select {
  width: 38%;
}
.std_form .group.large {
  position: relative;
  overflow: visible;
  width: 60%;
}
.std_form .group.last {
  margin-right: 0;
}
.std_form .group input {
  width: 100%;
}
.std_form .kayak-logo {
  margin-top: 20px;
  max-width: 100px;
}

.insurance fieldset {
  margin: 0;
  padding: 0;
}
.insurance fieldset:first-child {
  margin-right: 0;
}
.insurance fieldset .lp-btn {
  margin-top: 5px;
}
.insurance .std_form {
  height: 390px;
}
.insurance .nomad-list {
  height: 400px;
}
.insurance .nomad-list .box-l {
  height: 325px;
}
.insurance .tagLine {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background-color: #0291a7;
  color: white;
}

.ac_results {
  margin: -5px 0 0 0px;
  padding: 0px;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  position: absolute;
  left: 0;
  cursor: pointer;
  width: 340px;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.ac_results li {
  margin: 0px;
  padding: 5px;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
}
.ac_results li b {
  font-weight: bold;
  color: black;
}
.ac_results li:nth-child(odd) {
  background: #e3f3ff;
}
.ac_results li.hgl, .ac_results li.hgl:nth-child(odd) {
  background-color: #0077cc;
  color: white;
}
.ac_results li.hgl b, .ac_results li.hgl:nth-child(odd) b {
  color: white;
}

.wn-form {
  padding: 20px 20px 0;
}

#wn_calculator h3 {
  margin-bottom: 30px;
}

#wn_calculator h2 {
  display: none;
}

#wn_calculator .rowWrap {
  margin-bottom: 16px;
}

#wn_calculator .rowWrap .error {
  position: absolute;
}

#wn_calculator label,
#wn_calculator #policy_type h4 {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

#wn_calculator #policy_type h4 {
  float: left;
}

#wn_calculator select {
  width: 100%;
  margin: 0;
}

#wn_calculator #cover-region select {
  width: 100% !important;
}

#start-date select {
  width: 30%;
  margin-right: 5%;
}

#start-date #qp3_startyear {
  margin-right: 0;
}

#wn_calculator .checkbox {
  display: block;
  width: 30%;
  margin-right: 5%;
  *margin-right: 2%;
}

#wn_calculator .checkbox input {
  float: left;
  margin-right: 5px;
}

#wn_calculator .checkbox label {
  float: left;
  line-height: 1em;
  width: auto;
}

#wn_calculator .checkbox:last-child {
  margin-right: 0;
}

#wn_calculator .call-to-action {
  background: none;
  float: right;
  height: auto;
  overflow: visible;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #dfdfdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #137ac9;
  background: #137ac9 url("../../images/common-ui/btn_bg_sprite.png") 0 -250px repeat-x;
  background: #137ac9 -webkit-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 -moz-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 -ms-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 -o-linear-gradient(top, #137ac9, #0f63a4);
  background: #137ac9 linear-gradient(top, #137ac9, #0f63a4);
  border: 1px solid #1072bc;
}
#wn_calculator .call-to-action:hover {
  background: #0f55a3;
  background: #0f55a3 url("../../images/common-ui/btn_bg_sprite.png") 0 -275px repeat-x;
  background: #0f55a3 -webkit-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 -moz-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 -ms-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 -o-linear-gradient(top, #0f55a3, #0d4686);
  background: #0f55a3 linear-gradient(top, #0f55a3, #0d4686);
}

#wn_calculator .call-to-action:hover span {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}

#wn_calculator .call-to-action span {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  text-indent: 0;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1em;
  height: auto;
  position: static;
}

#wn_calculator .insurance-small-print {
  margin-top: 20px;
}
#wn_calculator .insurance-small-print a {
  font-size: 11px;
  font-size: 0.786rem;
  margin-left: 5px;
  color: #666666;
}
#wn_calculator .insurance-small-print a.last {
  padding-left: 7px;
  border-left: 1px solid #cecece;
}

.lst_board {
  display: block;
  height: 300px;
}

.swipe-loading {
  background: transparent url("../../images/common-ui/lp_swipe_preloader_c.gif") no-repeat 0px 0px;
  background-position: center center;
}

.no-deals {
  color: #666666;
}

.lp_swipe {
  position: relative;
  height: 300px;
}
.lp_swipe:hover .ctrl {
  display: block;
}
.lp_swipe div.loader {
  background: transparent url("../../images/common-ui/lp_swipe_preloader_c.gif") no-repeat 0px 0px;
  padding: 0 20px;
  text-align: left;
  font-size: 1em;
  color: #aaaaaa;
}
.lp_swipe ul.ctrl_view {
  margin: 15px auto 0;
}
.lp_swipe ul.ctrl_view li {
  border: 0;
  background-color: #e3e3e3;
  width: 12px;
  font-size: 32px;
  line-height: 18px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
}
.lp_swipe ul.ctrl_view li.active {
  background-color: #0077cc;
}
.lp_swipe .ctrl {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  bottom: 45%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.lp_swipe .ctrl .arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.lp_swipe .ctrl.ctrl_lft {
  left: -15px;
}
.lp_swipe .ctrl.ctrl_lft .arrow {
  margin: 7px 0 0 6px;
  border-right: 15px solid rgba(0, 0, 0, 0.3);
}
.lp_swipe .ctrl.ctrl_rgt {
  right: -15px;
}
.lp_swipe .ctrl.ctrl_rgt .arrow {
  margin: 7px 0 0 10px;
  border-left: 15px solid rgba(0, 0, 0, 0.3);
}
.lp_swipe .ctrl_ctr {
  padding: 0 0px;
  display: inline-block;
  overflow: hidden;
}
.lp_swipe .ctrl_ctr ul {
  width: 100%;
}
.lp_swipe .ctrl_ctr ul li {
  float: left;
}

ul.latest_deals {
  overflow: hidden;
}
ul.latest_deals figure, ul.latest_deals .figure {
  margin: 0 5px;
}
ul.latest_deals figure img, ul.latest_deals .figure img {
  max-width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
ul.latest_deals figure a, ul.latest_deals .figure a {
  color: #333333;
}
ul.latest_deals figure a:hover, ul.latest_deals figure a:hover h2, ul.latest_deals figure a:focus, ul.latest_deals figure a:active, ul.latest_deals .figure a:hover, ul.latest_deals .figure a:hover h2, ul.latest_deals .figure a:focus, ul.latest_deals .figure a:active {
  text-decoration: none;
}
ul.latest_deals figure a figcaption, ul.latest_deals figure a .figcaption, ul.latest_deals .figure a figcaption, ul.latest_deals .figure a .figcaption {
  display: block;
  height: 155px;
  overflow: hidden;
}
ul.latest_deals figure a figcaption h2, ul.latest_deals figure a .figcaption h2, ul.latest_deals .figure a figcaption h2, ul.latest_deals .figure a .figcaption h2 {
  margin: 0;
}
ul.latest_deals figure a figcaption p.price_desc, ul.latest_deals figure a .figcaption p.price_desc, ul.latest_deals .figure a figcaption p.price_desc, ul.latest_deals .figure a .figcaption p.price_desc {
  font-size: 0.9em;
}
ul.latest_deals figure a figcaption p.local, ul.latest_deals figure a .figcaption p.local, ul.latest_deals .figure a figcaption p.local, ul.latest_deals .figure a .figcaption p.local {
  font-size: 0.9em;
}
ul.latest_deals figure a figcaption p.desc, ul.latest_deals figure a .figcaption p.desc, ul.latest_deals .figure a figcaption p.desc, ul.latest_deals .figure a .figcaption p.desc {
  font-size: 1em;
}
ul.latest_deals figure a figcaption h5, ul.latest_deals figure a .figcaption h5, ul.latest_deals .figure a figcaption h5, ul.latest_deals .figure a .figcaption h5 {
  margin-top: 1em;
}
ul.latest_deals div {
  padding: 0.5em;
  margin-top: 10px;
}
ul.latest_deals div h6 {
  padding-top: 5px;
  display: block;
}
ul.latest_deals div a {
  font-weight: bold;
}
ul.latest_deals div a.aircorp {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
ul.latest_deals div a.aircorp span {
  padding: 5px 0;
  font-size: 0.833em;
  padding: 2px 0;
  font-size: 0.833em;
  display: inline-block;
}
ul.latest_deals div a.aircorp img {
  float: left;
  width: 18.78px;
  height: 16px;
  margin-right: 5px;
}
ul.latest_deals .reducedPrice {
  color: #666666;
  text-decoration: line-through;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 11px;
  font-weight: bold;
}
ul.latest_deals .newPrice {
  color: #cc0000;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.latest_deals .img-constraint {
  display: block;
  height: 79px;
  overflow: hidden;
  margin-bottom: 20px;
}

.mod {
  overflow: hidden;
  margin: 0 0 3em 0;
  padding-top: 2em;
}

.booking {
  margin-bottom: 2em;
}

.story .linkChevron {
  color: #0077cc !important;
}

.story li, .support li {
  font-size: 1em;
  display: block;
  clear: both;
  font-size: 1.2em;
  margin-bottom: 0.75em;
}
.story .linkChevron, .support .linkChevron {
  float: none;
}
.story .ref li, .support .ref li {
  font-size: 1em;
  clear: none;
}
.story .ref li a, .support .ref li a {
  float: left;
  padding: 0 0.5em 0 0;
}
.story .faq, .support .faq {
  padding: 0.5em 0;
  list-style-position: outside;
  list-style-type: disc;
}
.story .faq li, .support .faq li {
  display: list-item;
  margin: 0 0 10px 20px;
  font-size: 1em;
}
.story figure > a, .story .figure > a, .support figure > a, .support .figure > a {
  height: 158px;
}
.story figcaption, .story .figcaption, .support figcaption, .support .figcaption {
  display: block;
}
.story figcaption.highlight, .story .figcaption.highlight, .support figcaption.highlight, .support .figcaption.highlight {
  margin-bottom: 0;
}
.story figcaption h4, .story .figcaption h4, .support figcaption h4, .support .figcaption h4 {
  margin: 0.5em 0;
}
.story figcaption .lnk, .story .figcaption .lnk, .support figcaption .lnk, .support .figcaption .lnk {
  color: #333333;
  margin-bottom: 2em;
}
.story figcaption .linkChevron, .story .figcaption .linkChevron, .support figcaption .linkChevron, .support .figcaption .linkChevron {
  font-weight: bold;
}
.story .brk, .support .brk {
  margin: 2em 0 2em;
}

.support .linkChevron {
  background-position: 0 -694px;
}

section.support > aside section {
  margin-bottom: 3em;
}

.rgt_fig img {
  float: left;
  margin: 0 20px 0 0;
}
.rgt_fig figcaption, .rgt_fig .figcaption {
  float: left;
  display: block;
}

.ovr_fig {
  position: relative;
}
.ovr_fig figcaption, .ovr_fig .figcaption {
  padding: 10px;
  display: block;
  position: absolute;
  height: 90%;
  top: 0px;
  left: 0px;
}
.ovr_fig figcaption p, .ovr_fig .figcaption p {
  width: 75%;
}
.ovr_fig figcaption .btm_off, .ovr_fig .figcaption .btm_off {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 660px) {
  html {
    -webkit-text-size-adjust: none;
  }

  body {
    background: none !important;
  }
  body.noBreadCrumb #headerWrap {
    height: 68px;
    background-color: #0a4f9c;
  }

  #headerWrap {
    height: auto !important;
    background: url(../../images/common-ui/header_bg_small.png) top left repeat-x;
    float: none;
    width: 100%;
    max-width: 960px;
  }
  #headerWrap #headerContainer {
    background: none;
    width: auto;
    height: 85px !important;
    min-height: 85px;
  }
  #headerWrap #headerContainer #logo {
    padding: 0;
    margin: 0 0 0 10px;
    width: auto;
  }
  #headerWrap #headerContainer #logo img {
    margin: 5px;
    padding-top: 6px;
    display: block;
  }
  #headerWrap .leaderboard, #headerWrap #search_form, #headerWrap #mainNavWrap {
    display: none;
  }

  #pageTitleWrap #pageTitle {
    width: 100%;
    max-width: 960px;
    z-index: 99999;
    padding-top: 0;
    margin: 0px auto;
    position: relative;
  }
  #pageTitleWrap #pageTitle h1 {
    padding-top: 5px;
    margin: 0 0 0 10px;
    color: white;
    font-size: 18px !important;
    font-weight: bold;
  }

  .wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: transparent !important;
  }

  #primaryNavigationWrap {
    width: 100%;
  }
  #primaryNavigationWrap #primaryNavigation {
    width: 100%;
  }
  #primaryNavigationWrap #primaryNavigation li a {
    padding: 10px 10px;
  }
  #primaryNavigationWrap #primaryNavigation li a .extra {
    display: none;
  }

  header h1 {
    display: none;
  }

  ul.latest_deals .ld-tours a {
    height: auto;
    max-height: 250px;
  }

  section.std_form {
    display: block;
    clear: both;
  }
  section.std_form .booking_form .group {
    width: 100%;
  }
  section.std_form .booking_form .group.last {
    padding-top: 1em;
  }
  section.std_form .booking_form .col.last {
    padding-top: 1em;
  }
  section.std_form .booking_form .group-select {
    margin-bottom: 1em;
  }
  section.std_form .booking_form input[type="text"], section.std_form .booking_form input[type="date"] {
    width: 100%;
  }

  .story figure, .story .figure {
    overflow: hidden;
    margin: 0 0 36px;
  }
  .story figure a, .story .figure a {
    height: 208px;
  }
  .story figure figcaption, .story figure .figcaption, .story .figure figcaption, .story .figure .figcaption {
    padding: 0 5px;
  }
  .story > div:last-child figure, .story > div:last-child .figure {
    margin-bottom: 10px;
  }

  .support article {
    float: none;
    margin-right: 0px;
    overflow: hidden;
  }
  .support article h3 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }

  aside, .support {
    padding-top: 36px;
  }

  footer ul {
    margin: 10px auto;
  }
  footer li {
    float: left;
    margin-right: 5px;
  }
  footer li.partner_lead {
    display: none;
  }
  footer li:last-child {
    margin: 0;
  }
  footer li div {
    width: 80px;
    height: 80px;
    padding: 0px;
    margin-left: 5px;
  }
  footer li .spt_partner.intrepid {
    background-position: 220px -289px;
  }
  footer li .spt_partner.viator {
    background-position: 220px -180px;
  }
  footer li .spt_partner.world_expeditions {
    background-position: 220px -380px;
  }
  footer li h6 {
    display: none;
  }
  footer li .tick {
    display: none;
  }

  .col, .column {
    float: none;
  }

  .partners div, .partners ul {
    background: none;
  }
  .partners .col {
    margin-bottom: 20px;
  }
  .partners h6 {
    margin-bottom: 0;
  }

  #infoSourcesWrap {
    background: #f2f2e8;
    border-bottom: 1px solid #ddddd5;
    border-top: 1px solid #dfdeda;
    margin: 0 auto 0;
  }

  #infoSources {
    width: 100%;
  }
  #infoSources h2 {
    background: #f3f3f3;
    display: none;
  }
  #infoSources ul {
    width: 300px;
    margin: 0 auto;
  }
  #infoSources ul li {
    width: auto;
    margin: 0 5px;
    text-align: center;
    padding: 0;
  }
  #infoSources ul li h3 {
    font-size: 1em !important;
    color: white;
  }
  #infoSources ul li p {
    display: none;
  }
  #infoSources ul li a img {
    position: relative;
  }

  #footerWrap {
    display: block;
    padding: 0 !important;
    background-color: #ddddd5 !important;
    height: auto;
  }

  #footer {
    width: 100%;
  }
  #footer form {
    display: none;
  }
  #footer ul {
    display: none;
  }
  #footer > div {
    margin: 0 auto;
    padding-bottom: 0;
    overflow: auto;
  }
  #footer > div a {
    display: block;
  }
  #footer > div a img {
    display: block;
    float: none;
    margin: 0 auto 12px;
  }
  #footer > div p {
    clear: both;
    text-align: center;
    text-shadow: white 1px 1px 1px;
    color: #333333;
    padding-top: 1em;
  }
  #footer > div p + p {
    padding: 0 0 1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 660px) {
  html {
    -webkit-text-size-adjust: none;
  }

  body {
    background: none !important;
  }
  body.noBreadCrumb #headerWrap {
    height: 68px;
    background-color: #0a4f9c;
  }

  #headerWrap {
    height: auto !important;
    background: url(../../images/common-ui/header_bg_small.png) top left repeat-x;
    float: none;
    width: 100%;
    max-width: 960px;
  }
  #headerWrap #headerContainer {
    background: none;
    width: auto;
    height: 85px !important;
    min-height: 85px;
  }
  #headerWrap #headerContainer #logo {
    padding: 0;
    margin: 0 0 0 10px;
    width: auto;
  }
  #headerWrap #headerContainer #logo img {
    margin: 5px;
    padding-top: 6px;
    display: block;
  }
  #headerWrap .leaderboard, #headerWrap #search_form, #headerWrap #mainNavWrap {
    display: none;
  }

  #pageTitleWrap #pageTitle {
    width: 100%;
    max-width: 960px;
    z-index: 99999;
    padding-top: 0;
    margin: 0px auto;
    position: relative;
  }
  #pageTitleWrap #pageTitle h1 {
    padding-top: 5px;
    margin: 0 0 0 10px;
    color: white;
    font-size: 18px !important;
    font-weight: bold;
  }

  .wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: transparent !important;
  }

  #primaryNavigationWrap {
    width: 100%;
  }
  #primaryNavigationWrap #primaryNavigation {
    width: 100%;
  }
  #primaryNavigationWrap #primaryNavigation li a {
    padding: 10px 10px;
  }
  #primaryNavigationWrap #primaryNavigation li a .extra {
    display: none;
  }
  #primaryNavigationWrap #primaryNavigation li a.current span {
    display: block;
  }

  header h1 {
    display: none;
  }

  ul.latest_deals .ld-tours a {
    height: auto;
    max-height: 250px;
  }

  section.std_form {
    display: block;
    clear: both;
  }
  section.std_form .booking_form .group {
    width: 100%;
  }
  section.std_form .booking_form .group.last {
    padding-top: 1em;
  }
  section.std_form .booking_form .col.last {
    padding-top: 1em;
  }
  section.std_form .booking_form .group-select {
    margin-bottom: 1em;
  }
  section.std_form .booking_form input[type="text"], section.std_form .booking_form input[type="date"] {
    width: 100%;
  }
  section.std_form .wn-form {
    padding: 20px;
  }

  .nomad-list > .box-l {
    border-left: none;
    border-top: 1px solid #d6cdc0;
  }

  #wn_calculator label,
  #wn_calculator #policy_type h4 {
    width: 40%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 5px 0 0;
  }

  #wn_calculator select {
    width: 55%;
    margin: 0;
  }

  #wn_calculator #cover-region select {
    width: 55% !important;
  }

  #start-date select {
    width: 15%;
    margin-right: 5%;
  }

  #wn_calculator .checkbox {
    display: block;
    width: 15%;
    margin-right: 5%;
  }

  .story figure, .story .figure {
    overflow: hidden;
    margin: 0 0 36px;
  }
  .story figure a, .story .figure a {
    height: 208px;
  }
  .story figure figcaption, .story figure .figcaption, .story .figure figcaption, .story .figure .figcaption {
    padding: 0 5px;
  }
  .story > div:last-child figure, .story > div:last-child .figure {
    margin-bottom: 10px;
  }

  .support article {
    float: none;
    margin-right: 0px;
    overflow: hidden;
  }
  .support article h3 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }

  aside, .support {
    padding-top: 36px;
  }

  footer ul {
    margin: 10px auto;
  }
  footer li {
    float: left;
    margin-right: 5px;
  }
  footer li.partner_lead {
    display: none;
  }
  footer li:last-child {
    margin: 0;
  }
  footer li div {
    width: 80px;
    height: 80px;
    padding: 0px;
    margin-left: 5px;
  }
  footer li .spt_partner.intrepid {
    background-position: 220px -289px;
  }
  footer li .spt_partner.viator {
    background-position: 220px -180px;
  }
  footer li .spt_partner.world_expeditions {
    background-position: 220px -380px;
  }
  footer li h6 {
    display: none;
  }
  footer li .tick {
    display: none;
  }

  .col, .column {
    float: none;
  }

  .partners div, .partners ul {
    background: none;
  }
  .partners .col {
    margin-bottom: 20px;
  }
  .partners h6 {
    margin-bottom: 0;
  }

  #infoSourcesWrap {
    background: #f2f2e8;
    border-bottom: 1px solid #ddddd5;
    border-top: 1px solid #dfdeda;
    margin: 0 auto 0;
  }

  #infoSources {
    width: 100%;
  }
  #infoSources h2 {
    background: #f3f3f3;
    display: none;
  }
  #infoSources ul {
    width: 300px;
    overflow: auto;
    margin: 0 auto;
  }
  #infoSources ul li {
    width: auto;
    margin: 0 5px;
    text-align: center;
    padding: 0;
  }
  #infoSources ul li h3 {
    font-size: 1em !important;
    color: white;
  }
  #infoSources ul li p {
    display: none;
  }
  #infoSources ul li a img {
    position: relative;
  }

  #footerWrap {
    display: block;
    padding: 0 !important;
    background-color: #ddddd5 !important;
    height: auto;
  }

  #footer {
    width: 100%;
  }
  #footer form {
    display: none;
  }
  #footer ul {
    display: none;
  }
  #footer > div {
    margin: 0 auto;
    padding-bottom: 0;
    overflow: auto;
  }
  #footer > div a {
    display: block;
  }
  #footer > div a img {
    display: block;
    float: none;
    margin: 0 auto 12px;
  }
  #footer > div p {
    clear: both;
    text-align: center;
    text-shadow: white 1px 1px 1px;
    color: #333333;
    padding-top: 1em;
  }
  #footer > div p + p {
    padding: 0 0 1em;
  }
}
@media only screen and (min-width: 660px) {
  .col {
    float: left;
  }

  .col_3x1 {
    width: 30%;
  }

  .col_3x2 {
    width: 65%;
  }

  .col_3x3 {
    width: 100%;
  }

  .col_2x1 {
    width: 47.5%;
  }

  .col_2x2 {
    width: 47.5%;
  }

  #pageTitleWrap #pageTitle {
    width: 100%;
    max-width: 960px;
  }

  .group {
    float: left;
    width: 35%;
    margin-right: 10px;
    overflow: hidden;
  }
  .group.last {
    margin-right: 0;
  }
  .group input {
    width: 100%;
  }

  .std_form .btn-activities {
    float: left;
  }

  header .theme {
    display: none;
  }

  .partners div, .partners ul {
    background: none;
  }

  #wn_calculator label,
  #wn_calculator #policy_type h4 {
    width: 40%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 5% 0 0;
  }

  #wn_calculator select {
    width: 55%;
    margin: 0;
  }

  #wn_calculator #cover-region select {
    width: 55% !important;
  }

  #start-date select {
    width: 15%;
    margin-right: 5%;
  }

  #wn_calculator #cover-region select {
    width: 55% !important;
  }

  #wn_calculator .checkbox {
    display: block;
    width: 15%;
    margin-right: 5%;
  }

  .wn-form {
    padding-right: 0px;
  }

  #primaryNavigationWrap #primaryNavigation li.current span {
    display: block;
  }
}
@media only screen and (min-width: 985px) {
  .wrapper {
    width: 960px;
  }
  .wrapper #primaryNavigationWrap {
    margin: 20px 0px;
    width: 100%;
  }
  .wrapper section.std_form {
    float: left;
    padding: 0px;
  }
  .wrapper section.std_form .btn-activities {
    float: right;
  }

  header .theme {
    display: block;
  }

  footer {
    width: 100%;
    clear: both;
  }
  footer .partner_lead {
    display: block;
  }

  .partners .spt_partner {
    min-height: 120px;
  }
  .partners .spt_partner ul {
    margin-left: 20px;
    list-style: disc;
  }
  .partners .spt_partner, .partners .spt {
    background: transparent url("images/sprite_landing.png") no-repeat 0px 0px;
  }
  .partners .spt_partner.viator, .partners .spt.viator {
    background-position: 172px -211px;
  }
  .partners .spt_partner.world_expeditions, .partners .spt.world_expeditions {
    background-position: 172px -521px;
  }
  .partners .spt_partner.kayak, .partners .spt.kayak {
    background-position: -39px -760px;
  }
  .partners .spt_partner.holidayautos, .partners .spt.holidayautos {
    background-position: -39px -894px;
  }
  .partners .spt_partner.intrepid, .partners .spt.intrepid {
    background: transparent url("images/sprite_providers.png") no-repeat 172px 70px;
  }
  .partners .spt_partner.g_adventures, .partners .spt.g_adventures {
    background: transparent url("images/sprite_providers.png") no-repeat 172px -78px;
  }

  .col_3x1 {
    width: 30%;
  }

  .col_3x2 {
    width: 65%;
  }

  .col_3x3 {
    width: 100%;
  }
}
