/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.slideimg img{
  display:none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.mobileOnly{
  display:none;
}

li.expanded{
  padding-right:0px;
}

.pixelAd{
  height:0px;
  display:block;
  border:none;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  text-rendering: optimizeLegibility;
	    -webkit-font-smoothing: subpixel-antialiased;
	    /*-moz-osx-font-smoothing: grayscale;*/
}

/* ---------- PRE-HEADER ALERT ---------- */
#alert{
  background-color:#193769;
  border-bottom:1px solid #f1f2f6;
  min-height:76px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.571em;
  text-transform:uppercase;
  color:#ffc20e;
  letter-spacing:1px;
}

#alert .alertcontainer{
  width:940px;
}

#alert p{
    margin-top:1.6rem;
}

#alert strong{
  font-weight:500;
  font-style:normal!important;
}

#alert i:first-child{
  color:#a8b3c6;
  font-size:2.5em;
  margin-top:.19em;
}

#alert i:nth-child(2){
  color:#ffffff;
  font-size:2.5em;
  margin-left:-.05em;
  margin-top:.19em;
}

#alert .alertcontent{
  padding-left:.73%;
  text-align:left;
}

#alert .alertlink a{
  font-family: 'Roboto Slab', serif;
  color:#7ed0d8;
  font-size:.86em;
  margin-top:1.84rem;
  display:block;
  font-weight:700;
  position:absolute;
  right:15px;
  text-decoration:none;
}

#alert .alertlink a:hover{
  color:#fff;
}

#alert .alertlink{
  width:24%;
  text-align:right;
}

#alert .alerticon{
  width:40px;
}

#alert .alertcontent{
  width:70%;
}

/* ---------- PRE-HEADER NAVIGATION ---------- */
#preheaderNav{
  min-height:58px;
  background-color:#daf0f1;
}

#preheaderNav ul{
  margin-left:0px;
  padding-left:0px;
}

#preheaderNav ul li{
  list-style-type:none;
}

#preheaderNav nav,
#preheaderNav .socialMediaNav{
  float:left;
}

#preheaderNav .preheaderNavContainer{
  float:right;
}

#preheaderNav nav{
  margin:.7em 3.21em 0 0;
  -webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
-webkit-transform:translate3d(0,0,0);
}

#preheaderNav nav li{
  display:inline-block;
  margin:.7em 0em .7em 0em;
  width:8.5em;
}

#preheaderNav nav li:first-child{
  margin-left:0em;
}

#preheaderNav nav li:last-child{
  margin-right:0em;
}

#preheaderNav nav li a{
  font-size:1em;
  font-family:'Roboto', sans-serif;
  color:#193769;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  display:block;
  text-decoration:none;
  text-align:center;
  -webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}

#preheaderNav .socialMediaNav{
  margin:1.22rem 0 0 0;
}

#preheaderNav .socialMediaNav li{
  display:inline-block;
  padding-left:4px;
}

#preheaderNav .socialMediaNav li:first-child{
  padding-left:0px;
}

#preheaderNav .socialMediaNav a{
  color:#00adbb;
}

#preheaderNav nav a:hover{
  font-weight:900;
}

#preheaderNav .socialMediaNav a:hover{
  opacity:.7;
}

#preheaderNav .socialMediaNav .fa-stack i:nth-child(2){
  color:#daf0f1;
}



#preheaderNav nav a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
  display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

#preheaderNav nav a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
  display: inline-block;
	opacity: 0;
  -webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

#preheaderNav nav a:hover::before,
#preheaderNav nav a:hover::after,
#preheaderNav nav a:focus::before,
#preheaderNav nav a:focus::after,
#preheaderNav nav a:active::before,
#preheaderNav nav a:active::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* ---------- MAIN NAVIGATION AREA ---------- */

#headerMain.affix{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:500;
  background-color:#fff;
}

#headerMain.affix .logo{
  width:270px!important;
  height:auto!important;
  margin-top:12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#headerMain.affix .container{
  padding-bottom:10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#headerMain.affix nav {
  margin-top: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#headerMain.affix ul ul {
    padding-top: 27px;
}

#headerMain.affix ul ul::after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #00adbb transparent;
  display: block;
  width: 0;
  z-index: 2;
  margin-left: -15px;
  top: 0px;
  left: 50%;
  padding-top:12px;
}

#headerMain .container{
  padding-bottom:52px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.headerMainWrapper{
  min-height:91.55px;
}

#headerMain .logo{
  margin-top:52px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* - MAIN NAV - */
#headerMain nav{
  float:right;
  margin-top:107px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#headerMain ul li{
  list-style-type:none;
  display:inline-block;
}

#headerMain ul > li{
  position:relative;
}

#main-menu > ul > li{
  margin-left:15px!important;
}

#main-menu > ul > li:first-child a{
  color:#00adbb;
}

#headerMain ul.menu li{
  margin-left:0px;
}

#headerMain > ul > li:first-child{
  margin-left:0px;
}

#headerMain ul ul li:first-child{
  padding-top:28px;
}

#headerMain ul ul li:last-child{
  padding-bottom:28px;
}

#headerMain ul > li:last-child{
  padding-right:0px;
  margin-right:0px;
}

#headerMain ul > li:last-child a{
  padding-right:0;
}

#headerMain ul li > a{
  font-family:'Roboto Slab', serif;
  font-weight:700;
  font-size:1.4rem;
  color:#193769;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:0px 1.28rem;
}

#headerMain ul li > a:hover{
  text-decoration:none;
}

#headerMain ul ul{
  display:none;
  position:absolute;
  top:100%;
  padding:0px;
  width:100%;
  z-index:2;
  padding-top:77px;
}

