@charset "UTF-8";

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?71743918');
    src: url('../fonts/fontello.eot?71743918#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff?71743918') format('woff'),
        url('../fonts/fontello.ttf?71743918') format('truetype'),
        url('../fonts/fontello.svg?71743918#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    padding: 0;
    margin: 0;
    min-width: 320px;
}

html {
    background-color: #ebf6ff;
    overflow-y: scroll;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Droid Sans';
}

h1 {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    background-color: #182a56;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
    margin: 0px;
}

@media screen and (min-width: 769px) {
    h1 {
        font-size: 36px;
        line-height: 38px;
        padding: 25px 15px;
    }
}

@media screen and (min-width: 1000px) {
    h1 {
        font-size: 48px;
        line-height: 50px;
        padding: 25px 15px;
    }
}

h2 {
    font-size: 24px;
    line-height: 24px;
    color: #182a56;
    font-weight: 400;
}

@media screen and (min-width: 769px) {
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

h3 {
    font-size: 20px;
    line-height: 20px;
    color: #182a56;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    line-height: 16px;
    color: #182a56;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    line-height: 16px;
    color: #182a56;
    font-weight: 400;
}


.hidden {
    display: none;
}

@media screen and (max-width: 768px) {

    #header #main-navigation>ul>li.hide-on-mobile,
    .hide-on-mobile {
        display: none;
    }
}

@media screen and (min-width: 769px) {

    #header #main-navigation>ul>li.mobile-only,
    .mobile-only {
        display: none;
    }
}

.fontello {
    font-family: 'fontello';
}

.all-caps {
    text-transform: uppercase;
}

.width-limiter {
    /* SET SITE MAX WIDTH */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.relative {
    position: relative;
}

.form-width-limiter {
    max-width: 500px;
}

.vert-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertically-aligned {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* vertically and horizontally */
.both-aligned {
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.form-button {
    display: inline-block;
    padding: 10px 35px;
    background-color: #3a3a3a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.form-button:hover {
    background-color: #1e3044;
}

.form-button.destination-button {
    font-size: 13px;
    background-color: #c01720;
    color: #ffffff;
}

.form-button.destination-button:hover {
    background-color: #96181f;
    color: #ffffff;
}


.homepage-button.red {
    font-family: 'Droid Sans';
    background-color: #c01720;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-align: center;
    padding: 18px 25px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 925px) {
    .homepage-button.red {
        font-size: 18px;
        line-height: 18px;
        padding: 24px 45px;
    }
}

.homepage .homepage-button.red {}

.homepage-button.red:hover {
    background-color: #96181f;
}

#header-cont .homepage-button.red {
    min-width: 155px;
}

@media screen and (min-width: 925px) {
    .homepage-button.red {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 5px;
    }
}

.homepage-button-cont {
    padding: 5px 0px 10px 0px;
    text-align: center;
}

.homepage-button-cont .homepage-button:first-child {
    margin-left: 0px;
}

@media screen and (min-width: 769px) {
    .homepage-button-cont .homepage-button {
        margin-left: 75px;
    }
}

@media screen and (min-width: 925px) {
    /*.homepage-button-cont {
		padding-bottom: 25px;
	}*/

    .homepage-button-cont .homepage-button {
        margin-left: 150px;
    }
}


body #at4-share,
body #at4-soc {
    top: 179px !important;
    bottom: auto;
}

@media screen and (min-height: 900px) {

    body #at4-share,
    body #at4-soc {
        top: 20% !important;
    }
}


/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HEADER STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
#header-cont {
    font-family: 'Droid Sans';
    background-color: #ffffff;
}

#header-cont .button-cont {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1003;
}

@media screen and (max-width: 768px) {
    #header-cont .button-cont {
        display: none;
    }
}

#header-cont .button-cont ul {
    margin: 0px;
    padding: 0px;
}

#header-cont .button-cont ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

#header-cont .button-cont ul li a {
    box-shadow: 1px 1px 1px #505050;
}

#header {
    z-index: 1009;
    background-color: #182a56;
    position: relative;
}

#header-cont.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1015;
    width: 100%;
}

#header-cont.fixed+.fixed-margin-cont {
    margin-top: 45px;
}

@media screen and (min-width: 769px) {
    #header-cont.fixed+.fixed-margin-cont {
        margin-top: 115px;
    }
}

#header #mobile-nav-toggle-cont {
    display: none;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    /*background-color: #3a3a3a;*/
}

/*@media screen and (max-width: 768px){
			#header #mobile-nav-toggle-cont a.search {
				width: 34px;
				height: 34px;
				display: inline-block;
				vertical-align: middle;
				background: url(../images/icon-mobile-search.png) center center no-repeat;
				background-size: contain;
			}
		}*/

#header #mobile-nav-toggle-cont #mobile-nav-toggle-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 15px 18px 5px 18px;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 5px solid #c01720;
}

@media screen and (min-width: 769px) {
    #header #mobile-nav-toggle-cont #mobile-nav-toggle-button {
        padding: 40px 18px 5px 18px;
    }

    .nav-cont {
        /*background-color: #aaaaaa;*/
        display: inline-block;
        vertical-align: bottom;
        width: calc(100% - 165px);
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1100px) {
    .nav-cont {
        width: calc(100% - 215px);
    }
}

#header .logo-cont {
    display: inline-block;
    vertical-align: middle;
}

#header .logo-cont .logo {
    z-index: 1005;
    display: block;
}

#header:not(.homepage) .relative,
#header-cont.fixed #header.homepage .relative {
    position: relative;
}

#header:not(.homepage) .logo-cont .logo,
#header-cont.fixed #header.homepage .logo-cont .logo {
    width: 161px;
    height: 46px;
    background: url(../images/mobile-logo.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 32px;
}
@media screen and (min-width: 769px){
    #header:not(.homepage) .logo-cont .logo,
    #header-cont.fixed #header.homepage .logo-cont .logo {
        top: calc(50% + 20px);
    }
}


#header-cont.fixed #header>.width-limiter,
.default #header-cont #header>.width-limiter {
    position: relative;
}

@media screen and (max-width: 768px) {

    #header:not(.homepage) .logo-cont .logo,
    #header-cont.fixed #header.homepage .logo-cont .logo {
        width: 115px;
        height: 35px;
    }

    #header .logo-cont .logo {
        z-index: 1005;
        display: block;
        width: 115px;
        height: 35px;
        background: url(../images/mobile-logo.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 32px;
    }
}

@media screen and (min-width: 769px) {
    #header-cont:not(.fixed) #header.homepage .logo-cont .logo {
        width: 250px;
        height: 210px;
        background: url(../images/homepage-logo.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0px;
        top: 0px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
    #header-cont:not(.fixed) #header.homepage .logo-cont .logo {
        left: -55px;
    }
}

@media screen and (min-width: 980px) {
    #header-cont:not(.fixed) #header.homepage .logo-cont .logo {
        width: 300px;
        height: 252px;
    }
}

@media screen and (min-width: 1130px) {
    #header-cont:not(.fixed) #header.homepage .logo-cont .logo {
        width: 339px;
        height: 403px;
    }
}

#header .social-cont {
    padding-top: 0px;
    display: block;
    clear: both;
    background-color: white;
}

#header .top-bar .top-bar-list {
    margin: 0px;
    font-family: 'Droid Sans';
    display: block;
    text-align: right;
    padding: 4px 0px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

#header .top-bar .top-bar-list.centered {
    width: calc(100% - 363px - 128px - 270px);
    text-align: center;
}

@media screen and (min-width: 769px) {
    #header .top-bar .top-bar-list.centered {
        width: calc(100% - 363px - 128px - 170px);
    }
}

@media screen and (min-width: 980px) {
    #header .top-bar .top-bar-list.centered {
        width: calc(100% - 363px - 128px - 200px);
    }
}

@media screen and (min-width: 1130px) {
    #header .top-bar .top-bar-list.centered {
        width: calc(100% - 363px - 128px - 200px);
    }
}

@media screen and (min-width: 1181px) {
    #header .top-bar .top-bar-list.centered {
        width: calc(100% - 363px - 128px - 300px);
    }
}

@media screen and (min-width: 1200px) {
    #header .top-bar .top-bar-list.centered {
        width: auto;
    }
}

#header .top-bar .top-bar-list:first-child {
    padding-left: 20px;
}

#header .top-bar .top-bar-list:last-child {
    padding-right: 20px;
}

#header-cont.fixed .top-bar .top-bar-list.left,
#header-cont #header:not(.homepage) .top-bar .top-bar-list.left {
    float: left;
}

#header-cont .top-bar .top-bar-list.left li a {
    color: #182a56;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}

#header-cont:not(.fixed) .homepage .top-bar .top-bar-list.left {
    position: absolute;
    left: 140px;
    line-height: 40px;
}

@media screen and (min-width: 980px) {
    #header-cont:not(.fixed) .homepage .top-bar .top-bar-list.left {
        left: 180px;
    }
}

@media screen and (min-width: 1130px) {
    #header-cont:not(.fixed) .homepage .top-bar .top-bar-list.left {
        left: 240px;
    }
}

@media screen and (min-width: 1181px) {
    #header-cont:not(.fixed) .homepage .top-bar .top-bar-list.left {
        left: 300px;
    }
}

.top-bar-list li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.top-bar-list li.dock-repair {
    padding-left: 0px;
}

.top-bar-list li:hover {
    opacity: .75;
    cursor: pointer;
}

/*.top-bar-list li.news:after {
						content: '';
						display: inline-block;
						vertical-align: middle;
						width: 16px;
						height: 16px;
						background:url(../images/icon-news.png) center center no-repeat;
						background-size:contain;
						margin-left: 6px;
					}

					.top-bar-list li.phone:after {
						content: '';
						display: inline-block;
						vertical-align: middle;
						width: 14px;
						height: 14px;
						background:url(../images/icon-phone.png) center center no-repeat;
						background-size:contain;
						margin-left: 6px;
					}*/

.top-bar-list li a {
    color: #0d1b3d;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-decoration: none;
}

.top-bar-list li.dock-repair a {
    color: #c01720;
}

.social-cont .social {}

.social-cont .social a {
    color: #c01720;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.social-cont.top-bar li.social a:hover {
    /*color: #526e94;*/
    opacity: .75;
}

.social-cont .social.trip-advisor a {
    background-image: url(../images/icon-trip-advisor.svg);
}

.social-cont .social.instagram a {
    background-image: url(../images/icon-instagram.svg);
}

.social-cont .social.twitter a {
    background-image: url(../images/icon-twitter.svg);
}

.social-cont .social.facebook a {
    background-image: url(../images/icon-facebook.svg);
}

.social-cont .social.youtube a {
    background-image: url(../images/icon-youtube.svg);
}



@media screen and (max-width: 768px) {
    #header .social-cont {
        display: none;
    }
}

/*	.mobile-logo-cont {
		display: none;
		padding: 15px 15px 20px 15px;
	}

		.mobile-logo-cont .logo {
			display: block;
			width: auto;
			height: 77px;
			background: url(../images/mobile-logo.png) left center no-repeat;
			background-size: contain;															
		}*/

