@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300");
@import url("http://fonts.googleapis.com/css?family=Raleway:900");
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
.font-xxl {
  font-size: 36px; }

.font-xl {
  font-size: 28px; }

.font-lg {
  font-size: 22px; }

.font-md {
  font-size: 18px; }

.font-base {
  font-size: 16px; }

.font-sm {
  font-size: 14px; }

.font-xs {
  font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Helvetica Nueue", Helvetica, Arial, sans-serif; }

body, html {
  color: #282828;
  padding-top: 40px;
  background-color: #ffffff; }

.mobile-img {
  display: none; }

.sig {
  font-weight: bold;
  font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.navbar-collapse.collapse {
  display: block !important; }

.navbar-nav > li, .navbar-nav {
  float: left !important; }

.navbar-nav.navbar-right:last-child {
  margin-right: 0px !important; }

.navbar-right {
  float: right !important; }

.graphic-label {
  font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  color: #aa0000;
  display: block;
  font-weight: 900;
  text-transform: uppercase; }

.headline {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 1em;
  margin: 5px 0 10px 0;
  font-weight: 700; }

.byline {
  display: table;
  font-size: 14px;
  display: block; }
  .byline .name {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif; }
  .byline .email {
    display: inline-block;
    font-family: "Roboto Slab", "Times New Roman", Times, serif; }
    .byline .email:hover {
      text-decoration: underline; }
  .byline .date {
    display: block;
    font-family: "Roboto Slab", "Times New Roman", Times, serif;
    font-size: 12px;
    color: #666; }

.readout {
  margin-top: 1em;
  display: block;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: left; }
  .readout a {
    color: #aa0000; }
    .readout a:hover {
      cursor: pointer; }
  .readout .single-photo, .readout .double-photo {
    width: 100%; }
  .readout img {
    display: block;
    width: 100%; }
  .readout .photog {
    font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
    margin: 0.25em 0;
    font-size: 12px;
    color: #666;
    text-align: right;
    display: block;
    width: 100%; }
  .readout .caption {
    font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
    margin: 0.25em 0;
    font-size: 14px;
    color: #666;
    display: block; }
  .readout .double-photo img {
    border: 2px solid #ffffff; }

.photog {
  font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  margin: 0.25em 0 0 0;
  font-size: 10px;
  color: #666;
  text-align: right;
  display: block;
  width: 100%; }

.caption {
  font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  margin: 0.5em 0 0.5em 0;
  font-size: 12px;
  color: #666;
  display: block; }

.subhed {
  font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0; }

.tinyhed {
  font-family: "Roboto Condensed", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 1em 0 0.5em 0; }

.instructions {
  font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  padding: 1em;
  margin-bottom: 1em; }

hr {
  border-top: 1.5px solid #ccc; }

.dotted {
  border-top: 1.5px dashed #ccc; }

#sources {
  font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  max-width: 485px;
  color: #9b9b9b;
  display: table; }
  #sources p {
    padding: 0.5em 0 0 0; }

.footer-list {
  text-align: center;
  padding: 0px 0 20px 0; }
  .footer-list a {
    display: inline; }
  .footer-list img {
    display: block;
    margin: 1em auto;
    box-shadow: none; }
  .footer-list .footer-text {
    margin-right: 1em;
    font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }

.button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  letter-spacing: .03rem;
  margin: 0 0 0.3em;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: border-color 0.218s;
  -moz-transition: border 0.218s;
  -o-transition: border-color 0.218s;
  transition: border-color 0.218s;
  background: #006DBD;
  color: #ffffff;
  border: 0px;
  padding: 7px 12px; }
  .button:active,
  .button:hover {
    background-color: rgba(0, 109, 189, 0.7);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.ghost-button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  letter-spacing: .03rem;
  margin: 0 0 0.3em;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: border-color 0.218s;
  -moz-transition: border 0.218s;
  -o-transition: border-color 0.218s;
  transition: border-color 0.218s;
  background: transparent;
  border: 2px solid #666;
  color: #666;
  padding: 7px 12px; }
  .ghost-button:active,
  .ghost-button:hover {
    background-color: rgba(102, 102, 102, 0.05);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

@media (max-width: 767px) {
  .large-img {
    display: none; }
  .mobile-img {
    display: block; }
  .headline {
    font-size: 25px; }
  .subhed {
    font-size: 16px; }
  .readout {
    font-size: 14px; }
  .fa-facebook, .fa-twitter, .fa-google-plus {
    font-size: 18px; } }

.center {
  text-align: center; }

.scale-container {
  margin: 1em; }
  .scale-container .compare {
    padding: 0.5em 0 0 0.5em;
    text-align: center; }
    .scale-container .compare .instructions {
      display: inline;
      margin-right: 1em; }
    .scale-container .compare #sorts {
      display: inline-block; }
  .scale-container .is-checked {
    background-color: rgba(0, 109, 189, 0.7); }

.fixed-header {
  width: 92.5%;
  max-width: 940px;
  margin: 3.65em auto 0 auto;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 10;
  clear: both;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

#port {
  clear: both;
  display: block;
  list-style-type: none;
  padding-left: 0px; }

.ship {
  margin-bottom: 1em;
  width: 100%;
  padding-left: 0px;
  left: 0px !important;
  list-style-type: none; }
  .ship-overview {
    padding-right: 2em; }
    .ship-overview .name {
      margin: 0px;
      font-family: "Roboto Slab", "Times New Roman", Times, serif;
      font-size: 28px;
      font-weight: bold; }
    .ship-overview .cruise-line {
      font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-size: 14px; }
    .ship-overview .description {
      font-size: 14px;
      font-family: "Roboto Slab", "Times New Roman", Times, serif; }
  .ship .ship-overview img, .ship .ship-picture img {
    margin-top: 2em; }
  .ship .ship-overview .name, .ship .ship-picture .name {
    margin-top: 0.25em; }
  .ship-photo {
    margin-left: 0; }
  .ship-info {
    text-align: center; }
    .ship-info .header {
      font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    .ship-info .name {
      font-family: "Roboto Slab", "Times New Roman", Times, serif;
      font-weight: bold;
      text-align: center; }
    .ship-info .length, .ship-info .weight, .ship-info .crew, .ship-info .max-passenger {
      font-family: "Roboto Slab", "Times New Roman", Times, serif;
      font-weight: 300;
      font-size: 22px; }
      .ship-info .length .length-rank, .ship-info .length .weight-rank, .ship-info .length .crew-rank, .ship-info .length .pass-rank, .ship-info .weight .length-rank, .ship-info .weight .weight-rank, .ship-info .weight .crew-rank, .ship-info .weight .pass-rank, .ship-info .crew .length-rank, .ship-info .crew .weight-rank, .ship-info .crew .crew-rank, .ship-info .crew .pass-rank, .ship-info .max-passenger .length-rank, .ship-info .max-passenger .weight-rank, .ship-info .max-passenger .crew-rank, .ship-info .max-passenger .pass-rank {
        display: none; }
    .ship-info .row:nth-of-type(2n) {
      margin-bottom: 1em; }
  .ship-label {
    font-family: "Raleway", "Helvetica Nueue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center; }
  .ship .scale {
    width: 100%;
    border-bottom: 1px dashed black; }
    .ship .scale-num {
      font-family: "Roboto", "Helvetica Nueue", Helvetica, Arial, sans-serif;
      font-size: 12px; }
      .ship .scale-num p {
        margin: 0px; }
  .ship .right {
    text-align: right; }
  .ship .center {
    text-align: center; }
  .ship .large-scale {
    display: block; }
  .ship .small-scale {
    display: none; }

@media (max-width: 767px) {
  .ship .name {
    font-size: 22px; }
  .ship-info {
    float: none; } }

@media (max-width: 400px) {
  .ship {
    margin-bottom: 1em; }
  .length, .weight, .crew, .max-passenger {
    font-family: "Roboto Slab", "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 18px; }
  .compare #sorts {
    margin: 0.25em -35px 0 -40px; } 
  
  .ship-overview .cruise-line {
    font-size: 12px;
  }

  .ship .name {
    font-size: 20px; }

  .ship-info .length, .ship-info .weight, .ship-info .crew, .ship-info .max-passenger {

    font-size: 20px;
  }

  .instructions {
    padding: 0em;
  }


}