#headerMain .mainnavInformation ul{
  width:230px;
}

#headerMain ul ul li{
  display:block;
  padding:0px;
  margin:0px;
  background-color:#00adbb;
}

#headerMain ul ul li:first-child a:hover::before{
  margin-top:40px;
}

#headerMain ul ul ul li:first-child a:hover::before{
  margin-top:28px;
}

#headerMain ul ul li a:hover::before{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  margin-left:-16px;
  margin-top:12px;
  top: 0px;
}

#headerMain ul ul li a{
  padding:0px;
  color:#fff;
  font-family:'Roboto', sans-serif;
  font-size:1.3rem;
  text-transform:none;
  font-weight:700;
  letter-spacing:normal;
  display:block;
}

/* open subnav */
#headerMain ul li:hover > ul{
	display:block;
  text-align:left;
  animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
}

#headerMain ul ul::after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 26px 26px;
  border-color: #00adbb transparent;
  display: block;
  width: 0;
  z-index: 2;
  margin-left: -26px;
  top: 0px;
  left: 50%;
  padding-top:51px;
}

#headerMain li.mainnavSchedules ul li a,
#headerMain li.mainnavExtras ul li a{
  padding:7px 2.4em;
}

#headerMain li.mainnavTickets ul li a{
  padding:7px 1.6em;
}

#headerMain li.mainnavExtras ul{
  width:290px;
  left:-84px;
}

#headerMain li.mainnavInformation ul{
  left:-20px;
}

#headerMain li.mainnavInformation ul li a{
  padding:7px 1.2em;
}

.hamburger{
  display:none;
}

#main-menu ul{
  -webkit-padding-start: 0px;
}

@keyframes slidenavAnimation {
    from {
		margin-top: -5px;
        opacity: 0;
    }
    to {
		margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
		margin-top: -5px;
        opacity: 0;
    }
    to {
		margin-top: 0;
        opacity: 1;
    }
}


/* ---------- MAIN SLIDESHOW AREA ---------- */
#mainSlideshow .owl-carousel{
  max-height:918px;
  overflow:hidden;
}

#mainSlideshow .owl-carousel img{
  position:relative;
  z-index:1;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;

}

#mainSlideshow .caption{
  /*border:3px solid #fff;*/
  position:absolute;
  z-index:2;
  /*background-color: rgba(25,55,105, .95);*/
  top:25%;
  left:0; right:0;
  text-align:center;
  display:block;
}

#mainSlideshow .wrap{
  background-color: rgba(6,31,73, .85);
  display:inline-block;
  border:3px solid #fff;
}

#mainSlideshow .slideshowBtn a{
  background-color:#00adbb;
  color:#fff;
  font-family:'Roboto Slab', serif;
  font-size:1.4rem;
  margin-top:6%;
  padding:8px 30px;
  display:inline-block;
  font-weight:300;
  letter-spacing:1px;
  text-decoration:none;
}

#mainSlideshow .slideshowBtn a:hover{
  background-color:#009EAA;
}

#mainSlideshow .caption p{
  font-family:'Roboto', sans-serif;
  text-transform:uppercase;
  font-size:12em;
  font-weight:100;
  color:#fff;
  letter-spacing:10px;
  padding:.1em .5em;
  text-align:center;
  margin:0;
}

#mainSlideshow .down-box{
  height:71px;
  width:80px;
  background-color:#00adbb;
  position:relative;
  z-index:2;
  display:block;
  margin:-71px auto 0 auto;
  text-align:center;
  cursor:pointer;
}

#mainSlideshow .down-box i{
  display:block;
  font-size:60px;
}

#mainSlideshow .down-box i:first-child{
  color:#9ee0e5;
}

#mainSlideshow .down-box i:last-child{
  color:#fff;
  margin-top:-43px;
}

/* ---------- HOMEPAGE SCHEDULER ---------- */
#homepageScheduler{
  max-width:1366px;
  margin:170px auto 0 auto;
}

#homepageScheduler .container{
  border-top:3px solid #00adbb;
  border-bottom:3px solid #00adbb;
}

#homepageScheduler .schedulerContainer{
  margin:9px 0px 9px 0px;
  background-color:#1b3769;
  padding:79px 0px;
}

#homepageScheduler h1{
  color:#ffffff;
  text-align:center;
  margin-top:0px;
  margin-bottom:3.5rem;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  font-size:5em;
  letter-spacing:2px;
}

#homepageScheduler h2{
  font-size:1.5em;
  color:#00adbb;
  font-family:'Roboto Slab', serif;
  font-weight:700;
  letter-spacing:1px;
  padding-bottom:1.1em;
}

#homepageScheduler .schedulerColumn1,
#homepageScheduler .schedulerColumn2{
  width: 41.28%;
  float:left;
}

#homepageScheduler .schedulerColumn1{
  margin-right:2.92%;
  margin-left:5.78%;
}

#homepageScheduler .schedulerColumn2{
  margin-left:2.92%;
  margin-right:5.78%;
}

.departure-dropdown {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
    outline: none;
    height:72px;
}

.departure-dropdown span{
  font-family:'Roboto Slab', serif;
  color:#1b3769;
  font-weight:700;
  font-size:1.5em;
  padding: 1em 0em 1em 1em;
  display:block;
}

.departure-dropdown span:nth-child(2),
.departure-dropdown span:nth-child(3){
  color:#fff;
  position:absolute;
  right:17px;
  font-size:4rem;
  z-index:2;
}

.departure-dropdown span:nth-child(2){
  color:#9ee0e5;
  top:-70px;
}