@media screen and (max-width: 768px) {

    #header #mobile-nav-toggle-cont {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width: 769px) {
    #header {
        /*height: 86px;*/
        text-align: right;
    }

    .nav-cont {
        height: 86px;
    }
}

#header #main-navigation {
    font-family: 'Droid Sans';
    /*background-color: #caa66f;*/
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    #header #main-navigation {
        text-align: right;
    }
}

#header #main-navigation {}

#header #main-navigation ul {
    margin: 0px;
    padding: 0px;
}

#header #main-navigation>ul>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#header #main-navigation>ul>li.covid-19-mitigation {
    background-color: #0073ba;
}
#header #main-navigation>ul>li.covid-19-mitigation:hover > a {
    border-color: transparent;
}
#header #main-navigation>ul>li.book-now {
    background-color: #c12026;
	display: none;
}

#header #main-navigation>ul>li:first-child {
    padding-left: 0px;
}

/*#header #main-navigation > ul > li:last-child {
						padding-right: 0px;
					}*/

#header #main-navigation ul li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

#header #main-navigation ul li ul li a.on {
    color: #182a56;
}

#header #main-navigation>ul>li>a {
    font-size: 18px;
    line-height: 18px;
    padding-top: 34px;
    padding-bottom: 34px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    #header #main-navigation>ul>li {
        padding-left: 12px;
        padding-right: 12px;
    }

    #header #main-navigation>ul>li>a {
        font-size: 16px;

    }
}

@media screen and (max-width: 940px) {
    #header #main-navigation>ul>li {
        padding-left: 12px;
        padding-right: 12px;
    }

    #header #main-navigation>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 875px) {
    #header #main-navigation>ul>li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 825px) {
    #header #main-navigation ul {
        margin: 0px;
        /*padding: 0px 1%;*/
    }

    #header #main-navigation>ul>li>a {
        font-size: 12.5px;
    }
}

@media screen and (min-width: 769px) {
    #header #main-navigation>ul>li>a {
        height: 86px;
    }

    #header #main-navigation>ul>li.search>a:after {
        content: '\E804';
        font-family: 'Fontello';
        color: #ffffff;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px;
        font-weight: 400;
    }

    #header #main-navigation>ul>li:hover>a,
    #header #main-navigation>ul>li>a.on {
        border-bottom: 4px solid #c01720;
    }
}


#header #main-navigation ul li {}

#header #main-navigation>ul>li:hover>a,
#header #main-navigation>ul>li>a.on {
    /*background-color: #c70d20;*/
    /*border-top: 6px solid #3a3a3a;*/
}

#header #main-navigation ul li ul {
    display: none;
}

@media screen and (min-width: 769px) {
    #header #main-navigation ul li ul {
        width: 225px;
        box-sizing: border-box;
        background-color: #a4ceee;
        display: none;
        position: absolute;
        left: 0px;
        z-index: 1005;
    }

    #header #main-navigation>ul>li>ul {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }

    #header #main-navigation ul li:hover>ul {
        display: block;
    }

    #header #main-navigation ul li ul li {
        position: relative;
    }

    #header #main-navigation ul li ul li ul {
        position: absolute;
        display: none;
        right: 100%;
        left: auto;
        top: 0px;
    }

    #header #main-navigation ul li ul li:hover ul {
        display: block;
    }

    @media screen and (max-width: 1275px) {
        #header #main-navigation ul li:hover>ul {
            display: block;
        }

        #header #main-navigation>ul>li:last-child>ul,
        #header #main-navigation>ul>li:nth-last-child(2)>ul {
            right: 0px;
            left: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }
    }
}

@media screen and (max-width: 768px) {
    #header #main-navigation ul li ul {
        margin-top: 0px;
    }
}


#header #main-navigation ul li ul li {
    display: block;
    border-bottom: 1px solid #8bb3d2;
}

/*#header #main-navigation ul li ul li.book-now a {
						color: #c01720;
					}*/

@media screen and (min-width: 769px) {
    #header #main-navigation ul li ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header #main-navigation ul li ul li:hover {
        background-color: #8bb3d2;
    }

    #header #main-navigation ul li ul li:last-child {
        border-bottom: none;
    }

    #header #main-navigation ul li ul li a {
        text-align: left;
        padding: 10px 0px;
        text-transform: none;
        position: relative;
        color: #ffffff;
    }
}

@media screen and (min-width: 769px) {
    #inside-nav-toggle-button {
        display: none;
    }

    #mobile-search-cont {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #main-navigation {
        display: none;
    }

    #main-navigation.active {
        display: block;
    }

    #inside-nav-toggle-button:after {
        content: "\E803";
        font-size: 28px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        color: #ffffff;
        padding-left: 14px;
        padding-right: 14px;
        display: inline-block;
        vertical-align: top;
    }

    #main-navigation.second-level #inside-nav-toggle-button:after {
        content: "\E800";
    }

    #mobile-search-cont {
        padding: 12px 14px;
    }

    #mobile-search-cont .mobile-search {
        position: relative;
    }

    #mobile-search-cont input[type=text] {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        box-sizing: border-box;
        padding: 12px 35px;
        background-color: #74b3e4;
        border: 3px solid #a4ceee;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }

    #mobile-search-cont input[type=submit] {
        background-color: transparent;
        border: none;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 10px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 0px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .nav-cont {
        position: relative;
    }

    #header #main-navigation {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 280px;
        padding-top: 10px;
        padding-bottom: 42px;
        background-color: #74b3e4;
        z-index: 1009;
    }

    #header #main-navigation ul {
        background-color: #74b3e4;
    }

    #header #main-navigation ul li {
        display: block;
        border-top: 1px solid #a4ceee;
        padding: 0px;
    }

    #header #main-navigation ul li.book-now,
    #header #main-navigation ul li.dock-repair {
        background-color: #c01720;
        border-color: #c01720;
    }

    #header #main-navigation ul li.book-now a:hover,
    #header #main-navigation ul li.dock-repair a:hover {
        background-color: #96181f;
    }

    #header #main-navigation ul li:last-child,
    #header #main-navigation ul li:nth-last-child(2) {
        border-bottom: 1px solid #a4ceee;
    }

    #header #main-navigation ul li a:hover {
        background-color: #8bb3d2;
    }

    #header #main-navigation ul li.inactive {
        display: none;
    }

    #header #main-navigation ul li a {
        padding: 12px 10px;
        font-size: 14px;
        line-height: 14px;
    }

    #header #main-navigation ul li ul li ul {
        display: none;
        background-color: #182a56;
    }

    #header #main-navigation ul li.hover>ul {
        display: block;
    }

    /*#header #main-navigation ul li ul li a {
						text-align: center;
					}*/
}


/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** FOOTER STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
#footer {
    font-family: 'Droid Sans';
    background-color: #0f1a35;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer-nav {
    padding-top: 5px;
    padding-bottom: 40px;
    display: none;
}

@media (min-width: 768px) {
    #footer {
        padding-top: 20px;
    }

    #footer-nav {
        display: block;
    }
}

#footer-nav a {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

#footer-nav a:hover {
    text-decoration: underline;
}

#footer-nav ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 140px;
}

#footer-nav ul:first-child {
    padding-left: 20px;
}

#footer-nav ul:last-child {
    padding-left: 160px;
}

#footer-nav ul li {
    list-style: none;
    padding: 15px 10px;
}

@media screen and (min-width: 769px) {
    #footer-nav ul {
        padding-left: 20px;
    }

    #footer-nav ul:first-child {
        padding-left: 20px;
    }

    #footer-nav ul:last-child {
        padding-left: 20px;
    }
}

@media screen and (min-width: 850px) {
    #footer-nav a {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 900px) {
    #footer-nav ul {
        padding-left: 50px;
    }

    #footer-nav ul:first-child {
        padding-left: 50px;
    }

    #footer-nav ul:last-child {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1150px) {
    #footer-nav ul {
        padding-left: 140px;
    }

    #footer-nav ul:first-child {
        padding-left: 20px;
    }

    #footer-nav ul:last-child {
        padding-left: 160px;
    }
}


#footer .trip-advisor-cont {
    text-align: center;
    padding-bottom: 28px;
}

#footer .trip-advisor-cont li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

#footer .trip-advisor-cont li:hover {
    opacity: .75;
}

#footer .social-list {
    text-align: center;
    padding-top: 38px;
}

#footer .social-list li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

#footer .social-cont .social a {
    width: 42px;
    height: 42px;
}

#footer .social-cont .social.trip-advisor a {
    background-image: url(../images/icon-trip-advisor-white.svg);
}

#footer .social-cont .social.instagram a {
    background-image: url(../images/icon-instagram-white.svg);
}

#footer .social-cont .social.twitter a {
    background-image: url(../images/icon-twitter-white.svg);
}

#footer .social-cont .social.facebook a {
    background-image: url(../images/icon-facebook-white.svg);
}

#footer .social-cont .social.youtube a {
    background-image: url(../images/icon-youtube-white.svg);
}

#footer .social-list li a {
    font-size: 38px;
    line-height: 38px;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    #footer .social-list {
        padding-top: 0px;
    }

    #footer .social-list li a {
        font-size: 50px;
        line-height: 50px;
    }
}

#footer .social-list li a:hover {
    color: #a4ceee;
}

#footer .social-tag-cont {
    padding: 30px 10px;
    text-align: center;
}

#footer .social-tag-cont .social-tag {
    color: white;
    font-size: 30px;
    line-height: 46px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    #footer .social-tag-cont {
        padding: 58px 10px;
    }

    #footer .social-tag-cont .social-tag {
        display: inline-block;
        vertical-align: middle;
        padding: 0 52px;
    }

}

#copyright-cont {
    position: relative;
    z-index: 4;
    padding: 210px 10px 65px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: white;
}

@media (min-width: 768px) {
    #copyright-cont {
        padding: 230px 10px 45px 10px;
    }
}

#footer .footer-logo-left {
    width: 234px;
    padding-top: 340px;
    height: 0px;
    overflow: hidden;
    background: url(../images/footer-logo.png) bottom left no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 0px;
    z-index: 2;
}

#footer .footer-logo-right {
    width: calc(100% - 233px);
    height: 0px;
    padding-top: 340px;
    overflow: hidden;
    background: url(../images/wave-repeating.png) bottom left repeat-x;
    background-size: auto 190px;
    position: absolute;
    bottom: -10px;
    left: 233px;
    z-index: 1;
}

#footer .width-limiter {
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    #footer .footer-logo-left {
        bottom: 0px;
    }

    #footer .footer-logo-right {
        bottom: 0px;
    }
}

@media screen and (min-width: 900px) {
    #footer .footer-logo-left {
        width: 307px;
        padding-top: 447px;
        bottom: 0px;
    }

    #footer .footer-logo-right {
        width: calc(100% - 306px);
        height: 0px;
        padding-top: 447px;
        left: 306px;
        background-size: auto 249px;
    }
}

