@charset "UTF-8";
html, body {overflow-x: hidden;}
body {
    margin: 0;
    background-color: #f2f2f2;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
}

.iconLG {
    font-size: 24px;
    padding-right: 8px;
    vertical-align: bottom;
}

h2 {
    color: #003366;
    font-weight: 800;
    font-size: 28px;
    }

h3 {
    color: #003366;
    font-weight: 700;
    font-size: 26px;
    }

h5 {
    color: #0079a5;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

p {
    color: #000000;
    font-size: 16px;
    }

a {
    color: #0079A5;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

.CTAlink2 {
    font-weight: 700;
    color: 0079a5;
}

.CTAlink2:hover {
    text-decoration: none;
}

img {
    border: none;
}

header {
	width: 100%;
    height: 100px;
    text-align: center;
    background-color: #fff;
}

.headerContainer {
    width: 1080px;
    height: 100px;
    text-align: left;
    display: inline-block;
    padding-top: 35px;
    }

.banner {
    width: 100%;
    height: 450px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    text-align: center;
 }

.bannerContainer {
    width: 1080px;
    text-align: left;
    display: inline-block;
    padding: 50px 0 0 0;
    }

.bannerText H1{
    font-weight: 800;
    font-style: normal;
    font-size: 54px;
    color: #FFFFFF;
    width: 50%;
    }

.bannerButton {
    text-align: center;
    padding: 10px 25px 10px 20px;
	border-radius: 8px;
    background-color: #fff;
    font-weight: 700;
    vertical-align: middle;
    transition: all 0.25s;
}

.bannerButton:hover {
    text-decoration: none;
    background-color: #003366;
    color: #fff;
}

.content {
    width: 100%;
    text-align: center;
    background-color: #fff;
 }

.contentContainer {
    width: 1120px;
    text-align: left;
    display: inline-block;
    }

.contentText {
    width: 95%;
    margin: 50px 2.5% 40px 2.5%;
    }

.quickLinks {
	clear: both;
	display: inline-block;
	width: 95%;
    margin: 0 2.5% 40px 2.5%;
}

.quickLinkButton {
    display: inline-block;
    float: left;
    text-align: center;
    width: 19.8%;
    padding: 20px 2.5% 20px 2.5%;
    background-color: #f5f5f5;
	height: auto;
    border-left: 1px solid #999999;
    white-space: nowrap;
    transition: all 0.25s;
}

.quickLinkButton:first-child {
    border-radius: 8px 0 0 8px;
    border: none;
}

.quickLinkButton:last-child {
    border-radius: 0 8px 8px 0;
}

.quickLinkButton:hover {
    background-color: #e4e4e4;
    cursor: pointer;
    text-decoration: none;
}

.infoRow {
    display: flex;
    flex-direction: row;
	clear: both;
    width: 95%;
    margin: 0 2.5% 40px 2.5%;
}

.infoBox {
    border: 2px solid #ededed;
    border-radius: 8px;
    width: 25.45%;
    margin: 0 30px 30px 0;
    padding: 10px 2.5% 40px 2.5%;
}

.infoBox:last-child {
    margin-right: 0;
}

.footer {
    background-color: #f2f2f2;
    font-size: 13px;
    color: #999;
    text-align: center;
    padding: 40px 0 40px 0;
    }

.hidden,#cPrefModal {display:none !important;}

@media only screen and (max-width: 1120px) {

.bannerContainer {
    width: 100%;
    }

.bannerText {
    margin: 0 20px 0 20px;
    }

.contentContainer {
    width: 100%;
    padding: 20px 0 0 0;
    }

.headerContainer {
    width: 100%;
    padding-left: 20px;
    }
}

@media only screen and (max-width: 750px) {

.bannerContainer {
    padding: 0;
    }

.quickLinkButton {
    width: 44.5%;
    text-align: left;
    padding: 20px 2.5% 20px 2.5%;
    border-top: 1px solid #999999;
}

.quickLinkButton:first-child {
    border-radius: 8px 0 0 0;
}

.quickLinkButton:nth-child(2) {
    border-radius: 0 8px 0 0;
    border-top: none;
}

.quickLinkButton:nth-child(3) {
    border-radius: 0 0 0 8px;
    border-left: none;
}

.quickLinkButton:last-child {
    border-radius: 0 0 8px 0;
}

.infoRow {
    display: block;
    flex-direction: column;
}

.infoBox {
    border: 2px solid #ededed;
    border-radius: 8px;
    width: 94.25%;
    margin: 0 0 40px 0;
    padding: 20px 2.5% 40px 2.5%;
}

.infoBox:last-child {
    margin-right: 0;
}
}

 @media only screen and (max-width: 450px) {

.bannerContainer {
    padding: 0;
    }

.bannerText H1{
    font-size: 40px;
     }

.quickLinkButton {
    width: 95%;
    text-align: left;
    padding: 20px 2.5% 20px 2.5%;
    border-left: none;
}

.quickLinkButton:first-child {
    border-radius: 8px 8px 0 0;
}

.quickLinkButton:nth-child(2) {
    border-radius: 0;
    border-top: 1px solid #999999;
}

.quickLinkButton:nth-child(3) {
    border-radius: 0;
}

.quickLinkButton:last-child {
    border-radius: 0 0 8px 8px;
}
}


@font-face {
    font-family: 'bcferries';
    src:  url('fonts/bcferries.eot?r71jnf');
    src:  url('fonts/bcferries.eot?r71jnf#iefix') format('embedded-opentype'),
      url('fonts/bcferries.ttf?r71jnf') format('truetype'),
      url('fonts/bcferries.woff?r71jnf') format('woff'),
      url('fonts/bcferries.svg?r71jnf#bcferries') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="bcf-icon-"], [class*=" bcf-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bcferries' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .bcf-icon-account:before {
    content: "\e900";
  }
  .bcf-icon-home:before {
    content: "\e91c";
  }
  .bcf-icon-menu:before {
    content: "\e939";
  }
  .bcf-icon-filter:before {
    content: "\e929";
  }
  .bcf-icon-add:before {
    content: "\e903";
  }
  .bcf-icon-close:before {
    content: "\e903b";
  }
  .bcf-icon-remove:before {
    content: "\e949";
  }
  .bcf-icon-left-arrow:before {
    content: "\e931";
  }
  .bcf-icon-right-arrow:before {
    content: "\e94a";
  }
  .bcf-icon-up-arrow:before {
    content: "\e967";
  }
  .bcf-icon-down-arrow:before {
    content: "\e920";
  }
  .bcf-icon-checkmark:before {
    content: "\e90f";
  }
  .bcf-icon-stacked-arrows-horizontal:before {
    content: "\e911";
  }
  .bcf-icon-single-arrows-left:before {
    content: "\e94e";
  }
  .bcf-icon-single-arrows-right:before {
    content: "\e912";
  }
  .bcf-icon-right-chevron:before {
    content: "\e94b";
  }
  .bcf-icon-left-chevron:before {
    content: "\e932";
  }
  .bcf-icon-wave-line:before {
    content: "\e96a";
  }
  .bcf-icon-bullet-round:before {
    content: "\e91a";
  }
  .bcf-icon-add-solid:before {
    content: "\e902";
  }
  .bcf-icon-cancel-solid:before {
    content: "\e90e";
  }
  .bcf-icon-remove-close-solid:before {
    content: "\e948";
  }
  .bcf-icon-play:before {
    content: "\e946";
  }
  .bcf-icon-info-solid-deprecated:before {
    content: "\e916";
  }
  .bcf-icon-info-outline:before {
    content: "\e92e";
  }
  .bcf-icon-question:before {
    content: "\e947";
  }
  .bcf-icon-question-circle-solid:before {
    content: "\e918";
  }
  .bcf-icon-question-circle-outline:before {
    content: "\e919";
  }
  .bcf-icon-notice:before {
    content: "\e940";
  }
  .bcf-icon-notice-outline:before {
    content: "\e93f";
  }
  .bcf-icon-alert:before {
    content: "\e905";
  }
  .bcf-icon-edit:before {
    content: "\e921";
  }
  .bcf-icon-settings:before {
    content: "\e957";
  }
  .bcf-icon-links1:before {
    content: "\e914";
  }
  .bcf-icon-PDF:before {
    content: "\e945";
  }
  .bcf-icon-schedule:before {
    content: "\e956";
  }
  .bcf-icon-email:before {
    content: "\e922";
  }
  .bcf-icon-unsubscribe-all:before {
    content: "\e91b";
  }
  .bcf-icon-time:before {
    content: "\e961";
  }
  .bcf-icon-parking:before {
    content: "\e942";
  }
  .bcf-icon-terminal:before {
    content: "\e95f";
  }
  .bcf-icon-discover:before {
    content: "\e91f";
  }
  .bcf-icon-adventure-circle:before {
    content: "\e904";
  }
  .bcf-icon-activities:before {
    content: "\e901";
  }
  .bcf-icon-baggage-shopping:before {
    content: "\e906";
  }
  .bcf-icon-calculator:before {
    content: "\e90b";
  }
  .bcf-icon-calendar:before {
    content: "\e90c";
  }
  .bcf-icon-chevron-schedules:before {
    content: "\e910";
  }
  .bcf-icon-dangerous-goods:before {
    content: "\e915";
  }
  .bcf-icon-wifi-solid:before {
    content: "\e917";
  }
  .bcf-icon-webcam:before {
    content: "\e96c";
  }
  .bcf-icon-map:before {
    content: "\e938";
  }
  .bcf-icon-gallery:before {
    content: "\e832";
  }
  .bcf-icon-movie:before {
    content: "\e833";
  }
  .bcf-icon-ticket-alt-solid:before {
    content: "\e834";
  }
  .bcf-icon-ticket:before {
    content: "\e92c";
  }
  .bcf-icon-payment:before {
    content: "\e944";
  }
  .bcf-icon-dog-solid:before {
    content: "\e837";
  }
  .bcf-icon-pets:before {
    content: "\e913";
  }
  .bcf-icon-cabins:before {
    content: "\e90a";
  }
  .bcf-icon-event-seat:before {
    content: "\e923";
  }
  .bcf-icon-lounge:before {
    content: "\e935";
  }
  .bcf-icon-store-solid:before {
    content: "\e91d";
  }
  .bcf-icon-food:before {
    content: "\e92a";
  }
  .bcf-icon-fare-price:before {
    content: "\e926";
  }
  .bcf-icon-coffee:before {
    content: "\e91e";
  }
  .bcf-icon-bag-solid:before {
    content: "\e94d";
  }
  .bcf-icon-lost-and-found:before {
    content: "\e94c";
  }
  .bcf-icon-safety:before {
    content: "\e955";
  }
  .bcf-icon-family-circle:before {
    content: "\e925";
  }
  .bcf-icon-friends-circle:before {
    content: "\e92b";
  }
  .bcf-icon-location:before {
    content: "\e934";
  }
  .bcf-icon-ferry-tracker:before {
    content: "\e927";
  }
  .bcf-icon-luxury-circle:before {
    content: "\e936";
  }
  .bcf-icon-luxury:before {
    content: "\e937";
  }
  .bcf-icon-my-vacations:before {
    content: "\e93d";
  }
  .bcf-icon-star:before {
    content: "\e95b";
  }
  .bcf-icon-nights:before {
    content: "\e93e";
  }
  .bcf-icon-my-profile:before {
    content: "\e93c";
  }
  .bcf-icon-passengers:before {
    content: "\e943";
  }
  .bcf-icon-romance:before {
    content: "\e953";
  }
  .bcf-icon-romance-circle:before {
    content: "\e952";
  }
  .bcf-icon-spa-circle:before {
    content: "\e958";
  }
  .bcf-icon-spa:before {
    content: "\e959";
  }
  .bcf-icon-bicycle:before {
    content: "\e907";
  }
  .bcf-icon-hotel-room:before {
    content: "\e92d";
  }
  .bcf-icon-bike-activities:before {
    content: "\e908";
  }
  .bcf-icon-wheelchair:before {
    content: "\e96d";
  }
  .bcf-icon-std-car:before {
    content: "\e95c";
  }
  .bcf-icon-suv:before {
    content: "\e95e";
  }
  .bcf-icon-van:before {
    content: "\e969";
  }
  .bcf-icon-truck:before {
    content: "\e965";
  }
  .bcf-icon-van-cargo:before {
    content: "\e85a";
  }
  .bcf-icon-suv-cargo:before {
    content: "\e95d";
  }
  .bcf-icon-camper:before {
    content: "\e90d";
  }
  .bcf-icon-truck-boat:before {
    content: "\e963";
  }
  .bcf-icon-rv:before {
    content: "\e954";
  }
  .bcf-icon-truck-trailer:before {
    content: "\e964";
  }
  .bcf-icon-high-trailer:before {
    content: "\e9b9";
  }
  .bcf-icon-large-rv:before {
    content: "\e930";
  }
  .bcf-icon-motorcycle:before {
    content: "\e93a";
  }
  .bcf-icon-oversize-vehicle:before {
    content: "\e941";
  }
  .bcf-icon-bus:before {
    content: "\e909";
  }
  .bcf-icon-ferry:before {
    content: "\e928";
  }
  .bcf-icon-wave:before {
    content: "\e96b";
  }
  .bcf-icon-twitter:before {
    content: "\e966";
  }
  .bcf-icon-facebook:before {
    content: "\e924";
  }
  .bcf-icon-trip-advisor:before {
    content: "\e962";
  }
  .bcf-icon-linked-in:before {
    content: "\e933";
  }
  .bcf-icon-instagram:before {
    content: "\e92f";
  }
  .bcf-icon-youtube:before {
    content: "\e86b";
  }