.departure-dropdown span:nth-child(3){
  top:-55px;
}

.departure-dropdown:after {
    content: "";
    width: 74px;
    height: 72px;
    position: absolute;
    top:0;
    right:0;
    border-left:3px solid #1b3769;
    background-color:#00adbb;
    z-index:1;
}

.departure-dropdown .tripdropdown {
    position: relative;
    display:none;
    right: 0px;
    background: white;
    list-style: none;
    z-index:10;
}

.departure-dropdown .tripdropdown li a {
    display: block;
    text-decoration: none;
    color: #7e7e7e;
    padding: 10px 0px 10px 1em;
    transition: all 0.3s ease-out;
    font-family:'Roboto', sans-serif;
    font-size:1.3em;
    font-weight:500;
}

.departure-dropdown .tripdropdown li:nth-child(even) a{
  background-color:#f9f8f6;
}

.departure-dropdown .tripdropdown li:first-child a {
    padding-top: 10px;
}

ul.tripdropdown {
  padding-left:0;
  outline:3px solid #1b3769;
}

.departure-dropdown .tripdropdown li:hover a {
  background-color:#daf0f1;
}

.tripPlannerBtn a.tripPlannerLeft{
  font-family: 'Roboto Slab', serif;
  color: #1b3769;
  font-size: 1.5em;
  padding-left: 1em;
  padding-top: 1em;
  display: block;
  height:72px;
  background-color:#fff;
  font-weight:700;
}

.tripPlannerBtn a:hover{
  text-decoration:none;
}

.tripPlannerBtnInside{
  width: 74px;
  height: 72px;
  background-color:#00adbb;
  position:relative;
  float:right;
  border-left:3px solid #1b3769;
  text-align:center;
  padding-top:.4rem;
  margin-top:-72px;
}

.tripPlannerBtnInside a{
  display:block;
}

.tripPlannerBtnInside i:nth-child(1),
.tripPlannerBtnInside i:nth-child(2){
  font-size:4rem;
}

.tripPlannerBtnInside i:nth-child(1){
  color:#9ee0e5;
}

.tripPlannerBtnInside i:nth-child(2){
  color:#ffffff;
  margin-left:-7px;
}

/* ---------- FERRY TYPES ---------- */
#ferryTypes{
  margin-top:170px;
  border-top:3px solid #1b3769;
  border-bottom:3px solid #1b3769;
}

#ferryTypes .container-fluid{
  margin:10px 0px;
  background:url('../imgs/canvas.jpg') no-repeat;
  background-size:cover;
  padding:153px 0px;
}

#ferryTypes h2{
  font-family:'Roboto', sans-serif;
  color:#193769;
  font-size:5em;
  font-weight:300;
  margin-top:0px;
}

#ferryTypes h3{
  color:#00adbb;
  font-family:'Roboto Slab', serif;
  font-size:1.5em;
  font-weight:700;
  letter-spacing:1px;
  line-height:1.4em;
}

#ferryTypes figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-width: 643px;
	max-height: 476px;
	width: 100%;
	text-align: center;
	cursor: pointer;
  margin:13px 0 0 0;
}

#ferryTypes figure img,
#threeBucket figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

#ferryTypes figcaption.ferryRow {
	padding: 2.8em 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ferryTypes figure figcaption::before,
#ferryTypes figure figcaption::after,
#threeBucket figure figcaption:before,
#threeBucket figure figcaption:after {
	pointer-events: none;
}

#ferryTypes figure figcaption,
#ferryTypes figure figcaption > a,
#threeBucket figure figcaption,
#threeBucket figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ferryTypes figure figcaption > a,
#threeBucket figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

#threeBucket figure figcaption{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}

#ferryTypes figure.effectFadedown,
#threeBucket figure.effectFadedown {
	background: #041b22;
}

#ferryTypes figure.effectFadedown img,
#threeBucket figure.effectFadedown img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

#ferryTypes figure.effectFadedown:hover img,
#threeBucket figure.effectFadedown:hover img {
	opacity: .25;
}

#ferryTypes figure.effectFadedown figcaption::before,
#threeBucket figure.effectFadedown figcaption:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #00adbb;
	content: '';
}

#ferryTypes figure.effectFadedown p {
  margin:0;
	position: relative;
	padding:0 1.5em 1em 1.5em;
  font-size:1.35rem;
	width: 100%;
	text-align: left;
  font-family:'Roboto', sans-serif;
  font-weight:500;
  color:#fff;
  line-height:1.8em;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, transition: opacity 0.35s, transform 0.35s;
  letter-spacing:1px;
}

#ferryTypes figure.effectFadedown p:nth-child(3){
  margin-top:35px;
}

#ferryTypes figure.effectFadedown a.ferrybtn{
  font-size:1.2em;
  font-family:'Roboto Slab', serif;
  font-weight:700;
  position:relative;
  -webkit-transform: translate3d(0,-30px,0);
  -webkit-transform 0.35s;
  transform: translate3d(0,-30px,0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, transition: opacity 0.35s, transform 0.35s;
  color:#7ecfd8;
  border:2px solid #056875;
  text-transform:uppercase;
  padding:10px 40px;
}

#ferryTypes figure.effectFadedown a:first-child{
  margin-right:40px;
}

#ferryTypes figure.effectFadedown figcaption::before,
#threeBucket figure.effectFadedown figcaption::before,
#ferryTypes figure.effectFadedown p,
#threeBucket figure.effectFadedown p,
#ferryTypes figure.effectFadedown a.ferrybtn,
#threeBucket figure.effectFadedown a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