@media screen and (min-width: 1150px) {
    #footer .footer-logo-left {
        width: 396px;
        padding-top: 577px;
        bottom: -45px;
    }

    #footer .footer-logo-right {
        width: calc(100% - 396px);
        height: 0px;
        padding-top: 577px;
        left: 396px;
        background-size: auto 322px;
        bottom: -45px;
    }
}


#homepage-cont {
    background-color: white;
}

.homepage-section {
    margin-bottom: 10px;
}

.homepage-section .links-cont {
    font-family: 'Droid Sans';

    padding-top: 15px;
    padding-bottom: 15px;
}

.homepage-section .main.links-cont {
    background-color: #0070ad;
}

.homepage-section .links-cont {
    display: flex;
    flex-wrap: wrap;
}

.homepage-section .links-cont>a {
    flex: 1 1 auto;
}

.homepage-section .main.links-cont>div {
    flex: 1 1 100%;
}

.homepage-section .main.links-cont div {
    text-align: center;
    margin-bottom: 12px;
}

.homepage-section .main.links-cont div:last-child {
    margin-bottom: 0px;
}

.homepage-section .links-cont a {
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.homepage-section .main.links-cont a:after {
    content: '';
    width: 8px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-white-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: calc(1em / 2 - 8px);
}

.homepage-section .links-cont.small {
    margin-top: 20px;
    padding: 0px;
}

.homepage-section .links-cont a:hover {
    text-decoration: none;
    opacity: .8;
}

/*@media screen and (min-width: 769px){
		.homepage-section {
			padding-left: 10px;
			padding-right: 10px;
		}
	}*/
@media screen and (min-width: 500px) {
    .homepage-section .main.links-cont>div {
        flex: 1 1 auto;
        margin: 0px;
    }
}

@media screen and (min-width: 750px) {
    .homepage-section .links-cont a {
        font-size: 34px;
        line-height: 1em;
        padding-right: 30px;
    }

    .homepage-section .links-cont a:after {
        content: '';
        width: 12px;
        height: 20px;
        top: calc(1em / 2 - 10px);
    }
}

@media screen and (min-width: 900px) {
    .homepage-section .main.links-cont a {
        font-size: 42px;
        line-height: 1em;
    }

    .homepage-section .main.links-cont a:after {
        width: 14px;
        height: 25px;
        top: calc(1em / 2 - 13px);
    }

    .homepage-section .links-cont a {
        font-size: 50px;
        line-height: 1em;
    }

    .homepage-section .links-cont.medium a {
        font-size: 42px;
        line-height: 45px;
    }

    .homepage-section .links-cont.small a {
        font-size: 26px;
        line-height: 28px;
    }
}


.homepage-social-cont .social-list {
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.homepage-social-cont .social-list li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}

.homepage-social-cont .social-list li a {
    font-size: 30px;
    line-height: 30px;
    color: #464646;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    .homepage-social-cont .social-list {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .homepage-social-cont .social-list li a {
        font-size: 36px;
        line-height: 36px;
    }
}

.homepage-social-cont .social-list li a:hover {
    color: #848484;
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HERO STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
#hero-cont {
    z-index: 1000;
    font-family: 'Droid Sans';
}

#hero-cont .overlay-cont {
    position: absolute;
    bottom: 0px;
    /* left: 0px; */
    width: 100%;
    /* height: 100%; */
    /* background-color: rgba(10, 10, 10, .4); */
    box-sizing: border-box;
    z-index: 1001;
    height: 100%;
}

#hero-cont .text-cont {
    position: absolute;
    top: 66.66%;
    left: 0px;
    /*transform: translateY(-50%);*/
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
}

#hero-cont .overlay-cont .title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;

}


#hero-cont .overlay-cont .logo {
    margin-left: auto;
    margin-right: auto;
    width: 666px;
    max-width: 100%;
    height: 112px;
    background: url(../images/legacy-on-the-lake.png) center center no-repeat;
    background-size: contain;
}



/*@media screen and (min-width: 769px) {
    #hero-cont .overlay-cont .logo {
        width: 450px;
    }
}

@media screen and (min-width: 1050px) {
    #hero-cont .overlay-cont .title {
        display: inline-block;
        vertical-align: bottom;
        width: calc(100% - 450px);
    }

    #hero-cont .overlay-cont .logo {
        display: inline-block;
        vertical-align: bottom;
    }
}*/

/*@media screen and (max-width: 1049px) {
    #hero-cont .text-cont {
        display: none;
    }
}*/

/*@media screen and (max-width: 1049px){
			#hero-cont .text-cont {
				position: absolute;
				top: 50%;
				-ms-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				bottom: auto;
				left: auto;
			}
			#hero-cont .overlay-cont .title {
				text-align: center;
			}
		}*/

@media screen and (min-width: 769px) {
    #hero-cont .overlay-cont .title {
        font-size: 51px;
        line-height: 52px;
    }
}

#hero-cont #hm-hero-cont {}

#hero-cont #hm-hero-cont #hm-hero {
    overflow: hidden;
    height: 578px;
}
#default-cont #hero-cont #hm-hero-cont #hm-hero {
    height: 450px;
}

#hero-cont #hm-hero-cont #hm-hero .slide {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#hero-cont #hm-hero-cont #hm-hero .slide-controls-cont {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 1008;
}

#hero-cont #hm-hero-cont #hm-hero .slide-text-cont {
    position: absolute;
    bottom: 60px;
    left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#hero-cont video{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}


@media screen and (max-width: 1050px) {
    #hero-cont video {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 840px) {
    #hero-cont video {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 666px) {
    #hero-cont video {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 769px) {
    #hero-cont #hm-hero-cont #hm-hero .slide-text-cont {
        bottom: 80px;
    }
}

ul#homepage-hero-slide-selector {
    padding: 0px;
    margin: 0px auto;
}

ul#homepage-hero-slide-selector li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

ul#homepage-hero-slide-selector li a {
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    box-sizing: border-box;
}

ul#homepage-hero-slide-selector li a.on {
    background-color: transparent;
}

#homepage-hero-text {
    text-overflow: ellipsis;
}

#homepage-hero-text:before {
    content: '\"';
    display: inline;
}

#homepage-hero-text:after {
    content: '\"';
    display: inline;
}

#hero-cont #hm-hero-cont #hm-hero .slide-text {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 24px 35px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #c01720;
    text-transform: uppercase;
}

#hero-cont #hm-hero-cont #hm-hero>.width-limiter {
    position: relative;
    min-height: 100%;
}

@media screen and (max-width: 950px) {
    /*#hero-cont #hm-hero-cont #hm-hero .slide-text {
		max-width: 55%;
	}*/

    #hero-cont #hm-hero-cont #hm-hero #homepage-hero-prev-slide {
        left: 15px;
    }

    #hero-cont #hm-hero-cont #hm-hero #homepage-hero-next-slide {
        right: 15px;
    }
}

@media screen and (max-width: 850px) {
    #hero-cont #hm-hero-cont #hm-hero {
        height: 400px;
    }
    #default-cont #hero-cont #hm-hero-cont #hm-hero {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    #hero-cont #hm-hero-cont #hm-hero {
        height: 362px;
    }
    #hero-cont #hm-hero-cont #hm-hero {
        height: 250px;
    }

    #hero-cont #hm-hero-cont #hm-hero .slide-text {
        width: 100%;
        font-size: 13px;
        line-height: 14px;
        font-weight: 300;
        padding: 15px 25px;
    }

    #hero-cont #hm-hero-cont #hm-hero #homepage-hero-prev-slide,
    #hero-cont #hm-hero-cont #hm-hero #homepage-hero-next-slide {
        bottom: 45px;
    }
}

@media screen and (max-width: 400px) {
    #hero-cont #hm-hero-cont #hm-hero .slide-text {
        /*font-size: 20px;*/
        padding: 15px 10px;
    }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE FEATURED STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
#homepage-content {
    font-family: 'Droid Sans';
}

.homepage-title

/*, .mail-title */
    {
    font-family: 'Droid Sans';
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #182a56;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.homepage-title a {
    color: #182a56;
    text-decoration: none;
}

.homepage-title a:hover {
    text-decoration: underline;
}

/*.mail-title {
		font-weight: 700;
	}*/

.homepage-title:after {
    content: '';
    margin-top: 10px;
    width: 129px;
    height: 9px;
    display: block;
    background: url(../images/title-wave.png) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

/*.mail-title:after {
			content: '';
			width: 369px;
			height: 41px;
			display: block;
			margin-top: -30px;
			background: url(../images/mail-title-wave.png) center center no-repeat;
			margin-left: auto;
			margin-right: auto;
		}*/

@media screen and (min-width: 769px) {
    .homepage-title

    /*, .mail-title*/
        {
        font-size: 30px;
        line-height: 30px;
    }

    /*.mail-title {
			margin-bottom: 40px;
		}*/
    .homepage-title {
        margin-bottom: 35px;
    }

    .homepage-title.default {
        margin-top: 45px;
        margin-bottom: 40px;
    }

    .homepage-title:after {
        margin-top: 20px;
    }

    /*.mail-title:after {
				width: 369px;
				height: 41px;
				margin-top: -15px;
			}*/
}

@media screen and (min-width: 925px) {
    .homepage-title

    /*, .mail-title*/
        {
        font-size: 36px;
        line-height: 36px;
    }
}

.homepage-subtitle {
    font-family: 'Droid Sans';
    font-size: 24px;
    line-height: 24px;
    color: #464646;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.homepage-info {}


#homepage-featured {
    margin-bottom: 5px;
}

    #homepage-featured ul {
        margin: 0px;
        padding: 0px;
    }
        #homepage-featured ul li {
            list-style: none;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
            #homepage-featured ul li > a {
                display: block;
                height: 100%;
            }
            /*#homepage-featured ul li > a:hover {
                opacity: .85;
            }*/
            #homepage-featured ul li > a:hover .overlay-cont,
            #homepage-featured ul li > a:hover .overlay-cont {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                /*background-color: rgba(22,161,73,.42);*/
                background-color: rgba(91, 189, 49, 0.5);
            }
            /*#homepage-featured ul li:nth-child(2n) > a:hover .overlay-cont {
                background-color: rgba(52, 177, 71, 0.46);
            }
            #homepage-featured ul li > a:hover .overlay-cont {
                background-color: rgba(0,0,0,.1);
            }*/
            #homepage-featured ul li .text-cont {
                font-family: 'Droid Sans', sans-serif;
                position: relative;
                top: 50%;
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: center;
                z-index: 2;
                width: 85%;
                margin-left: auto;
                margin-right: auto;

            }
            #homepage-featured ul li .text-cont .title,
            #homepage-featured ul li .text-cont .subtitle,
            #homepage-featured ul li .text-cont .note {
                font-size: 36px;
                line-height: 1.05em;
                color: #ffffff;
            }
            #homepage-featured ul li .text-cont .title {
                font-size: 28px;
                font-weight: 500;
                margin-top: 0px;
                margin-bottom: 0px;
                text-transform: uppercase;
            }
            #homepage-featured ul li .text-cont .subtitle {
                font-size: 22px;
                font-weight: 400;
                margin-top: 2px;
            }
            #homepage-featured ul li .text-cont .note {
                font-size: 12px;
                font-weight: 300;
                font-style: italic;
                margin-top: 3px;
                padding-bottom: 5px;
            }
            #homepage-featured ul li .text-cont .text-background {
                display: inline-block;
                width: 100%;
                max-width: 315px;
                /* padding-top: 10px; */
                padding: 5px 12px;
                box-sizing: border-box;
                background-color: #0072bc;
            }


