/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  color: #000000;
  height: 17px;
  padding: 5px;
  width: auto;
  border: 1px solid #CCC;
  margin: 4px auto;
  background-color: #F5F5F5;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 1px solid #999;
  outline: 0px;
}
textarea {
  resize: none;
  color: #000000;
  height: 200px;
  padding: 5px;
  width: auto;
  border: 1px solid #CCC;
  margin: 4px auto;
  background-color: #F5F5F5;
}
textarea:focus {
  border: 1px solid #999;
  outline: 0px;
}
input[type="submit"],
input[type="button"] {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  margin: 4px auto;
  background-color: #F5F5F5;
  height: 29px;
  vertical-align: middle;
}
input[type="submit"]:active,
input[type="button"]:active {
  border: 1px solid #999;
  outline: 0px;
}
input[disabled] {
  background-color: #E1E1E1;
}
select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 30px 0px 5px;
  border: 1px solid #CCC;
  height: 27px;
  cursor: pointer;
  margin: 4px auto;
  background-color: #F5F5F5;
  border-radius: 0;
  background-image: url("../svg/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
select:focus {
  border: 1px solid #999;
  outline: 0px;
}
html,
body,
form,
fieldset {
  margin: 0;
  padding: 0;
  font: 13px "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #000000;
}
html,
body {
  height: 100%;
  background: #EEE;
  position: relative;
  top: 0;
}
body {
  position: relative;
}
a {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}
a.nodecoration {
  text-decoration: none;
}
a.block-link {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
div.navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 35px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  z-index: 5000;
  font-size: 0;
  min-width: 975px;
  border-bottom: 2px solid #aaaaaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.navigation-item {
  height: 35px;
  float: left;
  line-height: 35px;
}
div.navigation-separator {
  width: 1px;
  height: 100%;
  background-color: #aaaaaa;
  float: left;
}
div.navigation-icon {
  width: 35px;
  background-image: url('../images/logo-small.min.png');
  background-size: 33px, 33px;
  background-repeat: no-repeat;
  background-position: 3px 1px;
  padding: 0 2px;
  opacity: 0.7;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  div.navigation-icon {
    background-image: url('../images/logo-small.min.png');
  }
}
div.navigation-icon:hover {
  border-bottom: 2px solid #777777;
  opacity: 1;
}
nav.navigation-links {
  width: auto;
  height: 35px;
}
ul.menu-container > li {
  width: 125px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: none;
  border-bottom: 2px solid rgba(0, 170, 255, 0.3);
}
ul.menu-container > li:hover {
  border-bottom: 2px solid rgba(0, 170, 255, 0.8);
}
a.menu-link {
  display: block;
  margin: 0;
  font-size: 12pt;
  color: #333333;
  text-decoration: none;
  height: 35px;
}
img.menu-avatar {
  float: left;
  margin: 2px;
  width: 31px;
  height: 31px;
}
#search {
  height: 18px;
  width: 150px;
  margin: 5px 5px 0 5px;
  padding: 2px;
  border: 1px solid #aaaaaa;
}
#search:focus {
  border: 1px solid #919191;
}
img.navigation-search-icon {
  border: none;
  outline: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
}
div.navigation-account {
  padding: 0 10px;
  float: right;
  border-left: 1px solid #aaaaaa;
}
div.navigation-dropdown {
  position: fixed;
  top: 35px;
  right: 0;
  background: #FFF;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 4999;
  display: none;
  min-width: 150px;
}
div.navigation-dropdown > form {
  padding: 10px;
}
div.navigation-account:hover {
  border-bottom: 2px solid #777777;
}
ul.navigation-dropdown-list > li {
  border-top: 1px solid #aaaaaa;
}
ul.navigation-dropdown-list > li:hover {
  background-color: #aaaaaa;
}
ul.navigation-dropdown-list > li > a {
  padding: 4px 10px;
}
div.main {
  width: 90%;
  min-width: 975px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
  clear: both;
}
div.main:first-of-type {
  padding-top: 60px;
}
div.main:nth-last-of-type(2) {
  padding-bottom: 120px;
}
div.main:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
div.container {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.main-item {
  margin: 0 auto 20px auto;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  font: 13px "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
}
h2.main-item-title,
div.main-item-title {
  text-align: left;
  font-size: 12pt;
  color: #000000;
  margin: 15px auto 5px auto;
  padding: 0 0 0 15px;
  display: block;
}
h2.main-item-title:first-child,
div.main-item-title:first-child {
  margin: 0 auto 5px auto;
}
h1.main-item-faded-title,
div.main-item-faded-title {
  text-align: left;
  color: #aaaaaa;
  margin: 15px auto 0 auto;
  padding: 0 0 0 15px;
  font-size: 40px;
  display: block;
}
h1.main-item-faded-title:first-child,
div.main-item-faded-title:first-child {
  margin: 0 auto 0 auto;
}
div.split-group {
  clear: both;
}
div.split-group:after,
.clear {
  content: "";
  clear: both;
}
div.split-left,
div.split-right {
  display: block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.split-left {
  padding-right: 10px;
}
.faded-header {
  font-size: 40px;
  vertical-align: middle;
  color: #aaaaaa;
}
div.footer {
  left: 0;
  right: 0;
  height: 80px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  overflow: hidden;
  clear: both;
  position: absolute;
  bottom: 0;
  text-align: center;
  min-width: 975px;
}
div.footer-item {
  display: inline-block;
  text-align: left;
  height: 60px;
  padding: 10px 30px;
  color: #333333;
  vertical-align: top;
}
div.footer-item a {
  text-decoration: none;
}
span.footer-item-title {
  font-size: 12pt;
  color: #000000;
}
ul.share-buttons {
  list-style: none;
  padding: 0;
}
ul.share-buttons li {
  display: inline;
}
div.footer-icon {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background-image: url('../images/logo-small.min.png');
  background-size: 60px, 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 10px;
  opacity: 0.2;
}
div.cookie-consent {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  height: 50px;
  padding: 5px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  opacity: 0.9;
  font-size: 90%;
  cursor: pointer;
  z-index: 4998;
}
div.cookie-consent:hover {
  opacity: 1;
}
span.cookie-consent-ok {
  text-decoration: underline;
  cursor: pointer;
}
.message-red {
  color: red;
}
table.summary-table tr td {
  padding: 10px 10px 0 0;
}
table.summary-table tr:first-child td {
  padding-top: 0;
}
table.summary-table tr td:first-child {
  color: #AAA;
}
div.ad-container {
  margin-bottom: 20px;
}
div.ad {
  overflow: hidden;
  width: 728px;
  height: 90px;
  background-color: #FFF;
  margin: 0 auto;
}
div.ad-message {
  color: #888;
  font-size: 80%;
  text-align: center;
}


input.wide-input {
  width: 100%;
  box-sizing: border-box;
  height: 29px;
}
input.semi-wide-input {
  width: 49%;
  box-sizing: border-box;
  height: 29px;
  font: 13px "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
input.semi-wide-input:first-child {
  margin-right: 2%;
}
div.flex-host {
  display: -webkit-flex;
  display: flex;
}
div.flex-child {
  width: 50%;
  padding: 10px;
}


@media only screen and (max-width: 480px) {
  div.navigation {
    position: relative;
    z-index: 2000;
    font-size: 0;
    min-width: 0;
    height: auto;
    border-bottom: 2px solid #aaaaaa;
    background-color: #ffffff;
  }
  .navigation-item {
    height: 40px;
    float: none;
    line-height: 40px;
    width: 100%;
  }
  div.navigation-separator {
    display: none;
  }
  div.navigation-item {
    width: 100%;
  }
  div.navigation-icon {
    background-position: 50% 5px;
    border-bottom: 2px solid #aaaaaa;
    padding: 0;
  }
  div.navigation-links {
    width: 100%;
    height: auto;
  }
  ul.menu-container > li {
    width: 25%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: none;
  }
  div.navigation-search {
    text-align: center;
  }
  #search {
    width: 90%;
  }
  div.navigation-search-advanced {
    display: none;
  }
  img.navigation-search-icon {
    display: none;
  }
  div.navigation-account {
    padding: 0;
    float: none;
    border-left: none;
    width: 50%;
    text-align: center;
    display: inline-block;
  }
  div.navigation-account:hover {
    border-bottom: none;
  }
  div.navigation-account a.menu-link {
    width: 100%;
  }
  div.navigation-dropdown {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    display: none;
    min-width: 0;
  }
  div.navigation-dropdown > input {
    width: 100%;
  }
  div.main {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
  }
  div.main-item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  div.split-left,
  div.split-right {
    display: block;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.split-left {
    padding-right: 0;
  }
  div.split-right {
    padding-top: 20px;
  }
  div.ad {
    overflow: scroll;
    width: 100%;
    height: 90px;
    background-color: #FFF;
    margin: 0 auto;
  }
  div.footer {
    height: auto;
    position: relative;
    background-color: #ffffff;
    min-width: 0;
  }
  div.footer-item {
    display: block;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    text-align: center;
    padding: 10px 0;
  }
  div.tag {
    width: 70%;
  }
  div.flex-host {
    flex-wrap: wrap;
  }
  div.flex-child {
    width: 100%;
    padding: 0;
  }
  table.plan-route-table th:nth-child(1),
  table.plan-route-table td:nth-child(1),
  table.plan-route-table th:nth-child(n+6),
  table.plan-route-table td:nth-child(n+6) {
    display: none;
  }
  table.plan-route-table th:nth-child(8),
  table.plan-route-table td:nth-child(8) {
    display: inherit;
  }
  div.plan-map {
    height: 200px;
  }
  div.plan-header {
    height: auto;
    text-align: center;
  }
  div.plan-header-title {
    display: block;
    text-align: center;
  }
  div.plan-header-right {
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    padding: 10px;
  }
  div.options-bar,
  div.plan-header-profile {
    float: none;
  }
  .plan-alternative {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  div.login-half-right {
    border-left: none;
    padding-left: 0;
  }
  div.result-sort {
    text-align: center;
  }
  div.result-menu-top,
  div.result-menu-bottom {
    display: none;
  }
  div.result-subtext {
    display: none;
  }
  div.user-avatar {
    float: none;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    border-left: none;
    height: 100%;
  }
  div.airport-header-right {
    display: none;
  }
  div.planner-left {
    width: 100%;
  }
  div.planner-right {
    display: none;
  }
}