#ferryTypes figure.effectFadedown:hover p,
#threeBucket figure.effectFadedown:hover p,
#ferryTypes figure.effectFadedown:hover a.ferrybtn,
#threeBucket figure.effectFadedown:hover a{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  text-decoration:none;
}

#ferryTypes figure.effectFadedown:hover a.ferrybtn:hover,
#threeBucket figure.effectFadedown:hover a:hover{
  background-color:#00adbb;
  color:#fff;

}

#ferryTypes figure.effectFadedown:hover figcaption::before,
#threeBucket figure.effectFadedown:hover figcaption::before{
  opacity:1;
  -webkit-transform: translate3d(0,16px,0);
	transform: translate3d(0,16px,0);
}


/* ---------- HOMEPAGE THREE BUCKETS ---------- */
#threeBucket{
  margin:140px 0px 130px 0px;
}

#threeBucket h3 a{
  font-family:"Roboto", sans-serif;
  font-size:2.4rem;
  font-weight:300;
  color:#193769;
  letter-spacing:1px;
  margin-top:50px;
  display:block;
  text-transform:uppercase;
}

#threeBucket h3 a:hover,
#threeBucket h3 a:active,
#threeBucket h3 a:focus{
  text-decoration:none;
}

#threeBucket figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
  margin:0 0 50px 0;
}

#threeBucket figure.effectFadedown p {
  margin:0;
	position: relative;
	padding:0 .8em 1em .8em;
  font-size:1.34rem;
	width: 100%;
	text-align: left;
  font-family:'Roboto', sans-serif;
  font-weight:500;
  color:#fff;
  line-height:1.8em;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, transition: opacity 0.35s, transform 0.35s;
  letter-spacing:1px;
}

#threeBucket figcaption {
	padding: 2em 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#threeBucket figure.effectFadedown a{
  font-size:1.2em;
  font-family:'Roboto Slab', serif;
  font-weight:700;
  position:relative;
  -webkit-transform: translate3d(0,-30px,0);
  -webkit-transform 0.35s;
  transform: translate3d(0,-30px,0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, transition: opacity 0.35s, transform 0.35s;
  color:#7ecfd8;
  border:3px solid #7ecfd8;
  text-transform:uppercase;
  padding:10px 40px;
}

#threeBucket figure.effectFadedown p.moreBtn{
  margin-top:1.2em;
  cursor:pointer;
}

#threeBucket .mobileOnly{
  display:none;
}

/* ---------- ALERT 2 ---------- */
#alert2{
  background-color:#00adbb;
  min-height:124px;
  color:#fff;
}

#alert2 .alerticon{
  margin-top:2.7em;
  padding-bottom:2em;
}

#alert2 i:first-child{
  color:#9ee0e5;
  font-size:5em;
}

#alert2 i:nth-child(2){
  color:#ffffff;
  font-size:5em;
  margin-left:-.05em;
}

#alert2 .alertcontent{
  font-size:1.7em;
  font-family:'Roboto', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  margin-top:2.4em;
  padding:0 2.5% 1.7em 1.2%;
  width:80%;
}

#alert2 .alertcontent strong{
  font-weight:700;
  letter-spacing:1.5px;
}

#alert2 .alertlink a{
  color:#193769;
  font-family:'Roboto Slab', serif;
  font-weight:700;
  font-size:1.5em;
  letter-spacing:1.5px;
  text-transform:uppercase;
  display:block;
  padding-top:2.89em;
  position:absolute;
  right:0;
}

#alert2 .alertlink a:hover,
#alert2 .alertlink a:focus{
  color:#fff;
  text-decoration:none;
}

/* ---------- FOOTER NAVIGATION ---------- */
#footerNav{
  margin-top:10px;
  border-top:3px solid #1b3769;
  border-bottom:10px solid #1b3769;
}

#footerNav .footerTicket{
  width:113px;
}
#footerNav .footerSchedule{
  width:130px;
}
#footerNav .footerGear{
  width:144px;
}
#footerNav .footerPorts{
  width:142px;
}
#footerNav .footerGiftCards{
  width:148px;
}
#footerNav .footerVehicles{
  width:123px;
}
#footerNav .footerEvents{
  width:105px;
}

#footerNav .footerNavOuterContainer{
  margin:8px 0px;
  background:url('../imgs/tealwoodgrain.jpg') center center;
  background-size:cover;
  padding:124px 0px;
}

#footerNav ul{
  list-style:none;
  padding-left:0px;
}

#footerNav li{
  float:left;
  text-align:center;
  list-style-image:none;
  list-style-type:none;
  margin-right:5.5%;
}

#footerNav li:last-child{
  float:left;
  text-align:center;
  margin-right:0;
}

#footerNav li a{
  font-family:'Roboto', sans-serif;
  font-size:1.7rem;
  color:#1b3769;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:1px;
  display:block;
  padding:20px 0;
}

#footerNav li a:hover,
#footerNav li a:focus{
  text-decoration:none;
}

#footerNav svg{
  display:block;
}

#footerNav a.icon-ticket:hover svg path,
#footerNav a.icon-shopgear:hover svg path,
#footerNav a.icon-theports:hover svg path,
#footerNav a.icon-giftcards:hover svg path,
#footerNav a.icon-vehicles:hover svg path,
#footerNav a.icon-events:hover svg path {
  fill:#00adbb;
}

#footerNav a.icon-schedule:hover svg path,
#footerNav a.icon-vehicles:hover svg path {
  stroke:#00adbb;
}

#footerNav a.icon-ticket svg{
  width:auto;
  display:block;
  height:116px;
  margin:10px auto 31px auto;
}