@media screen and (max-width: 768px){
    #homepage-featured ul li {
        height: 0px;
        padding-top: 65%;
    }
        #homepage-featured ul li .text-cont {
            position: absolute;
            width: 100%;
        }
        #homepage-featured ul li .text-cont .title {
            font-size: 50px;
        }
}
@media screen and (max-width: 575px){
    #homepage-featured ul li .text-cont .title {
        font-size: 30px;
    }
}

@media screen and (min-width: 769px){
    #homepage-featured ul {
        display: flex;
    }
    #homepage-featured ul li {
        display: inline-block;
        vertical-align: top;
        flex: 1 1 33.33%;
        width: 33.33%;
        min-height: 355px;
    }
    #homepage-featured ul li .text-cont {
        max-width: 260px;
    }
}
@media screen and (min-width: 900px){
    #homepage-featured ul li .text-cont .title {
        font-size: 36px;
    }
}
@media screen and (min-width: 1400px){
    #homepage-featured ul li .text-cont .title {
        font-size: 38px;
    }
}
@media screen and (min-width: 1600px){
    #homepage-featured ul li {
        min-height: 400px;
    }
}

.featured-content-cont {
    /*height: 570px;*/
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin-right: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .featured-content-cont {
        padding-left: 10px;
        padding-right: 10px;
        /*margin-left: 0px;
				margin-right: 0px;*/
    }
}

.featured-content-cont h3 {
    color: #74b3e5;
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
}

@media screen and (min-width: 850px) {
    .featured-content-cont {
        height: 450px;
    }
}

@media screen and (min-width: 1050px) {
    .featured-content-cont {
        height: 570px;
    }

    .featured-content-cont h3 {
        margin-top: 30px;
        font-size: 30px;
        line-height: 30px;
    }
}

.featured-content-cont .image-cont {
    background-size: cover;
    margin: 2px;
}

.featured-content-cont .left-cont {}

.featured-content-cont .left-cont .top {
    height: 50%;

}

.featured-content-cont .left-cont .top .image-cont {
    height: 158px;
}

.featured-content-cont .left-cont .image-cont.trip-advisor {
    background-color: #1a2c56;
    font-family: 'Droid Sans';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}

.featured-content-cont .left-cont .bottom {
    height: 50%;

}


.featured-content-cont .right-cont {
    height: 200px;
}

.featured-content-cont .left-cont .top .image-cont,
.featured-content-cont .left-cont .bottom .image-cont,
.featured-content-cont .right-cont .image-cont {
    /*width: 100%;*/
    height: calc(100% - 4px);
}

@media screen and (max-width: 849px) {

    .featured-content-cont .left-cont .top,
    .featured-content-cont .left-cont .bottom {
        height: 158px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .featured-content-cont .left-cont .top .image-cont.trip-advisor {
        display: none;
    }
}

@media screen and (min-width: 650px) and (max-width: 849px) {

    .featured-content-cont .left-cont .top,
    .featured-content-cont .left-cont .bottom {
        height: 225px;
    }

    .featured-content-cont .right-cont {
        height: 300px;
    }
}

@media screen and (min-width: 850px) {
    .featured-content-cont {
        height: 450px;
        /*margin: 4px;*/
    }

    .featured-content-cont .left-cont {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 100%;
        box-sizing: border-box;
    }

    .featured-content-cont .image-cont {
        margin: 4px;
    }

    .featured-content-cont .left-cont .top .image-cont {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 16px);
        height: calc(100% - 8px);
    }

    .featured-content-cont .right-cont {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 100%;
        box-sizing: border-box;
    }

    .featured-content-cont .right-cont .image-cont {
        width: calc(100% - 8px);
    }

    .featured-content-cont .left-cont .image-cont.trip-advisor {
        width: 50%;
        max-width: 625px;
        height: calc(100% - 8px);
        float: right;
    }

    .featured-content-cont .left-cont .image-cont.trip-advisor.mobile {
        display: none;
    }
}

@media screen and (min-width: 1050px) {
    .featured-content-cont {
        height: 570px;
    }

    .featured-content-cont h3 {
        margin-top: 30px;
        font-size: 30px;
        line-height: 30px;
    }

    .featured-content-cont .left-cont .top .image-cont {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 8px);
    }

    .featured-content-cont .left-cont .top .image-cont.trip-advisor {
        font-size: 18px;
        line-height: 24px;
    }
}




#homepage-about {
    font-family: 'Droid Sans', sans-serif;

}

#homepage-about .trip-advisor {
    font-family: 'Droid Sans', sans-serif;
    background-color: #0073ba;
    color: white;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
}

#homepage-about .trip-advisor>.width-limiter:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 96px;
    background-image: url(../images/trip-advisor-certificate.jpg);
    background-size: contain;
    background-position: center center;
    margin-bottom: 12px;
}

#homepage-about .trip-advisor .quote:before {
    content: "“";
}

#homepage-about .trip-advisor .quote:after {
    content: "”";
}

#homepage-about .trip-advisor .attribution:before {
    content: "— ";
}

#homepage-about .trip-advisor .attribution {
    display: block;
}


@media (min-width: 800px) {
    #homepage-about .trip-advisor {
        font-size: 24px;
        text-align: left;
    }

    #homepage-about .trip-advisor .wrapper-outer {
        display: table;
        height: 132px;
        width: calc(100% - 208px);
        float: left;
    }

    #homepage-about .trip-advisor .wrapper-inner {
        display: table-cell;
        vertical-align: middle;
    }

    #homepage-about .trip-advisor>.width-limiter:before {
        float: right;
        width: 192px;
        height: 132px;
        margin-bottom: 0;
    }

    #homepage-about .trip-advisor>.width-limiter:after {
        content: "";
        clear: both;
        display: table;
    }
}

#homepage-about .top-section {
    background-color: #0070ad;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
}

#homepage-about .top-section>* {
    display: block;
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

#homepage-about .top-section .title {
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 10px;
}

#homepage-about .top-section .subtitle {
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 10px;
    color: #a4ceee;
}

#homepage-about .top-section p {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

#homepage-about .bottom-section,
#homepage-about .bottom-section ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#homepage-about .bottom-section {
    margin: 0 auto;
}

#homepage-about .bottom-section:after {
    content: "";
    clear: both;
    display: table;
}

#homepage-about .bottom-section h2 {
    color: white;
    font-size: 54px;
    background-size: contain;
    padding: 67% 0 0 0;
    margin: 0;
    height: 0;
    position: relative;
    text-transform: uppercase;
}

#homepage-about .bottom-section h2>label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 28.5%;
    display: table;
    cursor: pointer;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
}

#homepage-about .bottom-section h2>label>span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    background-image: url(../images/icon-expand.svg);
    background-size: 34px 34px;
    background-position: right center;
    background-repeat: no-repeat;
}

#homepage-about .bottom-section input:checked~h2>label>span {
    background-image: url(../images/icon-collapse.svg);
}

#homepage-about .bottom-section ol {
    display: none;
    font-size: 18px;
    color: #182a56;
    padding: 20px 8px;
}

#homepage-about .bottom-section input:checked~ol {
    display: block;
}

#homepage-about .bottom-section ol>li {
    padding-top: 20px;
}

#homepage-about .bottom-section ol>li:first-child {
    padding-top: 0;
}

#homepage-about .bottom-section ol>li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/bullet-anchor.svg);
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}

#homepage-about .bottom-section .relax h2 {
    background-image: url(../images/homepage-about-relax.jpg);
}

#homepage-about .bottom-section .play h2 {
    background-image: url(../images/homepage-about-play.jpg);
}

#homepage-about .bottom-section .enjoy h2 {
    background-image: url(../images/homepage-about-enjoy.jpg);
}

@media (min-width: 800px) {
    #homepage-about .bottom-section {
        margin-top: 33px;
    }

    #homepage-about .bottom-section>li {
        float: left;
        width: calc(33.33% - 22px);
    }

    #homepage-about .bottom-section>li:first-child {
        margin-right: 33px;
    }

    #homepage-about .bottom-section>li:last-child {
        float: right;
        margin-right: 0;
    }

    #homepage-about .bottom-section h2>label>span {
        background-image: none !important;
    }

    #homepage-about .bottom-section ol {
        display: block;
    }

    #homepage-about .bottom-section h2>label {
        cursor: default;
    }
}

@media screen and (min-width: 560px) {
    #homepage-about .top-section {
        padding-top: 40px;
        padding-bottom: 65px;
    }
}

@media screen and (min-width: 769px) {
    #homepage-about .top-section .title {
        font-size: 32px;
    }

    #homepage-about .top-section .subtitle {
        font-size: 24px;
    }

    #homepage-about .top-section p {
        font-size: 20px;
    }
}

#homepage-history {
    margin-bottom: 5px;
    background-image: url(../images/homepage-history-background.png);
    background-position: center top;
    background-color: #eeede5;
}

#homepage-history h2 {
    background-image: url(../images/homepage-history.jpg);
}

#homepage-history h2 {
    color: white;
    font-size: 54px;
    background-size: contain;
    padding: 67% 0 0 0;
    margin: 0;
    height: 0;
    position: relative;
    text-transform: uppercase;
}

#homepage-history h2>label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 28.5%;
    display: table;
    cursor: pointer;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
}

#homepage-history h2>label>span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    background-image: url(../images/icon-expand.svg);
    background-size: 34px 34px;
    background-position: right center;
    background-repeat: no-repeat;
}

#homepage-history input:checked~h2>label>span {
    background-image: url(../images/icon-collapse.svg);
}

#homepage-history .content,
#homepage-history .images {
    display: none;
}

#homepage-history input:checked~.content,
#homepage-history input:checked~.images {
    display: block;
}

#homepage-history h3 {
    text-indent: -9999px;
    text-align: left;
    height: 72px;
    margin: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/homepage-history-text.png);
    margin-top: 18px;
}

#homepage-history .content {
    font-family: 'Droid Sans', sans-serif;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    color: #1b2a56;
    line-height: 1.7em;
}

#homepage-history a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #c12026;
    text-transform: uppercase;
}

#homepage-history a.watch:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
    background-image: url(../images/icon-watch.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#homepage-history .images {
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px;
}

#homepage-history .images>li {
    height: 0;
    overflow: hidden;
    padding-top: 55.55%;
    margin-top: 12px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#homepage-history .image1 {
    background-image: url(../images/homepage-history-image1.jpg);
}