#footerNav a.icon-schedule svg{
  width:auto;
  display:block;
  height:99px;
  margin:17px auto 41px auto;
}

#footerNav a.icon-shopgear svg{
  width:auto;
  display:block;
  height:95px;
  margin:21px auto 41px auto;
}

#footerNav a.icon-theports svg{
  width:auto;
  display:block;
  height:109px;
  margin:12px auto 36px auto;
}

#footerNav a.icon-giftcards svg{
  width:auto;
  display:block;
  height:85px;
  margin:20px auto 52px auto;
}

#footerNav a.icon-vehicles svg{
  width:auto;
  display:block;
  height:77px;
  margin:32px auto 48px auto;
}

#footerNav a.icon-events svg{
  width:auto;
  display:block;
  height:82px;
  margin:26px auto 49px auto;
}

.container.containerFooterNav{
  max-width:1366px;
  padding:0px;
}

footer{
  background-color:#1b3769;
  margin-top:3px;
  font-family:'Roboto', sans-serif;
  font-weight:500;
  font-size:1.35em;
  color:#fff;
  padding:118px 0px 200px 0px;
  line-height:2.3em;
}

footer a{
  color:#fff;
}

footer a:hover,
footer a:active,
footer a:visited,
footer a:focus{
  color:#fff;
  text-decoration:underline;
}

footer .footerLeftColumn{
  border-right:1px solid #fff;
  float:left;
  width:65.37%;
  padding-right:7.54%;
}

.footerEmail{
  margin-left:15px;
}



footer h3{
  font-size:2.3rem;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-top:0px;
}

footer input{
  background-color:#1b3769;
  border:1px solid #8d9bb4;
  font-weight:300;
  line-height:1.8em;
  height:40px;
  padding-top:5px;
  color:#fff;
  float:left;
  text-indent:.5em;
  width:305px;
  border-radius:0;
  color:#fff!important;
}

footer input::placeholder{
  color:#ffffff!important;
}

footer input:-ms-input-placeholder{
  color:#ffffff!important;
}

footer input::-ms-input-placeholder{
  color:#ffffff!important;
}

footer input::-moz-placeholder{
  color:#ffffff!important;
}

footer button{
  background-color:#1b3769;
  border:1px solid #8d9bb4;
  height:40px;
  width:50px;
  float:left;
  position:relative;
}

footer .footerForms button i{
  position:absolute;
  top:9px;
  right:12px;
}

footer .footerForms{
  margin:40px 0px;
  color:#fff!important;
}

footer .footerForms label{
  display:none;
}

footer .footerForms a:hover,
footer .footerForms a:focus{
  text-decoration:none;
}

footer .translateBtn{
  height:40px;
  border:1px solid #8d9bb4;
  font-weight:300;
  display:inline-block;
  margin-left:56px;
  width:348px;
  text-indent:.5em;
}

footer .translateBtn i{
  display:inline;
  font-size:35px;
}

footer .translateBtn span{
  border-left:2px solid #8d9bb4;
  height:39px;
  display:inline-block;
  margin-left:72px;
}

.goog-te-combo{
  font-size:16px!important;
}

.modal-backdrop {
  z-index: -1;
}

.modal-header,
.modal-footer{
  background-color:#00adbb;
}

.modal-title{
  color:#fff;
  font-family:'Roboto Slab', serif;
  font-weight:700;
  font-size:1.3em;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.modal-footer .btn{
  font-family:'Roboto', sans-serif;
  font-size:1em;
  font-weight:400;
}

.newsletterSignupForm{
  float:left;
  width:34.62%;
  padding-left:7.54%;
}

.newsletterSignupForm p{
  line-height:1.7em;
  padding:1.8rem 0px 2.6rem 0px;
  width:18em;
  text-align:left;
}

.newsletterSignupForm i{
  font-size:35px!important;
}

footer .newsletterSignupForm i{
  position:absolute;
  top:6px;
  right:12px;
}

footer #emailTextbox{
  width:270px;
}



/* ==========================================================================
   Gutter Changes
   ========================================================================== */

/* 0px gutter */
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

.gutter-80.row {
  margin-right: -40px;
  margin-left: -40px;
}

.gutter-80 > [class^="col-"], .gutter-80 > [class^=" col-"] {
  padding-right: 40px;
  padding-left: 40px;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media(max-width:1461px){
  .gutter-80.row {
    margin-left:-15px;
    margin-right:-15px;
  }

}

@media (max-width: 1410px){
  #headerMain ul li > a{
    font-size: 1.27em;
  }

  #headerMain ul ul li a{
    font-size:1.1rem;
  }

  #headerMain ul ul li a:hover::before{
    border-width: 6px 0 6px 6px;
    margin-top:11px;
  }

  #headerMain ul ul li:first-child a:hover::before{
    margin-top:38px;
  }

  #headerMain ul ul{
    padding-top:79px;
  }

  #headerMain.affix ul ul {
    padding-top: 23px;
}

#headerMain ul li > a{
  padding:0px .5rem;
}

  #headerMain #main-menu{
    padding-right:30px;
  }

  #headerMain li.mainnavInformation ul li a {
    padding: 7px 1.6rem;
  }

  #headerMain li.mainnavSchedules ul li a {
    padding: 7px 2.4em;
}

  #headerMain .mainnavInformation ul{
    width:188px;
  }

  #headerMain ul ul::after{
    padding-top:58px;
  }

  #headerMain.affix nav{
    margin-top:41px;
  }
  #headerMain li.mainnavExtras ul{
    left:-100px;
  }
}

@media (max-width: 1366px){
  #ferryTypes figure {
  	max-width: 593px;
  	max-height: 426px;
  }

  #ferryTypes figure.effectFadedown p {
  	padding:0 1.5em 1em 1.5em;
    font-size:1em;
    line-height:1.6em;
  }

  #ferryTypes h3{
    font-size:1.3em;
  }

  #threeBucket figure {
    margin:0 0 40px 0;
  }

  #threeBucket figure.effectFadedown p {
    font-size:.9em;
  }

  #threeBucket figcaption {
  	padding: 1.2em 1em;
  }

  #threeBucket h3 a{
    font-size:2rem;
    text-transform:uppercase;
  }

  #footerNav nav li{
    margin:0 3%;
  }

}

@media (max-width: 1360px){
  #footerNav li a{
    font-size:1.5em;
  }

  footer .translateBtn {
    margin-left: 56px;
    width: 303px;
  }

  footer .translateBtn span {
    margin-left: 27px;
  }

  footer input {
    width: 260px;
  }

  footer .footerLeftColumn {
    width: 61.37%;
  }
}

@media (max-width: 1304px){
  .departure-dropdown{
    margin-top:2.4em;
  }
}

@media (max-width:1290px){
  footer form{
    height:40px;
  }

  footer .translateBtn {
    margin:20px 0 0 0;
    display:block;
    position:relative;
    clear:both;
    width:310px;
  }

  footer .translateBtn span {
    margin-left: 35px;
  }

  footer .footerLeftColumn {
    width:65.37%;
  }
}

@media (max-width:1240px){
  #threeBucket figure.effectFadedown p{
    line-height:1.5em;
  }
}


@media (max-width: 1199px){
  #alert{
    font-size:1.1em;
  }

  #alert .alertcontainer{
    width:670px;
  }

  #alert .alertcontent{
    width:72%
  }

  #alert i:first-child{
    font-size:2em;
    margin-top:.7em;
  }

  #alert i:nth-child(2){
    font-size:2em;
    margin-left:-.05em;
    margin-top:.7em;
  }

  #alert p{
    margin-top:1.75em;
  }

  #alert .alertlink a{
    margin-top:2.18em;
  }

  #alert .alerticon{
    width:25px;
  }

  #headerMain .logo{
    margin:52px auto 0 auto;
    display:block;
  }

  #headerMain .container{
    padding-bottom:45px;
  }

  #headerMain nav{
    float:none;
    margin:52px auto 0 auto;
  }

  #headerMain nav ul{
    padding:0px;
  }

  #headerMain nav ul.menu{
    text-align:center;
  }

  #headerMain nav > ul > li:last-child{
    margin-right:.6em;
  }

  #headerMain #main-nav > ul > li{
    margin:0;
    padding:0;
  }

  #headerMain li.expanded{
    padding:0;
  }

  #headerMain ul > li {
    margin:0px!important;
  }

  #headerMain ul ul{
    padding-top:55px;
  }

  #headerMain.affix nav{
    margin-top:20px;
  }

  #headerMain.affix ul ul {
      padding-top: 20px;
  }

  #mainSlideshow .caption p{
    font-size:9em;
  }

  #headerMain ul ul::after{
    padding-top:29px;
  }

  #mainSlideshow .owl-carousel{
    max-height:700px;
  }

  .departure-dropdown{
    margin-top:0em;
  }

  #ferryTypes figcaption.ferryRow {
  	padding: 1.5em 1em;
  }

  #ferryTypes figure.effectFadedown p {
  	padding:0 1.5em 1em 1.5em;
    font-size:.85em;
    line-height:1.5em;
  }

  #ferryTypes h3{
    font-size:1.5em;
  }

  #ferryTypes figure.effectFadedown a:first-child{
    margin-right:20px;
  }

  #ferryTypes figure.effectFadedown p:nth-child(3){
    margin-top:15px;
  }

  #ferryTypes figure.effectFadedown a.ferrybtn{
    font-size:1em;
    padding:6px 30px;
  }

  #threeBucket figure {
    margin:0 0 50px 0;
  }

  #threeBucket figure.effectFadedown p {
    font-size:1.2em;
  }

  #threeBucket figcaption {
  	padding: 1.2em 1em;
  }

  #threeBucket h3 a{
    font-size:2.6rem;
  }

  #threeBucket .row div.column:nth-child(4){
    margin:100px auto 0 auto;
    float:none;
  }

  #alert2 .alertcontent{
    width:85%;
    padding-bottom:1em;
  }

  #alert2 .alertlink{
    clear:both;
  }

  #alert2 .alertlink a{
    display:block;
    padding:0 0 2em 2.6em;
    position:relative;
  }

  #footerNav nav{
    text-align:center;
  }

  #footerNav ul{
    display:inline-block;
    float:none;
    margin:0 auto;
  }

  #footerNav nav li {
    padding: 0;
    width:50%!important;
    margin:0;
  }

  footer .footerLeftColumn{
    width:60%;
    margin-right:0%;
    padding-right:5%;
  }

  footer .pull-right{
    float:none!important;
  }

  .newsletterSignupForm{
    float:left;
    width:40%;
    margin-left:0;
    padding-left:5%;
  }

  .newsletterSignupForm p{
    width:100%;
  }

  footer #emailTextbox {
    width: 170px;
  }

  #ferryTypes .pull-right{
    float:none!important;
  }

}