#homepage-history .image2 {
    background-image: url(../images/homepage-history-image2.jpg);
}

#homepage-history .image3 {
    background-image: url(../images/homepage-history-image3.jpg);
}

#homepage-history .image4 {
    background-image: url(../images/homepage-history-image4.jpg);
}

@media (min-width: 800px) {
    #homepage-history {
        padding: 30px 8px;
    }

    #homepage-history h2 {
        display: none;
    }

    #homepage-history h3 {
        margin-top: 5px;
    }

    #homepage-history .content,
    #homepage-history .images {
        display: block;
    }

    #homepage-history .content {
        float: left;
        width: calc(47% - 10px);
        box-sizing: border-box;
        padding: 0;
    }

    #homepage-history p {
        padding-left: 10px;
        padding-right: 10px;
    }

    #homepage-history .images {
        float: right;
        width: 53%;
        padding-bottom: 0;
    }

    #homepage-history .images>li:first-child {
        margin-top: 0;
    }

    #homepage-history .image2,
    #homepage-history .image3,
    #homepage-history .image4 {
        width: calc(33.33% - 8px);
        padding-top: 18.52% !important;
    }

    #homepage-history .image2 {
        float: left;
        margin-right: 12px;
    }

    #homepage-history .image3 {
        float: left;
    }

    #homepage-history .image4 {
        float: right;
    }

    #homepage-history:after,
    #homepage-history .images:after {
        content: "";
        clear: both;
        display: table;
    }
}

#homepage-destinations {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    background-color: #e5f0f7;
}

#homepage-destinations ul ul a {
    color: #1b2b57;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#homepage-destinations ul ul a:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
    background-image: url(../images/icon-link-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#homepage-destinations ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#homepage-destinations ul ul>li {
    padding-top: 18px;
}

#homepage-destinations .width-limiter>ul {
    padding: 0 8px 22px;
}

#homepage-destinations .width-limiter>ul>li {
    padding-top: 22px;
}

#homepage-destinations .width-limiter>ul {
    display: none;
}

#homepage-destinations .width-limiter>input:checked~ul {
    display: block
}

#homepage-destinations h2 {
    padding: 0;
    margin: 0;
}

#homepage-destinations h2>label {
    display: block;
    background-color: #0070ad;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    cursor: pointer;
    font-weight: bold;
}

#homepage-destinations h2>label:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-expand.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

#homepage-destinations input:checked~h2>label:after {
    background-image: url(../images/icon-collapse.svg);
}

#homepage-destinations h3 {
    margin: 0;
    padding: 0;
}

#homepage-destinations h3>a {
    font-size: 24px;
    color: #0070ad;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 800px) {
    #homepage-destinations {
        background-image: url(../images/wave-divider.png);
        background-size: 100% 178px;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 200px;
    }

    #homepage-destinations .width-limiter>ul {
        display: block;
    }

    #homepage-destinations {
        text-align: center;
    }

    #homepage-destinations .width-limiter>ul>li {
        float: left;
        width: 33.3333%;
    }

    #homepage-destinations .width-limiter>ul:after {
        content: "";
        clear: both;
        display: table;
    }

    #homepage-destinations h2>label {
        background-color: transparent;
        font-size: 38px;
        color: #1b2b57;
        cursor: default;
    }

    #homepage-destinations h2>label:after {
        display: none;
    }

    #homepage-destinations h2:after {
        content: "";
        display: block;
        width: 104px;
        height: 8px;
        background-color: #c12026;
        margin: 5px auto 5px;
    }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE FEATURED LOCATIONS STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
.featured-location-cont {
    box-sizing: border-box;
    margin: 7px 0px;
}

@media screen and (min-width: 769px) {
    .featured-location-cont {
        padding: 0px 10px;
    }
}

.featured-location-cont .image-cont {
    box-sizing: border-box;
    height: 185px;
}

.featured-location-cont .info-cont {
    background-color: #182a56;
    /*padding: 0px 10px;*/
    font-family: 'Droid Sans';
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .featured-location-cont .image-cont {
        display: none;
    }

    .featured-location-cont .info-cont {
        padding-top: 15px;
    }

    .featured-location-cont:nth-child(2n) .info-cont {
        background-color: #74b3e5;
    }
}

.featured-location-cont .info-cont .state {
    letter-spacing: 4px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 15px 0px 15px;

}

.featured-location-cont .info-cont .port {
    font-family: 'Droid Sans';
    letter-spacing: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px 25px 0px;
}

.featured-location-cont .info-cont .visit-link {
    display: none;
    font-family: 'Droid Sans';
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #c01720;
    padding: 12px 20px;
    display: block;
    letter-spacing: 2px;
}

.featured-location-cont .info-cont .visit-link:hover {
    background-color: #96181f;
}