@media (max-width: 992px){
  .preheaderNavContainer nav{
    width:auto;
    max-width:365px;
  }

  #preheaderNav nav li{
    margin-left:0;
  }

  #preheaderNav .preheaderNavContainer{
    float:none;
  }

  #preheaderNav nav li a {
    text-align: left;
  }

  #preheaderNav .socialMediaNav{
    position:absolute;
    right:15px;
    top:25px;
  }

  #main-menu{
    display:none;
  }

  #mm-main-menu{
    background-color:#fff;
    border-top:5px solid #00adbb;
  }

  #mm-main-menu .nav-logo{
    margin:0 auto;
  }

  #mm-main-menu .mainnavSchedules a,
  #mm-main-menu .mainnavTickets a,
  #mm-main-menu .mainnavInformation a,
  #mm-main-menu .mainnavExtras a,
  #mm-main-menu  a.mobileOnly{
    font-family:'Roboto Slab', serif!important;
    font-size:1.3em!important;
    color:#193769!important;
    font-weight:700;
  }

  .mm-listview > li > a,
.mm-listview > li > span {
   padding-top: 15px;
   padding-bottom: 15px;
}

  .mm-hasnavbar .mm-navbar{
    background-color:#daf0f1;
    font-family:'Roboto Slab', serif;
    font-size:1.3em;
    font-weight:700;
  }

  .mm-hasnavbar .mm-navbar a{
    color:#193769;
  }


  #mm-0 .mm-navbar{
    display:none;
  }

  #mm-1 .mm-listview a,
  #mm-2 .mm-listview a,
  #mm-3 .mm-listview a,
  #mm-4 .mm-listview a{
    font-family:'Roboto', sans-serif;
    font-size:1.2em;
    color:#000;
  }

  .mm-search{
    background-color:#00adbb;
  }

  .mm-menu .mm-search input{
    font-size:16px;
    background-color:#fff;
  }

  .mm-navbars-bottom{
    background-color:#193769;
    border:none;
  }

  .mm-navbars-bottom a{
    color:#fff!important;
    font-size:1.4em;
  }

  #headerMain .logo{
    margin-left:0;
    float:left;
    width:320px!important;
    height:auto!important;
    margin-top:26px;
  }

  #headerMain .container {
    padding-bottom: 26px;
  }

  #mainSlideshow .owl-carousel{
    max-height:600px;
  }

  #mainSlideshow .caption p{
    font-size:7em;
  }

  #headerMain.affix .hamburger{
    margin-top:34px;
  }

  /* ---------- ANIMATED HAMBURGER ---------- */
  /* Courtesy of https://jonsuh.com/hamburgers */
  .hamburger {
    margin:55px 0px 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    outline:none;
    float:right;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }

  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: #193769;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -10px; }
    .hamburger-inner::after {
      bottom: -10px; }


  .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
      top: 10px;
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
      top: 20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent; }
    .hamburger--spring.is-active .hamburger-inner::before {
      top: 0;
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(-45deg); }

  #homepageScheduler .schedulerColumn1,
  #homepageScheduler .schedulerColumn2{
    float:none;
    display:block;
    width:60%;
    margin:0 auto;
  }

  #homepageScheduler .schedulerColumn1{
    margin:80px auto;
  }

  #homepageScheduler h1{
    font-size:3.5em;
  }

  #ferryTypes{
    text-align:center;
  }

  #ferryTypes figure{
    float:none;
    margin:30px auto 0 auto;
  }

  #ferryTypes .pull-right{
    float:none!important;
    margin-top:100px;
  }

  #ferryTypes figcaption.ferryRow {
  	padding: 2em 1em;
  }

  #ferryTypes figure.effectFadedown p {
  	padding:0 1.5em 1em 1.5em;
    font-size:1em;
    line-height:1.8em;
  }

  #ferryTypes figure.effectFadedown a:first-child{
    margin-right:40px;
  }

  #ferryTypes figure.effectFadedown p:nth-child(3){
    margin-top:35px;
  }

  #ferryTypes figure.effectFadedown a.ferrybtn{
    font-size:1.2em;
    padding:10px 40px;
  }

  #threeBucket figure{
    max-width:593px;
    float:none;
    margin:0 auto;
  }

  #threeBucket h3{
    text-align:center;
  }

  #threeBucket h3 a{
    margin-top:20px;
  }

  #threeBucket .row div.column:nth-child(2){
    margin-top:100px;
  }

  #footerNav nav{
    text-align:center;
  }

  #footerNav nav li {
    padding: 0;
    width:40%;
  }

  .mm-listview .mainnavSchedules,
  .mm-listview .mainnavTickets,
  .mm-listview .mainnavInformation,
  .mm-listview .mainnavExtras,
  .mm-navbar{
    text-transform:uppercase;
  }

  footer p{
    line-height:1.7em;
  }
}

@media (max-width: 768px){
  #alert .alertcontainer{
    width:auto;
  }

  #alert .alertcontent{
    width:60%
  }

  #alert p{
    padding-right:3%;
    padding: 0 3% .9em 0;
  }

  #homepageScheduler{
    margin-top:60px;
  }

  #ferryTypes{
    margin-top:60px;
  }

  #mainSlideshow .owl-carousel{
    max-height:400px;
  }

  #mainSlideshow .caption{
    top:20%;
  }

  #mainSlideshow .caption p{
    font-size:6em;
  }

  #mainSlideshow .slideshowBtn a{
    margin-top:4%;
  }

  #mainSlideshow .down-box{
    height:51px;
    width: 60px;
    margin:-51px auto 0 auto;
  }

  #mainSlideshow .down-box i{
    font-size:40px;
  }

  #mainSlideshow .down-box i:last-child {
    color: #fff;
    margin-top: -27px;
  }

  footer .footerLeftColumn{
    float:none;
    clear:both;
    border-right:none;
    width:100%;
  }

  footer .newsletterSignupForm{
    width:100%;
    padding-left:0;
    margin-top:100px;
  }

  footer #emailTextbox {
    width: 255px;
  }

  .newsletterSignupForm p {
    width: 100%;
    padding-bottom:1.5em;
  }

  .modal {
  text-align: center;
}

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width:80%;
}


}