@media screen and (max-width: 768px) {
    .featured-location-cont .info-cont .port {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (min-width: 769px) {
    .featured-location-cont {
        height: 235px;
        margin-top: 5px;
    }

    .featured-location-cont .image-cont {
        width: calc(100% - 290px);
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .featured-location-cont .info-cont {
        width: 290px;
        height: 100%;
        background-color: #74b3e5;
        display: inline-block;
        vertical-align: top;
        padding: 20px 10px;
    }

    .featured-location-cont .info-cont.left {
        float: left;
    }

    .featured-location-cont .info-cont .state {
        padding: 0px 10px;
    }

    .featured-location-cont .info-cont .port {
        padding-top: 35px;
        padding-bottom: 35px;
        font-size: 24px;
        line-height: 28px;
        max-width: 225px;
        margin-left: auto;
        margin-right: auto;
    }

    .featured-location-cont .info-cont .visit-link {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        line-height: 11px;
    }
}

/*@media screen and (min-width: 875px){
	.featured-location-cont {
		height: 362px;
	}

		.featured-location-cont .image-cont {
			width: 65%;
		}

		.featured-location-cont .info-cont {
			width: 35%;	
		}		

	.featured-location-cont .info-cont .port {
		padding-top: 70px;
		padding-bottom: 60px;
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (min-width: 950px){
	.featured-location-cont .image-cont {
		width: 65%;
	}

	.featured-location-cont .info-cont {
		width: 35%;
	}
}

@media screen and (min-width: 1050px){
	.featured-location-cont .info-cont {
		padding: 20px 50px;
	}
}*/




/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE VIDEO AREA STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
.homepage-videos {
    background-color: white;
}

.homepage-videos .featured-video-cont {
    position: relative;
    height: 0;
    padding-top: 56.7%
}

.homepage-videos .featured-video-cont iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.homepage-videos h2 {
    padding: 0;
    margin: 0;
}

.homepage-videos h2>label {
    display: block;
    background-color: #0070ad;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    cursor: pointer;
    font-weight: bold;
}

.homepage-videos h2>label:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-expand.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.homepage-videos input:checked~h2>label:after {
    background-image: url(../images/icon-collapse.svg);
}

.homepage-videos .scroll-wrapper {
    display: none;
}

.homepage-videos input:checked~.scroll-wrapper {
    display: block;
}

.homepage-videos ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 12px;
    text-align: center;
}

.homepage-videos li {
    display: inline-block;
    width: 296px;
    padding-top: 12px;
    padding-right: 12px;
}

.homepage-videos a {
    display: block;
    height: 168px;
    text-decoration: none;
}

.homepage-videos .scroll-up,
.homepage-videos .scroll-down {
    display: block;
}

@media (min-width: 800px) {
    .homepage-videos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .homepage-videos .scroll-wrapper {
        display: block;
        float: right;
        padding: 0;
        width: 296px;
        overflow: hidden;
        height: 497px;
        position: relative;
    }

    .homepage-videos ul {
        padding-left: 0;
    }

    .homepage-videos h2 {
        display: none;
    }

    .homepage-videos .wrapper {
        float: left;
        width: calc(100% - 324px);
    }

    .homepage-videos li {
        display: block;
        width: auto;
        padding-top: 28px;
        padding-right: 0;
    }

    .homepage-videos li:first-child {
        padding-top: 0;
    }

    .homepage-videos:after {
        content: "";
        clear: both;
        display: table;
    }

    .homepage-videos .scroll {
        position: relative;
    }

    .homepage-videos .scroll-up,
    .homepage-videos .scroll-down {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 56px;
        background-color: white;
        text-indent: -9999px;
        text-align: left;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .homepage-videos .scroll-up {
        top: 0;
        background-image: url(../images/icon-videos-previous.svg);
    }

    .homepage-videos .scroll-down {
        bottom: 0;
        background-image: url(../images/icon-videos-next.svg);
    }
}

.employment-apply-button {
    font-family: 'Droid Sans', sans-serif;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
    background-color: #c01720;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none;
}

.employment-apply-button:hover {
    background-color: #96181f;
    text-decoration: none;
}

@media screen and (min-width: 850px) {
    .employment-apply-button {
        font-size: 34px;
    }
}

@media screen and (min-width: 1050px) {
    .employment-apply-button {
        font-size: 42px;
    }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE MAP STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
.landmark-content-cont {
    /*height: 570px;*/
}

.landmark-content-cont .left-cont {
    height: 398px;
}

.landmark-content-cont .left-cont .image-cont {
    height: 100%;
}

.landmark-content-cont .right-cont {
    height: 100%;
    background-color: #182a56;
}

.landmark-content-cont .right-cont .top {
    height: 32.5%;
}

.landmark-content-cont .right-cont .top .image-cont {
    height: 100%;
}

.landmark-content-cont .right-cont .bottom {
    height: 67.5%;
}

.landmark-content-cont .right-cont .info-cont {
    font-family: 'Droid Sans';
    /*height: 100%;*/
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    padding: 25px 20px;
    box-sizing: border-box;

}

/*@media screen and (min-width: 769px){
				.landmark-content-cont .right-cont .info-cont.vert-align {
					display: inline-block;
				    vertical-align: top;
				    position: relative;
				    top: 50%;
				    transform: translateY(-50%);
				    height: auto;
				}
			}*/

.landmark-content-cont .right-cont .info-cont h3 {
    font-size: 16px;
    line-height: 20px;
    color: #74b3e5;
    /*padding-left: 10px;
					padding-right: 10px;*/
    margin-top: 0px;
    margin-bottom: 15px;
}

@media screen and (min-width: 550px) {
    .landmark-content-cont .right-cont .info-cont {
        font-size: 16px;
        line-height: 22px;
    }

    .landmark-content-cont .right-cont .info-cont h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 850px) {
    .landmark-content-cont {
        height: 400px;
    }

    .landmark-content-cont .left-cont {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 412px);
        height: 100%;
    }

    .landmark-content-cont .right-cont {
        display: inline-block;
        vertical-align: top;
        width: 412px;
        height: 100%;

    }

    .landmark-content-cont .right-cont .info-cont {
        display: inline-block;
        vertical-align: top;
        padding: 25px 15px;
        height: 100%;
        background-color: #182a56;
    }

    /*.landmark-content-cont .right-cont .info-cont h3 {
				margin-top: 5px;
			}*/

    .landmark-content-cont .right-cont .top {
        height: 45%;
    }

    .landmark-content-cont .right-cont .bottom {
        margin-top: 8px;
        height: calc(55% - 8px);
    }
}

@media screen and (min-width: 1015px) {
    .landmark-content-cont {
        height: 570px;
    }

    .landmark-content-cont .right-cont .top {
        height: 32.5%;
    }

    .landmark-content-cont .right-cont .bottom {
        margin-top: 8px;
        height: calc(67.5% - 8px);
    }

    .landmark-content-cont .right-cont .info-cont {
        font-size: 20px;
        line-height: 28px;
    }

    .landmark-content-cont .right-cont .info-cont h3 {
        font-size: 30px;
        line-height: 34px;
        /*padding-left: 25px;
					padding-right: 25px;*/
    }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE MAP STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/

@media screen and (max-width: 849px) {

    .homepage-employment-cont .right-cont .vert-align,
    .info-cont .vert-align {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.info-cont .homepage-button.red {
    min-width: auto;
    width: 100%;
    max-width: 290px;
    margin-top: 20px;
}

.homepage-employment-cont .left-cont,
.homepage-map-cont .map-cont {
    height: 224px;
}

.homepage-map-cont .map-cont .map {
    height: 100%;
    background: url(../images/homepage-map.png) center center no-repeat;
    background-size: cover;
}

.homepage-employment-cont .left-cont {
    background: url(../images/home-employment.jpg) center center no-repeat;
    background-size: cover;
}

.homepage-map-cont .info-cont,
.homepage-employment-cont .right-cont {
    font-family: 'Droid Sans';
    background-color: #182a56;
    /*height: 100%;*/
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    padding: 25px 20px;
    box-sizing: border-box;
}

.homepage-employment-cont .right-cont {
    box-sizing: border-box;
}

.homepage-map-cont .info-cont h3 {
    font-size: 16px;
    line-height: 20px;
    color: #74b3e5;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.homepage-employment-cont .right-cont .title {
    font-size: 28px;
    line-height: 1.2em;
    text-transform: uppercase;
}

@media screen and (min-width: 550px) {

    .homepage-employment-cont .left-cont,
    .homepage-map-cont .map-cont {
        height: 325px;
    }

    .homepage-employment-cont .right-cont,
    .homepage-map-cont .info-cont {
        font-size: 16px;
        line-height: 22px;
    }

    .homepage-map-cont .info-cont h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 850px) {

    .homepage-employment-cont,
    .homepage-map-cont {
        height: 425px;
    }

    .homepage-employment-cont .left-cont,
    .homepage-map-cont .map-cont {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 315px);
        height: 100%;
    }

    .homepage-employment-cont .right-cont,
    .homepage-map-cont .info-cont {
        display: inline-block;
        vertical-align: top;
        width: 315px;
        padding: 25px 20px;
        height: 100%;
    }

    .homepage-employment-cont .right-cont {
        padding: 15px 30px;
    }

    .homepage-map-cont .info-cont h3 {
        margin-top: 0px;
    }

    .homepage-employment-cont .right-cont .title {
        font-size: 34px;
    }
}

@media screen and (min-width: 1015px) {

    .homepage-employment-cont,
    .homepage-map-cont {
        height: 550px;
    }

    .homepage-employment-cont .left-cont,
    .homepage-map-cont .map-cont {
        width: calc(100% - 412px);
    }

    .homepage-employment-cont .right-cont,
    .homepage-map-cont .info-cont {
        font-size: 20px;
        line-height: 28px;
        width: 412px;
    }

    .homepage-map-cont .info-cont h3 {
        font-size: 30px;
        line-height: 34px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .homepage-employment-cont .right-cont .title {
        font-size: 42px;
    }
}

@media screen and (min-width: 1215px) {

    .homepage-employment-cont,
    .homepage-map-cont {
        height: 552px;
    }

    .homepage-map-cont .info-cont {
        padding: 15px 20px;
    }

}


/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE FEATURED SPECIALS STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
.featured-specials-cont {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.featured-special {
    font-family: 'Droid Sans';
    margin-bottom: 6px;
    box-sizing: border-box;
    position: relative;
}

.featured-special .info-cont {
    background-color: #182a56;
    color: #ffffff;
    text-align: left;
    padding: 25px 25px 15px 25px;
    /*min-height: 144px;*/
    box-sizing: border-box;
}

.featured-special .info-cont .title {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-special .info-cont .title:not(.no-sub):after {
    content: '';
    display: block;
    width: 10px;
    border-bottom: 2px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 5px;
}

.featured-special .info-cont .subtitle {
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.featured-special .info-cont .expiration {
    display: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    padding-top: 6px;
}

.featured-special .image-cont {
    box-sizing: border-box;
}

.featured-special .image-cont .image {
    display: block;
    height: 252px;
    background-color: #74b3e5;
    background-position: center center;
    background-repeat: no-repeat;
}

.featured-special .image-cont .link-cont {
    display: block;
    padding: 10px;
    background-color: #c01720;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.featured-special .image-cont a.link-cont:hover {
    background-color: #96181f;
}

@media screen and (max-width: 550px) {
    .featured-special .info-cont {
        display: inline-block;
        vertical-align: top;
        height: 118px;
        width: 106px;
    }

    .featured-special .image-cont {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 106px);
        height: 118px;
        overflow: hidden;
    }

    .featured-special .image-cont .image {
        height: 82px;
    }

    .featured-special .image-cont .link-cont {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 551px) {
    .featured-special {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
        width: 260px;
        box-sizing: content-box;
    }

    .featured-special .info-cont {
        background-color: #182a56;
        color: #ffffff;
        text-align: left;
        padding: 25px 25px 15px 25px;
        min-height: 144px;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .featured-special .info-cont .title {
        font-size: 22px;
        line-height: 26px;
        padding-right: 40%;
    }

    .featured-special .info-cont .title:after {
        width: 20px;
        margin-bottom: 10px;
    }

    .featured-special .info-cont .subtitle {
        font-size: 18px;
        line-height: 18px;
    }

    .featured-special .info-cont .expiration {
        display: block;
    }

    .featured-special .image-cont {
        box-sizing: border-box;
    }

    .featured-special .image-cont .image {
        display: block;
        height: 252px;
        background-color: #74b3e5;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: 144px;
    }

    .featured-special .image-cont .link-cont {
        padding: 20px 10px;
        font-size: 22px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1115px) {
    .featured-specials-cont {
        max-width: none;
    }

    .featured-special {
        margin-right: 5px;
        margin-left: 5px;
    }

    .featured-special:first-child {
        margin-left: 0px;
    }

    .featured-special:last-child {
        margin-right: 0px;
    }
}

@media screen and (min-width: 1215px) {
    .featured-special {
        margin-right: 30px;
        margin-left: 23px;
    }
}


/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HOMEPAGE FEATURED SPECIALS STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
.signup-form-cont {
    font-family: 'Droid Sans';
    padding-bottom: 20px;
    text-align: center;
}

.signup-form-cont.default {
    padding-top: 25px;
}

/*@media screen and (min-width: 769px){
	.signup-form-cont {
		padding-left: 10px;
		padding-right: 10px;
	}
}*/

.signup-form-cont .fieldset {
    text-align: center;
    box-sizing: border-box;
}

.signup-form-cont input[type=text] {
    padding: 12px 15px;
    border: 3px solid #a4ceee;
    background-color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    color: #182a56;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.signup-form-cont .btn-sign-up {
    background-color: #182a56;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    padding: 12px 25px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

.signup-form-cont .btn-sign-up:hover {
    background-color: #0d1a3a;
}

@media screen and (min-width: 769px) {
    .homepage-button.red {
        min-width: 292px;
    }
}

/*@media screen and (min-width: 500px){
		.signup-form-cont {
			text-align: center;
		}

			.signup-form-cont input[type=text] {
				width: 450px;
			}
	}*/

@media screen and (max-width: 599px) {
    .signup-form-cont input[type=text] {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media screen and (min-width: 600px) {
    .signup-form-cont input[type=text] {
        padding: 21px 15px;
        font-size: 22px;
        line-height: 22px;
        /*width: auto;*/
        width: 100%;
    }

    .signup-form-cont .fieldset {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 210px);
        padding-right: 10px;
        text-align: left;
    }

    .signup-form-cont.default .fieldset {
        max-width: calc(860px - 210px);
    }

    .signup-form-cont .btn-sign-up,
    .homepage-button {
        font-size: 22px;
        line-height: 22px;
        padding: 24px 20px;
        width: 200px;
    }

    .signup-form-cont .btn-sign-up {
        width: auto;
    }
}

#homepage-schedule-button,
#homepage-book-button {
    display: block;
    font-family: 'Droid Sans';
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0px;
}

#homepage-schedule-button {
    background-color: #182a56;

}

#homepage-schedule-button:hover {
    background-color: #0d1a3a;
}

#homepage-book-button {
    background-color: #c01720;
}

#homepage-book-button:hover {
    background-color: #96181f;
}


@media screen and (min-width: 600px) {

    #homepage-schedule-button,
    #homepage-book-button {
        display: inline-block;
        vertical-align: top;
        height: 65px;
        width: calc(50% - 8px);
    }

    #homepage-schedule-button {
        /*width: calc(55% - 5px);*/
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        margin-right: 8px;
    }

    #homepage-book-button {
        /*width: 45%;*/
        font-size: 45px;
        line-height: 45px;
        font-weight: 300;
        margin-left: 8px;
    }

    #homepage-schedule-button span,
    #homepage-book-button span {
        display: block;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


@media screen and (min-width: 900px) {
    /*#homepage-schedule-button,
	#homepage-book-button {
		padding: 12px 50px;
	}*/
}

@media screen and (min-width: 1200px) {

    #homepage-schedule-button,
    #homepage-book-button {
        height: 85px;
    }

    #homepage-schedule-button {
        font-size: 42px;
        line-height: 42px;
        font-weight: 600;
    }

    #homepage-book-button {
        font-size: 50px;
        line-height: 50px;
        font-weight: 300;
    }
}

/*@media screen and (min-width: 1200px){
	#homepage-schedule-button,
	#homepage-book-button {
		height: 150px;
	}

	#homepage-schedule-button {
		font-size: 70px;
		line-height: 70px;
		font-weight: 600;
	}
	#homepage-book-button {
		font-size: 108px;
		line-height: 108px;
		font-weight: 300;
	}		
}*/



/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** DEFAULT TEMPLATE STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/

#default-cont {
    font-family: 'Droid Sans';
}

#default-cont .width-limiter {
    max-width: 860px;
}

.default-content-cont {
    background-color: #ffffff;
    padding: 25px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}

#default-content-cont.book-now {
    padding: 0 0 40px;
}

.default-content-cont.transparent {
    background-color: transparent;
}

@media screen and (min-width: 769px) {
    #default-content-cont {
        padding: 25px 40px;
    }

    #default-content-cont.book-now {
        padding: 0 0 40px;
    }
}