@media (max-width: 660px){
  #mainSlideshow .caption{
    top:25%;
  }

  #mainSlideshow .caption p{
    font-size:4em;
  }

  #preheaderNav nav li{
    width:auto;
  }

  #preheaderNav .socialMediaNav{
    display:none;
  }

  .departure-dropdown span:nth-child(1){
    font-size:1.1em;
    padding-top:1.6em;
    padding-bottom:1.6em;
  }

  .departure-dropdown span:nth-child(2){
    margin-top:-2px;
  }

  .departure-dropdown span:nth-child(3){
    margin-top:-2px;
  }

  #homepageScheduler h2 {
    font-size: 1.3em;
    line-height:1.4em;
  }

  .tripPlannerBtn a.tripPlannerLeft {
    font-size: 1.1em;
    padding-left: 1em;
    padding-top: 1.7em;
    display: block;
  }

  #ferryTypes figure {
  	max-width: 430px;
  }

  #ferryTypes figure.effectFadedown p {
    padding:0 1.5em 1em 1.5em;
    font-size:.8em;
    line-height:1.6em;
  }

  #ferryTypes figcaption.ferryRow {
    padding: 1em;
  }

  #ferryTypes figure.effectFadedown a:first-child{
    margin-right:20px;
  }

  #ferryTypes figure.effectFadedown p:nth-child(3){
    margin-top:10px;
  }

  #ferryTypes figure.effectFadedown a.ferrybtn{
    font-size:1em;
    padding:6px 30px;
  }

  #ferryTypes h3{
    line-height:1.5em;
  }

  #footerNav nav{
    text-align:center;
    margin-left:0;
  }

  #footerNav ul{
    width:90%;
  }

  #footerNav nav li {
    padding: 0;
    width:50%!important;
  }
}

@media (max-width: 480px){

  .mobileOnly{
    display:block;
  }

  #alert .alertcontent{
    width:88%;
  }

  #alert p{
    padding: 0;
  }

  #alert .alertlink{
    width:100%;
    text-align:left;
  }

  #alert .alertlink a{
    position:relative;
    padding-left:3.2em;
    margin:0em 0em 1.7em 0em;
  }

  #preheaderNav nav{
    text-align:center;
    margin:0 auto;
  }

  #preheaderNav nav li{
    margin: .7em 0 0px 0;
  }

  .preheaderNavContainer nav{
    max-width:100%;
  }

  .headerMainWrapper{
    height:99.25;
    display:block;
  }

  #headerMain .logo{
    margin-left:0;
    float:left;
    width:230px!important;
    height:auto!important;
    margin-top:20px;
  }

  #headerMain.affix .logo{
    width:230px!important;
    height:auto!important;
  }

  #headerMain .container {
    padding-bottom: 20px;
  }

  .hamburger{
    margin-top:40px;
  }

  #headerMain.affix .hamburger{
    margin-top:29px;
  }

  #mainSlideshow .caption p{
    font-size:3em;
  }

  #mainSlideshow .down-box{
    height:41px;
    width: 50px;
    margin:-41px auto 0 auto;
  }

  #mainSlideshow .down-box i{
    font-size:35px;
  }

  #mainSlideshow .down-box i:last-child {
    color: #fff;
    margin-top: -26px;
  }

  #mainSlideshow .caption{
    top:40%;
  }

  #homepageScheduler .schedulerColumn1,
  #homepageScheduler .schedulerColumn2{
    width:80%;
  }

  #ferryTypes figure{
    display:none;
  }

  #ferryTypes h2 {
    font-family: 'Roboto', sans-serif;
    color: #193769;
    font-size: 3.5em;
    font-weight: 300;
    margin-top: 0px;
  }

  #ferryTypes h3 {
    font-size: 1.3em;
  }

  #ferryTypes .mobileOnly a.ferrybtn{
    border:2px solid #056875;
    display:block;
    font-size:1.3em;
    font-family:'Roboto Slab', serif;
    font-weight:700;
    padding:15px 40px;
    margin:15px 0px;
    text-transform:uppercase;
    background-color:#fff;
  }

  #ferryTypes .mobileOnly a:hover{
    text-decoration:none;
  }

  #ferryTypes .mobileOnly div{
    background-color: rgba(6,31,73, .85);
    padding:2em;
    margin-top:6px;
  }

  #ferryTypes .mobileOnly p{
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:1.3em;
    text-align:left;
    color:#fff;
  }

  #threeBucket figure.effectFadedown p {
    font-size:1.1rem;
    line-height:1.6rem;
  }

  #threeBucket figure img{
    max-height:100%;
  }

  #footerNav li {
    width:100%;
  }

  #footerNav .container-fluid {
    margin: 8px 0px;
    background: url(../imgs/tealwoodgrain.jpg) center center;
  }

  #mainSlideshow .owl-carousel img{
    width:auto;
    height:390px;
  }


}

@media (max-width: 320px){
  #preheaderNav nav li a{
    font-size:.85em;
  }

  #headerMain .logo, #headerMain.affix .logo{
    width:200px!important;
  }

  #mainSlideshow .caption p{
    font-size:2rem;
  }
}

@media (min-width: 1200px) {
    .container{
        width: auto;
        max-width:1396px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.floatleft{
  float:left;
}

.floatright{
  float:right;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #threeBucket figure figcaption{
    display:block; /* IE11 */
   }
 }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