.default-content-cont a:not(.form-button) {
    color: #182a56;
    font-weight: 700;
}

.default-content-cont a:not(.form-button):not(.button):not(.visit-link):hover {
    color: #a4ceee;
    font-weight: 400;
    cursor: pointer;
}

.default-content-cont .blog-back-button {
    background-color: #c01720;
}

.default-content-cont .blog-back-button:hover {
    background-color: #96181f;
}

.default-content-cont .blog-back-button:before {
    content: '\<';
    margin-right: 5px;
}

#default-content-cont img {
    max-width: 100%;
    height: auto !important;
}

#default-content-cont iframe,
#default-content-cont table {
    max-width: 100%;
}

#default-content-cont .fpc-search-form>input[type=text] {
    padding-top: 9px;
    padding-bottom: 9px;
}

#default-content-cont input[type=submit],
#default-content-cont input[type=button]:not(.gsc-search-button),
#default-content-cont button {
    display: inline-block;
    vertical-align: middle;
    /*clear: both;*/
    background-color: #c01720;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    width: auto;
    /*margin-top: 15px;*/
}

#default-content-cont input[type=submit]:hover,
#default-content-cont input[type=button]:not(.gsc-search-button):hover,
#default-content-cont button:hover {
    background-color: #96181f;
}

#default-content-cont table thead th {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #182a56;
}

.blog-header-image {
    height: 240px;
}

.blog-header-image h1 {
    background-color: transparent;
    position: relative;
    top: 50%;
    left: 20px;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 270px;
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    text-align: left;
}

.blog-header-image h1>span {
    font-size: 56px;
    line-height: 56px;
}


#sub-nav .subnav {
    font-family: 'Droid Sans';
    margin: 0px;
    padding: 50px 10px 15px 32px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #sub-nav {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    #sub-nav .subnav {
        padding: 20px 165px 30px 165px;
    }
}

#sub-nav .subnav li {
    display: inline-block;
    vertical-align: middle;
    padding: 14px;
    box-sizing: border-box;
    margin-top: 10px;
}

#sub-nav .subnav li.on {
    border: 4px solid #a5bace;
    background-color: #ffffff;
}

#sub-nav .subnav li a {
    color: #a5bace;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

#sub-nav .subnav li.book-now a {
    color: #c01720;
}


#mobile-sub-nav {
    display: none;
    font-family: 'Droid Sans';
}

@media screen and (max-width: 768px) {
    #mobile-sub-nav {
        display: block;
        background-color: #74b3e4;
    }

    #mobile-sub-nav .subnav {

        margin: 0px;
        padding: 0px;
    }

    #mobile-sub-nav .subnav li {
        display: block;
        border-top: 1px solid #a4ceee;
        padding: 0px;
    }

    #mobile-sub-nav .subnav li:last-child {
        border-bottom: 1px solid #a4ceee;
    }

    #mobile-sub-nav .subnav li a:hover {
        background-color: #8bb3d2;
    }

    #mobile-sub-nav .subnav li.inactive {
        display: none;
    }

    #mobile-sub-nav .subnav li a {
        padding: 18px 10px;
        font-size: 16px;
        line-height: 16px;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
    }

    #mobile-sub-nav .subnav li.on a {
        color: #182a56;
    }

    #mobile-sub-nav .subnav li ul li ul {
        display: none;
        background-color: #182a56;
    }

    #mobile-sub-nav .subnav li.hover>ul {
        display: block;
    }

    #mobile-subnav-search-cont {
        padding: 25px 14px;
    }

    #mobile-subnav-search-cont .mobile-search {
        position: relative;
    }

    #mobile-subnav-search-cont input[type=text] {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        box-sizing: border-box;
        padding: 12px 35px;
        background-color: #74b3e4;
        border: 3px solid #a4ceee;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }

    #mobile-subnav-search-cont input[type=submit] {
        background-color: transparent;
        border: none;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 10px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 0px;
        box-sizing: border-box;
        cursor: pointer;
    }
}

.page-header-image-cont {
    height: 80px;
}

@media screen and (min-width: 769px) {
    .page-header-image-cont {
        height: 202px;

    }
}


/*BLOG STYLES*/
.blog-index-page {}

.blog-index-page .blog-post {}

.blog-index-page .blog-post .text-cont,
.blog-index-page .blog-post .image-cont {
    margin: 6px 7px;
    box-sizing: border-box;
}

.blog-index-page .blog-post .text-cont {
    background-color: #1a2c56;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
}

.blog-index-page .blog-post .text-cont .title a {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #74b3e5;
    margin-bottom: 5px;
    text-decoration: none;
}

.blog-index-page .blog-post .text-cont .title a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .blog-index-page .blog-post {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 768px) {
    .blog-index-page .blog-post .image-cont {
        height: 210px;
    }
}

@media screen and (min-width: 769px) {
    .blog-index-page .blog-post {
        display: flex;
    }

    .blog-index-page .blog-post .image-cont,
    .blog-index-page .blog-post .text-cont {
        flex: 1 1 50%;
    }

    .blog-index-page .blog-post .text-cont {
        padding: 25px;
    }

    .blog-index-page .blog-post:nth-child(2n) .image-cont {
        order: 1;
        flex: 1 1 65%;
    }

    .blog-index-page .blog-post:nth-child(2n) .text-cont {
        order: 2;
        flex: 1 1 35%;
    }
}



/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** DESTINATION STYLES **/
/**************************************************************************************************************************************/
.destination-button-cont {
    text-align: center;
}

.destination-button-cont .destination-button {
    margin: 15px 15px 0px 15px;
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** JOB APPLICATION STYLES **/
/**************************************************************************************************************************************/
.application-page {
    font-family: 'Droid Sans';
}

#default-content-cont .application-page .application-button,
#default-content-cont .application-page input[type=button].application-button {
    background-color: #182a56;
}

#default-content-cont .application-page .application-button.next {
    float: right;
}

#default-content-cont .application-page .application-button:hover,
#default-content-cont .application-page input[type=button].application-button:hover {
    background-color: #a4ceef;
}

#default-content-cont .application-page .add-button,
#default-content-cont .application-page .remove-button {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

#default-content-cont .application-page .add-button:hover,
#default-content-cont .application-page .remove-button:hover {
    text-decoration: underline;
}

#default-content-cont .application-page .remove-button {
    color: #c01720;
}

#default-content-cont .application-page .remove-button:hover {
    color: #96181f;
}

#default-content-cont .application-page .add-button:before,
#default-content-cont .application-page .remove-button:before {
    content: '\+';
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    font-size: 16px;
    font-weight: 700;
    background-color: #182a56;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

#default-content-cont .application-page .add-button:hover:before {
    background-color: #a4ceee;
}

#default-content-cont .application-page .remove-button:before {
    background-color: #c01720;
}

#default-content-cont .application-page .remove-button:before {
    background-color: #96181f;
}

.application-page .application-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #464646;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 135px);
}

@media screen and (min-width: 625px) {
    .application-page .application-title {
        font-size: 26px;
        line-height: 26px;
    }
}

.application-page h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #464646;
    text-transform: uppercase;
}

.application-page .required-note {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #464646;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
}

.application-page hr {
    margin-top: 0px;
    border: none;
    border-bottom: 1px solid #d1e6f7;
}

.application-page .fieldset {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.application-page .fieldset.agreement {
    margin-top: 20px;
    margin-bottom: 20px;
}

.application-page label {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding-top: 15px;*/
    padding-bottom: 5px;
}

.application-page .note {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #464646;
    padding-top: 10px;
    padding-bottom: 10px;
}

.application-page input,
.application-page select,
.application-page textarea {
    font-family: 'Droid Sans';
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #a4ceef;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    color: #a9a9a9;
    margin-bottom: 20px;
}

.application-page ::-webkit-input-placeholder {
    text-transform: uppercase;
}

.application-page ::-moz-placeholder {
    text-transform: uppercase;
}

.application-page :-ms-input-placeholder {
    text-transform: uppercase;
}

.application-page :-moz-placeholder {
    text-transform: uppercase;
}

.application-page :placeholder {
    text-transform: uppercase;
}

.application-page :input-placeholder {
    text-transform: uppercase;
}

.application-page select {
    text-transform: uppercase;
}

@media screen and (max-width: 599px) {

    .application-page input,
    .application-page textarea {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.application-page .inline-fieldset input {
    width: 100%;
    box-sizing: border-box;
}

.application-page textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 85px;
    text-transform: none;
}

.application-page input[type=checkbox] {
    height: auto;
    width: auto;
}

.application-page input[type=checkbox],
.application-page input[type=radio] {
    display: inline-block;
    vertical-align: top;
    /*height: auto;
		width: auto;*/
    margin-bottom: 5px;
}

/* Radio */
.application-page input[type="radio"] {
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-left: 15px;
    position: relative;
    width: 20px;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0px;
    margin-top: 0px;
}

.application-page input[type="radio"]:after {
    background-color: transparent;
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
}

.application-page input[type="radio"]:checked:after {
    background-color: #182a56;
}

​ .application-page .radio-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 8px;
}

.application-page .fieldset input:not(.full-width),
.application-page .fieldset select:not(.full-width) {
    margin-left: 2px;
    margin-right: 2px;
}

.application-page .fieldset input:not(.full-width):first-child,
.application-page .fieldset select:not(.full-width):first-child {
    margin-left: 0px;
}

.application-page .full-width {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 600px) {
    .application-page .inline-fieldset {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        box-sizing: border-box;
    }

    .application-page .inline-fieldset {
        padding-left: 5px;
        padding-right: 5px;
    }

    .application-page .inline-fieldset.education {
        vertical-align: bottom;
        width: calc(50% - 45px);
    }

    .application-page .inline-fieldset.education.state {
        width: 90px;
    }

    .application-page .half-width {
        width: calc(50% - 4px);
        box-sizing: border-box;
    }

    .application-page input.fname,
    .application-page input.lname {
        width: calc(38% - 7px);
    }

    .application-page input.mname {
        width: calc(24% - 7px);
    }

    .application-page input.city {
        width: calc(100% - 85px - 143px - 8px);
    }

    .application-page .state-selector {
        width: 90px;
    }

    .application-page input.zip {
        width: 125px;
    }

    .application-page input.diploma {
        width: 300px;
    }
}

@media screen and (min-width: 825px) {
    .application-page .inline-label {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 0px;
    }

    .application-page .note {
        padding-top: 0px;
    }
}

.application-page .forever-inline-label {
    display: inline;
    padding-bottom: 0px;
    padding-left: 5px;
}


/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** RETINA IMAGE STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
@media (min-resolution: 134dpi),
(min-device-pixel-ratio: 1.4),
(min--moz-device-pixel-ratio: 1.4),
(-o-min-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.4) {

    #header:not(.homepage) .logo-cont .logo,
    #header-cont.fixed #header.homepage .logo-cont .logo {
        background: url(../images/mobile-logo@2x.png) center center no-repeat;
        background-size: contain;
    }

    .top-bar-list li.news:after {
        background: url(../images/icon-news@2x.png) center center no-repeat;
        background-size: contain;
    }

    .top-bar-list li.phone:after {
        background: url(../images/icon-phone@2x.png) center center no-repeat;
        background-size: contain;
    }

    #footer .footer-logo-left {
        background: url(../images/footer-logo@2x.png) bottom left no-repeat;
        background-size: contain;
    }

    #footer .footer-logo-right {
        background: url(../images/wave-repeating@2x.png) bottom left repeat-x;
        background-size: auto 190px;
    }

    .homepage-title:after {
        background: url(../images/title-wave@2x.png) center center no-repeat;
        background-size: contain;
    }

    .video-scroller .scroll-left {
        background-image: url(../images/scroll-arrow-left@2x.png);
        background-size: 18px 33px;
    }

    .video-scroller .scroll-right {
        background-image: url(../images/scroll-arrow-right@2x.png);
        background-size: 18px 33px;
    }

}

@media screen and (max-width: 768px) {
    @media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
        #header .logo-cont .logo {
            background: url(../images/mobile-logo@2x.png) center center no-repeat;
            background-size: contain;
        }
    }
}

@media screen and (min-width: 769px) {
    @media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
        #header-cont:not(.fixed) #header.homepage .logo-cont .logo {
            background: url(../images/homepage-logo@2x.png) center center no-repeat;
            background-size: contain;
        }
    }
}

@media screen and (min-width: 900px) {
    @media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
        #footer .footer-logo-right {
            background: url(../images/wave-repeating@2x.png) bottom left repeat-x;
            background-size: auto 249px;
        }
    }
}

@media screen and (min-width: 1150px) {
    @media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
        #footer .footer-logo-right {
            background: url(../images/wave-repeating@2x.png) bottom left repeat-x;
            background-size: auto 322px;
        }
    }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** EXISTING CONTENT STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
ul#gallery-thumbs {
    list-style: none;
}

ul#gallery-thumbs li {
    width: 166px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

ul#gallery-thumbs li p {
    display: block;
}

.video-item {
    width: 330px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 30px;
}

.fares-image{
    width: 100%;
    margin: 15px 0 -5px;
}

#schedule-fares-wrapper {
    color: #0e3d61;
}

#schedule-wrapper {
    margin: 20px;
}

#schedule-fares-wrapper h2 {
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 1px solid #a4d4f7;
    display: inline-block;
}

#schedule-wrapper table {
    margin: 0 0 20px 0;
    width: 696px;
}

#schedule-fares-wrapper th,
#schedule-fares-wrapper td {
    font-size: .875em;
    font-weight: normal;
    text-align: left;
    padding: 6px 30px 6px 10px;
}

#schedule-wrapper td {
    padding: 6px 30px 6px 15px;
}

#schedule-wrapper th.arrive,
#schedule-wrapper td.arrive {
    color: #5392bf;
}

#schedule-wrapper th.left-pad {
    padding: 6px 30px 6px 30px;
}

#schedule-wrapper td.left-pad {
    padding: 6px 30px 6px 35px;
}

#schedule-wrapper tr.odd {
    background-color: #dbeefc;
    border-bottom: 1px solid #fff;
}

.divider {
    border-right: 1px solid #5392bf;
}

#fares-wrapper {
    width: 100%;
    margin: 25px auto 20px auto;
}

#default-content-cont ul.tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 52px;
}

#default-content-cont ul.tabs li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 10px 0 0;
    list-style-image: none !important;
}

#default-content-cont ul.tabs a {
    display: block;
    height: 42px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 0 0;
    margin: 0px;
    position: relative;
    top: 1px;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1NmQ5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzM1NmQ5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(53, 109, 153, 1) 0%, rgba(53, 109, 153, 0) 60%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(53, 109, 153, 1)), color-stop(60%, rgba(53, 109, 153, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(53, 109, 153, 1) 0%, rgba(53, 109, 153, 0) 60%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(53, 109, 153, 1) 0%, rgba(53, 109, 153, 0) 60%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(53, 109, 153, 1) 0%, rgba(53, 109, 153, 0) 60%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(53, 109, 153, 1) 0%, rgba(53, 109, 153, 0) 60%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#356d99', endColorstr='#00356d99', GradientType=0);
    /* IE6-8 */
    background-color: #0e3d61;
}

#default-content-cont ul.tabs a:active {
    outline: none;
    background: rgb(178, 58, 58);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(178, 58, 58, 1)), color-stop(28%, rgba(178, 66, 66, 1)), color-stop(100%, rgba(147, 12, 9, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23a3a', endColorstr='#930c09', GradientType=0);
    /* IE6-9 */
}

#default-content-cont ul.tabs a:hover {
    background: rgb(178, 58, 58);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(178, 58, 58, 1)), color-stop(28%, rgba(178, 66, 66, 1)), color-stop(100%, rgba(147, 12, 9, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23a3a', endColorstr='#930c09', GradientType=0);
    /* IE6-9 */
}

#default-content-cont ul.tabs a.current,
#default-content-cont ul.tabs a.current:hover,
#default-content-cont ul.tabs li.current a {
    cursor: default !important;
    background: rgb(178, 58, 58);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(178, 58, 58, 1)), color-stop(28%, rgba(178, 66, 66, 1)), color-stop(100%, rgba(147, 12, 9, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(178, 58, 58, 1) 0%, rgba(178, 66, 66, 1) 28%, rgba(147, 12, 9, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23a3a', endColorstr='#930c09', GradientType=0);
    /* IE6-9 */
}

.panes .pane {
    display: none;
}

.panes {
    padding: 40px 15px 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

#fares-wrapper tr.even {
    background-color: #dbeefc;
}

.fare-notes {
    margin: 60px 0 0 0;
    font-size: .8em;
}

#fares-wrapper table {
    width: 100%;
}

#fares-wrapper th,
#fares-wrapper td {
    text-align: right;
    padding: 8px 10px;
}

.wide {
    min-width: 65%;
    text-align: left !important;
}

.video-row {
    margin: 20px 10px;
    border-bottom: 1px solid #a4d4f7;
}

.video-item {
    min-height: 300px;
    width: 300px;
    float: left;
    margin: 0 0 0 60px;
}

.video-image {
    position: relative;
}

.video-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.video-image img.video-overlay {
    position: absolute;
    top: 55px;
    left: 90px;
    z-index: 800;
}

.video-item h3 {
    margin: 200px 0 0 0;
    padding: 0;
    font-size: 1em;
}

ul#gallery-thumbs {
    margin: 15px 0 0 20px;
    padding: 0;
    list-style: none;
}

ul#gallery-thumbs li {
    width: 165px;
    float: left;
    margin: 15px 15px 0 0;
    text-align: center;
    display: inline-block;
}

.blue {
    color: #5392bf;
}


div#schedule-wrapper>table.fare_table {
    width: 100%;
}


@media (max-width: 767px) {
    #default-content-cont ul.tabs {
        height: 175px;
    }

    #default-content-cont ul.tabs li,
    #default-content-cont ul.tabs li a {
        width: 100%;
        height: 40px;
        display: block;
    }
}


/* ==========================================================================
   Customer Portal
   ========================================================================== */

.customer-login label {
    display: inline-block;
    width: 120px;
}

.customer-login div {
    padding: 2px 0;
}

#reservation-table {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */

    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Message Overlay
   ========================================================================== */

.overlay-messages {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999999;
}

.overlay-messages img {
    max-width: 100%;
    height: auto !important;
}

.overlay-messages>.message-window {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 45%;
    padding-bottom: 35px;
    margin-top: -200px;
    background-color: white;
    border-radius: 30px;
    text-align: center;
}

.overlay-messages>.message-window>.close {
    background-color: #6da643;
    border: 2px solid #6da643;
    color: white;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
}

.overlay-messages>.message-window>.close:hover {
    background-color: #588835;
    border-color: #588835;
}

.overlay-messages>.message-window>.message-wrapper {
    text-align: left;
    margin: 0.5em 0.8em 1em 0.8em;
    padding: 0 1em;
    overflow-x: hidden;
    overflow-y: auto;
}

.overlay-messages .message:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 550px) {
    .overlay-messages>.message-window {
        left: 50%;
        right: auto;
        width: 500px;
        margin-left: -250px;
    }
}

/* Share-This title styling */
.at4-share-title {
    font-family: 'Droid Sans';
    /*background-color: #a4ceee;*/
    background-color: #444444;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 3px;
}


.homepage-map {
    font-family: 'Droid Sans';
    height: 550px;
    position: relative;
    z-index: 1011;
    background-image: url(../images/map.svg);
    background-size: auto 550px;
    background-position: center top;
    background-repeat: no-repeat;
}

#default-cont .homepage-map {
    margin-top: 120px;
    margin-bottom: 150px;
}

.homepage-map .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.homepage-map .anchor label {
    position: absolute;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    width: 10px;
    height: 10px;
    margin-left: -7px;
    margin-top: -7px;
    background-color: #f8ef24;
    border: 2px solid #bf4738;
    border-radius: 50% 50%;
    z-index: 3;
    cursor: pointer;
}

.homepage-map .details {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: white;
    text-decoration: none;
    padding: 18px 18px 18px 140px;
    min-height: 130px;
    width: 192px;
    font-size: 12px;
    color: #1b2b57;
    line-height: 1.5em;
    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.2);
    margin-left: -273px;
    margin-bottom: 36px;
}

.homepage-map .title,
.homepage-map .text {
    display: block;
}

.homepage-map .title {
    font-size: 16px;
    font-weight: bold;
}

.homepage-map .text {
    margin: 15px 0 25px;
}

.homepage-map .image {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 110px;
    height: 130px;
    background-color: blue;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.homepage-map .details:after {
    content: "Visit";
    text-transform: uppercase;
    color: #c12026;
    font-weight: bold;
    font-size: 16px;
}

.homepage-map .anchor {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
}

.homepage-map .anchor:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 252px;
    width: 84px;
    height: 46px;
    background-image: url(../images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.homepage-map .arrow {
    position: absolute;
    right: 32px;
    bottom: -45px;
    width: 50px;
    height: 35px;
    padding: 10px 20px 0;
    overflow: hidden;
}

.homepage-map .arrow:before {
    position: relative;
    top: -36px;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background-color: white;
    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.2);
}

.homepage-map input:checked+.details {
    display: block;
}

.destinations-new ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.destinations-new .anchor {
    position: relative;
    top: -55px;
}

.destinations-new li {
    padding-bottom: 15px;
}

.destinations-new .image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    max-width: 400px;
}

.destinations-new a.visit {
    color: #c12026 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold !important;
}

.destinations-new h3>a,
.destinations-new h4>a {
    font-weight: bold !important;
    color: inherit !important;
    text-decoration: none;
}

@media (min-width: 769px) {
    .destinations-new .anchor {
        top: -140px;
    }
}

@media (min-width: 800px) {
    .destinations-new .image {
        float: right;
        width: 400px;
        margin-left: 20px;
    }

    .destinations-new li:after {
        content: "";
        clear: both;
        display: table;
    }
}